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
)
- 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
stock_data_test
very small relational db (2 tables) containing stock prices. source: Yahoo! Financevdoe_fall_enrollment
relational db (4 tables) containing number of students enrolled in each Virginia public school. source: VDOE
- Beginning Database Design Solutions. Author: Rod Stephens. Will be used in Data Engineering course.