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
Chemistry,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Math,
1 year ago