This document discusses different types of joins in SQL including inner joins, outer joins, left joins, right joins, full joins, and self joins. It provides examples of SQL queries using joins between two tables named t1 and t2 to select columns and return rows where the IDs match between the tables.
Download as XLSX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
39 views
SQL Join
This document discusses different types of joins in SQL including inner joins, outer joins, left joins, right joins, full joins, and self joins. It provides examples of SQL queries using joins between two tables named t1 and t2 to select columns and return rows where the IDs match between the tables.