InterviewSolution
Saved Bookmarks
| 1. |
If there is a hardware malfunction or a bug in the database that causes the loss of content of volatile storage, it is called as ________(a) Logical error(b) System error(c) System crash(d) None of the mentionedThis question was posed to me in semester exam.My question is taken from Failure Classification and Storage topic in portion Recovery System of RDBMS |
|
Answer» RIGHT answer is (C) System crash The best I can explain: If there is a HARDWARE malfunction or a bug in the database that causes the loss of CONTENT of volatile storage, it is called as a system crash. The data in the non-volatile storage remains INTACT and it is not corrupted. |
|