Skip to content

Commit 654872e

Browse files
authored
Update content/sql/concepts/commands/terms/left-join/left-join.md
1 parent 211a4ee commit 654872e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/sql/concepts/commands/terms/left-join/left-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The GIF here showcases the behaviour of a `LEFT JOIN`:
2121

2222
![LEFT JOIN GIF](https://content.codecademy.com/courses/learn-sql/multiple-tables/left-join.gif)
2323

24-
`LEFT JOIN` is particularly valuable in scenarios where you need to preserve all records from a primary table while optionally including related information from secondary tables. Common use cases include generating reports with optional data, displaying user profiles with optional contact information, analyzing sales data with optional customer details, and creating comprehensive datasets where missing relationships should not exclude primary records.
24+
`LEFT JOIN` is particularly valuable in scenarios where all records from a primary table need to be preserved while optionally including related information from secondary tables. Common use cases include generating reports with optional data, displaying user profiles with optional contact information, analyzing sales data with optional customer details, and creating comprehensive datasets where missing relationships should not exclude primary records.
2525

2626
## Syntax
2727

0 commit comments

Comments
 (0)