Q72
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?