Multiple Choice
In a merge-scan join ____.
A) neither of the two join attributes has to be in sorted order or has to have an index built over it
B) one of the two join attributes either has to be in sorted order or has to have an index built over it
C) both of the join attributes have to be in sorted order or have to have indexes built over them
D) the only requirement is that every row of one table is compared against every row of the other table looking for a match on the join attributes.
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: For the nested-loop join to work, each
Q5: In an SQL SELECT command a SELECT
Q6: Search arguments appear in the SQL SELECT
Q7: The HAVING clause limits the results of
Q8: A data manipulation language (DML) is capable
Q10: A relational DBMS's relational query optimizer obtains
Q11: The SQL SELECT built-in function COUNT _.<br>A)
Q12: In the SQL SELECT command, the table(s)
Q13: The built-in function COUNT in an SQL
Q14: All of the following are SQL commands,