0% found this document useful (0 votes)
35 views1 page

Mysql PDF

This document contains database schema information including tables, columns, data types, indexes and triggers for an inventory management system. It lists tables related to customers, films, inventory, sales, rentals and staff. It also includes details on primary keys, foreign keys and column names and data types for storing information like customer addresses, film titles and categories, inventory quantities, rental payments and staff contact information to support the operations of a business.

Uploaded by

Duver Delgado
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

Mysql PDF

This document contains database schema information including tables, columns, data types, indexes and triggers for an inventory management system. It lists tables related to customers, films, inventory, sales, rentals and staff. It also includes details on primary keys, foreign keys and column names and data types for storing information like customer addresses, film titles and categories, inventory quantities, rental payments and staff contact information to support the operations of a business.

Uploaded by

Duver Delgado
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Inventory Data Customer city language actor Business address film_category category Views country customer film_actor film

Customer related data inventory Movie database film_text sales_by_store sales_by_film_category payment rental customer_list staff_list nicer_but_slower_film_list film_list Resources Special view on data used for appraisals Data required tocertain run the business staff store actor_info city_id language_id SMALLINT address_id film_id category_id SMALLINT TINYINT country_id customer_id actor_id film_id SMALLINT SMALLINT SMALLINT SMALLINT inventory_id MEDIUMINT payment_id rental_id INT SMALLINT get_customer_balance staff_id store_id TINYINT TINYINT city name first_name CHAR(20) VARCHAR(45) address category_id name VARCHAR(25) TINYINT country store_id film_id titleVARCHAR(50) VARCHAR(255) SMALLINT VARCHAR(50) TINYINT film_id SMALLINT customer_id rental_date DATETIME SMALLINT inventory_held_by_cu... first_name manager_staff_id VARCHAR(45) TINYINT country_id last_name SMALLINT VARCHAR(45) address2 VARCHAR(50) last_update first_name last_update description TIMESTAMP TEXT TIMESTAMP store_id TINYINT staff_id inventory_id TINYINT MEDIUMINT last_name VARCHAR(45) address_id SMALLINT inventory_in_stock last_update last_update TIMESTAMP TIMESTAMP Indexes Indexes district VARCHAR(20) last_name release_year VARCHAR(45) YEAR last_update TIMESTAMP rental_id customer_id INT SMALLINT address_id last_update SMALLINT TIMESTAMP rewards_report Indexes Indexes city_id SMALLINT Indexes email language_id VARCHAR(50) TINYINT amount return_date DECIMAL(5,2) DATETIME Indexes 4 routines picture BLOB postal_code VARCHAR(10) address_id original_language_id SMALLINT TINYINT payment_date staff_id TINYINT DATETIME email VARCHAR(50) phone VARCHAR(20) active rental_duration BOOLEAN TINYINT last_update last_update TIMESTAMP TIMESTAMP store_id TINYINT last_update create_date rental_rate TIMESTAMP DECIMAL(4,2) DATETIME Indexes Indexes active BOOLEAN Indexes last_update length SMALLINT TIMESTAMP username VARCHAR(16) Indexes replacement_cost DECIMAL(5,2) password VARCHAR(40) PRIMARY rating ENUM(...) last_update TIMESTAMP idx_fk_store_id special_features SET(...) Indexes idx_fk_address_id last_update TIMESTAMP idx_last_name Indexes idx_title idx_fk_language_id idx_fk_original_language_id PRIMARY Triggers AFT UPDATE upd_film AFT INSERT ins_film AFT DELETE del_film

You might also like