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
What is oracle instant client?
What is a named program unit?
What is a trigger oracle?
How to initialize variables with default values?
How view is different from a table?
What is procedure overloading in oracle?
What are a cluster and non-cluster index?
What is the minimum client footprint required to connect c# to an oracle database?
how to clone 9i Database on to 10g Database.
What are the execution control statements in oracle?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
How to connect to a local oracle 10g xe server?
What is concurrency in oracle?
How do we display rows from the table without duplicates?
What are the limitations of check constraint?