Answer Posted / raj
for example if we take emp table:
select a.sal from emp a where 4=(select count(distinct(b.sal)) from emp b where a.sal<=b.sal);
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can we group by two columns in sql?
how to calculate the difference between two dates? : Sql dba
What is sql profiling in oracle?
What is sql indexing?
What are schema-level triggers?
How to change sql*plus system settings?
what is dbms? : Sql dba
What is information schema in sql?
What are the syntax and use of the coalesce function?
Explain the difference between triggers and constraints?
What are the advantages of normalization?
What is compound trigger?
How do we accept inputs from user during runtime?
What is difference between table and view?
What is sql profiler in oracle?