Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:11:55 +05:30
committed by GitHub
parent 203e828fab
commit d700478a4b
+8
View File
@@ -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]