Northwind Database (Document! X Sample)
AdventureWorks Database / Sales Schema
In This Topic
    Sales Schema
    In This Topic
    Description
    Contains objects related to customers, sales orders, and sales territories.
    Tables
    TableDescription
    Cross-reference table mapping ISO currency codes to a country or region.
    Customer credit card information.
    Lookup table containing standard ISO currencies.
    Currency exchange rates.
    Current customer information. Also see the Person and Store tables.
    Cross-reference table mapping people to their credit card information in the CreditCard table.
    Individual products associated with a specific sales order. See SalesOrderHeader.
    General sales order information.
    Cross-reference table mapping sales orders to sales reason codes.
    Sales representative current information.
    Sales performance tracking.
    Lookup table of customer purchase reasons.
    Tax rate lookup table.
    Sales territory lookup table.
    Sales representative transfers to other sales territories.
    Contains online customer orders until the order is submitted or cancelled.
    Sale discounts lookup table.
    Cross-reference table mapping products to special offer discounts.
    Customers (resellers) of Adventure Works products.
    Views
    ViewDescription
    Individual customers (names and addresses) that purchase Adventure Works Cycles products online.
    Displays the content from each element in the xml column Demographics for each customer in the Person.Person table.
    Sales representiatives (names and addresses) and their sales-related information.
    Uses PIVOT to return aggregated sales information for each sales representative.
    Stores (including store addresses) that sell Adventure Works Cycles products to consumers.
    Stores (including store contacts) that sell Adventure Works Cycles products to consumers.
    Stores (including demographics) that sell Adventure Works Cycles products to consumers.
    See Also

    Related Objects

    AdventureWorks Database