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:
@@ -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.
|
||||
**Note**: JOINS can be used with SELECT, UPDATE, and DELETE statements.
|
||||
|
Reference in New Issue
Block a user