Write a query to get all details of employee who has maximum
salary from employee table
Answer Posted / vineet
Select * from EMP_TAB where salary = (select max(salary) from EMP_TAB;
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is SQL Azure Federations?
Does sql server use t sql?
What are a scheduled jobs?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What is difference between temp table and cte?
What is the name of reporting services config file and what’s it’s used for?
what is the difference between delete table and truncate table commands? : Sql server database administration
What is ddl and dml commands?
What are the advantages of the mirroring?
What is recompile sql server?
What can be used instead of trigger?
Do you know what are the ways available in sql server to execute sql statements?
Explain features and concepts of analysis services?
Can we use where clause in union?
Show Practically Sql Server Views are updatable?