AdventureWorks 表与 Northwind 表的比较

AdventureWorks 示例数据库中的某些表在结构和内容上与 Northwind 示例数据库中的表相似。按照下表从相应的 AdventureWorks 表中选择列,可以将使用 Northwind 的查询转换为使用 AdventureWorks 的查询。例如,如果查询引用了 Northwind 中的 Orders 表,可以使用 Sales.SalesOrderHeader 表为 AdventureWorks 编写相似的查询。请注意,AdventureWorks 使用架构名称,而非 dbo。架构名称包含在表名中,对表进行查询时必须指定架构名称。有关详细信息,请参阅AdventureWorks 中的架构

Northwind AdventureWorks 注释

Categories

Production.ProductCategory

有关更详细的分类,请参阅 ProductSubCategoryProductModel

Customers

Sales.Customer

Sales.IndividualSales.Store 联接

AdventureWorks 包含两种客户:商店(经销商)和个人(消费者)。

Customer Demographics

Sales.Individual

Sales.Store

请参阅 Sales.IndividualSales.Store 表中的 Demographics 列 (xml)。

Employees

HumanResources.Employee

与 Person.Contact 联接

 

Employee Territories

Sales.SalesPerson

Sales.SalesPerson 将销售代表映射到销售地区。请参阅 Sales.SalesTerritoryEmployees 表。

Orders

Sales.SalesOrderHeader

 

Order Details

Sales.SalesOrderDetail

 

Products

Production.Product

 

Region

Sales.SalesTerritory

RegionDescription 列相当于 Sales.SalesTerritory 中的 Group 列。

Shippers

Purchasing.ShipMethod

 

Suppliers

Purchasing.Vendor

 

Territories

Sales.SalesTerritory

TerritoryDescription 列相当于 Sales.SalesTerritory 中的 Name 列。

请参阅

概念

AdventureWorks 表与 pubs 表的比较

其他资源

AdventureWorks 示例 OLTP 数据库
下载 Northwind 和 pubs 示例数据库
AdventureWorks 数据字典

帮助和信息

获取 SQL Server 2005 帮助