Administering a SQL Database Infrastructure — Question 230

You need to address the Sales Director's requirements regarding the customer classification. You need to recommend a solution for changing the classifications.
What should you recommend?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a new table allows for better organization and tracking of classification changes without cluttering the original Customers table. Options A, B, and C suggest adding rows to the existing table, which could lead to confusion and inefficiency in managing historical classification data.