AWS - DynamoDB
You want to retrieve all items with a partition key 'Category' equal to 'Books' and a sort key 'Price' less than 20. Which DynamoDB operation and parameters should you use?
Query supports filtering by partition key and sort key using KeyConditionExpression.Scan can filter but is less efficient; GetItem retrieves one item by key; PutItem is for writing.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions