diff --git a/README.md b/README.md index a4af8ff..0aaa798 100644 --- a/README.md +++ b/README.md @@ -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]