The executions of transactions are strict if read and write operations on an object are delayed until
all transactions that previously wrote that object have either committed or aborted. Explain how
the locking rules in Figure 16.16ensure strict executions.
What will be an ideal response?
If a previous transaction has written a data item, it holds its locks until after it has committed, therefore no other
transaction may either read or write that data item (which is the requirement for serial executions).
Computer Science & Information Technology
You might also like to view...
When you design tables, set field properties to ensure the entry of ________ by using input masks, validation rules, and default values
Fill in the blank(s) with correct word
Computer Science & Information Technology
When you import data from Microsoft Access tables into an Excel data model, you establish a ________ between the Access tables and the Excel data model
Fill in the blank(s) with correct word
Computer Science & Information Technology