Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / ram
select ename,salary from(select ename,salary from emp order by salary desc) where rownumber<6
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you use collections in procedure to return the resultset?
Can we rollback after truncate?
Mention what plvcmt and plvrb does in pl/sql?
What is materialized view. What are different methods of refresh?
What program will open a mdb file?
What is sqlcommand?
How do I view tables in sql developer?
How do you optimize a stored procedure in sql?
What is a composite primary key?
How many primary keys can a table have?
How to create a menu in sqlplus or pl/sql?
What is oracle sql called?
Is primary key clustered index?
How can I speed up sql query?
What does t sql mean?