PostgreSQL - Triggers in PostgreSQL
Which of the following is the correct way to start a trigger function in PostgreSQL?
CREATE FUNCTION, return type trigger, and use plpgsql language.NEW or OLD row, so RETURN NEW; is correct here.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions