Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
Access PDI Dumps Premium Version
(205 Q&As Dumps, 35%OFF Special Discount Code: freecram)

Recent Comments (The most recent comments are at the top.)
I think its B. DML will be then be avoided in the for loop thus eliminating the chance of hitting governor limit.
B is the correct answer , you can make the following parent to child query to retreive the childs with the parent :
SELECT Id , ( SELECT Id FROM Contacts ) FROM Account
I think A is the better option
Response A ?
List<Contact> cList = [SELECT Id, Name FROM Contact WHERE AccountId != null];