How to get Top 10 Salaries from a Table
Answer Posted / shaikshavali
if u r using PL/SQL
select distinct id from subs_contacts
where rownum<=10
order by id desc
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you pull up a query which was previously saved in qmf?
What is bind in db2?
What is the use of with ur in db2?
What is check constraint. Explain with example.
How can the duplicate values be eliminated from db2 select?
What is view db2?
List out the data types available.
What is concurrency?
What is dbrm? When it will be created?
What is a db2 collection?
Define data page.
Why do we bind in db2?
What does db2 plan contain?
can all users have the privilage to use the sql statement select * (dml)?
How do I delete a table in db2?