PDF (US Ltr)
- 180.8Kb
PDF (A4)
- 180.7Kb
The film_category
table is used to support
a many-to-many relationship between films and categories. For
each category applied to a film, there will be one row in the
film_category
table listing the category
and film.
The film_category
table refers to the
film
and
category
tables using foreign keys.
Columns:
film_id
: A foreign key identifying the film.category_id
: A foreign key identifying the category.last_update
: When the row was created or most recently updated.