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 pl sql better than sql?
What is the command used to fetch the first 5 characters of a string?
What is clustered index sql?
what are the different index configurations a table can have? : Sql dba
What is difference between stored procedures and application procedures?
Is sql port 1433 encrypted?
Can we rollback after truncate?
what is single byte over head in oracle..?
What is execution plan in sql?
What is pivot query?
What is difference between db2 and sql?
Why we use cross join?
What is the difference between an inner join and an outer join?
What is aggregate function in sql?
What is mutating error in pl sql?