Inner Join

Basic

image

Remember : All common column defined at ON must match values on both tables

Selecting only required columns

with WHERE clause

Inner Join with USING

  • we use USING only when joining tables have the SAME column name, rather then ON !

Last updated

Was this helpful?