Sakila Database Structure
The Sakila database includes 16 tables, 7 views, 3 stored procedures, 3 stored functions, and 6 triggers.
-
The actor table
This article introduces the structure of theactor
table in the Sakila database. -
The address table
This article introduces the structure of theaddress
table in the Sakila database. -
The category table
This article introduces the structure of thecategory
table in the Sakila database. -
The city table
This article introduces the structure of thecity
table in the Sakila database. -
The country table
This article introduces the structure of thecountry
table in the Sakila database. -
The customer table
This article introduces the structure of thecustomer
table in the Sakila database. -
The film table
This article introduces the structure of thefilm
table in the Sakila database. -
The film_actor table
This article introduces the structure of thefilm_actor
table in the Sakila database. -
The film_category table
This article introduces the structure of thefilm_category
table in the Sakila database. -
The film_text table
This article introduces the structure of thefilm_text
table in the Sakila database. -
The inventory table
This article introduces the structure of theinventory
table in the Sakila database. -
The language table
This article introduces the structure of thelanguage
table in the Sakila database. -
The payment table
This article introduces the structure of thepayment
table in the Sakila database. -
The rental table
This article introduces the structure of therental
table in the Sakila database. -
The staff table
This article introduces the structure of thestaff
table in the Sakila database. -
The store table
This article introduces the structure of thestore
table in the Sakila database. -
Views
The article describes the views in the Sakila sample database. -
Stored Procedures
The article describes the stored procedures in the Sakila sample database. -
Stored Functions
The article describes the stored functions in the Sakila sample database. -
Triggers
The article describes the triggers in the Sakila sample database.