Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / kishore
select salery from (select salery from
emp order by salery desc) where rownum <=5 ;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the largest value that can be stored in a byte data field?
What is set transaction?
How many types of indexes are there in sql?
What is asqueryable?
What are the different sql commands?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
Is oracel sql developer written in java?
Which version of sql do I have?
What programs use sql?
what is a database transaction? : Sql dba
Give the order of sql select?
How do I view an execution plan in sql?
What is a data definition language?
What is error ora-01000: maximum open cursors exceeded
Why do we use sqlite?