Zusammenfassung der Ressource
Frage 1
Frage
What transaction problem is depicted ?
Frage 2
Frage
What type of transaction is depicted ?
Frage 3
Frage
What type of transaction is depicted ?
Antworten
-
The lost update problem.
-
The uncommitted dependency (or dirty read) problem
-
The inconsistent analysis problem.
-
The transaction will execute without error.
Frage 4
Frage
Which is a schedule where the operations from a set of concurrent transactions are interleaved.
Antworten
-
Serial Schedule
-
Nonserial Schedule
-
A Locking Transaction
-
An Exclusive Lock
Frage 5
Frage
Which is a schedule where the operations of each transaction are executed consecutively without any interleaved operations from other transactions.
Antworten
-
Nonserial Schedule
-
Serial Schedule
-
A Locking Transaction
-
An Exclusive Lock