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?

  1. GetItem
  2. BatchGetItem
  3. Scan
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.