Databases are essential to organizing and understanding your data. Databases allow you to ask questions, or query your data, to find exactly what is needed. This lab is aimed at beginners who want to move beyond spreadsheets and migrate their data into a database. After completing this lab students will be able to create a basic MySQL Database in Amazon RDS, and populate it from a CSV. Additionally, students will learn how to use basic queries against their data.
This lab is intended for:
You should possess:
To fulfill this prerequisite you can complete the Python for Beginners learning path.
October 20th, 2022 - Updated notebook to resolve database creation issue