Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:11:06 +05:30
committed by GitHub
parent effffe2e70
commit e3a3b871ec
+7
View File
@@ -597,5 +597,12 @@ There are different types of joins available in SQL
# SQL - UNIONS CLAUSE ✅ # SQL - UNIONS CLAUSE ✅
- The SQL UNION clause/operator is used to combine the results of two or more SELECT statements without returning any duplicate rows.
- To use this UNION clause, each SELECT statement must have
**- The same number of columns selected**
**- The same number of column expressions**
**- The same data type and have them in the same order**