Home »
Aptitude Questions & Answers »
DBMS Aptitude Questions
Advance SQL Queries Aptitude Questions and Answers | Set 2
List of Advance SQL Queries Aptitude Questions
6)
Which type of JOIN is used to returns all rows, if there a match in one of the tables?
- INNER JOIN
- LEFT JOIN
- RIGHT JOIN
- FULL JOIN
Correct Answer - 4
FULL JOIN
7)
The SQL UNION Operator is combines the result of two or more ________ statements.
- INSERT
- UPDATE
- SELECT
- DELETE
Correct Answer - 3
SELECT
8)
Is UNION and UNION ALL same?
- YES
- NO