in Databases edited by
1,120 views
0 votes
0 votes

In DBMS, deferred update means :

  1. All the updates are done first but the entries are made in the log file later

  2. All the log files entries are made first but the actual updates are done later

  3. Every update is done first followed by a writing on the log file

  4. Changes in the views are deferred till a query asks for a view

in Databases edited by
1.1k views

1 Answer

0 votes
0 votes
option B  as log file entries made and actual updates are done after COMMIT.

Related questions