how to retrieve the top 3 salaries of the table using rownum
Answer Posted / vivek dubey
select salary_column from salary_table
where rownum<4
order by salary_column desc
| Is This Answer Correct ? | 24 Yes | 42 No |
Post New Answer View All Answers
What are the two characteristics of a primary key?
What is primary key and unique key?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
Name three sql operations that perform a sort.
What is sql scripting?
What are the different types of database management systems?
How to take user input in pl sql?
what is normalization? : Sql dba
What is sql*loader and what is it used for? : aql loader
What is left inner join in sql?
What is the difference between delete and truncate statement in sql?
Does sql require a server?
What is the difference between a query and a report?
what are date and time data types? : Sql dba
What are two statement types in sql?