Site icon Tutor Bin

University of North Texas MySQL Database Server Project

University of North Texas MySQL Database Server Project

Description

1. Write a program (in java or any other language) to access and manage the contents of database tables. Follow the following steps to set your computer for the assignment and accomplish the goal.

a. Download the University database from the class textbook website and load it to your local MySQL database server.

https://www.db-book.com/university-lab-dir/sample_…

b. Load the simple data set.

https://www.db-book.com/university-lab-dir/sample_…

c. Download the database driver (mysql-connector.java for java language) set it up with your system

https://dev.mysql.com/downloads/connector/j/

d. Create a Java program to display the content of Instructor, department, and courses tables.

i. Program should ask the table name to display when selecting the display data option from the main menu. Then display the content of the selected table.

e. Add the functionality to insert record to the department table.

i. User should be able to select the option to insert data from the main menu

ii. User should be asked to enter each column data one after the other and once the final column data is inserted, it should insert the data to the department table.

f. Add a main menu item to modify the budget of a given record of the department table

i. User should be able to select the modify budget menu option from the main menu.

ii. The user is presented to enter the department name and the program displays the content of that tuple and asks from the user the new value for the department budget. The program then updates the budget of that department

g. Add a main menu item to delete a department from the department table

i. User should be able to select the delete department menu option from the main menu.

ii. The user is presented to enter the department name and the program displays the information of that department. Then the program asks the user “Are you sure?”

1. If the user selects yes-> delete that department from the department table

2. If the user selects no -> return to main menu

Note: You can implement this assignment as a console application. If you are comfortable of using GUIs, feel free to do so.

Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."

Exit mobile version