AWS - DynamoDB
Given a DynamoDB table with UserId as partition key and Timestamp as sort key, what will the following query return?
Query: Get all items where UserId = '123' and Timestamp > '2023-01-01'
Given a DynamoDB table with UserId as partition key and Timestamp as sort key, what will the following query return?
Query: Get all items where UserId = '123' and Timestamp > '2023-01-01'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions