PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 000-302

Exam 000-302: DB2 9 Database and Application Fundamentals

How many rows will be inserted in TB1?

Consider Table1 has no rows initially and that the auto commit feature is disabled. After execution
of the following statements:
INSERT INTO Table1 VALUES (1, ‘ABC’)
INSERT INTO Table1 VALUES (2, ‘DEF’)
INSERT INTO Table1 VALUES (3, ‘DEF’)
COMMIT
ROLLBACK
INSERT INTO Table1 VALUES (4, ‘GHI’)
COMMIT
INSERT INTO Table1 VALUES (5, ‘DEF’)
ROLLBACK
COMMIT
How many rows will be inserted in TB1?


Page 9 of 19« First...7891011...Last »