Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Case Description: Although COVID restrictions are mostly lifted, proof of vaccination is still sometimes needed for international travel, e.g., traveling to Japan. You are invited

Case Description: Although COVID restrictions are mostly lifted, proof of vaccination is still sometimes needed for international travel, e.g., traveling to Japan.

You are invited to design a relational database to keep track of all the COVID-19 shots administered in the city.

Residents are advised to pre-register for a booster shot online. Individuals who walk-in without booking appointments will be registered onsite. Booster eligibility: At least 5 months after completing primary COVID-19 vaccination series, i.e., 2 shots for Pfizer & Moderna, 1 shot for Johnson & Johnson (J&J).

When a person shows up for an appointment and is administered a COVID-19 dose, a vaccination record is generated to keep track of:

Person-related details, including PersonName, ZipCode, PersonCounty, Booster-Eligibility (Y/N)

Vaccine-related details, including VacID, VacName, VacType

Vaccination-related details, including: VacDate, VacID, DoseNum (1st, 2nd, 3rd), SiteID

Vaccination Site-related details, including: SiteID, SiteName

Vaccine Types: COVID-19 vaccines can be classified into only one of the following three types -

mRNA vaccine: Uses lab-created mRNA encapsulated within nanoparticles, e.g., Pfizer, Moderna

Vector vaccine: Uses weakened virus (viral vector), e.g., Johnson & Johnson, Oxford-AstraZeneca

Protein subunit vaccine: Uses weakened/attenuated, or inactivated (killed) virus, e.g., Novavax

COVID-19 vaccines can also be categorized based on the number of doses required -

Multi-dose vaccines: Pfizer, Moderna, Oxford-AstraZeneca , Novavax

Single-dose vaccines: Johnson & Johnson (J&J)

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

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions

Question

Write a Python program to check an input number is prime or not.

Answered: 1 week ago

Question

Write a program to check an input year is leap or not.

Answered: 1 week ago