5.1.1 The actor Table

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.