From 53f7b7b743e61f95f95767cbb64ee495d5e1d604 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Thu, 29 Jul 2021 08:13:58 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 67451ec..7faa644 100644 --- a/README.md +++ b/README.md @@ -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] +