Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following relational database: Author(AuthorID, FirstName, Last Name) AuthorISBN(AuthorID, ISBN) Title(ISBN, Title, EditionNumber, Copyright) Define a data manipulation application for the books database. The

Consider the following relational database:

Author(AuthorID, FirstName, Last Name)

AuthorISBN(AuthorID, ISBN)

Title(ISBN, Title, EditionNumber, Copyright)

  1. Define a data manipulation application for the books database. The user should be able to edit existing data and add new data to the database (obeying referential and entity integrity constraints). Allow the user to edit the database in the following ways:
    1. Add new author
    2. Edit the existing information for an author
    3. Add new title for an author. (Remember that the book must have an entity in the AuthorISBN table.)
    4. Add a new entity in the AuthorISBN table to link authors with titles
  2. Your application should have a GUI to perform all the tasks described in 3
  3. You should follow concepts you learned to write high level routines

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions