AWS - DynamoDB
Which AWS DynamoDB operation is used to retrieve a single item by its primary key?
GetItem operation retrieves a single item by its primary key.Query can retrieve multiple items by partition key, Put inserts or replaces, and Scan reads all items.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions