Microsoft Exam Questions

Which of the following is an example of a scalar subquery?

Which of the following is an example of a scalar subquery?

A.
select max(price) from products

B.
select sum(price) from products

C.
select min(price) from products

D.
All of these