List of questions
Related questions
Question 269 - Certified Platform Developer II discussion
Which statement is considered a best practice for writing bulk safe Apex Triggers?
A.
Perform all DML operations from within a Future Method.
B.
Instead of DML statements, use the Database methods with allOrNone set to False.
C.
Add records to collections and perform DML operations against these collections.
D.
Add LIMIT 50000 to every SOQL statement
Your answer:
0 comments
Sorted by
Leave a comment first