PostgreSQL - Views and Materialized Views
You want to make a complex view updatable that joins
orders and customers tables. Which PostgreSQL feature should you use to allow updates through this view?