319,507 views
28 votes
28 votes
A subquery whose return value depends on the row being returned in a main query is called a(n) _____ query.

User Lumpi
by
2.6k points

1 Answer

22 votes
22 votes

Answer:

correlated

Step-by-step explanation:

A correlated subquery is a method of reading each row of a table and comparing the values in each row to related data. It's utilized when a subquery has to deliver a different result or collection of results for each candidate row that the main query considers. I hope this helps! ^-^

User Stevenrcfox
by
2.9k points