mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-22 19:02:54 -04:00
fix(curriculum): incorrect number of join operations listed (#65038)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -9,14 +9,14 @@ dashedName: what-are-the-different-ways-to-join-tables
|
||||
|
||||
Even though relational databases organize data into separate tables, SQL's `JOIN` operations allow you to combine related information from tables to query data.
|
||||
|
||||
There are five main types of `JOIN` operations:
|
||||
There are several variants of the `JOIN` operation, including:
|
||||
|
||||
- `INNER JOIN`
|
||||
- `FULL OUTER JOIN`
|
||||
- `LEFT OUTER JOIN`
|
||||
- `RIGHT OUTER JOIN`
|
||||
- `SELF JOIN`
|
||||
- And `CROSS JOIN`
|
||||
- `CROSS JOIN`
|
||||
|
||||
Let's start with `INNER JOIN`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user