Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / sujith
select * from test_sujith where rownum < 6 order by item3 desc
| Is This Answer Correct ? | 2 Yes | 31 No |
Post New Answer View All Answers
How do I start pl sql?
What is the use of function in sql?
Explain the uses of database trigger.
Explain about various levels of constraint.
Why is sql better than hql?
What is a temporal data type?
does sql support programming? : Sql dba
Why commit is not used in triggers?
Which are the different case manipulation functions in sql?
How to get help at the sql prompt?
how many groups of data types? : Sql dba
What are two statement types in sql?
What are predefined functions in sql?
What is the benefit of foreign key?
What will you get by the cursor attribute sql%notfound?