Loading lesson path
The INNER JOIN returns only rows that have matching values in both tables.
instead of INNER JOIN, as
is the default join type.
column_name(s)
table1
table2 ON table1.column_name = table2.column_name
;10.00
Sweet and savory sauces, relishes, spreads, and seasonings Here we see that the relationship between the two tables above is the "CategoryID" column.
on the "Products" table and the "Categories" table, via the CategoryID field: