how to retrieve the top 3 salaries of the table using rownum
Answer Posted / manoj tcs
select * from (select * from emp order by sal desc)
where rownum < 4;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are different types of sql?
How can you select unique records from a table?
What is sql query optimization?
What are procedures used for?
How do I add a primary key to a table?
what are properties of a transaction? : Sql dba
What does trigger mean in slang?
What is the purpose of the partition table?
what does the t-sql command ident_incr does? : Transact sql
What is primary and foreign key?
Is progress software supports to ( pl/sql )?
Which sql most popular?
What is a string data type in sql?
Explain two easy sql optimizations.
What is the difference between sql, mysql and sql server?