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
What is the datatype of rowid?
What is cdc in sql server?
what is raid and what are different types of raid configurations? : Sql server database administration
How do I schedule a sql server profiler trace?
How to find the version of sql server? : sql server database administration
Explain how to integrate the ssrs reports in application?
What is inline table-value user-defined function?
What is a result set object returned by mssql_query()?
What is ddl and dml commands?
What do you understand by SQL*Net?
What is difference between foreign key and unique key?
What is the difference between SQL notification and SQL invalidation?
Does partitioning help performance?
Tell me something about security and sql azure?
What do you do in data exploration