The Merchandise Table

The Merchandise table lists the movie-related merchandise for sale in the online store. Merchandise contains the columns in Table B.9.

Table B.9. The Merchandise Table
ColumnDatatypeDescription
MerchIDNumeric (Identity)Unique merchandise ID
FilmIDNumericMovie ID
MerchNameText (50 chars)Merchandise name
MerchDescriptionText (100 chars)Merchandise description
MerchPriceRealMerchandise price
ImageNameSmallText (50 chars)Item’s small image file name
ImageNameLargeText (50 chars)Item’s large image file name

Primary Key

  • MerchID

Foreign Keys

  • FilmID related to primary key in Films table

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.