The MerchandiseOrdersItems Table

The MerchandiseOrdersItems table contains the items in each order. MerchandiseOrdersItems contains the columns in Table B.11.

Table B.11. The MerchandiseOrdersItems Table
ColumnDatatypeDescription
OrderItemIDNumeric (Identity)Unique order item ID
OrderIDNumericOrder ID
ItemIDNumericOrdered item ID
OrderQtyNumericNumber of items ordered
ItemPriceRealItem sale price

Primary Key

  • OrderItemID

Foreign Keys

  • OrderID related to primary key in MerchandiseOrders table

  • ItemID related to primary key in Merchandise 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.