You are on page 1of 1

Relational Data Model for Mail Note:​ Data capture systems indicated under

table names; foreign key relationships in


Forwarding/Export service
parentheses after column names where
applicable.
Customers Purchases
(CRM & Customer Care) (Billing and Invoicing) Services
cust_id > PK (natural) purch_id > PK (natural) (Product Management)
service_id > PK (natural)
last_name purch_date
description
first_name num_items
price
region_id (Regions) service_id (Services)
primary_address Items
cust_id (Customers)
(Supply Chain)
secondary_address
seller item_id > PK (natural)

Transactions status purch_id (Purchases)


(Billing & Invoicing; cust_id (Customers)
transaction_id (Transactions)
Accounting)
transaction_id > PK package_id (Packages)
Packages
(natural) (Supply Chain)
t_date Regions package_id > PK (surrogate)
(Billing & Invoicing;
type Supply Chain) item_id > PK (Items)
region_id > PK (natural) (surrogate)
amount
reg_name carrier
cust_id (Customers)

payment_method country region_id (Regions)

purch_id (Purchases)

You might also like