

MCQOPTIONS
Saved Bookmarks
This section includes 6 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
|
A. | difference, projection, join |
B. | selection, projection, join |
C. | Selection, intersection, join |
D. | Intersection, projection, join |
E. | |
Answer» C. Selection, intersection, join | |
2. |
|
A. | Selection, projection, join |
B. | Difference, projection, join |
C. | Selection, intersection, join |
D. | Intersection, projection, join |
Answer» B. Difference, projection, join | |
3. |
|
A. | Equi-join |
B. | Natural join |
C. | Outer join |
D. | Cartesian join |
Answer» E. | |
4. |
The following SQL is which type of join? |
A. | Equi-join |
B. | Natural join |
C. | Outer join |
D. | Cartesian join |
Answer» B. Natural join | |
5. |
Which of the following statement is TRUE about FULL OUTER JOIN created on two tables Table1 and Table2? |
A. | Retrieves all the unmatched rows of Table1 |
B. | Retrieves all the unmatched rows of Table2 |
C. | Retrieves both matched and unmatched rows of Table1 and Table2 |
D. | Retrieves only matched rows of table1 and Table2 |
Answer» D. Retrieves only matched rows of table1 and Table2 | |
6. |
A_____ is a query that retrieves rows from more than one table or view |
A. | Start |
B. | End |
C. | Join |
D. | All of the above |
Answer» D. All of the above | |