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 is self contained scalar sub query?
How to enter comments in transact-sql statements?
How to create a dynamic cursor with the dynamic option?
What command must you use to include the not null constraint after a table has already been created?
What happens when converting big values to integers?
Explain what is cte (common table expression)?
Explain how would you store your query in an SSRS report or a Database server?
Explain aggregate functions?
What do you mean by data manipulation language?
How can i Relate Tables in SSIS
Is it possible to run multiple publications and different type of publications from the same distribution database? : sql server replication
how to overcome kernel isssues
What is the openxml statement in sql server?
How much does sql server 2016 cost?
How to create a view using data from another view?