CRT-450 Web TestEngine demo

Exit VCEDump CRT-450 Salesforce Certified Platform Developer I (CRT-450)
Question 9 of 95
0% complete
Q9 Single choice

A developer is debugging the following code to determine why Accounts are not being created.

Account a = new Account(Name = 'A');
Database.insert(a, false);

How should the code be altered to help debug the issue?

Sign in to mark questions

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

Sign in