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 can you count the number of rows from a table tab?
what is utility for parm lib
Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?
what is the difference between where clause and having clause
Define data page.
How many databases are there?
What is REORG? When is it used?
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
What is cursor stability in db2?
What is a DB2 access path?
What is the use of commit in db2?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?