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 do you mean by field in sql?
What is synchronized subquery?
What are the benefits of pl sql?
What is pl sql quora?
What is a nested table in word?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
Is stored procedure faster than query?
What is the example of procedure?
What is rownum and rowid?
Why we use cross join?
How do I find duplicates in sql?
What is sql architecture?
What is pl sql collection?
What is sqlite used for?
How global cursor can be declare with dynamic trigger ?