write the query for find the top 2 highest salary in sql
server
Answer Posted / chandan kumar
Select Top 1 salary from(select top 2 salary from emp_table
order by salary asc)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the on delete cascade option do?
List out the different types of locks available in sql server?
can we have a nested transaction? : Sql server database administration
How to change a login name in ms sql server?
What happens if time-only values are provided as date and time literals?
What is left outer join in sql server joins?
What is the maximum size of column in sql server?
Write a SQL command to insert and update only a particular field?
What is nolock hint in sql server 2008
Mention the different authentication modes in sql server.
Why we need to use secondry database file? though, we can do same work using primary database file also.
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
What are the different types of sql server replication? : sql server replication
What are acid properties of transaction?
Which are the new data types introduced in sql server 2008?