DynamoDB - Access Patterns and Query Optimization
Given a DynamoDB table with partition key
PK and sort key SK, which query will fetch all orders for user with ID 'user123' if orders are stored with PK = 'USER#user123' and SK = 'ORDER#orderId'?