What is meant by referential integrity?
The process of ensuring consistency, this ensures that information
is not removed if it is required elsewhere in a linked database
What is meant by a transaction?
A transaction is a single operation executed on data
What is meant by transaction processing?
Transaction processing is when a series of actions is performed on one of these transactions
What does ACID stand for?
What is meant by atomicity?
A transaction must be processed in its entirety or not at all
What is meant by consistency?
A transaction must maintain the referential integrity rules between linked tables
What is meant by isolation?
Simultaneous executions of transactions should lead to the same result as if they were executed one after the other
What is meant by durability?
Once a transaction has been executed it will remain so regardless of the
circumstances surrounding it
What is meant by record locking?
What is meant by redundancy?