why should you use the compact and repair command in a database?\nto check for the validity of the data\nfor…

why should you use the compact and repair command in a database?\nto check for the validity of the data\nfor a.routine check\nto check for errors and incompatibilities in the database\nto reduce the size and improve the performance of the database
Answer
Brief Explanations:
The Compact and Repair command in a database is mainly used to reduce its size by reclaiming wasted space and also to improve its performance by fixing minor issues and optimizing internal structures. It is not primarily for checking data validity, routine checks, or just for errors and incompatibilities.
Answer:
To reduce the size and improve the performance of the database