Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Back
Sales Customer (table)
Modified on 2011/08/27 11:18
by
wikibot
Categorized as
Uncategorized
== wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''Table''' | Sales.Customer |- valign="top" | '''Description''' | Current customer information. Also see the Individual and Store tables. |} === Columns === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Column''' | '''Data Type''' | '''Nullable''' | '''Default''' | '''Description''' |- valign="top" | CustomerID | int | not null | | Primary key for Customer records. |- valign="top" | TerritoryID | int | null | | ID of the territory in which the customer is located. Foreign key to SalesTerritory.SalesTerritoryID. |- valign="top" | AccountNumber | | | | Unique number identifying the customer assigned by the accounting system. |- valign="top" | CustomerType | nchar(1) | not null | | Customer type: I = Individual, S = Store |- valign="top" | rowguid | uniqueidentifier | not null | (newid()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. |- valign="top" | ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |} === Primary Key === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Primary Key''' | '''Columns''' |- valign="top" | PK_Customer_CustomerID | CustomerID |} === Indexes === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Index''' | '''Type''' | '''Columns''' |- valign="top" | AK_Customer_AccountNumber | Unique | AccountNumber |- valign="top" | AK_Customer_rowguid | Unique | rowguid |- valign="top" | IX_Customer_TerritoryID | | TerritoryID |} === Check Constraints === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Check Constraint''' | '''Expression''' | '''Description''' |- valign="top" | CK_Customer_CustomerType | (upper([CustomerType])='I' OR upper([CustomerType])='S') | Check constraint [CustomerType]='I' OR [CustomerType]='i' OR [CustomerType]='S' OR [CustomerType]='s' |} === Foreign Keys === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Relation''' | '''Column''' | '''Referenced Column''' |- valign="top" | [[Sales SalesTerritory (table)|Sales.SalesTerritory]] | TerritoryID | TerritoryID |} === Detail Tables === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Detail Table''' | '''Column''' | '''Referencing Column''' |- valign="top" | [[Sales CustomerAddress (table)|Sales.CustomerAddress]] | CustomerID | CustomerID |- valign="top" | [[Sales Individual (table)|Sales.Individual]] | CustomerID | CustomerID |- valign="top" | [[Sales SalesOrderHeader (table)|Sales.SalesOrderHeader]] | CustomerID | CustomerID |- valign="top" | [[Sales Store (table)|Sales.Store]] | CustomerID | CustomerID |} === References === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Dependency Type''' | '''Object Type''' | '''Referenced Object''' |- valign="top" | Schema | Schema | [[Sales (schema)|Sales]] |} === Dependencies === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Reference Type''' | '''Object Type''' | '''Referencing Object''' |- valign="top" | Select | View | [[Sales vIndividualCustomer (view)|Sales.vIndividualCustomer]] |- valign="top" | Select | View | [[Sales vStoreWithDemographics (view)|Sales.vStoreWithDemographics]] |}
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.