Cross-reference table mapping people to their credit card information in the CreditCard table.
Creation Date | 27/10/2017 14:33 |
File Group | PRIMARY |
Text File Group | |
System Object | ![]() |
Published for Replication | ![]() |
Rows | 19118 |
Data Space Used | 480.00 KB |
Index Space Used | 16.00 KB |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
![]() | BusinessEntityID | Business entity identification number. Foreign key to Person.BusinessEntityID. | Integer | 4 | |||
![]() | CreditCardID | Credit card identification number. Foreign key to CreditCard.CreditCardID. | Integer | 4 | |||
ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Index | Description | Primary | Unique |
---|---|---|---|
PK_PersonCreditCard_BusinessEntityID_CreditCardID | Primary key (clustered) constraint | ![]() | ![]() |
Relationship | Description |
---|---|
FK_PersonCreditCard_CreditCard_CreditCardID | Foreign key constraint referencing CreditCard.CreditCardID. |
FK_PersonCreditCard_Person_BusinessEntityID | Foreign key constraint referencing Person.BusinessEntityID. |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
![]() | Person.BusinessEntity | Table | Source of the ID that connects vendors, customers, and employees with address and contact information. | 2 |
![]() | Sales.CreditCard | Table | Customer credit card information. | 1 |
![]() | dbo.Name | User Defined Data Type | 2 | |
![]() | dbo.NameStyle | User Defined Data Type | 2 | |
![]() | Person.Person | Table | Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts. | 1 |
|