Answer Posted / naresh
select * from emp e where 2=(select count(*) from emp where
sal>=e.sal);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do I turn a list into a table?
How to use transactions efficiently : transact sql
What is an implicit commit?
How many primary keys can a table have?
Can we rename a column in the output of sql query?
Is not null in sql?
What is consistency?
What are all different types of collation sensitivity?
Describe types of sql statements?
What is query optimization in sql?
how to use in conditions? : Sql dba
What is the difference between sql, mysql and sql server?
what is the difference between myisam static and myisam dynamic? : Sql dba
what are enums used for in mysql? : Sql dba
what's the difference between a primary key and a unique key? : Sql dba