Generated using SQL Data Dictionary demo version.


Table Sales.SpecialOfferProduct (538 rows)


Cross-reference table mapping products to special offer discounts.


  Column Data Type Identity Nullable Default
PK, FK SpecialOfferID int
Primary key for SpecialOfferProduct records.
PK, FK ProductID int
Product identification number. Foreign key to Product.ProductID.
UK rowguid uniqueidentifier newid()
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


References:


Referenced by: