Skip to content

Commit a195e4f

Browse files
authored
Fix formatting in CROSS JOIN documentation
1 parent 700cf93 commit a195e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
sql tutorial,
1515
database queries,
1616
]
17-
description: Learn about SQL CROSS JOIN, how it creates Cartesian products, syntax, examples, and when to use it for generating all possible combinations.
17+
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

2020
## What is CROSS JOIN?
@@ -375,4 +375,4 @@ LIMIT 1000; -- Safety limit
375375

376376
CROSS JOIN is a specialized tool that creates Cartesian products of tables. While powerful for generating combinations and creating comprehensive datasets, it must be used carefully due to its potential for creating extremely large result sets. Understanding when and how to use CROSS JOIN effectively will help you solve complex business problems involving combinations, permutations, and complete data templates.
377377

378-
<GiscusComments/>
378+
<GiscusComments/>

0 commit comments

Comments
 (0)