HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / vidyalakshmi.s
select * from emp1 where salary in (select salary from emp1
group by salary having count(salary) >1)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the indexes in sql server?
What is transaction server consistency?
Explain the cursor lock types?
What is stretch database in sql server?
Which table keeps information about stored procedures?
when would you go for denormalization? : Sql server database administration
What are the dis_advantages of stored procedures, triggers, indexes?
What is advantage data architect?
What are the difficulties faced in cube development? : sql server analysis services, ssas
How to encrypt data between dialogs?
Does transparent data encryption provide encryption when transmitting data across the network?
How do I setup a local sql server database?
Tell me what are the advantages of using stored procedures?
What is global temp table?
What are triggers in ms sql server?