Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want a unique answer, will upvote, please do not copy from the same question. For the Statement of Requirements (SOR) scenario below, create the

I want a unique answer, will upvote, please do not copy from the same question.

For the Statement of Requirements (SOR) scenario below, create the following:

  1. ERD (Entity Relationship Diagram)
  2. RDM (Relational Data Model)
  3. SQL Data Definition Language (DDL) statements to define this database structure
  4. SQL Data Manipulation Language (DML) statements to populate data into this database
  5. SQL Data Manipulation Language (DML) statements to generate some basic reports and queries given below.

Given the Statement of Requirements (SOR) scenario

The system should track the following data:

Airport Data

  1. Airport 3 Character Designator
  2. Airport Name
  3. Primary City and State serviced by the airport
  4. Airport Geographic Location

Flight Data

  1. Airline Name
  2. Flight Number
  3. Departure Airport Code
  4. Departure Airport Name
  5. Arrival Airport Code
  6. Arrival Airport Name
  7. Departure Date and Time
  8. Arrival Date and Time

Note: Each flight segment has a unique flight number.

The system should produce the information:

Timetable of All Flight Departures for a given airport for a given city and a given date

  1. Airline Name
  2. Flight Number
  3. Departure Date and Time
  4. Destination to Airport Name

Timetable of All Flight Arrivals for a given airport for a given city and a given date

  1. Airline Name
  2. Flight Number
  3. Arrival Date and Time
  4. Arrival from Airport Name

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

More Books

Students also viewed these Accounting questions