Final answer:
The correct answer is 2) three. There are three options for compacting a database: deletion of unused space, defragmentation, and index rebuilding.
Step-by-step explanation:
The correct answer is 2) three.
When it comes to compacting a database, there are three options:
- Deletion of Unused Space: This option removes any empty or unused space from the database, making it more efficient.
- Defragmentation: Defragmenting a database rearranges the data and reduces fragmentation, which can improve performance.
- Index Rebuilding: Rebuilding indexes can help optimize query performance by ensuring they are properly organized.