Question 237:
Your company currently is maintaining excel sheets with data that now needs to be ported to a DynamoDB table. The excel sheet contains the following headers for the data. · Customer ID · Customer Name · Customer Location · Customer Age Which of the following would be the ideal partition key for the data table in DynamoDB?
Answer options:
A.Customer ID B.Customer Name C.Customer Location D.Customer Age