From 31aeb1d4e7dba9cfa5a4800c6e02dec3287e70bf Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:14:55 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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]