Multiple Choice
When running a correlated subquery,the DBMS ________.
A) runs the lower SELECT statement by itself and then sends the results to the upper SELECT statement.
B) runs the upper SELECT statement by itself and then sends the results to the lower SELECT statement.
C) alternates running the lower SELECT statement with running the upper SELECT statement based on each result of the lower SELECT statement
D) Either A or B may be used depending on the query.
Correct Answer:

Verified
Correct Answer:
Verified
Q71: In a correlated subquery,the DBMS must run
Q72: In the database redesign process,an SQL tool
Q73: There is a common trap in writing
Q74: Changing cardinalities _.<br>A)never occurs in database redesign<br>B)rarely
Q75: Dependency graphs are graphical displays like bar
Q77: The data model produced by reverse engineering
Q78: If a DEFAULT constraint is included when
Q79: EXISTS and NOT EXISTS are actually just
Q80: What is a dependency graph,and what is
Q81: In a correlated subquery,the DBMS can run