how to retrieve the top 3 salaries of the table using rownum
Answer Posted / manivasan.s.,
select salary from salary_table
where rownum <4
order by salary desc
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Is stored procedure faster than query?
what is 'mysqldump'? : Sql dba
How to use sql statements in pl/sql?
What is sqlerrm?
What is sql entity?
What is the difference between rollback and rollback to statements?
How do you modify a table in sql?
What pl/sql package consists of?
What is the sql*loader? : aql loader
What is sql profiler in oracle?
Are views faster than queries?
what is oltp (online transaction processing)? : Sql dba
Can sql developer connect to db2?
What is an example of translating a date into julian format?
What can sql server reporting services do?