Question:Why are Joins generally better than the Correlated sub-query?
A The Correlated sub-query scans the whole table
B Joins pick up the rows according to the condition of the queries
C The Correlated sub-query creates a nested loop
D The Correlated sub-query makes the statement complex
+ AnswerB
+ Report