Transaction processing, ACID (Atomicity, Consistency, Isolation, Durability), record locking and redundancy Flashcards

1
Q

What is meant by referential integrity?

A

The process of ensuring consistency, this ensures that information
is not removed if it is required elsewhere in a linked database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is meant by a transaction?

A

A transaction is a single operation executed on data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is meant by transaction processing?

A

Transaction processing is when a series of actions is performed on one of these transactions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does ACID stand for?

A
  • Atomicity
  • Consistency
  • Isolation
  • Durability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is meant by atomicity?

A

A transaction must be processed in its entirety or not at all

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is meant by consistency?

A

A transaction must maintain the referential integrity rules between linked tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is meant by isolation?

A

Simultaneous executions of transactions should lead to the same result as if they were executed one after the other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is meant by durability?

A

Once a transaction has been executed it will remain so regardless of the
circumstances surrounding it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is meant by record locking?

A
  • The process of preventing simultaneous access to records in a database, used in order to prevent inconsistencies or a loss of updates
  • While one person is editing a record, this ‘locks’ the record so others cannot access the same record
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is meant by redundancy?

A
  • The process of having one or more copies of the data in physically different locations.
  • This means that if there is any damage to one copy the others can be recovered
How well did you know this?
1
Not at all
2
3
4
5
Perfectly