Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Introduction Bookster is a new online bookstore wants to create a database to help with their business. The requirements for the database are: The database

Introduction
Bookster is a new online bookstore wants to create a database to help with their business. The requirements for the database are:
The database should store information about the books, authors, publishers, customers, and orders.
Each book has a unique ISBN, a title, a price, a category, and a rating. A book can have one or more authors, and belongs to one publisher.
Each author has a unique ID, a name, a bio, and a photo. An author can write one or more books.
Each publisher has a unique ID, a name, a contact person, a phone number, and an address. A publisher can publish one or more books.
Each customer has a unique ID, a name, an email, a password, a phone number, and an address. A customer can place one or more orders.
Each order has a unique ID, a date, the book ordered, and a shipping method. If you like, you can design a database that supports multiple books per order but it is not necessary (one book per order is okay).
The database should follow our guidelines around normalization, data integrity, and referential integrity.
Complete the following database design document. This part of the exercise is worth 60% of the marks.
Entity Relationship Diagram
Insert an ERD showing the database entities and their relationships. You may wish to use Miro to draw your diagram or PowerPoint or any other drawing software of your choice.
Table Map
Expand your ERD diagram into a full table map that also shows the fields (including key fields). Update your relationships to connect at the right fields.
Data Dictionary
Create a data dictionary for each table. The first one is started for you. Add additional rows to it for the remaining fields. Then, add a data dictionary for each of the remaining entities.
Customer Table
Field Name
Field Type
Size
Properties
Customer_ID
Autonumber
Primary key.
Last_name
Text
20
First_name
Text
20

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

How does the concept of hegemony relate to culture?

Answered: 1 week ago

Question

3. What strategies might you use?

Answered: 1 week ago