Transaction processing enables a program to treat a database operation, or set of operations, as single operation. This is known as a(n) ________ or a(n) ________.

a. atomic operation, unique operation.
b. unique operation, transaction.
c. atomic operation, transaction.
d. None of the above.


c. atomic operation, transaction.

Computer Science & Information Technology

You might also like to view...

Instance variables are shared by all other objects of the same class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ____________________ conversion is made whenever you assign a derived class object to an object of any types that are ancestors.

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

Computer Science & Information Technology

What is < > equivalent to in Advanced Filters?

A) Greater than B) Equal to C) Not equal to D) Less than

Computer Science & Information Technology

To copy a tree, traverse it in __________ and add each data item visited to a new node.

a. inorder b. postorder c. reorder d. preorder

Computer Science & Information Technology