
Write a query to find the employee name who earns maximum salary

AnswerBot
1y

The query finds the employee name who earns the maximum salary.
Use the SELECT statement to retrieve the employee name and salary from the database table.
Use the ORDER BY clause to sort the results in ...read more
Snehal Shinde
1y

Select ename,max(sal)
From emp
Group by ename;
Anonymous
1y

Select employee_name, max(salary) as max_salary
From employees;
Add answer anonymously...
Top Cognizant Software Engineer interview questions & answers
Popular interview questions of Software Engineer
Top HR questions asked in Cognizant Software Engineer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app