how to retrieve the top 2 salaried persons from a database?
Answer Posted / mamta
Select sal
from salary_tbl
where rownum <= 2
order by sal desc;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
Explain architecture of sql server notification services?
Is sql developer case sensitive?
What are the uses of sysdate and user keywords?
What port does sql server use?
what is rdbms? : Sql dba
What is a data manipulation language?
what are local and global variables and their differences? : Sql dba
Do stored procedures prevent sql injection?
Explain table and field in sql?
Is trigger a stored procedure?
Mention what is the use of function "module procedure" in pl/sql?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
what is data manipulation language? : Sql dba
How to display the records between two range in Oracle SQL Plus?