This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: Flighing | |
description[[ the data is purley generated from some wikipedia webscraping. | |
* the relation _airplane_ contrains basic information about the airplanes from the airlines | |
* the relation _airlines_ contrains basic information about the the airlines | |
* the relation _flight_ represents flights a airplane did | |
* the relation _passenger_ represents people which flew with one of the airlines | |
* the relation _booking_ combines passenger and flights | |
There were no sanity checks, but Ids should be unique. |