0 votes
in Salesforce by
what is difference insert() and database .insert()?

1 Answer

0 votes
by

Using insert method we can insert the records but if any error occurs in any record system will throw an error insertion fail and none of the records are inserted. If we want to execute partially success of bulk insert operation we will use database .insert.

Related questions

+1 vote
asked Nov 25, 2021 in Salesforce by DavidAnderson
0 votes
asked Jan 2 in MariaDB by john ganales
...