75.1k views
5 votes
A small publishing company that you work for would like to develop a database that keeps track of the contracts that authors and publishers sign before starting a book. What fields do you anticipate needing for this database

User MoonBoots
by
4.8k points

1 Answer

4 votes

Answer:

The database can include the fields related to the Author such as name and address, related to Publisher such as publisher's name and address, related to book such as title and ISBN of the book and related to contract such as payment schedule, contract start and end.

Step-by-step explanation:

The following fields can be needed for this database:

  • Author First_Name
  • Author's Last_Name
  • Authors_address
  • Publisher_name
  • Publisher_address
  • Book_title
  • Book ISBN
  • contract date : this can be start_date (for starting of contract) and end_date ( when the contract ends)
  • payment_made: for payment schedule.
User Steve Harris
by
4.6k points