Homework 12 – Updated Contact program

Goal:

To learn how MariaDB and SQL interacts with a Python or C++ program.

Method

  1. Make sure the contact program works on your VM
  2. Add A least two more fields to the database (e.g. email address, social link, or something you want.
  3. Change the program to fully support the new field, e.g. add, change, update, display.

Scroll to Top