Multiple choice technology

While creating tables the concept that is used to reduce redundancy in data is called

  1. Views

  2. Aliases

  3. Sequence

  4. Normalization

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Normalization is the database design process of organizing data to reduce redundancy and dependency. Views are virtual tables, aliases are alternative names, and sequences generate unique numbers - only normalization specifically addresses redundancy reduction.