I have a Postgres database with One Parent table and multiple child tables, with some having One-to-One and some with One-to-Many relationships Now, I’m thinking of creating a Materialized view to collate the content of all tables in one location. What would be the best way to store the One-to-Many relationships in the view?