Home »
MCQs »
Oracle MCQs »
Oracle Operators MCQs
The INTERSECT Operator picks up records that are ____ from several SELECT queries in Oracle
13. The INTERSECT Operator picks up records that are ____ from several SELECT queries in Oracle.
- Common
- Intersecting
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
The INTERSECT operator picks up records that are common or intersecting from several SELECT queries in Oracle.