Difference between revisions of "Sales.Store (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Sales.Store |- |} {| border="1" cellpadding="5" cellspacing="0" style="borde...) |
(No difference)
|
Revision as of 13:35, 3 January 2009
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 |