What is the result of the following code?
Account a = new Account ();
Database.insert (a, false);
Select an option, then click Submit answer.
-
○
The record will be created and no error will be reported.
-
○
The record will not be created and no error will be reported.
-
○
The record will be created and a message will be in the debug log.
-
○
The record will not be created and an exception will be thrown.
