Lookup table of customer purchase reasons.
Creation Date | 27/10/2017 14:33 |
File Group | PRIMARY |
Text File Group | |
System Object | ![]() |
Published for Replication | ![]() |
Rows | 10 |
Data Space Used | 8.00 KB |
Index Space Used | 8.00 KB |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
![]() | SalesReasonID | Primary key for SalesReason records. | Integer | 4 | |||
Name | Sales reason description. | dbo.Name | 50 | ||||
ReasonType | Category the sales reason belongs to. | dbo.Name | 50 | ||||
ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Index | Description | Primary | Unique |
---|---|---|---|
PK_SalesReason_SalesReasonID | Primary key (clustered) constraint | ![]() | ![]() |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | Sales.SalesOrderHeaderSalesReason | Table | Cross-reference table mapping sales orders to sales reason codes. | 3 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | dbo.Name | User Defined Data Type | 2 |
|