Answer:
b. The outer subquery initiates the process of execution in a subquery.
B is correct.
Step-by-step explanation:
The important feature of a correlated subquery is: It must be executed repeatedly because it depends on the value from the outer SELECT, and must execute once for every value that the outer SELECT produces.