Home »
MCQs »
Oracle MCQs »
Oracle Joins MCQs
The ____ clause must contain a join condition for joining two tables
3. The ____ clause must contain a join condition for joining two tables.
- FROM
- WHERE
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
The FROM clause and the WHERE clause must contain a join condition for joining two tables.