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 +