Question: Database Implementation: Implement the design you submitted previously for the database system using your Database Management System. Keep a copy of your sql code in

Database Implementation:
Implement the design you submitted previously for the database system using your Database Management System. Keep a copy of your sql code in a separate file for submission.
Connect to your Database from a Java Program:
Create a Java Program to connect to your database. The program should allow users to insert items into the database, retrieve items from your database, update items in the database and delete items from the database. Make it user-friendly and look professional. Inserting into the database should allow the user to enter values of their choice for the attributes. Take screenshots of it working (you will need to submit the output too).
Checklist:
1. You must have an SQL file which shows SQL statements that you wrote to create tables, insert into them, etc.
2. You must have approximately 4 or more tables created with primary keys for each table and foreign keys as appropriate.
3. Two of those 4 tables must have at least 10 rows in them.
4. You must have at least one view.
5. You must have at least one Java file to interact with the database.
6. You will need screenshots of the output of your Java file working.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!