1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 19:20:12 +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:
Hugo Poças
2023-08-17 02:56:22 +01:00
committed by GitHub
parent 6af8033764
commit 146022d1ed

View File

@@ -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.