Column | Data Type | Nullable | Default | Description |
CustomerID | int | not null | | Unique customer identification number. Foreign key to Customer.CustomerID. |
ContactID | int | not null | | Identifies the customer in the Contact table. Foreign key to Contact.ContactID. |
Demographics | xml | null | | Personal information such as hobbies, and income collected from online shoppers. Used for sales analysis. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |