A company is planning to develop an application that is going to make use of a DynamoDB table. The structure of the table is given below. Attribute Name Type Description Product ID Number Unique ID of product Review ID Number Unique ID of an optional customer review Product Name String Name of the product Product Description String Description of the product Which of the following should be chosen as the partition key to ensure the MOST effective distribution of keys?
A. Product ID
B. Review ID
C. Product Name
D. Production Description.