Home »
MCQs »
DynamoDB MCQs
Which of the following operation in DynamoDB returns table metadata such as status, size, and indexes?
18. Which of the following operation in DynamoDB returns table metadata such as status, size, and indexes?
- CreateTable
- ListTable
- Update Table
- Describe table
Answer: D) Describe table
Explanation:
Describe table operation returns table metadata such as status, size, and indexes.