AWS - DynamoDB
Given a DynamoDB table with a Global Secondary Index (GSI) on attribute
Category as partition key and Price as sort key, what will the following query return?Query on GSI where Category = 'Books' and Price between 10 and 20
