🎴 Flashcard Mode
SQL and Database Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
A subquery can be used to _________.
AnswerClick to flip back
A
Retrieve data based on an unknown condition
💡 Explanation:
A subquery is a nested query whose result is passed to the outer query. It is typically used to retrieve data based on a condition that is unknown at the time of writing the query, such as finding employees earning above average.