AdventureWorks

In AdventureWorks, schemas are used to categorize tables based on business areas, making the data easier to manage and query.

The database includes multiple schemas, each representing different functional areas of the business.

Key Schemas

  • Production: Manages the product catalog, inventory, and manufacturing details.
  • Sales: Contains information on sales transactions, customers, and sales territories.
  • Person: Holds personal and contact information for individuals associated with the company, such as employees and customers.
  • HumanResources: Manages employee and department information.
  • Purchasing: Tracks procurement, vendors, and purchase orders.
  • dbo: Includes miscellaneous system tables and logs.
Screenshot 2025-11-26 at 8.41.41 PM