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
Which are sql * plus commands?
What is input buffer in sql*plus?
What is server name sql?
What is the starting oracle error number?
Is a table valued function object?
What is trigger and stored procedure in sql?
Which one is better subquery or joins?
What is file based approach?
Where do we use pl sql?
What is time based sql injection?
How do you copy a table in sql?
Is clustered index a primary key?
What are analytical functions in sql?
What is nvarchar in sql?
what is the use of double ampersand (&&) in sql queries?