Tables Tables
NameDescription
dbo.AWBuildVersionCurrent version number of the AdventureWorks 2012 sample database.
dbo.DatabaseLogAudit table tracking all DDL changes made to the AdventureWorks database. Data is captured by the database trigger ddlDatabaseTriggerLog.
dbo.ErrorLogAudit 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.
HumanResources.DepartmentLookup table containing the departments within the Adventure Works Cycles company.
HumanResources.EmployeeEmployee information such as salary, department, and title.
HumanResources.EmployeeDepartmentHistoryEmployee department transfers.
HumanResources.EmployeePayHistoryEmployee pay history.
HumanResources.JobCandidateRésumés submitted to Human Resources by job applicants.
HumanResources.ShiftWork shift lookup table.
Person.AddressStreet address information for customers, employees, and vendors.
Person.AddressTypeTypes of addresses stored in the Address table.
Person.BusinessEntitySource of the ID that connects vendors, customers, and employees with address and contact information.
Person.BusinessEntityAddressCross-reference table mapping customers, vendors, and employees to their addresses.
Person.BusinessEntityContactCross-reference table mapping stores, vendors, and employees to people
Person.ContactTypeLookup table containing the types of business entity contacts.
Person.CountryRegionLookup table containing the ISO standard codes for countries and regions.
Person.EmailAddressWhere to send a person email.
Person.PasswordOne way hashed authentication information
Person.PersonHuman beings involved with AdventureWorks: employees, customer contacts, and vendor contacts.
Person.PersonPhoneTelephone number and type of a person.
Person.PhoneNumberTypeType of phone number of a person.
Person.StateProvinceState and province lookup table.
Production.BillOfMaterialsItems required to make bicycles and bicycle subassemblies. It identifies the heirarchical relationship between a parent product and its components.
Production.CultureLookup table containing the languages in which some AdventureWorks data is stored.
Production.DocumentProduct maintenance documents.
Production.IllustrationBicycle assembly diagrams.
Production.LocationProduct inventory and manufacturing locations.
Production.ProductProducts sold or used in the manfacturing of sold products.
Production.ProductCategoryHigh-level product categorization.
Production.ProductCostHistoryChanges in the cost of a product over time.
Production.ProductDescriptionProduct descriptions in several languages.
Production.ProductDocumentCross-reference table mapping products to related product documents.
Production.ProductInventoryProduct inventory information.
Production.ProductListPriceHistoryChanges in the list price of a product over time.
Production.ProductModelProduct model classification.
Production.ProductModelIllustrationCross-reference table mapping product models and illustrations.
Production.ProductModelProductDescriptionCultureCross-reference table mapping product descriptions and the language the description is written in.
Production.ProductPhotoProduct images.
Production.ProductProductPhotoCross-reference table mapping products and product photos.
Production.ProductReviewCustomer reviews of products they have purchased.
Production.ProductSubcategoryProduct subcategories. See ProductCategory table.
Production.ScrapReasonManufacturing failure reasons lookup table.
Production.TransactionHistoryRecord of each purchase order, sales order, or work order transaction year to date.
Production.TransactionHistoryArchiveTransactions for previous years.
Production.UnitMeasureUnit of measure lookup table.
Production.WorkOrderManufacturing work orders.
Production.WorkOrderRoutingWork order details.
Purchasing.ProductVendorCross-reference table mapping vendors with the products they supply.
Purchasing.PurchaseOrderDetailIndividual products associated with a specific purchase order. See PurchaseOrderHeader.
Purchasing.PurchaseOrderHeaderGeneral purchase order information. See PurchaseOrderDetail.
Purchasing.ShipMethodShipping company lookup table.
Purchasing.VendorCompanies from whom Adventure Works Cycles purchases parts or other goods.
Sales.CountryRegionCurrencyCross-reference table mapping ISO currency codes to a country or region.
Sales.CreditCardCustomer credit card information.
Sales.CurrencyLookup table containing standard ISO currencies.
Sales.CurrencyRateCurrency exchange rates.
Sales.CustomerCurrent customer information. Also see the Person and Store tables.
Sales.PersonCreditCardCross-reference table mapping people to their credit card information in the CreditCard table.
Sales.SalesOrderDetailIndividual products associated with a specific sales order. See SalesOrderHeader.
Sales.SalesOrderHeaderGeneral sales order information.
Sales.SalesOrderHeaderSalesReasonCross-reference table mapping sales orders to sales reason codes.
Sales.SalesPersonSales representative current information.
Sales.SalesPersonQuotaHistorySales performance tracking.
Sales.SalesReasonLookup table of customer purchase reasons.
Sales.SalesTaxRateTax rate lookup table.
Sales.SalesTerritorySales territory lookup table.
Sales.SalesTerritoryHistorySales representative transfers to other sales territories.
Sales.ShoppingCartItemContains online customer orders until the order is submitted or cancelled.
Sales.SpecialOfferSale discounts lookup table.
Sales.SpecialOfferProductCross-reference table mapping products to special offer discounts.
Sales.StoreCustomers (resellers) of Adventure Works products.