Skip to content

Commit 299fdfe

Browse files
Adez017Copilot
andauthored
Update docs/sql/SQL-joins/intro-sql-joins.md
Co-authored-by: Copilot <[email protected]>
1 parent 9416363 commit 299fdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql/SQL-joins/intro-sql-joins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tags:
1818
description: In this tutorial, you will learn about SQL Joins, their importance, types of joins, when to use each join type, and how they work with relational databases.
1919
---
2020

21-
##
21+
## What are SQL Joins?
2222

2323
SQL **Joins** are operations used to combine rows from two or more tables based on a related column between them. Joins are fundamental to relational databases as they allow you to retrieve data that is spread across multiple tables, following the principles of database normalization.
2424

0 commit comments

Comments
 (0)