The MerchandiseOrders Table

The MerchandiseOrders table (Table 5.12) contains the orders for movie merchandise. Orders are associated with contacts (the buyer), so this table is related to the Contacts table.

Table 5.12. The MerchandiseOrders Table
ColumnData TypeDescription and Size
OrderIDNumericUnique ID of order (order number); can be populated manually when rows are inserted or automatically (if defined as an Auto Number field)
ContactIDNumericID of associated contact
OrderDateDataOrder date
ShipAddressTextOrder ship to address
ShipCityTextOrder ship to city
ShipStateTextOrder ship to state (or province)
ShipZipTextOrder ship to ZIP code (or postal code)
ShipCountryTextOrder ship to country
ShipDateDateOrder ship date (when shipped)

The primary key ...

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.