DEX-450 Web TestEngine demo

Exit VCEDump DEX-450 Programmatic Development using Apex and Visualforce in Lightning
Question 31 of 69
0% complete
Q31 Single choice

A developer runs the following anonymous code block in a Salesforce org with 100 accounts List acc=
{select id from account limit 10}; delete acc; database.emptyrecyclebin(acc); system.debug (limits.getlimitqueries()+' ,'+Limits.getlimitDMLStatements());

What is the debug output?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in