mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 03:29:48 +02:00
Removed duplicate sentence (#4325)
removed the sentence: "JOIN Queries Absolutely, here’s a brief summary about SQL JOIN Queries:" It's the same information as the sentence below and it doesn't give the impression it's answering anything.
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
# JOIN Queries
|
|
||||||
|
|
||||||
Absolutely, here's a brief summary about SQL JOIN Queries:
|
|
||||||
|
|
||||||
# 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.
|
JOIN clause is used to combine rows from two or more tables, based on a related column between them.
|
||||||
|
Reference in New Issue
Block a user