Subqueries Flashcards
1
Q
Can you have an order by in a subquery?
A
Only if TOP is also specified
2
Q
Where can you put a subquery?
A
In the select clause (as a column), as a joined table (inline query, derived table), or in the where clause.
3
Q
What is the difference between a subquery and a correlated subquery
A
A correlated subquery references the main query