In: Computer Science
The pandemic of coronavirus disease 2019 (COVID-19) in Malaysia was first detected on 25 January. Reported cases remained relatively low and largely confined to imported cases, until localised clusters began to emerge in March. To stem the number of new cases, the government imposed a Movement Control Order (MCO) starting March 18, 2020.
Assume that you have been appointed as a database designer for a Non-Governmental Organization (NGO) in your residence community. The NGO's main task is to gather information on the current situation of the pandemic in the local community during the MCO period. This includes information on the percentage of cases detected, the quarantine center provided as well as the services available to assist affected community members. The NGO is planning to implement a database system to manage all information to ensure community members are aware of current situations.
Therefore, as a database designer, you are required to propose a database design prior to its implementation by presenting the following:
Note:
You are free to use any Databases Management System (DBMS) tool (using DDL SQL or GUI).
You should submit a printout (screen capture) of:
a) entities with attributes
PATIENT_DATA(p_name,p_address,p_id,p_mobileNO,p_age)
Q_CENTRE(Q_name,address,capacity,staff_capacity)
No_of_cases_detected(date,address,p_id,Q_name)
No_of_cases_recovered(date,address,p_id,Q_name)
Deaths(p_id,address,Q_name)
services(equipments,specialists,Q_name)
source_of_infection(address,p_id)
b,c):
d). 