Answer Posted / nishi.swain@gmail.com
select distinct sal from table_name t1 where 4=(select count(distinct sal) from table_name t2 where
t1.sal<=t2.sal);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What version is sql?
What is natural join in sql?
What does count (*) mean?
What is the purpose of design view?
what are the difference between clustered and a non-clustered index? : Sql dba
What sql database should I use?
What is trigger point?
Why having clause is used in sql?
Can we group by two columns in sql?
What is count * in sql?
Can cursors be part of a trigger body?
Which are sql * plus commands?
What are field types?
Can we perform dml on view?
What is meant by truncate in sql?