Sales.Store (table)
wikibot
| Table | Sales.Store |
| Column | Data Type | Nullable | Default | PK | Index |
| CustomerID | int | not null | PK_Store_CustomerID | ||
| Name | dbo.Name | not null | |||
| SalesPersonID | int | null | IX_Store_SalesPersonID | ||
| Demographics | xml | null | PXML_Store_Demographics | ||
| rowguid | uniqueidentifier | not null | (newid()) | AK_Store_rowguid | |
| ModifiedDate | datetime | not null | (getdate()) |
| Relation | Column | Referenced Column |
| Sales.Customer | CustomerID | CustomerID |
| Sales.SalesPerson | SalesPersonID | SalesPersonID |
| Detail Table | Column | Referencing Column |
| Sales.StoreContact | CustomerID | CustomerID |
| Triggers | Type |
| iStore | ON INSERT |