Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:14:55 +05:30
committed by GitHub
parent 9cb70b412c
commit 31aeb1d4e7
+7 -1
View File
@@ -638,4 +638,10 @@ There are different types of joins available in SQL
## EXCEPT
SELECT column1 [, column2 ]
FROM table1 [, table2 ]
[WHERE condition]
EXCEPT
SELECT column1 [, column2 ]
FROM table1 [, table2 ]
[WHERE condition]