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
How many sql core licenses do I need?
Is left join faster than join?
what is meant by nl2br()? : Sql dba
What is relationship? How many types of relationship are there?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What are analytic functions in sql?
What is the usage of nvl function?
Why stored procedures are faster than query?
What are all the different types of indexes?
What are character functions?
Can we create view in stored procedure?
Explain what is a column in a table?
What is a database event trigger?
Is sql microsoft?
What is an exception in PL/SQL? What are the two types of exceptions?