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] +