What Is The Function Of The Intersect Operation #8
What is the function of the intersect operation?
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Introduction to Relational Model and SQL - Set Operations - Quiz No.1.
What is the function of the intersect operation?
It returns the intersection of the results of the results of any two different queries
It returns the intersection of the results of two different queries which have the same set of attributes in the select clause
It returns the intersection of the results of two different queries which have the same condition in the where clause
None of the mentioned