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
what is a relationship and what are they? : Sql dba
what is offset-fetch filter in tsql? : Transact sql
What is nvarchar max in sql?
What is nosql db?
What is the use of nvl function?
How many triggers can be applied to a table?
Does inner join remove duplicates?
Where can I learn sql for free?
What are the different types of sql commands?
What is the purpose of my sql?
Which command is used to delete a trigger?
What is data control language (dcl)?
how to create a table index in mysql? : Sql dba
what is collation? : Sql dba
What are the advantages of indexing?