Select from following answers:- select max(price) from products
- select sum(price) from products
- select min(price) from products
- all

- All Above
All of the above options will return one single value as output. so we can use those statements as scalar subqueries
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator