PostgreSQL - Triggers in PostgreSQL
You want to create a BEFORE UPDATE trigger on the
products table that prevents the price from being set below zero. Which trigger function code correctly enforces this rule?