what is syntex second or third highest salary.
thanks & Regards
Dhirendra sinha
Answer Posted / sagar dhande
select top 2(salary) from (select top 3 (salary) from
dbo.employee order by salary desc)
order by salary
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are different types of views?
Explain the benefits of user-defined functions?
How to check status of stored procedure in sql server?
Can you leave a union at any time?
What is the difference between a function and a trigger?
What is sql view?
Explain the difference between function and stored procedure?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Explain sql delete command?
What is a virtual table in sql?
What is schemabinding a view?
What is sharding?
How do users use Report Builder with SQL Server data sources?
Explain about system database?
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?