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.