HOW TO FIND THE EMPLOYEE DETAILS WHO ARE GETTING SAME SALARY
IN EMP TABLE
Answer Posted / gangi naidu.k
select * from emp where emp=(select sal from emp group by
sal having count(sal)>1)
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between HTTP and HTTPS in database?
According to you what goes into making the best database administrator? : sql server database administration
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
What happens if you insert a duplicate key for the primary key column in ms sql server?
How do I create a stored procedure in dbml?
How to Update from select query in sql server?
What are security principals used in sql server 2005?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
Explain Geography datatype in SQL Server
What is sql server programming?
what are the reporting service components in SSRS?
How does Report Builder support Analysis Services cubes?
What do you mean by authentication modes in sql server?
what is the difference between a primary key and a unique key? : Sql server database administration
What are the advantages of using a stored procedure?