Transaction processing enables a program to ________ or ________ a transaction based on whether the transaction was successful.

a. save, delete
b. commit, rollback
c. save, rollback
d. commit, delete


b. commit, rollback

Computer Science & Information Technology

You might also like to view...

How could an interrupt be communicated to a user-level server?

What will be an ideal response?

Computer Science & Information Technology

Why is Havender’s method for denying the “no-preemption” condition not a popular means for preventing deadlock?

What will be an ideal response?

Computer Science & Information Technology

What Does Each Code Snippet Do?

``` a) Assume that the following method call is located in an overridden earnings method in a subclass: super.earnings() b) Assume that the following line of code appears before a method declaration: @Override c) Assume that the following line of code appears as the first statement in a constructor’s body: super(firstArgument, secondArgument); ```

Computer Science & Information Technology

An image basically consists of all of the following EXCEPT ____.

A. width B. height C. depth D. set of pixels

Computer Science & Information Technology