The application is to develop a database system to help a non-profit health organization to develop a system to help res
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
The application is to develop a database system to help a non-profit health organization to develop a system to help res
Each article in the system is identified by its author, major topic, minor topic, summary, the article itself, and the date of publication of the article. The summary of each article should not exceed one hundred characters. The author could be either a researcher's first name and last name, or the organization's name. An organization could be either a company, a research center, or a government agency. Each country has one government agency that uses the system to provide their latest details about the progress of the COVID-19 in the country. Each government agency can add/delete/edit information related to the country alone and not records related to other countries. The historical records of the updates of the progress of COVID-19 are maintained by the system. Each time a new update is provided, the date of the update is recorded with the new record. All users of C19PPS are identified by their first name, last name, citizenship, email address, and phone number. The citizenship value must be a value of a country that already exist in the system.
1. Express the COVID-19 Pandemic Progress System in the E/R model. Use arrows to indicate the constraints on the relationships. Underline the key attributes for the entity and relationship sets. 2. Convert the E/R diagram into at least six relations: Region, Country, User, Organization Researcher, Article. Other relations might be needed to capture all the requirements.