Advertisements
Advertisements
Question
Write suitable SQL query for the following:
To display the maximum value in the salary
column (attribute) of the Employees
table.
Code Writing
Solution
SELECT MAX(salary) FROM Employees;
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Board Sample Paper