Answer:
false
Step-by-step explanation:
b. False
Correcting anomalies in a database involves normalization, but not necessarily converting tables into various types of normal forms. Normalization is a process of organizing data in a database to reduce data redundancy and improve data integrity. This typically involves breaking down large tables into smaller ones and establishing relationships between them. While normalization often leads to tables conforming to specific normal forms (e.g., 1NF, 2NF, 3NF), the goal is to eliminate anomalies, not necessarily to reach a specific normal form. The level of normalization required depends on the specific requirements and design of the database.