Consider the following scenario:
Update rollback
Insert
Insert commit
Delete
Update commit
Which statements would be saved to the database, assuming these are all in a single transaction?
A) Insert, Delete
B) Update rollback, Insert, Insert commit
C) Update rollback, Insert, Insert commit, Delete
D) Insert, Insert commit, Delete, Update commit