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


Please Help Members By Posting Answers For Below Questions

What is informix sql?

727


Can we rollback after truncate?

754


Explain the working of foreign key?

726


what are the difference between clustered and a non-clustered index? : Sql dba

731


what tools available for managing mysql server? : Sql dba

745






what does the t-sql command ident_current does? : Transact sql

734


Explain the components of sql?

789


Which one is faster ienumerable or iqueryable?

660


How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?

868


Is left join faster than inner join?

840


Why truncate is used in sql?

720


Is t sql a programming language?

761


Why do we use joins?

777


What is full form of rtm?

724


Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

770