This homework requires you to have a remote MySQL database setup in AWS.

computer science

Description

This homework requires you to have a remote MySQL database setup in AWS. 


1. Please create a separte table for this assignment named contacts . In this table you need at least the following columns: id , contactDetails , creationDate . You may add additional columns as you like. Fill your table with at 15 records. We recommend you use MySQL Workbench for creating the table and inserting data into the table. (https://www.mysql.com/products/workbench/). But you can use any tool that you are comfortable with. 


2. The main objective of this project is to save customer contact details. It’s important that you set up the commands users can use to enter the contact details on the command line. Implement a menu of options for a user to modify the contact details. Each option is represented by a single character. The program initially outputs the menu, and outputs the menu after a user chooses an option. The program ends when the user chooses the option to Quit. This should look like this:

Instruction Files

Related Questions in computer science category