diff --git a/README.md b/README.md index 1ff3559..8a6c539 100644 --- a/README.md +++ b/README.md @@ -608,3 +608,11 @@ There are different types of joins available in SQL − ## UNION + SELECT column1 [, column2 ] + FROM table1 [, table2 ] + [WHERE condition] + UNION + SELECT column1 [, column2 ] + FROM table1 [, table2 ] + [WHERE condition] +