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
Person Address (table)
Modified on 2011/08/27 11:17
by
wikibot
Categorized as
Uncategorized
== wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''Table''' | Person.Address |- valign="top" | '''Description''' | Street address information for customers, employees, and vendors. |} === Columns === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Column''' | '''Data Type''' | '''Nullable''' | '''Default''' | '''Description''' |- valign="top" | AddressID | int | not null | | Primary key for Address records. |- valign="top" | AddressLine1 | nvarchar(60) | not null | | First street address line. |- valign="top" | AddressLine2 | nvarchar(60) | null | | Second street address line. |- valign="top" | City | nvarchar(30) | not null | | Name of the city. |- valign="top" | StateProvinceID | int | not null | | Unique identification number for the state or province. Foreign key to StateProvince table. |- valign="top" | PostalCode | nvarchar(15) | not null | | Postal code for the street address. |- 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_Address_AddressID | AddressID |} === Indexes === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Index''' | '''Type''' | '''Columns''' |- valign="top" | AK_Address_rowguid | Unique | rowguid |- valign="top" | IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode | Unique | AddressLine1, AddressLine2, City, StateProvinceID, PostalCode |- valign="top" | IX_Address_StateProvinceID | | StateProvinceID |} === Foreign Keys === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Relation''' | '''Column''' | '''Referenced Column''' |- valign="top" | [[Person StateProvince (table)|Person.StateProvince]] | StateProvinceID | StateProvinceID |} === 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]] | AddressID | AddressID |- valign="top" | [[HumanResources EmployeeAddress (table)|HumanResources.EmployeeAddress]] | AddressID | AddressID |- valign="top" | [[Sales SalesOrderHeader (table)|Sales.SalesOrderHeader]] | AddressID | BillToAddressID |- valign="top" | [[Sales SalesOrderHeader (table)|Sales.SalesOrderHeader]] | AddressID | ShipToAddressID |- valign="top" | [[Purchasing VendorAddress (table)|Purchasing.VendorAddress]] | AddressID | AddressID |} === References === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Dependency Type''' | '''Object Type''' | '''Referenced Object''' |- valign="top" | Schema | Schema | [[Person (schema)|Person]] |} === Dependencies === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Reference Type''' | '''Object Type''' | '''Referencing Object''' |- valign="top" | Select | View | [[HumanResources vEmployee (view)|HumanResources.vEmployee]] |- valign="top" | Select | View | [[Purchasing vVendor (view)|Purchasing.vVendor]] |- valign="top" | Select | View | [[Sales vIndividualCustomer (view)|Sales.vIndividualCustomer]] |- valign="top" | Select | View | [[Sales vSalesPerson (view)|Sales.vSalesPerson]] |- valign="top" | Select | View | [[Sales vStoreWithDemographics (view)|Sales.vStoreWithDemographics]] |}
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.