PostgreSQL - Views and Materialized Views
Which of the following is the correct way to define a PostgreSQL view named
active_orders that only shows orders with status = 'active' and enforces this condition on data changes?