Which two statements are true regarding the exists operator used in the correlated subqueries
Answers
Answered by
0
Answer:
The outer query stops evaluating the result set of the inner query when the first value is found.
The outer query stops evaluating the result set of the inner query when the first value is found.. It is used to test whether the values retrieved by the inner query exist in the result of the outer query.
The outer query stops evaluating the result set of the inner query when the first value is found.. It is used to test whether the values retrieved by the inner query exist in the result of the outer query. It is used to test whether the values retrieved by the outer query exist in the result set of the inner query.
The outer query stops evaluating the result set of the inner query when the first value is found.. It is used to test whether the values retrieved by the inner query exist in the result of the outer query. It is used to test whether the values retrieved by the outer query exist in the result set of the inner query. The outer query continues evaluating the result set of the inner query until all the values in the result set are processed.
Step-by-step explanation:
please mark me as brainlist
Similar questions