InterviewSolution
Saved Bookmarks
| 1. |
The most widely used structure for recording database modification is called as _______(a) Log(b) List(c) Queue(d) Stack |
|
Answer» The correct option is (a) Log Explanation: The most widely used structure for recording database modification is called as a log. The log is a sequence of log records recording all the update activities in the database. |
|