Oracle Database Administration I — Question 48

What is true about non-equijoin statement performance? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because table aliases can simplify queries and improve readability, potentially affecting performance positively. Option C is also correct as the type of join syntax does not inherently influence performance. Options B and D are contradictory and incorrect as performance can vary based on context; thus, the BETWEEN condition does not consistently outperform or underperform the other conditions. Option E is incorrect because the performance of join syntax can vary depending on the specific query and database optimizations.