InterviewSolution
Saved Bookmarks
| 1. |
The log is a sequence of _________ recording all the update activities in the database.(a) Log records(b) Records(c) Entries(d) RedoI had been asked this question in an internship interview.I would like to ask this question from Recovery in chapter Recovery System of Database Management |
|
Answer» CORRECT CHOICE is (a) LOG records For explanation: The most widely used STRUCTURE for recording database modifications is the log. |
|