JamesEnoch89 / 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

JamesEnoch89 commented 6 years ago

sorry forgot to comment this in yesterday

https://github.com/JamesEnoch89/CarDealership

mdewey commented 6 years ago

Keep you SQL syntax consistent. All Keywords should be caps, like SELECT and JOIN

mdewey commented 6 years ago

Awesome Work!