Skip to content

Commit 9416363

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tags:
1717
description: Learn about SQL CROSS JOIN, how it creates Cartesian products, syntax, examples, and when to use it for generating all possible combinations.
1818
---
1919

20-
##
20+
## What is CROSS JOIN?
2121

2222
SQL **CROSS JOIN** produces the Cartesian product of two tables, returning all possible combinations of rows from both tables. Unlike other joins, CROSS JOIN doesn't require a join condition and combines every row from the first table with every row from the second table.
2323

0 commit comments

Comments
 (0)