how to retrieve the top 3 salaries of the table using rownum
Answer Posted / rameshwar gupta
select ename ,sal from (select ename,sal from emp order
by sal desc)
where rownum<4
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the function that is used to transfer a pl/sql table log to a database table?
What is a relationship and what are they?
What is rtm in testing?
What found sql?
How many types of keys are there in sql?
Mention what is the plv (pl/vision) package offers?
How do you pronounce sql?
what is the difference between undefined value and null value? : Sql dba
how to use myisamchk to check or repair myisam tables? : Sql dba
What is sql partition function?
What is a record in pl/sql?
How delete all records from table in sql?
How can use stored procedures in sql?
what is foreign key? : Sql dba
how can I make a script that can be bi-language (supports english, german)? : Sql dba