Answer Posted / raj
for example if we take emp table, the query like this...
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql*plus?
Sql technical questions
What is prepared statement in sql?
Show how functions and procedures are called in a pl/sql block.
What are the sql commands?
What is oracle sql developer?
Can cursors be part of a trigger body?
What is cursor and its types?
Does user triggers have entry for trigger with compilation errors?
Is oracel sql developer written in java?
What's the difference between inner join and left join?
What is the difference between the conventional and direct path loader? : aql loader
What problem one might face while writing log information to a data-base table in pl/sql?
Is ms sql is free?
Write an sql query to select all records from the table?