a query to select maxmun 3 salaries of employee table
Answer Posted / kumari
SELECT TOP (3)with ties empsalry
FROM empsalr
order by empsalry desc;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Difference between the “verify” and “feedback” command?
How to create an oracle database?
What is set verify off in oracle?
What is the database name in oracle?
How to convert a string to a date in oracle database?
How to experiment a data lock in oracle?
How to convert characters to times in oracle?
What privilege is needed for a user to query tables in another schema?
What do database buffers contain?
Why oracle is used?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What is object data modeling?
How to convert characters to numbers in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What is not equal to in oracle?