Oracle Database Administration I — Question 158

Which two statements are true regarding non-equijoins? (Choose two.)

Answer options

Correct answer: B, E

Explanation

Option B is correct because non-equijoins can indeed utilize the Oracle join syntax. Option E is also correct as the ON clause is often used in non-equijoins to specify the join condition. Options A, C, and D are incorrect; table aliases are not mandatory, SQL1999 syntax is not required, and the USING clause is not specifically tied to non-equijoins.