

MCQOPTIONS
Saved Bookmarks
1. |
What is the function of the intersect operation? |
A. | It returns the intersection of the results of the results of any two different queries |
B. | It returns the intersection of the results of two different queries which have the same set of attributes in the select clause |
C. | It returns the intersection of the results of two different queries which have the same condition in the where clause |
D. | None of the mentioned |
Answer» C. It returns the intersection of the results of two different queries which have the same condition in the where clause | |