Generated using SQL Data Dictionary demo version.
Lookup table of customer purchase reasons.
Column | Data Type | Identity | Nullable | Default | |
---|---|---|---|---|---|
PK | SalesReasonID | int | X | ||
Primary key for SalesReason records. | |||||
Name | Name(nvarchar(50)) | ||||
Sales reason description. | |||||
ReasonType | Name(nvarchar(50)) | ||||
Category the sales reason belongs to. | |||||
ModifiedDate | datetime | getdate() | |||
Date and time the record was last updated. |
Primary key (clustered) constraint