a query to select maxmun 3 salaries of employee table
Answer Posted / elumalai.k
select top 3 salary from employee order by salary desc
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
How can you merge two tables in oracle?
How to store pictures on to the database?
How to create id with auto_increment on oracle?
Explain oracle instance.
What are the original export and import utilities?
How to define and use table alias names in oracle?
Explain temporal data types in oracle
How to open a cursor variable?
Give the various exception types.
How to use group functions in the select clause using oracle?
Are truncate and delete commands same? If so why?
What is a data dictionary and how can it be created?
what is the difference between data migration and production migration.
What is background process in Oracle?
Explain overloading. Can functions be overloaded?