I have the following tables:
CREATE TABLE branch ( branch_code NUMBER, branch_name VARCHAR2(80) ); CREATE TABLE client ( client_nr NUMBER,