CustomerAddress 表 (AdventureWorks)
将客户映射到其单个地址或多个地址。例如,客户可能有不同的开票地址和发货地址。
CustomerAddress 表定义
CustomerAddress 表包含在 Sales 架构中。
列  | 
数据类型  | 
为空性  | 
说明  | 
|---|---|---|---|
CustomerID  | 
int  | 
非空  | 
主键。指向 Customer.CustomerID 的外键。  | 
AddressID  | 
int  | 
非空  | 
主键。指向 Address.AddressID 的外键。  | 
AddressTypeID  | 
int  | 
非空  | 
地址类型。指向 AddressType.AddressTypeID 的外键。  | 
rowguid  | 
uniqueidentifier ROWGUIDCOL  | 
非空  | 
唯一标识记录的 ROWGUIDCOL 号。用于支持合并复制示例。  | 
ModifiedDate  | 
datetime  | 
非空  | 
行的上次更新日期和时间。  |