please tell me the query to get details of the employee
having the second largest salary
Answer Posted / shivangi
Select max(Salary) from employeetable where salary < (select
max(salary) from Employeetable)
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Why use sub query in sql server and list out types of sub queries?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
can you instantiate a com object by using t-sql? : Sql server database administration
What is database replication? What are the different types of replication you can set up in sql server?
What is difference between global temporary tables and local temporary tables?
What is tabulation?
How much memory that we are using in Logshipping Concept?
What is exporting and importing utility?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
How to create a Master database in SQL server ?
Explain few of the new features of sql server 2008 management studio
How does normalization work?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What are the properties of the relational tables?
What are the requirements on sql server network connections?