Which SQL keyword is used to retrieve a maximum value?
A.TOP
B.MOST
C.UPPER
D.MAX
Answers
Answered by
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;
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
0
_____✨ HEY MATE ✨_____
➡️ Option (D) MAX is the right answer ✔️
➡️ Option (D) MAX is the right answer ✔️
Similar questions