Home »
MCQs »
Oracle MCQs »
Oracle Joins MCQs
The program compares two columns from different tables and combines pairs of rows containing the same row from both tables, provided that the ____ condition holds
4. The program compares two columns from different tables and combines pairs of rows containing the same row from both tables, provided that the ____ condition holds.
- Join
- Minus
- Non-Join
- Addition
Answer: A) Join
Explanation:
The program compares two columns from different tables and combines pairs of rows containing the same row from both tables, provided that the join condition holds.