Answer Posted / kishore
select * from (
select sal,rownum as num from (select sal from
emp order by sal desc))
where num <=3;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is a loop in sql?
Does access use sql?
What are the sql versions?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What is composite data type in pl sql?
How many times can we commit in a loop?
what are the advantages and disadvantages of views in a database? : Sql dba
What is pl sql record in oracle?
Does user triggers have entry for trigger with compilation errors?
What are the different dcl commands in sql?
What is the use of desc in sql?
Is primary key is clustered index?
Can we use pl sql in mysql?
How can you know that statistics should be updated?