diff --git a/src/data/roadmaps/sql/content/106-join-queries/index.md b/src/data/roadmaps/sql/content/106-join-queries/index.md index 9e9f6f778..ea2ad3e00 100644 --- a/src/data/roadmaps/sql/content/106-join-queries/index.md +++ b/src/data/roadmaps/sql/content/106-join-queries/index.md @@ -1,7 +1,3 @@ -# JOIN Queries - -Absolutely, here's a brief summary about SQL JOIN Queries: - # SQL JOIN Queries JOIN clause is used to combine rows from two or more tables, based on a related column between them. @@ -59,4 +55,4 @@ WHERE A.CustomerID <> B.CustomerID AND A.City = B.City; ``` -**Note**: JOINS can be used with SELECT, UPDATE, and DELETE statements. \ No newline at end of file +**Note**: JOINS can be used with SELECT, UPDATE, and DELETE statements.