Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Is a cross-reference table that maps the products to the sales discounts.
SpecialOfferProduct Table Definition
The SpecialOfferProduct table is contained in the Sales schema.
| Column | Data type | Nullability | Description |
|---|---|---|---|
SpecialOfferID |
int |
Not null |
Primary key. |
ProductID |
int |
Not Null |
Product identification number. Foreign key to Product.ProductID. |
rowguid |
uniqueidentifier |
Not null |
ROWGUIDCOL number uniquely identifying the row. Used to support a merge replication sample. |
ModifiedDate |
datetime |
Not null |
Date and time the row was last updated. |
See Also
Reference
Product Table (AdventureWorks)
SpecialOffer Table (AdventureWorks)
SalesOrderDetail Table (AdventureWorks)
SalesOrderHeader Table (AdventureWorks)
Other Resources
AdventureWorks Data Dictionary