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
if no size is defined while creating the database, what size will the database have? : Sql server administration
How to recreate an existing index in ms sql server?
Name and describe few console utilities for ssrs?
What is report rendering ?
What is the difference between executequery () and executeupdate ()?
Do you know what are the steps to process a single select statement?
Name 3 ways to get an accurate count of the number of records in a table?
What are database states in ms sql server?
How will you hide an attribute? : sql server analysis services, ssas
Can we write trigger for view?
Explain the purpose of indexes?
What are audit control procedures?
What are the advantages of partitioning?
Why use “nolock” in sql server?
What are the different authentication modes in sql server?