Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following relational database for the GBP case. Green Book Publisher (GBP) wants to maintain data about its authors, the books, editorial staff, and

Consider the following relational database for the GBP case.

Green Book Publisher (GBP) wants to maintain data about its authors, the books, editorial staff, and their work for the books.

Each author has a unique author ID, name, address, telephone number, unique email address. A book has a unique ISBN, title, category, publication year, and publishing city. An author can write many books, and each book can be authored by many authors. An editorial staff member has a unique employee ID, employee name, title, and year hired. Some editorial staff members supervise others. Each book is usually edited by many editorial staff members. Each editorial staff member generally works for many books, but may not work for any book yet. Each time when an editorial staff member performs a specific editorial work for the book, the job type, start date, and end date are recorded. An editorial staff member can work for a book for multiple times with multiple start dates.

The database with five tables is described as follows.

BOOK

*ISBN BookTitle BookCategory BookYear | BookCity

AUTHOR

*AuthorID AuthorName AuthorAdd AuthorPhone AuthorEmail

AUTHORSHIP

*AuthorID *ISBN AuthorOrder

EDITSTAFF

*EmployeeID EmployeeName EmployeeTitle EmployeeYear SupervisorID

EDITINGJOB

*EmployeeID *ISBN *StartDate EndDate JobType

Design a multidimensional database using a star schema for a data warehouse for the GBP. The subject will be EDITINGJOB which represents a particular Editorial Staff member who edits a particular book at a particular time. Be sure to keep track of the JobType for editing job facts every day. (5 points) (Hint: Draw a diagram similar to Figure 9.2. Pllease include the Time dimension.)

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

Becoming A Top Manager Tools And Lessons In Transitioning To General Management

Authors: Kevin Kaiser, Michael Pich, I. J. Schecter

1st Edition

1118858573, 978-1118858578

More Books

Students also viewed these General Management questions

Question

How would you support more positive behaviors and help

Answered: 1 week ago