Left join
x lj y lj [x;y] x ljf y ljf[x;y]
Where
x is a tabley is
x, returns x and
y joined on the key columns of y(), returns xFor each record in x, the result has one record with the columns of y joined to columns of
y:
y, it is joined to the x record; common columns are
replaced from y.
y, common columns are left unchanged, and new columns are null