Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Golden Orange is a publishing company. The operations database will keep track of the following: books, writers, agents, and editors. Entities / Tables: For each

Golden Orange is a publishing company. The operations database will keep track of the following: books, writers, agents, and editors.
Entities/Tables:
For each book published: There is a unique book identifier (INT), book title (varchar 20), genre (char 10), date of publication (Date), and number of pages (Int)
For each writer: There is a unique writer identifier (INT), as well as the writers first (varchar 20), and last name (varchar 30)
For each agent: there is a unique agent identifier (INT), as well as the agents first (varchar 20), and last name (varchar 30), years of experience (Int)
For each editor: there is a unique editor identifier (INT), as well as the editors first (varchar 20), and last name (varchar 20), area of expertise (varchar 10)

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

Records And Database Management

Authors: Jeffrey R Stewart Ed D, Judith S Greene, Judith A Hickey

4th Edition

0070614741, 9780070614741

More Books

Students also viewed these Databases questions

Question

the art of computer systems performance analysis 1 5 . 1 solution

Answered: 1 week ago