Generated using SQL Data Dictionary demo version.
Cross-reference table mapping sales orders to sales reason codes.
Column | Data Type | Identity | Nullable | Default | |
---|---|---|---|---|---|
PK, FK | SalesOrderID | int | |||
Primary key. Foreign key to SalesOrderHeader.SalesOrderID. | |||||
PK, FK | SalesReasonID | int | |||
Primary key. Foreign key to SalesReason.SalesReasonID. | |||||
ModifiedDate | datetime | getdate() | |||
Date and time the record was last updated. |
Primary key (clustered) constraint