brooks-anderson / database_sandbox

resources for working with databases and SQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

database_sandbox

Resources for working with databases and SQL

Files for each database are saved in a separate folder

Folders contain files for:

  • creating the database tables
  • populating the tables with data
  • query challenge questions (file names end with: query_challenges)
  • solutions to the query challenge questions (file names end with: query_solns)

Usage

  • Fork this repo!
  • Try the query challenge questions before looking at the solutions
  • Here are instructions for connecting to a sample MySQL database through the UVA SDS compute resource CEDS
  • If you don't have access to CEDS/database sandbox, you can send a request to your Program Director

Brief Notes on the Databases

  • stock_data_test very small relational db (2 tables) containing stock prices. source: Yahoo! Finance
  • vdoe_fall_enrollment relational db (4 tables) containing number of students enrolled in each Virginia public school. source: VDOE

Recommended Reading

About

resources for working with databases and SQL

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%