Question 62:
A CustomerOrders DynamoDB table has the following items. Customer Name (PK) Order Item Cost Albert Einstein Candle 15 Albert Einstein Spaceship Toy 50 Albert Einstein Hair Comb 5 Isaac Newton Bag of Apples 15 Which operation would you use to find all orders with costs greater than 10?
Answer options:
A.query operation with “--key-condition-expression” parameter B.query operation with “--filter-expression” parameter C.scan operation with “--filter-expression” parameter D.scan operation with “--projection-expression” parameter