How to get Top 10 Salaries from a Table
Answer Posted / samsunisa
select top 10 salary from table name order by salary;
| Is This Answer Correct ? | 7 Yes | 19 No |
Post New Answer View All Answers
How do I connect my db2 database to ibm?
What are the rules for db2 programming?
What does db2 blu stand for?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What is a db2 collection?
What os does db2 run on?
What are bind parameters in db2?
What is a plan and package in db2?
Is db2 a programming language?
what is the sqlcode -501
Define sqlca.
What does runstats do in db2?
Explain in detail about buffer manager and its functionalities?
What is a db2 table?
What is difference between isnull and coalesce?