Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an ER diagram for the following situation: We want to model information about books. The only entity type allowed is book, and everything else

image text in transcribed

Create an ER diagram for the following situation: We want to model information about books. The only entity type allowed is book, and everything else needs to be modeled as an attribute. For each book, we keep their ISBN (Identifier), their title, one or more authors, and a format. The book's format is further subdivided into: type of binding, number of pages, dimensions and weight. The weight can be calculated from the other attributes of the format. Create an ER diagram for the following situation: We want to model information about Cars and their Owners (the people who own them). For each car we keep their VIN (identifier), make, model and year. For each person we keep their tax Id (Identifier), name (divided into first, middle, last), and address (divided into street, city, state, zip) We also need to keep track of which person owns which car. Each person can own zero or more cars, and a car is owned by one or more people. We also want to keep track of the percentage of a car a person owns (different people can own different percentages of a car)

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

Database Driven Web Sites

Authors: Mike Morrison, Joline Morrison

1st Edition

061901556X, 978-0619015565

More Books

Students also viewed these Databases questions

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago