Write a query to get all details of employee who has maximum
salary from employee table
Answer Posted / krishh
SELECT max(salary) FROM Employee WHERE salary NOT IN (SELECT max(salary) FROM Employee);
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What are statistics?
Write a SQL query to delete a table?
What is difference between oltp and olap?
What is the stuff?
Show Practically Sql Server Views are updatable?
What do I need to start working with sql studio? : sql server management studio
What is difference between views and stored procedures?
What is the difference between clustered and a non-clustered index?
Explain intellisense for query editing
What is SQL Azure?
What is transaction server auto commit?
Explain security with sql azure?
What are system databases in ms sql server?
What is ms sql server index?
What is ms sql server service broker?