edited by
1,116 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

edited by

1 Answer

Related questions

1 votes
1 votes
1 answer
2
go_editor asked Mar 27, 2020
1,666 views
Two phase protocol in a database management system is :a concurrency mechanism that is not deadlock freea recovery protocol used for restoring a database after a crashAny...
0 votes
0 votes
1 answer
3
go_editor asked Mar 27, 2020
1,484 views
Which of the regular expressions corresponds to this grammar ?$S → AB/AS, A → a/aA, B → b$$aa^*b^+$$aa^*b$$(ab)^*$$a(ab)^*$
0 votes
0 votes
1 answer
4