Skip to content

npham99/SQLZoo-AdventureWorks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLZoo-AdventureWorks-Challenge

This data is based on Microsoft's AdventureWorks database

  • Customer(CustomerID, FirstName, MiddleName, LastName, CompanyName, EmailAddress)

  • CustomerAddress(CustomerID, AddressID, AddressType)

  • Address(AddressID, AddressLine1, AddressLine2, City, StateProvince, CountyRegion, PostalCode)

  • SalesOrderHeader(SalesOrderID, RevisionNumber, OrderDate, CustomerID, BillToAddressID, ShipToAddressID, ShipMethod, SubTotal, TaxAmt, Freight)

  • SalesOrderDetail(SalesOrderID, SalesOrderDetailID, OrderQty, ProductID, UnitPrice, UnitPriceDiscount)

  • Product(ProductID, Name, Color, ListPrice, Size, Weight, ProductModelID, ProductCategoryID)

  • ProductModel(ProductModelID, Name)

  • ProductCategory(ProductCategoryID, ParentProductCategoryID, Name)

  • ProductModelProductDescription(ProductModelID, ProductDescriptionID, Culture)

  • ProductDescription(ProductDescriptionID, Description)

Database-relations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published