DBMS Cheatsheet
DBMS Cheatsheet
Type of Joins
• Natural Join: (or Inner Join) when tuples with
same values for same attributes in R,S are
represented in the same column
• Left Join: Takes values of all tuples of left
join, wherever same values for same attributes
in R,S are represented in the same column, if
there doesn’t exists a value in R, it will print
NULL
• Right Join: here R and S is interchanged from
above