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 is surrogate key? : sql server analysis services, ssas
How to add an address record into adventureworkslt?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
How to find related tables in sql server?
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
How to find the version of sql server? : sql server database administration
What is Federation and Federation Member?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
What are sub reports?
How can we rewrite sub-queries into simple select statements or with joins?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
what are defaults? : Sql server database administration
How to convert numeric expression data types using the cast() function?
Define compound operators?
How to move database physical files in ms sql server?