Column | Data Type | Nullable | Default | Description |
SalesPersonID | int | not null | | Sales person identification number. Foreign key to SalesPerson.SalesPersonID. |
QuotaDate | datetime | not null | | Sales quota date. |
SalesQuota | money | not null | | Sales quota amount. |
rowguid | uniqueidentifier | not null | (newid()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |