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

1 Answer

0 votes
by (13.1k points)

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.

Click here to read more about Salesforce
Click here to read more about Insurance

Related questions

+1 vote
asked Nov 25, 2021 in Salesforce by DavidAnderson (7.4k points)
+1 vote
asked Apr 1, 2020 in Big Data | Hadoop by AdilsonLima (5.6k points)
...