You are on page 1of 2

Customer Data Inventory

country customer film


country_id SMALLINT customer_id SMALLI… film_id SMALLINT
country VARCHAR(50) store_id TINYINT title VARCHAR(255)
1 more...
first_name VARCHA… description TEXT
Indexes
city last_name VARCHA… release_year YEAR

city_id SMALLINT email VARCHAR(50) language_id TINYINT

city VARCHAR(50) address_id SMALLINT original_language_i…

country_id SMALLINT active BOOLEAN rental_duration TIN…


1 more...
create_date DATETI… rental_rate DECIMA…
Indexes address
last_update TIMEST… length SMALLINT
address_id SMALLINT
replacement_cost D…
address VARCHAR(50) 3 more...
address2 VARCHAR(… Indexes
district VARCHAR(20) Indexes idx_title
city_id SMALLINT PRIMARY idx_fk_language_id

postal_code VARCH… idx_fk_store_id idx_fk_original_langua…


2 more... idx_fk_address_id PRIMARY
Indexes idx_last_name Triggers
AFT UPDATE upd_film
AFT INSERT ins_film
AFT DELETE del_film

Business

staff
store
staff_id TINYINT
store_id TINYINT
first_name VARCH…
manager_staff_id …
last_name VARCH…
2 more...
address_id SMALL… Views
Indexes
picture BLOB
film_list nicer_bu
email VARCHAR(50)
store_id TINYINT actor_info
rental
active BOOLEAN
rental_id INT
3 more...
rental_date DATE…
payment
Indexes inventory_id MEDI… sales_by_store
payment_id SMAL…
customer_id SMAL…
customer_id SMAL…
return_date DATE… sales_by_film_category
staff_id TINYINT
2 more...
rental_id INT
staff_list custome
Indexes
amount DECIMAL(…
2 more...

Indexes
film_cate… category
film_id SMALLINT category_id TINYI…
category_id TINYI… 2 more...
1 more...
Indexes Indexes

language actor
language_id TINY… actor_id SMALLINT

2 more... first_name VARCH…

Indexes 2 more...

Indexes

film_actor
actor_id SMALLINT
film_id SMALLINT
last_update TIME…

Indexes
inventory
inventory_id MEDI…
film_id SMALLINT film_text
store_id TINYINT film_id SMALLINT
1 more...
title VARCHAR(255)
Indexes
1 more...
Indexes

er_but_slower_film_list Film Resources


film_in_stock get_customer_balance
film_not_in_stock inventory_held_by_cu...
inventory_in_stock
rewards_report
4 routines

2 routines
gory

tomer_list

You might also like