a query to select maxmun 3 salaries of employee table
Answer Posted / tulasi
select * from (select * from emp order by sal desc) where
rownum<=3;
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
How to write an inner join with the where clause in oracle?
What are transaction isolation levels supported by oracle?
What is pragma autonomous transaction in oracle?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Explain constraining triggers.
Are truncate and delete commands same? If so why?
Can we write insert statement in function in oracle?
How to convert a string to a date in oracle database?
Oracle
What is an oracle recycle bin?
How to rename a column in an existing table?
How to loop through a cursor variable?
What is a database schema in oracle?
How can you use check constraints for self referential integrity?
What are the attributes that are found in a cursor?