Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:13:58 +05:30
committed by GitHub
parent d3456ce7af
commit 53f7b7b743
+9
View File
@@ -627,3 +627,12 @@ There are different types of joins available in SQL
[WHERE condition]
## INTERSECT
SELECT column1 [, column2 ]
FROM table1 [, table2 ]
[WHERE condition]
INTERSECT
SELECT column1 [, column2 ]
FROM table1 [, table2 ]
[WHERE condition]