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
Can you load data into multiple tables at once? : aql loader
what are the disadvantages of mysql? : Sql dba
Write the command to remove all players named sachin from the players table.
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
what is the functionality of the function htmlentities? : Sql dba
What is posting?
What is the difference between microsoft access and sql server?
what is a constraint? Tell me about its various levels. : Sql dba
what is data manipulation language? : Sql dba
Show the cursor attributes of pl/sql.
Can we use rowid as primary key?
what does the t-sql command ident_current does? : Transact sql
Can we perform dml in function?
What does dml mean?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?