JamesEnoch89 / assignments

0 stars 0 forks source link

Week 6 Day 2 - Intro to SQL - #21

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Welcome to SQL!

Get your feet wet with SQL and Databases. You will be creating 2 databases for me and writing some simple queries to gather from information. Use your best Judgement for data types the columns should be.

Objectives

Setup

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.

Additional Resources

JamesEnoch89 commented 6 years ago

https://github.com/JamesEnoch89/mySQLday1

my dates were in 1900 but all of my queries were correct.

I added a top 10 by recent because I only did a top 10 at first. both are there.

mdewey commented 6 years ago

Awesome Work!