Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / amit bharane
select salary from employees
where rownum<=5
order by salary desc
| Is This Answer Correct ? | 3 Yes | 22 No |
Post New Answer View All Answers
Is merge a dml statement?
How do I run a pl sql program?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
What are hotfixes and patches?
What is difference between stored procedure and trigger?
Explain the difference between triggers and constraints?
What is difference between cursor and trigger?
Define implicit and explicit cursors.
What is the usage of sql functions?
Which are sql * plus commands?
Can you sum a count in sql?
What is meant by truncate in sql?
Can we use insert statement in function?
Explain what is a database?
What is audit logout in sql profiler?