Computer Science, asked by Agamya8618, 1 year ago

Which SQL keyword is used to retrieve a maximum value?
A.TOP
B.MOST
C.UPPER
D.MAX

Answers

Answered by Avanish010
1
Hi there,


Option D is correct.

MAX function is used to get the maximum value from a column. To get the maximum salary drawn by an employee, the query would be:
SELECT MAX (salary) FROM employee;
Answered by Anonymous
0
_____✨ HEY MATE ✨_____

➡️ Option (D) MAX is the right answer ✔️

<marquee>✌️ I THINK IT HELPED YOU ✌️
Similar questions