From dbscript Online Help
wikibot
Table
|
Sales.SalesPerson
|
Description
|
Sales representative current information.
|
Columns
Column
|
Data Type
|
Nullable
|
Default
|
Description
|
SalesPersonID
|
int
|
not null
|
|
Primary key for SalesPerson records.
|
TerritoryID
|
int
|
null
|
|
Territory currently assigned to. Foreign key to SalesTerritory.SalesTerritoryID.
|
SalesQuota
|
money
|
null
|
|
Projected yearly sales.
|
Bonus
|
money
|
not null
|
((0.00))
|
Bonus due if quota is met.
|
CommissionPct
|
smallmoney
|
not null
|
((0.00))
|
Commision percent received per sale.
|
SalesYTD
|
money
|
not null
|
((0.00))
|
Sales total year to date.
|
SalesLastYear
|
money
|
not null
|
((0.00))
|
Sales total of previous year.
|
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.
|
Primary Key
Primary Key
|
Columns
|
PK_SalesPerson_SalesPersonID
|
SalesPersonID
|
Indexes
Index
|
Type
|
Columns
|
AK_SalesPerson_rowguid
|
Unique
|
rowguid
|
Check Constraints
Check Constraint
|
Expression
|
Description
|
CK_SalesPerson_Bonus
|
([Bonus]>=(0.00))
|
Check constraint [Bonus] >= (0.00)
|
CK_SalesPerson_CommissionPct
|
([CommissionPct]>=(0.00))
|
Check constraint [CommissionPct] >= (0.00)
|
CK_SalesPerson_SalesLastYear
|
([SalesLastYear]>=(0.00))
|
Check constraint [SalesLastYear] >= (0.00)
|
CK_SalesPerson_SalesQuota
|
([SalesQuota]>(0.00))
|
Check constraint [SalesQuota] > (0.00)
|
CK_SalesPerson_SalesYTD
|
([SalesYTD]>=(0.00))
|
Check constraint [SalesYTD] >= (0.00)
|
Foreign Keys
Detail Tables
References
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Sales
|
Dependencies
automatically generated
Table
|
Sales.SalesPerson
|
Description
|
Sales representative current information.
|
Column
|
Data Type
|
Nullable
|
Default
|
Description / PK / Index
|
SalesPersonID
|
int
|
not null
|
|
Primary key for SalesPerson records. PK_SalesPerson_SalesPersonID
|
TerritoryID
|
int
|
null
|
|
Territory currently assigned to. Foreign key to SalesTerritory.SalesTerritoryID.
|
SalesQuota
|
money
|
null
|
|
Projected yearly sales.
|
Bonus
|
money
|
not null
|
(0.00)
|
Bonus due if quota is met.
|
CommissionPct
|
smallmoney
|
not null
|
(0.00)
|
Commision percent received per sale.
|
SalesYTD
|
money
|
not null
|
(0.00)
|
Sales total year to date.
|
SalesLastYear
|
money
|
not null
|
(0.00)
|
Sales total of previous year.
|
rowguid
|
uniqueidentifier
|
not null
|
(NEWID())
|
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_SalesPerson_rowguid
|
ModifiedDate
|
datetime
|
not null
|
(GETDATE())
|
Date and time the record was last updated.
|
Dependency Type
|
Object Type
|
Referenced Object
|
Schema
|
Schema
|
Sales
|