a query to select maxmun 3 salaries of employee table
Answer Posted / elumalai.k
select top 3 salary from employee order by salary desc
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is the relation of a user account and a schema?
What types of joins are used in writing subqueries?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What is the difference between hot backup and cold backup in oracle?
How to Truncate Table in Oracle
How to start a new transaction in oracle?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
What privilege is needed for a user to create tables in oracle?
What do you mean by merge in oracle and how can you merge two tables?
What is oracle update statement with inner join ?
What is the difference between sharding and replication?
What is an external table?
 What are the oracle DML commands possible through an update strategy?
How to use "in" parameter properly?
What is a relational database management system?