SQL - Triggers
You want to create an audit trigger that logs INSERT and UPDATE actions on the
customers table into customer_audit. Which approach correctly handles both actions in one trigger?