mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -627,3 +627,12 @@ There are different types of joins available in SQL −
|
|||||||
[WHERE condition]
|
[WHERE condition]
|
||||||
|
|
||||||
## INTERSECT
|
## INTERSECT
|
||||||
|
|
||||||
|
SELECT column1 [, column2 ]
|
||||||
|
FROM table1 [, table2 ]
|
||||||
|
[WHERE condition]
|
||||||
|
INTERSECT
|
||||||
|
SELECT column1 [, column2 ]
|
||||||
|
FROM table1 [, table2 ]
|
||||||
|
[WHERE condition]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user