| AdventureWorks Database > Sales Schema : Sales.vSalesPerson View |
| Creation Date | 08/01/2010 08:41 |
| Is Schema Bound | ![]() |
| Encrypted | ![]() |
| Ansi Nulls | ![]() |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| SalesPersonID | int | 4 | |||||
| Title | nvarchar | 8 | ![]() | ||||
| FirstName | dbo.Name | 50 | |||||
| MiddleName | dbo.Name | 50 | ![]() | ||||
| LastName | dbo.Name | 50 | |||||
| Suffix | nvarchar | 10 | ![]() | ||||
| JobTitle | nvarchar | 50 | |||||
| Phone | dbo.Phone | 25 | ![]() | ||||
| EmailAddress | nvarchar | 50 | ![]() | ||||
| EmailPromotion | int | 4 | |||||
| AddressLine1 | nvarchar | 60 | |||||
| AddressLine2 | nvarchar | 60 | ![]() | ||||
| City | nvarchar | 30 | |||||
| StateProvinceName | dbo.Name | 50 | |||||
| PostalCode | nvarchar | 15 | |||||
| CountryRegionName | dbo.Name | 50 | |||||
| TerritoryName | dbo.Name | 50 | ![]() | ||||
| TerritoryGroup | nvarchar | 50 | ![]() | ||||
| SalesQuota | money | 8 | ![]() | ||||
| SalesYTD | money | 8 | |||||
| SalesLastYear | money | 8 |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | Person.Address | Table | Street address information for customers, employees, and vendors. | 1 |
![]() | Person.Contact | Table | Names of each employee, customer contact, and vendor contact. | 1 |
![]() | Person.CountryRegion | Table | Lookup table containing the ISO standard codes for countries and regions. | 1 |
![]() | HumanResources.Employee | Table | Employee information such as salary, department, and title. | 1 |
![]() | HumanResources.EmployeeAddress | Table | Cross-reference table mapping employees to their address(es). | 1 |
![]() | dbo.Flag | User Defined Data Type | 2 | |
![]() | dbo.Name | User Defined Data Type | 2 | |
![]() | dbo.NameStyle | User Defined Data Type | 2 | |
![]() | dbo.Phone | User Defined Data Type | 2 | |
![]() | Sales.SalesPerson | Table | Sales representative current information. | 1 |
![]() | Sales.SalesTerritory | Table | Sales territory lookup table. | 1 |
![]() | Person.StateProvince | Table | State and province lookup table. | 1 |
|