a query to select maxmun 3 salaries of employee table
Answer Posted / chaitanya
Select sal from emp order by desc fetch first 3 rows only;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do we get field details of a table?
How to call a stored function with parameters?
What is the difference between formal parameters and actual parameters?
what are the default admin accounts in Oracle 10g ?
 What are the oracle DML commands possible through an update strategy?
what is insert all statement in sql
What is translate in oracle?
State the various uses of dbcc command?
Give the different types of rollback segments.
what is a Nested Loop join?
Respected sir, Please send me technical questions related to oracle apps..
How to use existing values in update statements using oracle?
How to start a specific oracle instance?
Is primary key indexed by default in oracle?
How to join two tables in a single query using oracle?