Question 114:
Which two statement are true regarding table joins available in the Oracle Database server? (Choose two.)
Answer options:
A. You can use the ON clause to specify multiple conditions while joining tables. B. You can explicitly provide the join condition with a NATURAL JOIN. C. You can use the JOIN clause to join only two tables. D. You can use the USING clause to join tables on more than one column.