Subquery True and False Flashcards

1
Q

A correlated subquery is executed once for each row processed by the outer query.

- True
- False
A

True

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

A subquery can be used in the SELECT clause.

- True
- False
A

True

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

Subqueries can be nested inside other subqueries.

- True
- False
A

True

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

A scalar subquery can return multiple columns.

- True
- False
A

False

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

An inline subquery is also known as a derived table or a subquery in the FROM clause.

- True
- False
A

True

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