In a single record, a user selects multiple values from a multi-select picklist. How are the selected values represented in Apex?
As a String with each value seprated by a semicolon.
Which trigger event allows a developer to update fields in the Trigger.new list without using an additional DML statement? Choose 2 answers
Before Insert
Before Update