Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / mohammad murtuza ali
select * from salary where rowno<6
| Is This Answer Correct ? | 4 Yes | 15 No |
Post New Answer View All Answers
Is record in oracle pl sql?
what is an alias command? : Sql dba
Is nosql faster than sql?
How does left join work in sql?
Why do we use triggers?
What is use of trigger?
How do I pipe the output of one isql to another?
What are reports usually used for?
How to run sql statements with oracle sql developer?
Explain the uses of database trigger.
What is cursor in pl sql?
What is the difference between a primary key and a clustered index?
Does view store data in sql?
What is spool?
what are the 'mysql' command line options? : Sql dba