Customer----*----Pays----*----Bill
UNF:
pays (c_id,c_name, c_phone no, c_address,b_id, b_no, b_date, b_name, start
date)
1NF:
c_phone is multivalued attributes.
c_id,c_name, c_phone no, c_address,b_id, b_no, b_date, b_name, start
date
2NF:
c_id,c_name, c_phone no, c_address
b_id, b_no, b_date, b_name, start date
3NF:
There is no transitive dependency
c_id,c_name, c_phone no, c_address
b_id, b_no, b_date, b_name, start date