Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Department of Computer Science & Engineering, MRCE, Faridabad Assignment-3 Semester: VIII Subject: Advance Java Lab Year:

2012 Subject Code:CSE-406-E Prepared By: Kanika L. Chaudhary

1. Define a complete query application for the books database. Provide the following predefined queries: a. Select all authors from the Authors table b. Select a specific author and list all books for that author. Include each books title, year and ISBN. Order the information alphabetically by the authors last name then first name. c. Select a specific publisher and list all books published by that publisher. Include the title, year and ISBN. Order the information alphabetically by title. Display a JComboBox with appropriate names for each predefined query. Also allow users to supply their own queries.

You might also like