ExamQuestions.com

Register
Login
AWS Certified Database Specialty Exam Questions

Amazon

AWS Certified Database Specialty

99 / 145

Question 99:

A database specialist needs to truncate a DynamoDB table. How can this operation be performed?

Answer options:

A.Use aws dynamodb delete-from CLI command.
B.Use aws dynamodb truncate-table CLI command.
C.Use aws dynamodb scan CLI command to scan the table. Iterate through all keys and use aws dynamodb delete-item CLI command to delete each item.
D.Use aws dynamodb batch-delete-item CLI command.