658 views
0 votes
0 votes
Which one of the following option does not follow deferred database modification scheme in the system crash situation?

 

1. After system crash if there is no ``commit T'' instruction in log file then it requires nothing to recover.

 

2. After a system crash, all transactions are redone in the backward order of their log record (i.e. last log record first).

 

3. No undo operations are required in the deferred database scheme.

 

4. None

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
4
gulsanchouhan asked Sep 28, 2017
342 views
Which of the following can be described as a programming model used to develop applications processing massive amounts of data in a distributed and/or parallel manner?1. ...