Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In AWS, for DynamoDB, the main building blocks are [...] , which contain Items, which are in turn made of Attributes
Answer

Tables

^^^ e.g.:
"People" Table that has following "person" Item:
{
"PersonID": 101,
"LastName": "Smith",
"FirstName": "Fred",
"Phone": "555-1234"
}
The table is People, the Item is the person JSON above, and the attributes are the individual elements of the JSON (e.g. LastName, FirstName, etc)


Question
In AWS, for DynamoDB, the main building blocks are [...] , which contain Items, which are in turn made of Attributes
Answer
?

Question
In AWS, for DynamoDB, the main building blocks are [...] , which contain Items, which are in turn made of Attributes
Answer

Tables

^^^ e.g.:
"People" Table that has following "person" Item:
{
"PersonID": 101,
"LastName": "Smith",
"FirstName": "Fred",
"Phone": "555-1234"
}
The table is People, the Item is the person JSON above, and the attributes are the individual elements of the JSON (e.g. LastName, FirstName, etc)


Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.