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
How to start and end transact-sql statements?
What language is sql server written in?
How can windows applications connect to sql servers via odbc?
What are the limitations/drawbacks or ssrs 2008 r2?
Which table keeps the locking information?
How to delete existing triggers using "drop trigger"?
Explain error handling in ssis?
What is difference between rownum and rowid?
Why use sub query in sql server and list out types of sub queries?
What are the advantages of sql azure?
How many levels of sp nesting is possible?
Explain the phases a transaction has to undergo?
How to execute a sql statement using mssql_query()?
Explain about the command-line tool SQLCMD?
How to make remote connection in database?