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
What are different types of constraints?
How do I find the size of a sql server database?
How to connect to a sql server using odbc_connect()?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What is the native system stored procedure to execute a command against all databases?
What are scalar functions in sql?
What is the difference between commit and rollback?
How to modify an existing user defined function?
What are the properties and different types of sub-queries?
In how many ways you can invoke ssrs reports?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
what are database files and filegroups? : Sql server database administration
Can we insert data into a view?
What do you mean by authentication modes in sql server?
application server is slow what may be the problem