Question: I need a very simple Java and SQL database combination program for a book store where there is a login form for a store staff

I need a very simple Java and SQL database combination program for a book store where there is a login form for a store staff to log in and easily input and show data of these entities showed in erd diagram.I need a very simple Java and SQL database combination program for

Book PK | book_id int(5) book_title varchar(50) FK publisher_name varchar(50) FK author_name varchar(50) author_address varchar(50) price int(10) in_stock int(10) Author Publisher PK publisher_name varchar(50) PK author_name varchar(50) PK author_address varchar(50) address varhcar(50) phone varchar(50)

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!