HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / sunil
SELECT * FROM EMP WHERE (SAL IN (SELECT sal
FROM emp GROUP BY sal HAVING COUNT(sal) > 1))
| Is This Answer Correct ? | 72 Yes | 16 No |
Post New Answer View All Answers
What is the difference between getdate and sysdatetime?
What is entity data services?
What is partition, how will you implement it? : sql server analysis services, ssas
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
role of sql sever 2005 in database rather than any other database
What are ddl triggers and types of ddl trigger?
What is 1nf 2nf?
What is the difference between writing data to mirrored drives versus raid5 drives
What is sql server replication? : sql server replication
Define synonym?
How to return the date part only from a sql server datetime datatype?
Why is the need for data conversion transformations?
Why normalization is used?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
what are candidate key, alternate key and composite key? : Sql server database administration