[Deprecated] Create a MySQL database and a program to interact with it
Task goals:
Install MySQL and create a new demo schema with a demo table. The schema creation can be done either through the terminal or a graphical interface like MySQL Workbench. Document the steps you followed in a text file or through screenshots.
Use a programming language to connect to the database and perform CRUD operations on it.
Completion requirements: Screenshots of the database (either the graphical representation in Workbench or the terminal output.
Screenshots of the successful CRUD operations.
Link to a Github repo with the code that performs the CRUD operations.
Useful links:
Intro to Github and repositories:
https://guides.github.com/activities/hello-world/
Mysql tutorial:
https://dev.mysql.com/doc/refman/8.0/en/tutorial.html
Sql tutorial:
https://www.w3schools.com/sql/