Assume that the following business rules are in place:

• One passenger can request the location of one and only one amenity at a time.
• It is possible for a passenger to have multiple flights departing from the same airport and, as such, can view multiple flight bookings.
• One passenger can experience multiple medical emergencies and, as such, can request medical assistance multiple times.
Q.3.1 Create an Entity Relationship Diagram that will represent the business rules
presented at the beginning of the question. Include at least three attributes for every entity. Also, indicate the primary keys for each entity.

1 answer

Passenger
- PassengerID (Primary Key)
- Name
- Age

Flight
- FlightID (Primary Key)
- DepartureAirport
- ArrivalAirport

Amenity
- AmenityID (Primary Key)
- Location
- Type

MedicalEmergency
- EmergencyID (Primary Key)
- Description
- DateRequested

Request
- RequestID (Primary Key)
- PassengerID (Foreign Key)
- AmenityID (Foreign Key)
- EmergencyID (Foreign Key)
- FlightID (Foreign Key)
Similar Questions
  1. Which of the following are ethical standards?(1 point)instructions that ensure the safety of others within a particular location
    1. answers icon 41 answers
  2. Assume that the following business rules are in place: One passenger can request the location of one and only one amenity at
    1. answers icon 1 answer
    1. answers icon 1 answer
  3. Safe Practices, Ethics, and Fair Use Quick Check1 of 51 of 5 Items Question Which of the following are ethical standards?(1
    1. answers icon 1 answer
more similar questions