Editing Person.Address (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 217: Line 217:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for Address records.<br />PK_Address_AddressID
+
| Primary key for Address records.PK_Address_AddressID
 
|- valign="top"
 
|- valign="top"
 
| AddressLine1
 
| AddressLine1
Line 223: Line 223:
 
| not null
 
| not null
 
|  
 
|  
| First street address line.<br />IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
+
| First street address line.IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
 
|- valign="top"
 
|- valign="top"
 
| AddressLine2
 
| AddressLine2
Line 229: Line 229:
 
| null
 
| null
 
|  
 
|  
| Second street address line.<br />IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
+
| Second street address line.IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
 
|- valign="top"
 
|- valign="top"
 
| City
 
| City
Line 235: Line 235:
 
| not null
 
| not null
 
|  
 
|  
| Name of the city.<br />IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
+
| Name of the city.IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
 
|- valign="top"
 
|- valign="top"
 
| StateProvinceID
 
| StateProvinceID
Line 241: Line 241:
 
| not null
 
| not null
 
|  
 
|  
| Unique identification number for the state or province. Foreign key to StateProvince table.<br />IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCodeIX_Address_StateProvinceID
+
| Unique identification number for the state or province. Foreign key to StateProvince table.IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCodeIX_Address_StateProvinceID
 
|- valign="top"
 
|- valign="top"
 
| PostalCode
 
| PostalCode
Line 247: Line 247:
 
| not null
 
| not null
 
|  
 
|  
| Postal code for the street address.<br />IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
+
| Postal code for the street address.IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
 
|- valign="top"
 
|- valign="top"
 
| rowguid
 
| rowguid
Line 253: Line 253:
 
| not null
 
| not null
 
| (NEWID())
 
| (NEWID())
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_Address_rowguid
+
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.AK_Address_rowguid
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 259: Line 259:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.<br />
+
| Date and time the record was last updated.
 
|}
 
|}
  

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)