HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / kumari
SELECT TOP (3)with ties empsalry
FROM empsalr
order by empsalry desc;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Who developed sql server?
What is lookup override?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
What are different types of constraints?
Can two tables share the same primary key?
What are the steps you will take to improve the performance of a poor performing query?
What is a rollup clause?
Explain tablesample?
What is acid mean in sql server?
How to set database to be single_user in ms sql server?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What is a domain constraint give an example?
What are the different type of replication in sql server?
What is raid? : SQL Server Architecture
What is change tracking in sql server?