If an error occurs that prevents a transaction from completing, transaction-based logging allows the system to “________” the system to the state before the transaction began.

a) roll back
b) unwind
c) reset
d) restore


a) roll back

Computer Science & Information Technology

You might also like to view...

What is a folder target?

What will be an ideal response?

Computer Science & Information Technology

A professional networking website that focuses on business and employment-oriented services—a good place to build your professional identity.

What will be an ideal response?

Computer Science & Information Technology

When assigning a value to a variable in a Bash script, you separate the variable from its value with the ____ character.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is true, when we inline a function?

A. It tells the compiler to substitute the function body (for the inlined function) for any function calls made (using that inlined function) throughout the program code. B. It indicates that the function should return by reference. C. For class templates, we must write the function definition where the function prototype would normally be, in the class definition. D. We are not indenting the body of the function, so that the body of the function is in line with the function heading.

Computer Science & Information Technology