Question: create an application that allows the user to connect to a database and query the database. Write a Java query application that allows the user
create an application that allows the user to connect to a database and query the database. Write a Java query application that allows the user to connect to the books database and query the books database. Provide the following predefined queries: Select all authors from the Authors table Select a specific author and list all books for that author. Include each books title, year and ISBN. Display the appropriate data for each query.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
