Certificate in Business Data Analytics (CBDA) — Question 70

Which attributes from the Order entity will need to be normalized to avoid redundancies?

OrderId -

OrderDate -

ItemId -

ItemName -

Quantity -
ItemPrice

Answer options

Correct answer: B

Explanation

The correct answer is B, as ItemName and ItemPrice contain attributes that can lead to redundancy if not normalized. The other options either include attributes that do not contribute to redundancy or mix unrelated attributes.