Skip to content

Instantly share code, notes, and snippets.

@joe4dev
joe4dev / relax-dataset.txt
Last active December 15, 2020 21:00
relax-mondial-database
This file has been truncated, but you can view the full file.
group: Mondial-III DB
description: Converted version of the Mondial database from [The Mondial Case Study](https://www.dbis.informatik.uni-goettingen.de/Mondial/) (Version 2015 Mondial-III based on the PostgreSQL dumps).
airport = {
iatacode:string, name:string , country:string, city:string , province:string , island:string , latitude:number, longitude:number, elevation:number, gmtoffset:number
'HEA' , 'Herat' , 'AFG' , 'Herat' , 'Afghanistan' , null , 34.210017 , 62.2283 , 977 , 5
'KBL' , 'Kabul Intl' , 'AFG' , 'Kabul' , 'Afghanistan' , null , 34.565853 , 69.212328 , 1792 , 5
group: Mondial-III DB (partial)
description: Converted partial (1/6th of the values) version of the Mondial database from [The Mondial Case Study](https://www.dbis.informatik.uni-goettingen.de/Mondial/) (Version 2015 Mondial-III based on the PostgreSQL dumps).
airport = {
iatacode:string, name:string , country:string, city:string , province:string , island:string , latitude:number, longitude:number, elevation:number, gmtoffset:number
'HEA' , 'Herat' , 'AFG' , 'Herat' , 'Afghanistan' , null , 34.210017 , 62.2283 , 977 , 5
'TMR' , 'Tamanrasset' , 'DZ' , 'Tamanrasset' , 'Algeria' , null , 22.811461 , 5.451075 , 1377 , 1
'AAE' , 'Annaba'
group: COMPANY DB
description: The COMPANY database from Chapter 3 "Fundamentals of Database Systems" by Elmasri and Navathe.
EMPLOYEE = {
Fname:string, Minit:string, Lname:string, Ssn:string , Bdate:date, Address:string , Sex:string, Salary:number, Super_Ssn:string, Dno:number
'James' , 'E' , 'Borg' , '888665555', 1937-11-10, '450 Stone, Houston, TX' , 'M' , 55000 , null , 1
'Jennifer' , 'S' , 'Wallace' , '987654321', 1941-06-20, '291 Berry, Bellaire, Tx' , 'F' , 37000 , '888665555' , 4
'Franklin' , 'T' , 'Wong' , '333445555', 1955-12-08, '638 Voss, Houston, TX' , 'M' , 40000 , '888665555' , 5
'John' , 'B' , 'Smith' , '123456789', 1965-01-09, '731 Fondren, Houston, TX' , 'M' , 30000 , '333445555' , 5
'Alicia' , 'J' , 'Zelaya' , '999887777', 1968-01-19, '3321 castle, Spring, TX' , 'F' , 25000