Question 86:
Which statement best describes partition key and sort key designs of DynamoDB indexes?
Answer options:
A.GSI should have the same partition key as the base table. B.GSI can have a different partition key and sort key compared to the base table. C.LSI can have a different partition key and sort key compared to the base table. D.LSI must have the same sort key compared to the base table.