HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / dilip
SELECT * FROM EMP WHERE (SAL = (SELECT sal
FROM emp GROUP BY sal HAVING COUNT(sal) > 1))
| Is This Answer Correct ? | 28 Yes | 24 No |
Post New Answer View All Answers
Can binary strings be used in arithmetical operations?
Explain how many normalization forms?
what is the difference between delete table and truncate table commands? : Sql server database administration
How to use go command in "sqlcmd"?
What should be the fill factor for indexes created on tables? : sql server database administration
What are the fixed server level roles? : sql server security
What is optimization and its types?
How many joins in sql server?
Why olap is used?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
What are the types of stored procedures in an sql server?
What is a db view?
What is a database in ms sql server?
What are the difference between primary keys and foreign keys?
What is log in sql server?