13
Some checks failed
Build Quartz Notes / build (push) Failing after 20s

This commit is contained in:
2026-07-13 09:16:09 +01:00
parent 9645ee23b0
commit 129ce1442b
336 changed files with 3812 additions and 579 deletions

7
Career/Database - SQL/SQL Joins.md Normal file → Executable file
View File

@@ -3,9 +3,8 @@ note type:
- database
- theory
date: 2026-06-03
done:
done: true
---
# The SQL JOIN Clause
The JOIN clause is used to combine rows from two or more tables, based on a related column between them.
@@ -17,4 +16,6 @@ Here are the different types of JOINs in SQL:
- 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]]
![[Pasted image 20260603221345.png]]
![[Pasted image 20260619152151.png]]