Northwind Database (Document! X Sample)
AdventureWorks Database / Person Schema
In This Topic
    Person Schema
    In This Topic
    Description
    Contains objects related to names and addresses of customers, vendors, and employees
    Tables
    TableDescription
    Street address information for customers, employees, and vendors.
    Types of addresses stored in the Address table.
    Source of the ID that connects vendors, customers, and employees with address and contact information.
    Cross-reference table mapping customers, vendors, and employees to their addresses.
    Cross-reference table mapping stores, vendors, and employees to people
    Lookup table containing the types of business entity contacts.
    Lookup table containing the ISO standard codes for countries and regions.
    Where to send a person email.
    One way hashed authentication information
    Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts.
    Telephone number and type of a person.
    Type of phone number of a person.
    State and province lookup table.
    Views
    ViewDescription
    Displays the contact name and content from each element in the xml column AdditionalContactInfo for that person.
    Joins StateProvince table with CountryRegion table.
    See Also

    Related Objects

    AdventureWorks Database