142k views
4 votes
When one SQL query is embedded in another SQL query, this is referred to as a ________.

a) join

b) subquery

c) subset query

d) WHERE Query

User Miroslava
by
8.4k points

1 Answer

3 votes

Final answer:

A subquery refers to when one SQL query is embedded in another SQL query. It allows for more complex and specific data retrieval.

Step-by-step explanation:

When one SQL query is embedded in another SQL query, this is referred to as a subquery. A subquery is a query nested within another query and is used to retrieve data based on the results of the outer query. It allows for more complex and specific data retrieval.

User Coryan
by
7.1k points