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
Why is sql important?
What is a delimiter in sas?
Can we debug stored procedure?
How do I restart sql?
How can use stored procedures in sql?
how mysql optimizes distinct? : Sql dba
What is the purpose of the partition table?
What are the advantages of pl sql over sql?
How do I edit a stored procedure?
What are the two different parts of the pl/sql packages?
Can we rollback truncate?
What is procedure explain with example?
what is the difference between char and varchar data types? : Sql dba
Can we update views in sql?
Which are the different character-manipulation functions in sql?