Asked by Alexandre Al Mokhtari on Jul 02, 2024

verifed

Verified

When you _____ a database, you make more storage space available and enhance the performance of the database.

A) back up
B) trust and verify
C) analyze
D) compact and repair

Compact And Repair

A function often found in database software used to reduce file size and fix any issues within the database to improve performance.

Back Up

The process of copying data to a second location, ensuring it can be recovered in case of loss.

Trust And Verify

A principle that involves having faith in actions or processes while also having mechanisms in place to confirm their accuracy or integrity.

  • Outline methods for handling database files, encompassing shutting down, creating backups, and fixing databases.
verifed

Verified Answer

LS
leena sheikh6 days ago
Final Answer :
D
Explanation :
Compacting and repairing a database eliminates any unused or redundant data, reorganizes the data storage structure, and repairs any errors or corruptions in the database file. This results in a smaller, more efficient database that performs better.