Question

2. Consider the following application description for a publishing firm, and translate all of the information...

2. Consider the following application description for a publishing firm, and translate all of the information as precisely as possible into an ER diagram. Make sure that your diagram is unambiguous; e.g., that the TA can tell the difference between a double line and a single line. Clearly explain which (if any) information cannot be represented in the diagram. If you need to make any assumptions, state them clearly.

A publisher publishes two kinds of publication: books and magazines. Books have an ISBN number, title, price, and one or more authors. Magazines have an ISSN-number, title, volume-number, newsstand-price, subscription-price, and one or more editors. One of the editors is designated as the editor-in-chief. Editors may edit multiple magazines, but an editor may be editor-in-chief of at most one magazine. Each magazine contains a number of articles. Each article has a title, a starting page number, and one or more authors. A publication may be involved in an advertising campaign. While a publication may be involved in multiple campaigns, a campaign covers just a single publication. A campaign has a budget, a theme, and a manager.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Refer the Image and read the explainatiob simultaneously

1. First see the image conatining representation of different blocks i.e rectangle, diamond , ovals etc.

2. Key Attribute is used to uniquely distinguish a row of data from other rows

3. Multi-Value attribiute means that it can have multiple values for same attribute

REPRESENTATION

ER DIAGRAM

Now see the ER DIAGRAM and take one by one line of the question

1.A publisher publishes books and magazine so take a entity as publisher and relationship between them is publish

so a diamond of publish linked to books and magazine entities.

2. Books have various Attributes so draw each attribute in a oval so here attributes are ISBN Number (which is key attribute ) , Title, Price , Authors (where author is a multi- valued attribute as it is said in the question one book can have many authors so represented by double oval)

3.Similarly for magazine also we have many attributes ISSN No (key attribute). Title.Volume No.Subscription price And editors (as multi-valued attribute) .

4. Now we talk about relationship between magazine and editors .

As question says that one magazine can be edited by mpore than one editors so relationship i.e edits between magazine and editors is 1:M relationship (refer image of how to show 1:M mapping ) .

5. As only one editor can be designated as Editor In chief so they both are related by 1:1 Mapping (refer image of how to show 1:1 mapping )

6 . Next part of problem is that each magazine contains many articles so relate both Magazine and Articles by 1:M mapping as shown in ER diagram (On left side of the page )

7. As Article aslo have many attributes so represent all using oval as title, starting page no. , Authors(multi-valued attributes as question says one article can have many authors )

8 . This ends Up the ER Diagram For the problem

ASSUMPTIONS

1. Taken ISBN NUMBER as key attribute of Books entity

2. Taken ISSN NUMBER as key attribute of Magazine entity

3. Taken two extra attribute for Editors as eid and name where eid is the key attribute .

Note

Now rest part of the where it is saying about publications and advertising campaign.so this part is not realated in any way with the above ER Diagram so it cannot be represented in the diagram.

As publishion and avertising campaign are related with each other but not with Books or magazine or articles or editors or editor in chief or publisher so we cannot give a relatioship between any entity with the publications .

It is having No relationships with any other entity in the diagram .

Thank You

I hope that It helps you so If you like the answer please Upvote

Add a comment
Know the answer?
Add Answer to:
2. Consider the following application description for a publishing firm, and translate all of the information...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Consider an ABC digital library that manages technical books, the data requirements are summarized as follows:...

    Consider an ABC digital library that manages technical books, the data requirements are summarized as follows: A book is identified by its ISBN number, and it has a title, a price, and a date of publication. It is published by a publisher, which has its own ID number and a name. Each book has exactly one publisher, but one publisher typically publishes multiple books over time. A book is written by one or multiple authors. Each author is identified by...

  • Please read the following situation and construct an E-R diagram, using the concepts we learnt in...

    Please read the following situation and construct an E-R diagram, using the concepts we learnt in class. We should use a computer graphing package, such as MS Powerpoint, to construct the E-R diagram, so it looks professional. Turn in a hard copy of the sketch at the due time. . POP organization: The POP (publish-or-perish) organization publishes several academic journals. They would like us to build them a database system, to help manage their business. As a first step, you...

  • The primary keys are underlined. The foreign keys are denoted by asterisks (*). Description of the...

    The primary keys are underlined. The foreign keys are denoted by asterisks (*). Description of the schema: • person — keeps track of the people who borrow books from the library. The attributes contain personal and contact information. • author — keeps track of personal information about authors. • publisher — keeps track of the publisher information. To keep it simple, most of the attributes have been truncated in the sample database. 1 trivial dependencies are things like X→X or...

  • Homework Help!! 1. Draw an ERD for the following situation. Be sure to show: entity information,...

    Homework Help!! 1. Draw an ERD for the following situation. Be sure to show: entity information, attributes, identifier(s), relationships and relationship names, and cardinality Each publisher has a unique name; a mailing address and telephone number are also kept on each publisher. A publisher may publish one or more books; a book is published by exactly one publisher. A book is identified by its ISBN, and other attributes are title, price, and number of pages. Each book is written by...

  • Make an ERD including all entities, attributes, relations, and constraints. Please upload as a doc based...

    Make an ERD including all entities, attributes, relations, and constraints. Please upload as a doc based on everything listed below University Bookstore •University Bookstore has several branches throughout Bloomington, and employees may be assigned to work at any of the branches. •Employees are identified by an ID and have a full name, date of birth, SSN, address, multiple phone numbers, a gender, and a hire date. •A Manager runs a branch and is responsible for all operations at that branch....

  • 1. Draw an ERD for the following situation. Be sure to show: entity information, attributes, identifier(s),...

    1. Draw an ERD for the following situation. Be sure to show: entity information, attributes, identifier(s), relationships and relationship names, and cardinality Each publisher has a unique name; a mailing address and telephone number are also kept on each publisher. A publisher may publish one or more books; a book is published by exactly one publisher. A book is identified by its ISBN, and other attributes are title, price, and number of pages. Each book is written by one or...

  • c) Write an ER Diagram for the following Library database. Identify all the Entities, Relationships and Attributes. Underline the primary keys and mark the different constraints. You can add an I att...

    c) Write an ER Diagram for the following Library database. Identify all the Entities, Relationships and Attributes. Underline the primary keys and mark the different constraints. You can add an I attribute as a primary key for an entity to make t unique if necessary. Library has a number of branches in the city, each branch having a name, address and librarian. Books have title, authors and publisher. A book can have multiple authors but a single publisher. Note that same...

  • Describe briefly a database application case of your choice and represent your data in terms of...

    Describe briefly a database application case of your choice and represent your data in terms of 3 linked (via foreign key/s) tables. List their respective primary key and foreign key/s if any. Your database application case should be different from those already covered in the lectures or practicals. For the database case in the Additional Exercises of the previous practical, complete the proper construction of all the 5 tables in SQL, building all the pertinent primary and foreign keys there....

  • ER Diagrams (Database Management Systems) Problem 2: Produce an ER diagram for the following description. A...

    ER Diagrams (Database Management Systems) Problem 2: Produce an ER diagram for the following description. A spreadsheet has a unique le location, composed of a path and a le name. A spreadsheet is composed of a set of worksheets, each having a name, unique to that spreadsheet, and a set of cells. Each cell has a unique location within the worksheet, designated by (row, column), and a value. Problem 3: You are given a description and an ER diagram below....

  • CASE 2.5 Cosmopolitan Magazine 373 CASE 2.5 cOSMOPOLITAN MAGAZINE Surveys are often sponsored and...

    CASE 2.5 Cosmopolitan Magazine 373 CASE 2.5 cOSMOPOLITAN MAGAZINE Surveys are often sponsored and conducted by various popular press outlets to spur interest among and create a more inreractive relationship with their readers. Nowadays, surveys asking people abour their consumer preferences, shopping behavior, general opi nions, even their sexual habits, are commonplace, but this was not always so. A land mark survey of this kind, often characterized as such due to its ens sample of 106,000, was conducted in 1980,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT