How to get Top 10 Salaries from a Table
Answer Posted / abirami
select max(salary) from tablename
fetch first 10 rows only
| Is This Answer Correct ? | 4 Yes | 25 No |
Post New Answer View All Answers
Mention the downsides of page level lock.
Which isolation level provides highest data integrity?
What is explain in db2?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
List down the data types in the db2 database.
What is the function of logging in the db2 database?
What is runstats utility in db2?
What is buffer pool in the db2 database?
What type of database is db2?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What are the uses of db2 optimizer?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What happens in bind step in a db2 program?
How to view db2 table structure?
what is a corelated subquerry?