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
How to use regular expression in pattern match conditions in oracle?
Explain parameter file in oracle.
What are the common oracle dba tasks?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
Explain table?
What are the different oracle database objects?
Is oracle a programming language?
What is Java Pool in Oracle?
How do we get field detail of a table?
How to create a stored program unit?
How do we represent comments in oracle?
What are the data types in oracle?
Why is oracle database so popular?
Calculate difference between 2 date / times in oracle sql?
How to connect to the server with user account: sys?