Generated using SQL Data Dictionary demo version.


Table Sales.SalesReason (10 rows)


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.

Indexes:


Referenced by: