19 of 62
ucreate or replace view v_customer
uas
uselect c.cust_id,
u       c.name_tx,
u       a.addr_id,
u       a.street_tx,
u       a.state_cd,
u       a.postal_cd
ufrom customer c
uleft outer join address a
u   on c.cust_id = a.cust_id
De-Normalized view