which SQL comment successfully removes uncommitted changes
from a DB2 database
A) rollback
B) delete
C) drop
D) decommit
Answers were Sorted based on User's Feedback
How do you filter out the rows retrieved from a Db2 table ?
how to fetch multiple records without using cursor
What are the Isolation levels possible ?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is query for your birthday date should be in hours,minute and seconds format?
Can we install 2 different versions of Db2 on same mainframe?
What does DSNDB07 database do?
How to find the number of rows in a db2 table?
What is filter factor?
What is a collection in db2?
pls explain the precompilation process of cobol-db2 pgm
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it