SQL - Database Design and Normalization
A denormalized table has a column
ProductPrice repeated in many rows. After a price update, some rows show old prices. What is the best fix?