Correct answer: A. It references a column from the outer query, so it's re-evaluated per outer row
Explanation
A correlated subquery references a column from the outer query, meaning it's effectively re-evaluated for each row the outer query considers.
Practise 3 questions on this topic
Take SQL Subqueries — Timed Test (3 questions) — scored instantly, explanation for every question, no login.