Left and Right JOIN

Left Join

image

Basic

  • Returns every row from LEFT table plus rows that match values in the joined column from the RIGHT table

Syntax

Loading Sample Data

Right Join

image

Syntax

Load Sample Data

Last updated

Was this helpful?