HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / gangi naidu.k
select * from emp where emp=(select sal from emp group by
sal having count(sal)>1)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
List the different types of joins?
Would you store your query in a ssrs report or a database server? State the reason why?
Can you explain about buffer cash and log cache in sql server?
What factors you will consider calculating the storage requirement for that view?
What is the difference between varchar and varchar(max) datatypes?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What is in place upgrade in sql server?
Is foreign key a primary key?
What are the properties of the relational tables?
Explain encryption of entire databases without the need for application changes in sql server 2008?
What is the difference between clustered and non-clustered indexes in ms sql server?
Explain about Normalization?
New concepts of sql server 2005 use in your project.
How to create a simple stored procedure in ms sql server?
Explain few of the new features of sql server 2008 management studio