Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing

Question

What is the data model of DynamoDB?
  • "Table", a collection of Items; "Items", with Keys and one or more Attribute; and "Attribute", with Name and Value.
  • "Items", with Keys and one or more Attribute; and "Attribute", with Name and Value.
  • Since DynamoDB is schema-less, there is no data model.
  • "Database", a collection of Tables; "Tables", with Keys and one or more Attribute; and "Attribute", with Name and Value.
Answer- A