From dbscript Online Help
wikibot
Table
|
Sales.SalesTerritory
|
Column
|
Data Type
|
Nullable
|
Default
|
PK
|
Index
|
TerritoryID
|
int
|
not null
|
|
PK_SalesTerritory_TerritoryID
|
|
Name
|
dbo.Name
|
not null
|
|
|
AK_SalesTerritory_Name
|
CountryRegionCode
|
nvarchar(3)
|
not null
|
|
|
|
Group
|
nvarchar(50)
|
not null
|
|
|
|
SalesYTD
|
money
|
not null
|
((0.00))
|
|
|
SalesLastYear
|
money
|
not null
|
((0.00))
|
|
|
CostYTD
|
money
|
not null
|
((0.00))
|
|
|
CostLastYear
|
money
|
not null
|
((0.00))
|
|
|
rowguid
|
uniqueidentifier
|
not null
|
(newid())
|
|
AK_SalesTerritory_rowguid
|
ModifiedDate
|
datetime
|
not null
|
(getdate())
|
|
|
wikivalues
Table Values
|
Sales.SalesTerritory
|
TerritoryID
|
Name
|
CountryRegionCode
|
Group
|
1
|
Northwest
|
US
|
North America
|
2
|
Northeast
|
US
|
North America
|
3
|
Central
|
US
|
North America
|
4
|
Southwest
|
US
|
North America
|
5
|
Southeast
|
US
|
North America
|
6
|
Canada
|
CA
|
North America
|
7
|
France
|
FR
|
Europe
|
8
|
Germany
|
DE
|
Europe
|
9
|
Australia
|
AU
|
Pacific
|
10
|
United Kingdom
|
GB
|
Europe
|
automatically generated
Table
|
Sales.SalesTerritory
|
Description
|
Sales territory lookup table.
|
Column
|
Data Type
|
Nullable
|
Default
|
Description
|
PK / Index
|
TerritoryID
|
int
|
not null
|
|
Primary key for SalesTerritory records.
|
PK_SalesTerritory_TerritoryID
|
Name
|
Name
|
not null
|
|
Sales territory description
|
AK_SalesTerritory_Name
|
CountryRegionCode
|
nvarchar(3)
|
not null
|
|
ISO standard country or region code. Foreign key to CountryRegion.CountryRegionCode.
|
|
Group
|
nvarchar(50)
|
not null
|
|
Geographic area to which the sales territory belong.
|
|
SalesYTD
|
money
|
not null
|
(0.00)
|
Sales in the territory year to date.
|
|
SalesLastYear
|
money
|
not null
|
(0.00)
|
Sales in the territory the previous year.
|
|
CostYTD
|
money
|
not null
|
(0.00)
|
Business costs in the territory year to date.
|
|
CostLastYear
|
money
|
not null
|
(0.00)
|
Business costs in the territory the previous year.
|
|
rowguid
|
uniqueidentifier
|
not null
|
(NEWID())
|
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
|
AK_SalesTerritory_rowguid
|
ModifiedDate
|
datetime
|
not null
|
(GETDATE())
|
Date and time the record was last updated.
|
|