This assignment relates to the following Course Learning Requirements:
Produce tested code that executes correctly and consistently through the use of valid and invalid data.
Prepare program documentation using prescribed program specifications
Debug program problems using manual methods and computerized tools in an appropriate manner Modify an existing program according to program specifications
Access and modify a database table from within a web browser interface
Objective of this Assignment:
The purpose of this assignment is to update what was completed in assignment #7. The goal of this assignment is to switch reading input from a file to reading from a database table. To do so, we need to create a MySQL database table and perform some essential CRUD SQL statements.