Question 197:
You are developing an application that is working with a DynamoDB table. You need to create a query that has search criteria. Which of the following must be done to work with search queries? Choose 2 answers from the options given below.
Answer options:
A.Specify a key condition expression in the query. B.Specify a partition key name and value in the equality condition. C.Specify a sort key name and value in the equality condition. D.Specify a filter expression.