List of questions
Related questions
Question 40 - Certified Platform Developer II discussion
Which statement should be used to allow some of the records in a list of records to be inserted if others fail to be inserted?
A.
Database.insert(records, false)
B.
Database.insert(records, true)
C.
insert records
D.
insert (records, false)
Your answer:
0 comments
Sorted by
Leave a comment first