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
Define the select into statement.
What is the maximum number of columns in sql table?
How can we make an if statement within a select statement?
What are different types of tables in sql?
Is keyword pl sql?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What is sql resultset?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
what is the use of set statement in tsql? : Transact sql
How delete a row in sql?
Can we write dml inside a function in sql server?
What is the use of & in pl sql?
Is left join faster than join?
What is the use of <> sql?
How do I edit a trigger in sql developer?