Lookup table of customer purchase reasons.
Creation Date | 17/07/2014 16:11 |
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 | ![]() | ![]() |
Relationship | Description |
---|---|
FK_SalesOrderHeaderSalesReason_SalesReason_SalesReasonID | Foreign key constraint referencing SalesReason.SalesReasonID. |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | Sales.SalesOrderHeaderSalesReason | Table | Cross-reference table mapping sales orders to sales reason codes. | 1 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | dbo.Name | User Defined Data Type | 1 |
|