how to retrieve the top 3 salaries of the table using rownum
Answer Posted / chiru
select sal from (select distinct sal from emp order
by sal desc)
where rownum<4 ;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many sql statements are used? Define them.
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What is pl sql code?
What is the sql case statement?
What is difference between pls_integer and integer?
How many clustered indexes can you have?
how to calculate expressions with sql statements? : Sql dba
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
What is sql stand for?
Do foreign keys improve performance?
What will you get by the cursor attribute sql%found?
What does 0 mean in sql?
What are different types of sql?
How to install oracle sql developer?
How many sql commands are there?