a query to select maxmun 3 salaries of employee table
Answer Posted / tulasi
select * from (select * from emp order by sal desc) where
rownum<=3;
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
How to call a stored function with parameters?
What the is the diff between local index and global index. give some example.
When do I need to use a semicolon vs a slash in oracle sql?
How to sort output in descending order in oracle?
What is an oracle tablespace?
what is a Nested Loop join?
How to create a new table in oracle?
How can you merge two tables in oracle?
What is Trigger in Oracle?
How to check the server version in oracle?
What is the implicit cursor in oracle?
What is user managed backup in Oracle?
How to call a sub procedure?
How to call a stored function in oracle?