2. DBMS - Joins CheatSheet
Types of Joins
The ANSI SQL standard defines five types of joins that we’ll discuss.
Cross Join : In this case, we pick the first row of Table A and match it with every row of Table B.
Inner Join : In case of an inner join, a condition, or multiple...
shubhamkhuntia.hashnode.dev4 min read