PDF (US Ltr)
- 180.8Kb
PDF (A4)
- 180.7Kb
The actor
table lists information for all
actors.
The actor
table is joined to the
film
table by means of the
film_actor
table.
Columns
actor_id
: A surrogate primary key used to uniquely identify each actor in the table.first_name
: The actor first name.last_name
: The actor last name.last_update
: When the row was created or most recently updated.