Asked by Caitlin Gamble on May 02, 2024

verifed

Verified

The goal of building one-to-many relationships between tables is to minimize _____ data.

A) misspelled
B) rarely used
C) numeric
D) redundant

Redundant Data

Data that is duplicated or unnecessarily repeated within a dataset, often resulting in inefficiency.

  • Learn the best practices for reducing data redundancy through database normalization.
verifed

Verified Answer

SS
Shipra SharmaMay 08, 2024
Final Answer :
D
Explanation :
One-to-many relationships help to eliminate redundant data by allowing us to store data in separate tables and link them using foreign keys, rather than repeating the same data in multiple places.