List of questions
Related questions
Question 49 - Certified Platform Developer II discussion
A company has a custom object, Order__c, that has a required, unique, external ID field called Order_Number__c. Which statement should be used to perform the DML necessary to insert new records and update existing records in a List of Order__c records?
A.
upsert orders;
B.
merge orders;
C.
merge orders Order_Number__c;
D.
upsert orders Order_Number__c;
Your answer:
0 comments
Sorted by
Leave a comment first