Oracle Database SQL — Question 216

Which two join conditions in a FROM clause are non-equijoins? (Choose two.)

Answer options

Correct answer: B, D

Explanation

The correct answers, B and D, represent non-equijoins because they use conditions that are not based on equality. Option B uses a BETWEEN condition, and option D uses a greater than or equal to condition. The other options either use equality or are structured in ways that do not represent non-equijoins.