Oracle
1Z0-071 · Question #286
What is true about non-equijoin statement performance? (Choose two.)
The correct answer is B. The join syntax used makes no difference to performance. C. Table aliases can improve performance. There's no performance benefit or hit by using ANSI joins rather than traditional joins, but by using ANSI joins, your queries are more portable between DBMS platforms, and they're a bit
Displaying Data from Multiple Tables Using Joins
Question
What is true about non-equijoin statement performance? (Choose two.)
Options
- AThe BETWEEN condition always performs less well than using the >= and <= conditions.
- BThe join syntax used makes no difference to performance.
- CTable aliases can improve performance.
- DThe BETWEEN condition always performs better than using the >= and <= conditions.
- EThe Oracle join syntax performs better than the SQL:1999 compliant ANSI join syntax.
How the community answered
(21 responses)- A10% (2)
- B81% (17)
- D5% (1)
- E5% (1)
Explanation
There's no performance benefit or hit by using ANSI joins rather than traditional joins, but by using ANSI joins, your queries are more portable between DBMS platforms, and they're a bit
Topics
#non-equijoin#BETWEEN#join performance#table aliases
Community Discussion
No community discussion yet for this question.