HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / vinay singh
Select * From Employee
Where Salary in
(Select Salary From Employee Group by Salary Having
Count(Salary ) > 1)
**Vinay Singh
**9867774724
Is This Answer Correct ? | 45 Yes | 5 No |
Post New Answer View All Answers
How can we delete Duplicate row in table?
What are the types of table?
What stored by the master?
What is the difference between sdf and mdf?
What is the recovery model? List the types of recovery model available in sql server?
What are constraints in microsoft sql server?
What do you mean by data integrity?
How to list all objects in a given schema?
How do I create a stored procedure in dbml?
What is view in sql?
Can we use pragma autonomous_transaction in trigger?
Tell about MOM Tool(Microsoft Operator Manager)?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
What is the library index called?
How to generate create view script on an existing view?