ccarew-bit / assignments

0 stars 0 forks source link

09 - SQL Joins - Structuring Data #10

Closed ccarew-bit closed 4 years ago

ccarew-bit commented 4 years ago

Foreign Keys - The SQL

As we continue to explore databases and ideas, this project will help you practice model databases and relationships, as well as help you get started on your capstone project.

First, you will expand your CompanyDatabase to have Departments, Products and Orders. You will be crafting queries for these new tables.

After that, this weekend is the next big push your final project, work on the HTML and CSS; As well as the database schema.

Objectives

Requirements

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

Recommended Practice:

ccarew-bit commented 4 years ago

https://gist.github.com/ccarew-bit/c35d33608343fa3af1ce3372c2e273d0

ccarew-bit commented 4 years ago

https://gist.github.com/ccarew-bit/0bda03e13399e611dfa865d2198761bc

start of the bank database for adventure mode