a query to select maxmun 3 salaries of employee table
Answer Posted / chaitanya
Select sal from emp order by desc fetch first 3 rows only;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Explain compound trigger in oracle?
How to synchronize 2 schema's objects?
Explain about achiever in sql?
What is literal?
What are the data types in oracle?
What do you understand by a database object?
Explain rename?
Explain oracle’s server parameter file.
What are the different oracle database objects?
What is the usage of save points in oracle database?
How to export your own schema?
What is a oracle database?
How can we force the database to use the user specified rollback segment?
Why do you create or replace procedures rather that drop and recreate.