(Choose 1 answer)
A database transaction, by definition, must be ACID (atomic, consistent, isolated and durable). What does "Consistent" mean?
Answer DA B
A. "Consistent" means that: Transactions provide an "all-or-nothing" proposition, stating that each work-unit performed in a database must either complete in its entirety or have no effect whatsoever
B. "Consistent" means that: Transactions must not violate any integrity constraints during its execution
I
48