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
Can there be more than one function with a similar name in a pl/sql block?
Are pl sql variables case sensitive?
Is sql easier than java?
What are the two characteristics of a primary key?
what is msql? : Sql dba
Can two tables have same primary key?
Explain the working of foreign key?
What are the uses of merge?
What is a rank in sql?
How to check if a column is nullable before setting to nullable?
What is rownum?
What are all the different normalizations?
Are subqueries better than joins?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is dense_rank in sql?