Login
Remember
Register
Ask a Question
What is meant by Proactive, Retroactive and Simultaneous Update in DBMS?
0
votes
asked
Apr 2, 2020
in
DBMS
by
rajeshsharma
What is meant by Proactive, Retroactive and Simultaneous Update in DBMS?
#dbms-simultaneous-update
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 2, 2020
by
amita rallin
Proactive Update: The updates that are applied to database before it becomes
effective in real world.
Retroactive Update: The updates that are applied to database after it becomes
https://madanswer.com/java
effective in real world.
Simultaneous Update: The updates that are applied to database at the same time
when it becomes effective in real world.
...