Answer Posted / ashwini
Select * from emp A where 2>=(select count(distinct(B.sal)) from emp B where A.sal<B.sal);
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is subquery faster than join?
Does sql backup shrink transaction log?
What is scalar data type in pl sql?
what is data integrity? : Sql dba
what are the different tables present in mysql? : Sql dba
Explain the the update statement in sql?
What is difference between inner join and cross join?
Can you call pl/sql package functions from within a fast formula?
What are all the common sql functions?
Can you join views in sql?
What happens when a trigger is associated to a view?
What are the parts of a basic sql query?
What is a native sql query?
How would you reference column values before and after you have inserted and deleted triggers?
What company owns postgresql?