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 to rename an existing table in mysql? : Sql dba
What are crud methods?
What are the two types of periodical indexes?
How do I find duplicates in a single column in sql?
What is sql character function?
Is it possible to update views?
What are different types of sql?
What are the two types of exceptions.
What is difference between table and view?
Is subquery faster than join?
What is a crud api?
how to select unique records from a table? : Sql dba
what is datawarehouse? : Sql dba
What is the best sql course?
What is sql prepared statement?