Salesforce Certified Platform Developer II — Question 32
Which of the follow be used together in DML operations (transaction)? (Choose two.)
Answer options
- A. Account - AccountShare
- B. Case - CaseComment
- C. Opportunity - User
- D. Account - Order
Correct answer: A, B
Explanation
The correct answers, A and B, represent objects that can be directly related and manipulated together in DML operations. Options C and D involve objects that do not have a direct relationship for transaction purposes, making them unsuitable for use in the same DML operation.