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.
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
Get step-by-step solutions from verified subject matter experts
