Subqueries Flashcards

1
Q

Can you have an order by in a subquery?

A

Only if TOP is also specified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between a subquery and a correlated subquery

A

A correlated subquery references the main query

How well did you know this?
1
Not at all
2
3
4
5
Perfectly