This commit is contained in:
@@ -16,3 +16,5 @@ Here are the different types of JOINs in SQL:
|
||||
- LEFT (OUTER) JOIN: Returns all rows from the left table, and only the matched rows from the right table
|
||||
- RIGHT (OUTER) JOIN: Returns all rows from the right table, and only the matched rows from the left table
|
||||
- FULL (OUTER) JOIN: Returns all rows when there is a match in either the left or right table
|
||||
|
||||
![[Pasted image 20260603221345.png]]
|
||||
Reference in New Issue
Block a user