QuestionQ7
Extend the platformYou develop code that will update existing records in a table.
The update must be performed by using the alternate key configured for the table.
You need to carry out the update.
Which two requests should you use? Each correct answer provides a complete solution.
> NOTE: Each correct selection is worth one point.
Choose two
- A UpdateRequest
- B UpsertRequest
- C CreateRequest
- D RetrieveRequest
Community Discussion