Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:12:42 +05:30
committed by GitHub
parent 2449651cf1
commit c5a15159d6
+9 -1
View File
@@ -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]
##