Home »
MCQs »
DynamoDB MCQs
Which of the following data-reading action, does many GetItem calls on various items using primary keys, with the option of using one or more tables?
21. Which of the following data-reading action, does many GetItem calls on various items using primary keys, with the option of using one or more tables?
- GetItem
- BatchGetItem
- Scan
- Query
Answer: B) BatchGetItem
Explanation:
BatchGetItem does many GetItem calls on various items using primary keys, with the option of using one or more tables.