The Actors Table

The Actors table contains a list of all the actors along with name, address, and other personal information. Actors contains the columns listed in Table B.1.

Table B.1. The Actors Table
ColumnDatatypeDescription
ActorIDNumeric (Identity)Unique actor ID
NameFirstText (50 chars)Actor’s (stage) first name
NameLastText (50 chars)Actor’s (stage) last name
AgeNumericActor’s (stage) age
NameFirstRealText (50 chars)Actor’s real first name
NameLastRealText (50 chars)Actor’s real last name
AgeRealNumericActor’s real age
IsEgomaniacSmall IntegerEgomaniac flag
IsTotalBabeSmall IntegerTotal babe flag
GenderText (1 char)Gender (M or F)

Primary Key

  • ActorID

Foreign Keys

  • None

Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.