I have two simple tables of person and address, inserted through the updatable view person_details.
Relations and triggers
CREATE TABLE address (
id serial PRIMARY KEY,
street varchar
I have two simple tables of person and address, inserted through the updatable view person_details.
Relations and triggers
CREATE TABLE address (
id serial PRIMARY KEY,
street varchar