Skip to content

Commit c8601e4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql/SQL-joins/self-join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tags:
1818
description: Learn about SQL SELF JOIN, how to join a table with itself, syntax, examples, and use cases for hierarchical data and comparing rows within the same table.
1919
---
2020

21-
##
21+
## What is SELF JOIN?
2222

2323
SQL **SELF JOIN** is a technique where a table is joined with itself to compare rows within the same table or to work with hierarchical data structures. This is accomplished by treating the same table as if it were two separate tables using different table aliases.
2424

0 commit comments

Comments
 (0)