Generated using SQL Data Dictionary demo version.


Table Sales.PersonCreditCard (19,118 rows)


Cross-reference table mapping people to their credit card information in the CreditCard table.


  Column Data Type Identity Nullable Default
PK, FK BusinessEntityID int
Business entity identification number. Foreign key to Person.BusinessEntityID.
PK, FK CreditCardID int
Credit card identification number. Foreign key to CreditCard.CreditCardID.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


References: