To find second largest salary in Employee table
Answer Posted / amit
select max(salary) from employee where salary != (select max
(salary) from employee)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the truncate command?
What is multi-statement table-value user-defined function?
What is clustered index
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
What is the difference between for auto and for nested?
Explain features and concepts of analysis services?
How to concatenate two character strings together?
What is service broker?
What are data regions?
How do I find the sql server database version?
What is meant by referential integrity?
What is normalization according to you and explain its different levels?
What the different types of Replication and why are they used?
What is inner join? Explain with an example?
Write a SQL command to insert and update only a particular field?