The actor table lists information for all
actors.
The actor table is joined to the
film
table by means of the
film_actor
table.
actor_id: A surrogate primary key used
to uniquely identify each actor in the table.
first_name: The actor's first name.
last_name: The actor's last name.
last_update: The time that the row was
created or most recently updated.
