What is a DB2 transaction?
Answer(s)
- A DB2 transaction is the interface that is developed between tables, relating one table to theother.
- A DB2 transaction is an action that is performed by the database to ensure that tables that arereplicated are kept synchronized.
- A DB2 transaction is a set of rules that can be imposed on data values in a table.
- A DB2 transaction is a sequence of one or more statements that must complete in its entiretyor not at all. It is also referred to as a unit of work.
Correct Answer A DB2 transaction is a sequence of one or more statements that must complete in its entiretyor not at all. It is also referred to as a unit of work.