📝 Question
#1730
________ dump, writes out SQL DDL statements and SQL insert statements to a file, which can then be reexecuted to re-create the database.
✓
Correct Answer
A. Archival
💡
Explanation
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.
⌨️ Press
A
B
C
D
to select