Individual customers (names and addresses) that purchase Adventure Works Cycles products online.
| Creation Date | 27/10/2017 14:33 |
| Is Schema Bound | ![]() |
| Encrypted | ![]() |
| Ansi Nulls | ![]() |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| BusinessEntityID | Integer | 4 | |||||
| Title | VarWChar | 8 | ![]() | ||||
| FirstName | dbo.Name | 50 | |||||
| MiddleName | dbo.Name | 50 | ![]() | ||||
| LastName | dbo.Name | 50 | |||||
| Suffix | VarWChar | 10 | ![]() | ||||
| PhoneNumber | dbo.Phone | 25 | ![]() | ||||
| PhoneNumberType | dbo.Name | 50 | ![]() | ||||
| EmailAddress | VarWChar | 50 | ![]() | ||||
| EmailPromotion | Integer | 4 | |||||
| AddressType | dbo.Name | 50 | |||||
| AddressLine1 | VarWChar | 60 | |||||
| AddressLine2 | VarWChar | 60 | ![]() | ||||
| City | VarWChar | 30 | |||||
| StateProvinceName | dbo.Name | 50 | |||||
| PostalCode | VarWChar | 15 | |||||
| CountryRegionName | dbo.Name | 50 | |||||
| Demographics | 141 | 0 | ![]() |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | Person.Address | Table | Street address information for customers, employees, and vendors. | 1 |
![]() | Person.AddressType | Table | Types of addresses stored in the Address table. | 1 |
![]() | Person.BusinessEntity | Table | Source of the ID that connects vendors, customers, and employees with address and contact information. | 2 |
![]() | Person.BusinessEntityAddress | Table | Cross-reference table mapping customers, vendors, and employees to their addresses. | 1 |
![]() | Person.CountryRegion | Table | Lookup table containing the ISO standard codes for countries and regions. | 1 |
![]() | Sales.Customer | Table | Current customer information. Also see the Person and Store tables. | 1 |
![]() | Person.EmailAddress | Table | Where to send a person email. | 1 |
![]() | HumanResources.Employee | Table | Employee information such as salary, department, and title. | 4 |
![]() | dbo.NameStyle | User Defined Data Type | 2 | |
![]() | Person.Person | Table | Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts. | 1 |
![]() | Person.PersonPhone | Table | Telephone number and type of a person. | 1 |
![]() | dbo.Phone | User Defined Data Type | 2 | |
![]() | Person.PhoneNumberType | Table | Type of phone number of a person. | 1 |
![]() | Sales.SalesPerson | Table | Sales representative current information. | 3 |
![]() | Sales.SalesTerritory | Table | Sales territory lookup table. | 2 |
![]() | Person.StateProvince | Table | State and province lookup table. | 1 |
![]() | Sales.Store | Table | Customers (resellers) of Adventure Works products. | 2 |
![]() | dbo.ufnLeadingZeros | User Defined Function | Scalar function used by the Sales.Customer table to help set the account number. | 2 |
|