question archive Define a data-manipulation application for the Books database
Subject:Computer SciencePrice: Bought3
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:
a) Add a new author.
b) Edit the existing information for an author.
c) Add a new title for an author. (Remember that the book must have an entry
in the authorISBN table.).
d) Add a new entry in the authorISBN table to link authors with titles.