From a195e4f1d9630989478431dbe0601181c87d628c Mon Sep 17 00:00:00 2001
From: Anu Jose <56553091+anujos@users.noreply.github.com>
Date: Sun, 19 Oct 2025 23:12:58 +0530
Subject: [PATCH] Fix formatting in CROSS JOIN documentation
---
docs/sql/SQL-joins/cross-join.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sql/SQL-joins/cross-join.md b/docs/sql/SQL-joins/cross-join.md
index a346505e..e52cf960 100644
--- a/docs/sql/SQL-joins/cross-join.md
+++ b/docs/sql/SQL-joins/cross-join.md
@@ -14,7 +14,7 @@ tags:
sql tutorial,
database queries,
]
-description: Learn about SQL CROSS JOIN, how it creates Cartesian products, syntax, examples, and when to use it for generating all possible combinations.
+description: Learn about SQL CROSS JOIN, how it creates Cartesian products, syntax, examples, and when to use it for generating all possible combinations.
---
## What is CROSS JOIN?
@@ -375,4 +375,4 @@ LIMIT 1000; -- Safety limit
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.
-
\ No newline at end of file
+