Vendor (company) names and addresses .
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 | |||||
Name | dbo.Name | 50 | |||||
AddressType | dbo.Name | 50 | |||||
AddressLine1 | VarWChar | 60 | |||||
AddressLine2 | VarWChar | 60 | |||||
City | VarWChar | 30 | |||||
StateProvinceName | dbo.Name | 50 | |||||
PostalCode | VarWChar | 15 | |||||
CountryRegionName | dbo.Name | 50 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
dbo.AccountNumber | User Defined Data Type | 2 | ||
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 | |
dbo.ErrorLog | Table | Audit table tracking errors in the the AdventureWorks database that are caught by the CATCH block of a TRY...CATCH construct. Data is inserted by stored procedure dbo.uspLogError when it is executed from inside the CATCH block of a TRY...CATCH construct. | 3 | |
dbo.Flag | User Defined Data Type | 2 | ||
dbo.Name | User Defined Data Type | 2 | ||
Sales.SalesTerritory | Table | Sales territory lookup table. | 2 | |
Person.StateProvince | Table | State and province lookup table. | 1 | |
dbo.uspLogError | Stored Procedure | Logs error information in the ErrorLog table about the error that caused execution to jump to the CATCH block of a TRY...CATCH construct. Should be executed from within the scope of a CATCH block otherwise it will return without inserting error information. | 2 | |
dbo.uspPrintError | Stored Procedure | Prints error information about the error that caused execution to jump to the CATCH block of a TRY...CATCH construct. Should be executed from within the scope of a CATCH block otherwise it will return without printing any error information. | 2 | |
Purchasing.Vendor | Table | Companies from whom Adventure Works Cycles purchases parts or other goods. | 1 |
|