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
In which column of which DB2 catalog would you find the length of the rows for all tables?
Are views updatable ?
what is utility for parm lib
How is a typical DB2 batch program executed ?
how 2 resolve the -311 sqlcode
what is difference between Static call and Dynamic call? How does it function?
PLAN IS EXECUTABLE AND PACKAGE IS NOT EXECUTABLE . THEN WHAT IS THE USE OF PACKAGE?
2 Answers Tech Mahindra, Wipro,
Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? What is the use of DBRM,PLAN,package and Collection.
Is ibm db2 free?
What is a page in db2?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.