AWS - DynamoDB
Consider a DynamoDB table with OrderId as the partition key and OrderDate as the sort key. What is the issue with this query?
KeyConditionExpression = "OrderDate = :date"
Consider a DynamoDB table with OrderId as the partition key and OrderDate as the sort key. What is the issue with this query?
KeyConditionExpression = "OrderDate = :date"
OrderDate, missing the partition key OrderId.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions