This document provides instructions to draw an entity relationship diagram (ERD) for a database to record information about reality shows on TV. The ERD should include entities for reality shows, producers, televisions, users, and ratings. The relationships specified are: each show has one producer, each producer produces one show; each show is broadcast by one television, each television broadcasts multiple shows; each user can rate multiple shows and each show can be rated by multiple users; each rating has a score and is for one user on one show.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
2K views
Draw An ER Diagram For The Given Scenario
This document provides instructions to draw an entity relationship diagram (ERD) for a database to record information about reality shows on TV. The ERD should include entities for reality shows, producers, televisions, users, and ratings. The relationships specified are: each show has one producer, each producer produces one show; each show is broadcast by one television, each television broadcasts multiple shows; each user can rate multiple shows and each show can be rated by multiple users; each rating has a score and is for one user on one show.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
ER Diagram: Entity Relationship Diagram Model | DBMS Example (guru99.
com)
Notes on Chapter 7 (6th ed.) of Elmasri & Navathe (scranton.edu)
Entity Relationship Diagram (ERD) - What is an ER Diagram? (smartdraw.com)
Advanced Database Management System - Tutorials and Notes: Entity relationship diagram to relational schema - Exercise 6 (exploredatabase.com)
CS3431. Database Systems I (wpi.edu)
Draw an ER diagram for the given scenario;
Suppose that you are designing a schema to record information about reality shows on TV. Your database needs to record the following information: _ For each reality show, its name, genre, basic_info and participants name. Any reality show has at least two or more participants. For each producer, the company name, company country. A show is produced by exactly one producer. And one producer produces exactly one show. _ For each television, its name, start year, head office. A television may broadcasts multiple shows. Each show is broadcasted by exactly one television. _ For each user, his/her username, password, and age. A user may rate multiple shows, and a show may be rated by multiple users. Each rating has a score of 0 to 10. Draw an entity relationship diagram for this database.