PostgreSQL - Triggers in PostgreSQL
You want to create an UPDATE trigger that fires only when the
status column changes. Which condition correctly detects this change?status column changes. Which condition correctly detects this change?IS DISTINCT FROM handles NULL values correctly, unlike simple equality.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions