+1 vote
in NoSQL by

Which statement retrieves an item from the MusicCollection table in DynamoDB?

a. aws dynamodb query --table-name MusicCollection --key file://key.json

b. aws dynamodb get-item --table-name MusicCollection --key file://key.json

c. aws dynamodb select --table-name MusicCollection --key file://key.json

d. aws dynamodb put-item --table-name MusicCollection --key file://key.json

1 Answer

0 votes
by
Which statement retrieves an item from the MusicCollection table in DynamoDB?

Answer: - aws dynamodb get-item --table-name MusicCollection --key file://key.json

Related questions

+2 votes
asked Aug 15, 2022 in NoSQL by AdilsonLima
0 votes
asked Aug 14, 2022 in NoSQL by AdilsonLima
...