SQL: Constraints | EECS-3421A: Introduction to Database Systems | Fall 2024

The Syntax for Trigger in PostgrSQL

**Two kinds**: * _virtual:_ not stored in the database; just a query for constructing the relation. * _materialized:_ actually constructed, stored, and _maintained_ like a table.