0% found this document useful (0 votes)
59 views

Relational Data Model For Mail Forwarding/Export Service

This document outlines a relational data model for a mail forwarding and export service. It includes tables for customers, purchases, services, transactions, items, packages, and regions with defined primary and foreign keys to link the tables. Relationships between the tables capture data about customers, purchases, services, items, packages, and financial transactions.

Uploaded by

Ema Nishy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views

Relational Data Model For Mail Forwarding/Export Service

This document outlines a relational data model for a mail forwarding and export service. It includes tables for customers, purchases, services, transactions, items, packages, and regions with defined primary and foreign keys to link the tables. Relationships between the tables capture data about customers, purchases, services, items, packages, and financial transactions.

Uploaded by

Ema Nishy
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Relational Data Model for Mail payment_method

Forwarding/Export service
purch_id (Purchases)
Customers
Note: Data capture systems indicated under table names; foreign key relationships
(CRM & Customer Care)
in
cust_id > PK (natural) parentheses after column names where
applicable. Purchases
last_name
(Billing and Invoicing) Services
first_name
purch_id > PK (natural) (Product Management)
region_id (Regions) service_id > PK (natural)
purch_date
primary_address description
num_items
secondary_address price
service_id (Services)
Transactions
cust_id (Customers)
(Billing & Invoicing;
Accounting) seller item_id > PK (natural)
transaction_id > PK purch_id (Purchases)
status
(natural)
transaction_id (Transactions) cust_id (Customers)
t_date
package_id (Packages)
type
Items
amount
(Supply Chain)
cust_id (Customers)
Packages
(Supply Chain)
Regions package_id > PK (surrogate)
(Billing & Invoicing;
Supply Chain) item_id > PK (Items)
region_id > PK (natural) (surrogate)

reg_name carrier

country region_id (Regions)

You might also like