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 to specify default values in insert statement using oracle?
Explain about the analyze command in oracle?
How to create an oracle database manually?
What is define in oracle?
Can you create a synonym without having a table?
What is a user account in oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
Does oracle database need java?
Can we convert a date to char in oracle and if so, what would be the syntax?
What is the minimum client footprint required to connect c# to an oracle database?
How to retrieve data from an explicit cursor?
How to grant create session privilege to a user in oracle?
What is the difference between translate and replace in oracle?
Explain an index segment?
Why oracle is used?