Definitions for "Inner join"
Keywords:  join, query, jointypes, equi, rows
a data join based on equality comparisons between common columns of two or more tables
a JOIN operations that allows you to specify an explicit join clause
an operation that combines rows from two tables by matching the values in a column in one table to the values of a corresponding column in the other table