agustus9 / assignments

0 stars 0 forks source link

Week 6 day 3 Car Dealerships - #22

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Car Dealership

You are tasked with making a database diagram, database, and a few queries for a local car dealership

The database will have at least the following entities, and the following columns:

The following relationships are true:

NOTE: You need to add Primary Keys and Foreign Keys to the tables, as well as add any joining needed.

Objectives

Explorer Mode

Adventure Mode

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are

These steps will be followed for almost every assignment going forward. Once you've completed at least explorer mode and you're satisfied with your work, let's get it published. First let's get it up on GitHub.

The files I am looking for are:

For SQL only Assignments, Add .sql containing your queries to your repo.

SQL JOIN Diagrams

https://i.stack.imgur.com/qje6o.png

agustus9 commented 6 years ago

https://github.com/agustus9/carDealership

mdewey commented 6 years ago

Its not the structure I was expecting, but we have since sorted this out, and the queries still look like they would work.

mdewey commented 6 years ago

Awesome Work!