in NoSQL by
Q:

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
+1 vote
asked Aug 14, 2022 in NoSQL by AdilsonLima
+1 vote
asked Aug 14, 2022 in NoSQL by AdilsonLima
+1 vote
asked May 31, 2019 in NoSQL by aaravkhandelwal.2018
...