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
Does an index slow down updates on indexed columns?
What is equi join with example?
What are the different types of subquery?
How can you hide the sql server instances?
What are the recovery models in sql server 2000?
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
How do we Backup SQL Azure Data?
How many categories of functions based their return modes?
When to use null data driven subscription?
what is raid and what are different types of raid configurations? : Sql server database administration
Explain the relational database management system (rdbms)?
Which is better statement or preparedstatement?
What is a mutating table error and how can you get around it?
How to get a list all databases on the sql server?
What is the minimum recommended amount of ram for sql server 2012 enterprise?