Answer Posted / mayur bhayani
SELECT * FROM (SELECT * FROM T ORDER BY pk DESC FETCH FIRST 5 ROWS) AS X
ORDER BY PK;
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
Explain how can you do the explain of a dynamic sql statement?
What is a bind in db2?
What is the difference between dbm cfg and db cfg file in db2 ?
When the like statement is used?
List out the data types available.
How to retrieve rows from a db2 table in embedded sql?
How to resolve deadlock issue
Mention some fields that are a part of sqlca.
What is a collection in db2?
How to check table size in db2 sap?
What is bind in db2?
How to restart a DB2 program?
How to get the ddl of a table in db2?
How do you find the maximum value in a column in db2?
Are views updateable?