diff --git a/README.md b/README.md index 7a7ada5..3605bb5 100644 --- a/README.md +++ b/README.md @@ -618,4 +618,12 @@ There are different types of joins available in SQL − ## UNION ALL - + SELECT column1 [, column2 ] + FROM table1 [, table2 ] + [WHERE condition] + UNION ALL + SELECT column1 [, column2 ] + FROM table1 [, table2 ] + [WHERE condition] + +##