Sales.ContactCreditCard Table
Information
| Name | ContactCreditCard |
| Schema | Sales |
| Row Count | 19118 |
| Data Size | 480 KB |
| Index Size | 16 KB |
| Reserved Size | 584 KB |
| Unused Size | 88 KB |
| Created | 14.10.2005. 1:58:31 |
| Modified | 2.7.2009. 10:35:10 |
Extended Properties
| Name | Type | Property Name | Value |
|---|---|---|---|
| ContactCreditCard | TABLE | MS_Description | Cross-reference table mapping customers in the Contact table to their credit card information in the CreditCard table. |
Columns
| PK | Key | Identity | Name | Data Type | Allow Nulls | Collation | References | Default | Computed | Compute Expression |
|---|---|---|---|---|---|---|---|---|---|---|
|   |   |   | ContactID | int |   | Person.Contact.ContactID |   | |||
|   |   |   | CreditCardID | int |   | Sales.CreditCard.CreditCardID |   | |||
|   |   | ModifiedDate | datetime |   | (getdate()) |   |
Indexes
| Name | Type | Primary | Unique | Columns |
|---|---|---|---|---|
| PK_ContactCreditCard_ContactID_CreditCardID | Clustered |   |   | ContactID, CreditCardID |
Foreign Key Constraints
| Name | Type | Referenced Table |
|---|---|---|
| FK_ContactCreditCard_Contact_ContactID | Foreign key | Person.Contact |
| FK_ContactCreditCard_CreditCard_CreditCardID | Foreign key | Sales.CreditCard |
Triggers
| Name | Activates on | Instead Of | For Replication | Enabled | Created | Modified |
|---|---|---|---|---|---|---|
| uContactCreditCard | UPDATE |   |   |   | 14.10.2005. 1:59:50 | 2.7.2009. 10:35:10 |
