+1 vote
in NoSQL by
You need to design the primary key for DynamoDB based on three attributes. What do you do?

a. Designate all three fields as the primary key.

b. Concatenate all three fields into one new field, then designate that new field as the primary key.

c. Designate two fields of the three fields as the primary key.

d. Concatenate two fields into one new field, then designate that new field and the remaining field as the primary key.

1 Answer

0 votes
by

You need to design the primary key for DynamoDB based on three attributes. What do you do?

Answer:-  Concatenate all three fields into one new field, then designate that new field as the primary key.

Related questions

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