Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Implementation of BSON documents Consider the following conceptual schema of a sample database that contains information about a bank, the bank - accounts administered, the
Implementation of BSON documents
Consider the following conceptual schema of a sample database that contains information about a bank, the bankaccounts administered, the owner's bank account, and the transactions made.
Consider the following domain specification of an application and its conceptual schema:
An airline publishes a PublishedFlights on a recurring basis. The flightNumber uniquely identifies each PublishedFlight for an Airline. Each PublishedFlight has one or more FlightDetail, each from some origin Airport to a destination Airport.
An airport has an IATA International Air Transport Association code and a name. For example, the name of Singapore's airport is Singapore Changi Airport, and its IATA code is SIN.
Insert into the collection the documents whose contents are consistent with the conceptual schema given above. It is important that your documents represent the hierarchical structures in the best possible way. You do not need to enforce all identification constraints determined in the conceptual schema. Insert at least two airlines, two publishedflight, three flightdetail, and three airports involving the airlines; each airline publishes two publishedflight, and each publishedflight has two flight details. You can use the following IATA code and the airport names for your airport entries.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started