This repository houses the materials for the weekly discussion sections for EDS 213 - Databases and Data Management. The schedule for the sessions are as follows:
Week | Task |
---|---|
1 | Select a dataset and understand the relationships among the different tables to define a schema. You can pick a dataset(s) from the provided list, or find your own! |
2 | Clean the data. |
3 | Ingest the data into a database and explore your newly created database. |
4 | Clean the data. |
5 | After cleaning your data and having it in a database, come up with an analytical question to answer with your database.Develop the SQL query/ queries to answer this question. |
6 | Document your work. |
7 | Database Showcase! |