InterviewSolution
Saved Bookmarks
| 1. |
________ dump, writes out SQL DDL statements and SQL insert statements to a file, which can then be reexecuted to re-create the database.(a) Archival(b) Fuzzy(c) SQL(d) All of the mentionedI have been asked this question by my college director while I was bunking the class.This intriguing question originated from Failure with Nonvolatile Storage in chapter Recovery System of Database Management |
|
Answer» RIGHT answer is (c) SQL To EXPLAIN: Such DUMPS are useful when migrating data to a different instance of the database, or to a different version of the database software, SINCE the physical locations and layout MAY be different in the other database instance or database software version. |
|