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
What is sql partition?
What does varchar include?
how to present a past time in hours, minutes and seconds? : Sql dba
What do we need to check in database testing?
Is sql scripting language?
What is cte?
What is a pragma statement?
Can a table contain multiple primary key’s?
Which one is faster ienumerable or iqueryable?
How to select 10 records from a table?
What is the difference between join and natural join?
Is keyword pl sql?
Explain what is a field in a database and record in a database?
Is left join inner or outer?
Is clustered index a primary key?