What is DML?
What are the six DML statements?
What do Database Classes do?
just like DML statements!
What Database class methods for DML operations do we have?
What is the allOrNone parameter?
It is an additional optional paramter available to all of the Database class methods
What are the methods of Transaction Control we have in the Database class?
How do we avoid vornor limits on the number of DML operations?
we’ll want to operate on collections of records, rather than individual records
note. keep DML operations outside of loops