Generated using SQL Data Dictionary demo version.
Source of the ID that connects vendors, customers, and employees with address and contact information.
Column | Data Type | Identity | Nullable | Default | |
---|---|---|---|---|---|
PK | BusinessEntityID | int | X | ||
Primary key for all customers, vendors, and employees. | |||||
UK | rowguid | uniqueidentifier | newid() | ||
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. | |||||
ModifiedDate | datetime | getdate() | |||
Date and time the record was last updated. |
Primary key (clustered) constraint
Unique nonclustered index. Used to support replication samples.