Asked by Bailey Ennis on Jul 09, 2024

verifed

Verified

What should you do if you want to make a copy of a database in a secure location?

A) Back up the database.
B) Compact and repair the database
C) Convert the database.
D) Split the database.

Compact And Repair

A utility often found in database management systems that reduces file size and repairs issues within a database to improve performance and prevent data corruption.

Back Up

The process of creating a copy of data stored in a database or system to prevent loss of information in case of a failure or data corruption.

Convert

To change data from one format or type to another, such as converting text to number or a file to a different file format.

  • Learn how to back up, compact, and repair Access databases for maintenance and efficiency.
verifed

Verified Answer

BS
Brandi ScottJul 13, 2024
Final Answer :
A
Explanation :
Backing up the database is the best option to make a copy of a database in a secure location. A backup ensures that all the data and information in the database are saved to a separate location, which can be accessed in case of any unforeseen events or crashes. This way, the original database remains safe and secure, while the backup can be accessed for various purposes like testing or development activities.