ARuns a query inside another query to filter or compare data
BCreates a new table from existing data
CDeletes data from multiple tables at once
DUpdates all rows in a table without conditions
Step-by-Step Solution
Solution:
Step 1: Understand the concept of nested subqueries
A nested subquery is a query inside another query that runs first to provide data for the outer query.
Step 2: Identify the correct description
Runs a query inside another query to filter or compare data correctly describes this behavior as running a query inside another to filter or compare data.
Final Answer:
Runs a query inside another query to filter or compare data -> Option A
Quick Check:
Nested subquery = query inside query [OK]
Quick Trick:Nested means one query inside another [OK]
Common Mistakes:
MISTAKES
Confusing nested subquery with table creation
Thinking nested subqueries delete data
Assuming nested subqueries update all rows blindly
Master "Subqueries" in SQL
9 interactive learning modes - each teaches the same concept differently