Multiple choice technology

  1. (T / F) You may need to design additional classes into your structure to represent or support repeating groups.

  1. (a) True

  2. (b) False

  3. Sometimes true

  4. sometimes false

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

When modeling data structures that contain repeating groups (multiple values of the same type), proper database design principles require creating additional classes or tables to represent these groups. This follows normalization rules and maintains data integrity by avoiding multi-valued attributes within a single record.