table
listlengths 1
101
| database_id
stringclasses 146
values | table_id
stringlengths 3
38
| context
dict |
|---|---|---|---|
[
[
"course_id",
"course_name",
"course_description",
"other_details"
],
[
"301",
"statistics",
"statistics",
"None"
],
[
"302",
"English",
"English",
"None"
],
[
"303",
"French",
"French",
"None"
],
[
"304",
"database",
"database",
"None"
],
[
"305",
"data structure",
"data structure",
"None"
],
[
"306",
"Art history",
"Art history",
"None"
]
] |
student_assessment
|
courses
|
{
"column_descriptions": [],
"column_names_cleaned": [
"course id",
"course name",
"course description",
"other details"
],
"column_types": [
"text",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"course_id"
]
}
|
[
[
"person_address_id",
"person_id",
"address_id",
"date_from",
"date_to"
],
[
"122",
"111",
"9",
"2012-09-26 13:21:00",
"2018-03-21 09:46:30"
],
[
"257",
"121",
"5",
"2008-07-31 02:17:25",
"2018-03-09 02:11:12"
],
[
"269",
"131",
"88",
"2008-05-26 20:43:41",
"2018-03-11 20:26:41"
],
[
"276",
"141",
"99",
"2014-05-10 00:32:31",
"2018-03-08 06:16:47"
],
[
"281",
"151",
"92",
"2010-11-26 05:21:12",
"2018-03-12 21:10:02"
],
[
"340",
"161",
"45",
"2017-05-01 17:32:26",
"2018-03-09 08:45:06"
],
[
"363",
"171",
"55",
"2015-05-24 16:14:12",
"2018-02-23 22:44:18"
],
[
"396",
"181",
"82",
"2013-12-26 16:57:01",
"2018-03-03 16:06:17"
]
] |
student_assessment
|
people_addresses
|
{
"column_descriptions": [],
"column_names_cleaned": [
"person address id",
"person id",
"address id",
"date from",
"date to"
],
"column_types": [
"number",
"number",
"number",
"time",
"time"
],
"foreign_keys": [
{
"column_name": "address_id",
"referenced_column_name": "address_id",
"referenced_table_name": "addresses"
},
{
"column_name": "person_id",
"referenced_column_name": "person_id",
"referenced_table_name": "people"
}
],
"primary_key": [
"person_address_id"
]
}
|
[
[
"student_id",
"course_id",
"registration_date"
],
[
"111",
"301",
"2008-11-04 10:35:13"
],
[
"121",
"301",
"2008-10-04 10:35:13"
],
[
"121",
"303",
"2008-11-14 10:35:13"
],
[
"131",
"303",
"2008-11-05 10:35:13"
],
[
"141",
"302",
"2008-11-06 10:35:13"
],
[
"151",
"305",
"2008-11-07 10:35:13"
],
[
"161",
"302",
"2008-11-07 10:35:13"
],
[
"171",
"301",
"2008-11-07 10:35:13"
],
[
"141",
"301",
"2008-11-08 10:35:13"
]
] |
student_assessment
|
student_course_registrations
|
{
"column_descriptions": [],
"column_names_cleaned": [
"student id",
"course id",
"registration date"
],
"column_types": [
"number",
"number",
"time"
],
"foreign_keys": [
{
"column_name": "course_id",
"referenced_column_name": "course_id",
"referenced_table_name": "courses"
},
{
"column_name": "student_id",
"referenced_column_name": "student_id",
"referenced_table_name": "students"
}
],
"primary_key": [
"student_id"
]
}
|
[
[
"student_id",
"course_id",
"date_of_attendance"
],
[
"111",
"301",
"2008-11-04 10:35:13"
],
[
"121",
"301",
"2012-04-09 11:44:34"
],
[
"121",
"303",
"2014-04-09 11:44:34"
],
[
"141",
"302",
"2013-04-09 11:44:34"
],
[
"171",
"301",
"2015-04-09 11:44:34"
],
[
"161",
"302",
"2014-01-09 11:44:34"
],
[
"151",
"305",
"2012-05-09 11:44:34"
],
[
"141",
"301",
"2012-09-09 11:44:34"
]
] |
student_assessment
|
student_course_attendance
|
{
"column_descriptions": [],
"column_names_cleaned": [
"student id",
"course id",
"date of attendance"
],
"column_types": [
"number",
"number",
"time"
],
"foreign_keys": [
{
"column_name": "student_id",
"referenced_column_name": "student_id",
"referenced_table_name": "student_course_registrations"
},
{
"column_name": "course_id",
"referenced_column_name": "course_id",
"referenced_table_name": "student_course_registrations"
}
],
"primary_key": [
"student_id"
]
}
|
[
[
"candidate_id",
"candidate_details"
],
[
"111",
"Jane"
],
[
"121",
"Robert"
],
[
"131",
"Alex"
],
[
"141",
"Tao"
],
[
"151",
"Jack"
],
[
"161",
"Leo"
],
[
"171",
"Robin"
],
[
"181",
"Cindy"
]
] |
student_assessment
|
candidates
|
{
"column_descriptions": [],
"column_names_cleaned": [
"candidate id",
"candidate details"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [
{
"column_name": "candidate_id",
"referenced_column_name": "person_id",
"referenced_table_name": "people"
}
],
"primary_key": [
"candidate_id"
]
}
|
[
[
"candidate_id",
"qualification",
"assessment_date",
"asessment_outcome_code"
],
[
"111",
"A",
"2010-04-07 11:44:34",
"Pass"
],
[
"121",
"B",
"2010-04-17 11:44:34",
"Pass"
],
[
"131",
"D",
"2010-04-05 11:44:34",
"Fail"
],
[
"141",
"C",
"2010-04-06 11:44:34",
"Pass"
],
[
"151",
"B",
"2010-04-09 11:44:34",
"Pass"
]
] |
student_assessment
|
candidate_assessments
|
{
"column_descriptions": [],
"column_names_cleaned": [
"candidate id",
"qualification",
"assessment date",
"asessment outcome code"
],
"column_types": [
"number",
"text",
"time",
"text"
],
"foreign_keys": [
{
"column_name": "candidate_id",
"referenced_column_name": "candidate_id",
"referenced_table_name": "candidates"
}
],
"primary_key": [
"candidate_id"
]
}
|
[
[
"g_name",
"rating",
"most_popular_in"
],
[
"tagore",
"8",
"Bangladesh"
],
[
"nazrul",
"7",
"Bangladesh"
],
[
"folk",
"9",
"Sylhet,Chittagong,Kustia"
],
[
"modern",
"8",
"Bangladesh"
],
[
"blues",
"7",
"Canada"
],
[
"pop",
"9",
"America"
]
] |
music_1
|
genre
|
{
"column_descriptions": [],
"column_names_cleaned": [
"genre name",
"rating",
"most popular in"
],
"column_types": [
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"g_name"
]
}
|
[
[
"artist_name",
"country",
"gender",
"preferred_genre"
],
[
"Shrikanta",
"India",
"Male",
"tagore"
],
[
"Prity",
"Bangladesh",
"Female",
"nazrul"
],
[
"Farida",
"Bangladesh",
"Female",
"folk"
],
[
"Topu",
"India",
"Female",
"modern"
],
[
"Enrique",
"USA",
"Male",
"blues"
],
[
"Michel",
"UK",
"Male",
"pop"
]
] |
music_1
|
artist
|
{
"column_descriptions": [],
"column_names_cleaned": [
"artist name",
"country",
"gender",
"preferred genre"
],
"column_types": [
"text",
"text",
"text",
"text"
],
"foreign_keys": [
{
"column_name": "preferred_genre",
"referenced_column_name": "g_name",
"referenced_table_name": "genre"
}
],
"primary_key": [
"artist_name"
]
}
|
[
[
"f_id",
"artist_name",
"file_size",
"duration",
"formats"
],
[
"1",
"Shrikanta",
"3.78 MB",
"3:45",
"mp4"
],
[
"2",
"Prity",
"4.12 MB",
"2:56",
"mp3"
],
[
"3",
"Farida",
"3.69 MB",
"4:12",
"mp4"
],
[
"4",
"Enrique",
"4.58 MB",
"5:23",
"mp4"
],
[
"5",
"Michel",
"5.10 MB",
"4:34",
"mp3"
],
[
"6",
"Topu",
"4.10 MB",
"4:30",
"mp4"
]
] |
music_1
|
files
|
{
"column_descriptions": [],
"column_names_cleaned": [
"song id",
"artist name",
"file size",
"duration",
"formats"
],
"column_types": [
"number",
"text",
"text",
"text",
"text"
],
"foreign_keys": [
{
"column_name": "artist_name",
"referenced_column_name": "artist_name",
"referenced_table_name": "artist"
}
],
"primary_key": [
"f_id"
]
}
|
[
[
"song_name",
"artist_name",
"country",
"f_id",
"genre_is",
"rating",
"languages",
"releasedate",
"resolution"
],
[
"Tumi robe nirobe",
"Shrikanta",
"India",
"1",
"tagore",
"8",
"bangla",
"28-AUG-2011",
"1080"
],
[
"Shukno patar nupur pae",
"Prity",
"Bangladesh",
"2",
"nazrul",
"5",
"bangla",
"21-SEP-1997",
"512"
],
[
"Ami opar hoye",
"Farida",
"Bangladesh",
"3",
"folk",
"7",
"bangla",
"7-APR-2001",
"320"
],
[
"My love",
"Enrique",
"USA",
"4",
"blues",
"6",
"english",
"24-JAN-2007",
"1080"
],
[
"Just beat it",
"Michel",
"UK",
"5",
"pop",
"8",
"english",
"17-MAR-2002",
"720"
],
[
"Aj ei akash",
"Topu",
"India",
"6",
"modern",
"10",
"bangla",
"27-MAR-2004",
"320"
]
] |
music_1
|
song
|
{
"column_descriptions": [],
"column_names_cleaned": [
"song name",
"artist name",
"country",
"song id",
"genre is",
"rating",
"languages",
"releasedate",
"resolution"
],
"column_types": [
"text",
"text",
"text",
"number",
"text",
"number",
"text",
"time",
"number"
],
"foreign_keys": [
{
"column_name": "genre_is",
"referenced_column_name": "g_name",
"referenced_table_name": "genre"
},
{
"column_name": "f_id",
"referenced_column_name": "f_id",
"referenced_table_name": "files"
},
{
"column_name": "artist_name",
"referenced_column_name": "artist_name",
"referenced_table_name": "artist"
}
],
"primary_key": [
"song_name"
]
}
|
[
[
"People_ID",
"Age",
"Name",
"Nationality",
"Graduation_College"
],
[
"1",
"27",
"Reggie Lewis",
"United States",
"Northeastern"
],
[
"2",
"25",
"Brad Lohaus",
"United States",
"Iowa"
],
[
"3",
"37",
"Tom Sheehey",
"United Kindom",
"Virginia"
],
[
"4",
"31",
"Darryl Kennedy",
"United States",
"Oklahoma"
],
[
"5",
"34",
"David Butler",
"United Kindom",
"California"
],
[
"6",
"37",
"Tim Naegeli",
"United States",
"Wisconsin–Stevens Point"
],
[
"7",
"30",
"Jerry Corcoran",
"United States",
"Northeastern"
]
] |
company_employee
|
people
|
{
"column_descriptions": [],
"column_names_cleaned": [
"people id",
"age",
"name",
"nationality",
"graduation college"
],
"column_types": [
"number",
"number",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"People_ID"
]
}
|
[
[
"Company_ID",
"Name",
"Headquarters",
"Industry",
"Sales_in_Billion",
"Profits_in_Billion",
"Assets_in_Billion",
"Market_Value_in_Billion"
],
[
"1.0",
"ExxonMobil",
"USA",
"Oil and gas",
"433.5",
"41.1",
"331.1",
"407.4"
],
[
"2.0",
"JPMorgan Chase",
"USA",
"Banking",
"110.8",
"19.0",
"2265.8",
"170.1"
],
[
"3.0",
"General Electric",
"USA",
"Conglomerate",
"147.3",
"14.2",
"717.2",
"213.7"
],
[
"4.0",
"Royal Dutch Shell",
"Netherlands",
"Oil and gas",
"470.2",
"30.9",
"340.5",
"227.6"
],
[
"5.0",
"Industrial and Commercial Bank of China",
"China",
"Banking",
"82.6",
"25.1",
"2039.1",
"237.4"
],
[
"6.0",
"HSBC",
"UK",
"Banking",
"102.0",
"16.2",
"2550.0",
"164.3"
],
[
"7.0",
"PetroChina",
"China",
"Oil and gas",
"310.1",
"20.6",
"304.7",
"294.7"
],
[
"8.0",
"Berkshire Hathaway",
"USA",
"Conglomerate",
"143.7",
"10.3",
"392.6",
"202.2"
],
[
"9.0",
"Wells Fargo",
"USA",
"Banking",
"87.6",
"15.9",
"1313.9",
"178.7"
],
[
"10.0",
"Petrobras",
"Brazil",
"Oil and gas",
"145.9",
"20.1",
"319.4",
"180.0"
],
[
"11.0",
"BP",
"UK",
"Oil and gas",
"375.5",
"25.7",
"292.5",
"147.4"
],
[
"12.0",
"Chevron",
"USA",
"Oil and gas",
"236.3",
"26.9",
"209.5",
"218.0"
],
[
"13.0",
"China Construction Bank",
"China",
"Banking",
"68.7",
"20.5",
"1637.8",
"201.9"
],
[
"14.0",
"Citigroup",
"USA",
"Banking",
"102.6",
"11.1",
"1873.9",
"107.5"
],
[
"15.0",
"Gazprom",
"Russia",
"Oil and gas",
"117.6",
"31.7",
"302.6",
"159.8"
],
[
"16.0",
"Walmart",
"USA",
"Retailing",
"447.0",
"15.7",
"193.4",
"208.4"
],
[
"17.0",
"Volkswagen Group",
"Germany",
"Automotive",
"221.9",
"21.5",
"328.7",
"79.5"
],
[
"18.0",
"Total",
"France",
"Oil and gas",
"216.2",
"15.9",
"213.0",
"132.4"
],
[
"19.0",
"Agricultural Bank of China",
"China",
"Banking",
"62.4",
"14.4",
"1563.9",
"154.8"
]
] |
company_employee
|
company
|
{
"column_descriptions": [],
"column_names_cleaned": [
"company id",
"name",
"headquarters",
"industry",
"sales in billion",
"profits in billion",
"assets in billion",
"market value in billion"
],
"column_types": [
"number",
"text",
"text",
"text",
"number",
"number",
"number",
"number"
],
"foreign_keys": [],
"primary_key": [
"Company_ID"
]
}
|
[
[
"Company_ID",
"People_ID",
"Year_working"
],
[
"11",
"3",
"2"
],
[
"13",
"2",
"3"
],
[
"17",
"7",
"4"
],
[
"15",
"1",
"1"
],
[
"7",
"4",
"1"
]
] |
company_employee
|
employment
|
{
"column_descriptions": [],
"column_names_cleaned": [
"company id",
"people id",
"year working"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "People_ID",
"referenced_column_name": "People_ID",
"referenced_table_name": "people"
},
{
"column_name": "Company_ID",
"referenced_column_name": "Company_ID",
"referenced_table_name": "company"
}
],
"primary_key": [
"Company_ID"
]
}
|
[
[
"City_ID",
"Official_Name",
"Status",
"Area_km_2",
"Population",
"Census_Ranking"
],
[
"1",
"Grand Falls/Grand-Sault",
"Town",
"18.06",
"5706.0",
"636 of 5008"
],
[
"2",
"Perth-Andover",
"Village",
"8.89",
"1778.0",
"1442 of 5,008"
],
[
"3",
"Plaster Rock",
"Village",
"3.09",
"1135.0",
"1936 of 5,008"
],
[
"4",
"Drummond",
"Village",
"8.91",
"775.0",
"2418 of 5008"
],
[
"5",
"Aroostook",
"Village",
"2.24",
"351.0",
"3460 of 5008"
]
] |
farm
|
city
|
{
"column_descriptions": [],
"column_names_cleaned": [
"city id",
"official name",
"status",
"area km 2",
"population",
"census ranking"
],
"column_types": [
"number",
"text",
"text",
"number",
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"City_ID"
]
}
|
[
[
"Farm_ID",
"Year",
"Total_Horses",
"Working_Horses",
"Total_Cattle",
"Oxen",
"Bulls",
"Cows",
"Pigs",
"Sheep_and_Goats"
],
[
"1",
"1927",
"5056.5",
"3900.1",
"8374.5",
"805.5",
"31.6",
"3852.1",
"4412.4",
"7956.3"
],
[
"2",
"1928",
"5486.9",
"4090.5",
"8604.8",
"895.3",
"32.8",
"3987.0",
"6962.9",
"8112.2"
],
[
"3",
"1929",
"5607.5",
"4198.8",
"7611.0",
"593.7",
"26.9",
"3873.0",
"4161.2",
"7030.8"
],
[
"4",
"1930",
"5308.2",
"3721.6",
"6274.1",
"254.8",
"49.6",
"3471.6",
"3171.8",
"4533.4"
],
[
"5",
"1931",
"4781.3",
"3593.7",
"6189.5",
"113.8",
"40.0",
"3377.0",
"3373.3",
"3364.8"
],
[
"6",
"1932",
"3658.9",
"3711.6",
"5006.7",
"105.2",
"71.6",
"2739.5",
"2623.7",
"2109.5"
],
[
"7",
"1933",
"2604.8",
"3711.2",
"4446.3",
"116.9",
"37.6",
"2407.2",
"2089.2",
"2004.7"
],
[
"8",
"1934",
"2546.9",
"2197.3",
"5277.5",
"156.5",
"46.7",
"2518.0",
"4236.7",
"2197.1"
]
] |
farm
|
farm
|
{
"column_descriptions": [],
"column_names_cleaned": [
"farm id",
"year",
"total horses",
"working horses",
"total cattle",
"oxen",
"bulls",
"cows",
"pigs",
"sheep and goats"
],
"column_types": [
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number"
],
"foreign_keys": [],
"primary_key": [
"Farm_ID"
]
}
|
[
[
"Competition_ID",
"Year",
"Theme",
"Host_city_ID",
"Hosts"
],
[
"1",
"2013",
"Carnival M is back!",
"1",
"Miley Cyrus Jared Leto and Karen Mok"
],
[
"2",
"2006",
"Codehunters",
"2",
"Leehom Wang and Kelly Rowland"
],
[
"3",
"2005",
"MTV Asia Aid",
"3",
"Alicia Keys"
],
[
"4",
"2004",
"Valentine's Day",
"4",
"Vanness Wu and Michelle Branch"
],
[
"5",
"2003",
"MTV Cube",
"5",
"Shaggy and Coco Lee"
],
[
"6",
"2002",
"Aliens",
"5",
"Mandy Moore and Ronan Keating"
]
] |
farm
|
farm_competition
|
{
"column_descriptions": [],
"column_names_cleaned": [
"competition id",
"year",
"theme",
"host city id",
"hosts"
],
"column_types": [
"number",
"number",
"text",
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Host_city_ID",
"referenced_column_name": "City_ID",
"referenced_table_name": "city"
}
],
"primary_key": [
"Competition_ID"
]
}
|
[
[
"Competition_ID",
"Farm_ID",
"Rank"
],
[
"1",
"8",
"1"
],
[
"1",
"2",
"2"
],
[
"1",
"3",
"3"
],
[
"2",
"1",
"3"
],
[
"2",
"4",
"1"
],
[
"2",
"3",
"2"
],
[
"3",
"7",
"1"
],
[
"3",
"1",
"3"
],
[
"4",
"3",
"2"
],
[
"4",
"1",
"4"
],
[
"5",
"5",
"1"
],
[
"5",
"3",
"2"
]
] |
farm
|
competition_record
|
{
"column_descriptions": [],
"column_names_cleaned": [
"competition id",
"farm id",
"rank"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Farm_ID",
"referenced_column_name": "Farm_ID",
"referenced_table_name": "farm"
},
{
"column_name": "Competition_ID",
"referenced_column_name": "Competition_ID",
"referenced_table_name": "farm_competition"
}
],
"primary_key": [
"Competition_ID"
]
}
|
[
[
"Address_ID",
"address_details"
],
[
"1",
"465 Emely Bypass\nWest Mafalda, CO 23309"
],
[
"2",
"669 Carter Trafficway\nPort Delbert, OK 66249"
],
[
"3",
"38247 Ernser Gateway Suite 442\nBogisichland, VT 71460"
],
[
"4",
"732 Greenholt Valleys\nEast Marionfort, VT 89477-0433"
],
[
"5",
"382 Demond Alley\nLuellamouth, MT 67912"
],
[
"6",
"3851 Quigley Flats\nO'Reillychester, CA 92522-9526"
],
[
"7",
"78950 Kamryn Centers\nChelsealand, NE 22947-6129"
],
[
"8",
"682 Kautzer Forest Apt. 509\nJaydenfurt, NE 85011-5059"
],
[
"9",
"11093 Balistreri Forge\nGaylordtown, VT 05705"
],
[
"10",
"9113 Wisoky Glen Apt. 601\nLake Immanuel, UT 01388"
],
[
"11",
"73409 Linnea Loop Apt. 778\nHaagberg, AK 41204-1496"
],
[
"12",
"8220 Concepcion Neck Suite 394\nEast Beauview, LA 19968-4755"
],
[
"13",
"513 Lindgren River\nNorth Scottymouth, IN 85224-1392"
],
[
"14",
"9694 Wava Roads\nRicechester, DC 70816-9058"
],
[
"15",
"068 O'Connell Tunnel\nWest Colemanburgh, MO 87777"
]
] |
solvency_ii
|
addresses
|
{
"column_descriptions": [],
"column_names_cleaned": [
"address id",
"address details"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"Address_ID"
]
}
|
[
[
"Location_ID",
"Other_Details"
],
[
"1",
"Rowe PLC"
],
[
"2",
"Ebert, Green and Bogisich"
],
[
"3",
"Prohaska LLC"
],
[
"4",
"White, Kassulke and Barrows"
],
[
"5",
"Wintheiser-Sauer"
],
[
"6",
"Morar-Denesik"
],
[
"7",
"Rowe-Stoltenberg"
],
[
"8",
"Price-Lynch"
],
[
"9",
"Ryan-Wyman"
],
[
"10",
"Hilll Ltd"
],
[
"11",
"Fritsch LLC"
],
[
"12",
"Kuvalis-Goodwin"
],
[
"13",
"Sanford Inc"
],
[
"14",
"Waelchi-Wehner"
],
[
"15",
"Daugherty, Nader and Balistreri"
]
] |
solvency_ii
|
locations
|
{
"column_descriptions": [],
"column_names_cleaned": [
"location id",
"other details"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"Location_ID"
]
}
|
[
[
"Product_ID",
"Product_Type_Code",
"Product_Name",
"Product_Price"
],
[
"1",
"Books",
"Business Policy",
"1336.26"
],
[
"3",
"Food",
"Special Dinning",
"2894.94"
],
[
"5",
"Clothes",
"Men suits",
"3298.84"
],
[
"6",
"Electronics",
"TV Equipments",
"932.25"
],
[
"7",
"Books",
"Business Policy B",
"3215.66"
],
[
"10",
"Electronics",
"TV Equipments",
"4427.49"
],
[
"11",
"Electronics",
"Conference Equipments",
"3289.47"
],
[
"18",
"Books",
"Trading Policy",
"3228.49"
],
[
"20",
"Books",
"Trading Policy B",
"4343.83"
],
[
"22",
"Food",
"Dinning",
"3574.56"
],
[
"24",
"Food",
"Dinning",
"4895.86"
],
[
"26",
"Food",
"Dinning",
"2339.97"
],
[
"29",
"Food",
"Special Dinning",
"502.15"
],
[
"34",
"Electronics",
"TV Equipments",
"970.77"
],
[
"45",
"Clothes",
"Men suits",
"3541.17"
]
] |
solvency_ii
|
products
|
{
"column_descriptions": [],
"column_names_cleaned": [
"product id",
"product type code",
"product name",
"product price"
],
"column_types": [
"number",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"Product_ID"
]
}
|
[
[
"Party_ID",
"Party_Details"
],
[
"3",
"European People's Party"
],
[
"4",
"European Free Alliance"
],
[
"5",
"European Alliance for Freedom"
],
[
"6",
"European Christian Political Movement"
],
[
"7",
"Movement for a Europe of Nations and Freedom"
],
[
"8",
"Alliance of Liberals and Democrats for Europe"
],
[
"9",
"EUDemocrats"
]
] |
solvency_ii
|
parties
|
{
"column_descriptions": [],
"column_names_cleaned": [
"party id",
"party details"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"Party_ID"
]
}
|
[
[
"Asset_ID",
"Other_Details"
],
[
"1",
"Transportation Cars"
],
[
"2",
"Meeting Rooms"
],
[
"3",
"Dinning Tables"
]
] |
solvency_ii
|
assets
|
{
"column_descriptions": [],
"column_names_cleaned": [
"asset id",
"other details"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"Asset_ID"
]
}
|
[
[
"Channel_ID",
"Other_Details"
],
[
"1",
"145"
],
[
"2",
"348"
],
[
"3",
"933"
],
[
"4",
"631"
],
[
"5",
"681"
],
[
"6",
"993"
],
[
"7",
"249"
],
[
"8",
"644"
],
[
"9",
"668"
],
[
"10",
"058"
],
[
"11",
"163"
],
[
"12",
"285"
],
[
"13",
"943"
],
[
"14",
"292"
],
[
"15",
"177"
]
] |
solvency_ii
|
channels
|
{
"column_descriptions": [],
"column_names_cleaned": [
"channel id",
"other details"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"Channel_ID"
]
}
|
[
[
"Finance_ID",
"Other_Details"
],
[
"1",
"Mutual"
],
[
"2",
"Good"
],
[
"3",
"Bad"
],
[
"4",
"Mutual"
],
[
"5",
"Bad"
],
[
"6",
"Good"
],
[
"7",
"Good"
],
[
"8",
"Mutual"
],
[
"9",
"Bad"
],
[
"10",
"Bad"
],
[
"11",
"Mutual"
],
[
"12",
"Mutual"
],
[
"13",
"Good"
],
[
"14",
"Good"
],
[
"15",
"Mutual"
]
] |
solvency_ii
|
finances
|
{
"column_descriptions": [],
"column_names_cleaned": [
"finance id",
"other details"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"Finance_ID"
]
}
|
[
[
"Event_ID",
"Address_ID",
"Channel_ID",
"Event_Type_Code",
"Finance_ID",
"Location_ID"
],
[
"1",
"3",
"12",
"Trade Show",
"2",
"13"
],
[
"2",
"15",
"13",
"Press Conferenc",
"8",
"11"
],
[
"3",
"12",
"1",
"Press Conferenc",
"12",
"6"
],
[
"4",
"13",
"10",
"Ceremonies",
"7",
"6"
],
[
"5",
"9",
"4",
"Trade Show",
"15",
"6"
],
[
"6",
"15",
"12",
"Seminar",
"15",
"9"
],
[
"7",
"15",
"6",
"Trade Show",
"13",
"15"
],
[
"8",
"3",
"15",
"Trade Show",
"1",
"6"
],
[
"9",
"12",
"3",
"Press Conferenc",
"3",
"11"
],
[
"10",
"15",
"10",
"Conference",
"7",
"12"
],
[
"11",
"10",
"4",
"Trade Show",
"2",
"8"
],
[
"12",
"14",
"9",
"Trade Show",
"14",
"7"
],
[
"13",
"12",
"13",
"Trade Show",
"12",
"12"
],
[
"14",
"10",
"11",
"Seminar",
"5",
"10"
],
[
"15",
"2",
"2",
"Conference",
"10",
"5"
]
] |
solvency_ii
|
events
|
{
"column_descriptions": [],
"column_names_cleaned": [
"event id",
"address id",
"channel id",
"event type code",
"finance id",
"location id"
],
"column_types": [
"number",
"number",
"number",
"text",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Finance_ID",
"referenced_column_name": "Finance_ID",
"referenced_table_name": "finances"
},
{
"column_name": "Address_ID",
"referenced_column_name": "Address_ID",
"referenced_table_name": "addresses"
},
{
"column_name": "Location_ID",
"referenced_column_name": "Location_ID",
"referenced_table_name": "locations"
}
],
"primary_key": [
"Event_ID"
]
}
|
[
[
"Product_in_Event_ID",
"Event_ID",
"Product_ID"
],
[
"13",
"4",
"29"
],
[
"23",
"8",
"3"
],
[
"32",
"14",
"10"
],
[
"33",
"5",
"18"
],
[
"43",
"4",
"45"
],
[
"46",
"7",
"3"
],
[
"50",
"14",
"6"
],
[
"61",
"7",
"3"
],
[
"63",
"6",
"34"
],
[
"64",
"15",
"6"
],
[
"69",
"8",
"20"
],
[
"74",
"1",
"6"
],
[
"79",
"4",
"45"
],
[
"90",
"14",
"26"
],
[
"99",
"10",
"11"
]
] |
solvency_ii
|
products_in_events
|
{
"column_descriptions": [],
"column_names_cleaned": [
"product in event id",
"event id",
"product id"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Product_ID",
"referenced_column_name": "Product_ID",
"referenced_table_name": "products"
},
{
"column_name": "Event_ID",
"referenced_column_name": "Event_ID",
"referenced_table_name": "events"
}
],
"primary_key": [
"Product_in_Event_ID"
]
}
|
[
[
"Party_ID",
"Event_ID",
"Role_Code"
],
[
"3",
"7",
"Organizer"
],
[
"3",
"8",
"Participant"
],
[
"4",
"1",
"Organizer"
],
[
"4",
"3",
"Participant"
],
[
"4",
"8",
"Organizer"
],
[
"5",
"9",
"Participant"
],
[
"5",
"10",
"Participant"
],
[
"5",
"15",
"Organizer"
],
[
"6",
"6",
"Organizer"
],
[
"6",
"12",
"Participant"
],
[
"6",
"13",
"Organizer"
],
[
"9",
"3",
"Participant"
],
[
"9",
"4",
"Participant"
],
[
"9",
"10",
"Organizer"
],
[
"9",
"12",
"Organizer"
]
] |
solvency_ii
|
parties_in_events
|
{
"column_descriptions": [],
"column_names_cleaned": [
"party id",
"event id",
"role code"
],
"column_types": [
"number",
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Event_ID",
"referenced_column_name": "Event_ID",
"referenced_table_name": "events"
},
{
"column_name": "Party_ID",
"referenced_column_name": "Party_ID",
"referenced_table_name": "parties"
}
],
"primary_key": [
"Party_ID"
]
}
|
[
[
"Document_ID",
"Event_ID"
],
[
"1",
"13"
],
[
"2",
"13"
],
[
"3",
"15"
],
[
"4",
"9"
],
[
"5",
"11"
],
[
"6",
"8"
],
[
"7",
"10"
],
[
"8",
"15"
],
[
"9",
"6"
],
[
"10",
"11"
],
[
"11",
"8"
],
[
"12",
"9"
],
[
"13",
"5"
],
[
"14",
"12"
],
[
"15",
"15"
]
] |
solvency_ii
|
agreements
|
{
"column_descriptions": [],
"column_names_cleaned": [
"document id",
"event id"
],
"column_types": [
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Event_ID",
"referenced_column_name": "Event_ID",
"referenced_table_name": "events"
}
],
"primary_key": [
"Document_ID"
]
}
|
[
[
"Asset_ID",
"Event_ID"
],
[
"1",
"4"
],
[
"1",
"5"
],
[
"1",
"9"
],
[
"1",
"10"
],
[
"2",
"8"
],
[
"2",
"14"
],
[
"3",
"2"
],
[
"3",
"5"
],
[
"3",
"8"
],
[
"3",
"9"
],
[
"3",
"10"
],
[
"3",
"12"
]
] |
solvency_ii
|
assets_in_events
|
{
"column_descriptions": [],
"column_names_cleaned": [
"asset id",
"event id"
],
"column_types": [
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Event_ID",
"referenced_column_name": "Event_ID",
"referenced_table_name": "events"
},
{
"column_name": "Event_ID",
"referenced_column_name": "Event_ID",
"referenced_table_name": "events"
}
],
"primary_key": [
"Asset_ID"
]
}
|
[
[
"City_ID",
"City",
"Hanzi",
"Hanyu_Pinyin",
"Regional_Population",
"GDP"
],
[
"1",
"Shanghai",
"上海",
"Shànghǎi",
"23019148",
"1919.57"
],
[
"2",
"Nanjing ( Jiangsu )",
"南京",
"Nánjīng",
"8004680",
"614.55"
],
[
"3",
"Hangzhou ( Zhejiang )",
"杭州",
"Hángzhōu",
"8700400",
"701.18"
],
[
"4",
"Suzhou ( Jiangsu )",
"苏州/ 蘇州",
"Sūzhōu",
"10465994",
"1071.7"
],
[
"5",
"Ningbo ( Zhejiang )",
"宁波/ 寧波",
"Níngbō",
"7605689",
"601.05"
],
[
"6",
"Wuxi ( Jiangsu )",
"无锡/ 無錫",
"Wúxī",
"6372624",
"688.02"
],
[
"7",
"Nantong ( Jiangsu )",
"南通",
"Nántōng",
"7282835",
"408.02"
],
[
"8",
"Shaoxing ( Zhejiang )",
"绍兴/ 紹興",
"Shàoxīng",
"4912200",
"329.12"
],
[
"9",
"Changzhou ( Jiangsu )",
"常州",
"Chángzhōu",
"4591972",
"358.04"
],
[
"10",
"Jinhua ( Zhejiang )",
"金华/ 金華",
"Jīnhuá",
"4614100",
"244.77"
],
[
"11",
"Jiaxing ( Zhejiang )",
"嘉兴/ 嘉興",
"Jiāxīng",
"4501700",
"266.81"
],
[
"12",
"Taizhou ( Zhejiang )",
"台州",
"Tāizhōu",
"5968800",
"279.49"
],
[
"13",
"Yangzhou ( Jiangsu )",
"扬州/ 揚州",
"Yángzhōu",
"4459760",
"263.03"
]
] |
city_record
|
city
|
{
"column_descriptions": [],
"column_names_cleaned": [
"city id",
"city",
"hanzi",
"hanyu pinyin",
"regional population",
"gdp"
],
"column_types": [
"number",
"text",
"text",
"text",
"number",
"number"
],
"foreign_keys": [],
"primary_key": [
"City_ID"
]
}
|
[
[
"Match_ID",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"1",
"18 February 1992",
"Estadio Cuscatlán , San Salvador , El Salvador",
"1-0",
"2-0",
"Friendly match"
],
[
"2",
"19 July 1992",
"Estadio Rigoberto López , Managua , Nicaragua",
"3-0",
"5-0",
"1994 FIFA World Cup qualification"
],
[
"3",
"23 July 1992",
"Estadio Cuscatlán , San Salvador , El Salvador",
"1-0",
"5-1",
"1994 FIFA World Cup qualification"
],
[
"4",
"23 July 1992",
"Estadio Cuscatlán , San Salvador , El Salvador",
"3-0",
"5-1",
"1994 FIFA World Cup qualification"
],
[
"5",
"4 April 1993",
"Estadio Cuscatlán , San Salvador , El Salvador",
"1–0",
"2–1",
"1994 FIFA World Cup qualification"
],
[
"6",
"23 July 2000",
"Estadio Cuscatlán , San Salvador , El Salvador",
"2–1",
"7–1",
"2002 FIFA World Cup qualification"
]
] |
city_record
|
match
|
{
"column_descriptions": [],
"column_names_cleaned": [
"match id",
"date",
"venue",
"score",
"result",
"competition"
],
"column_types": [
"number",
"text",
"text",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"Match_ID"
]
}
|
[
[
"City_ID",
"Jan",
"Feb",
"Mar",
"Apr",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
[
"1",
"17.8",
"17.8",
"18.3",
"18.9",
"20.0",
"20.6",
"20.6",
"20.6",
"20.0",
"19.4",
"18.3"
],
[
"2",
"26.1",
"26.1",
"26.1",
"26.1",
"27.8",
"27.8",
"28.3",
"28.3",
"28.3",
"27.2",
"26.7"
],
[
"3",
"18.9",
"18.3",
"19.4",
"20.0",
"22.2",
"23.3",
"23.9",
"23.3",
"22.8",
"21.7",
"20.0"
],
[
"4",
"26.7",
"27.2",
"27.8",
"28.3",
"30.6",
"31.1",
"31.7",
"31.7",
"30.6",
"28.9",
"27.8"
],
[
"6",
"17.2",
"17.2",
"18.3",
"18.9",
"20.6",
"21.7",
"21.7",
"21.1",
"20.6",
"20.0",
"18.3"
],
[
"10",
"26.7",
"27.2",
"27.8",
"27.8",
"30.0",
"30.6",
"31.1",
"31.1",
"30.6",
"28.9",
"27.8"
],
[
"7",
"18.3",
"18.9",
"19.4",
"20.6",
"22.8",
"23.3",
"23.3",
"23.3",
"22.8",
"21.7",
"20.0"
],
[
"11",
"25.6",
"26.6",
"26.6",
"26.1",
"28.3",
"28.9",
"29.4",
"29.4",
"28.9",
"27.2",
"26.1"
]
] |
city_record
|
temperature
|
{
"column_descriptions": [],
"column_names_cleaned": [
"city id",
"jan",
"feb",
"mar",
"apr",
"jun",
"jul",
"aug",
"sep",
"oct",
"nov",
"dec"
],
"column_types": [
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "City_ID",
"referenced_column_name": "City_ID",
"referenced_table_name": "city"
}
],
"primary_key": [
"City_ID"
]
}
|
[
[
"Year",
"Match_ID",
"Host_City"
],
[
"2008",
"1",
"1"
],
[
"2009",
"2",
"2"
],
[
"2010",
"3",
"2"
],
[
"2011",
"4",
"6"
],
[
"2012",
"5",
"12"
],
[
"2013",
"6",
"11"
]
] |
city_record
|
hosting_city
|
{
"column_descriptions": [],
"column_names_cleaned": [
"year",
"match id",
"host city"
],
"column_types": [
"number",
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Match_ID",
"referenced_column_name": "Match_ID",
"referenced_table_name": "match"
},
{
"column_name": "Host_City",
"referenced_column_name": "City_ID",
"referenced_table_name": "city"
}
],
"primary_key": [
"Year"
]
}
|
[
[
"ID",
"name",
"Nationality",
"meter_100",
"meter_200",
"meter_300",
"meter_400",
"meter_500",
"meter_600",
"meter_700",
"Time"
],
[
"7",
"Przemysław Stańczyk",
"Poland",
"57.31",
"1:57.10",
"2:56.02",
"3:55.36",
"4:54.21",
"5:52.59",
"6:50.91",
"7:47.91"
],
[
"4",
"Craig Stevens",
"Australia",
"57.35",
"1:56.34",
"2:55.90",
"3:55.72",
"4:55.08",
"5:54.45",
"6:52.69",
"7:48.67"
],
[
"5",
"Federico Colbertaldo",
"Italy",
"57.66",
"1:56.77",
"2:56.04",
"3:55.37",
"4:54.48",
"5:53.53",
"6:52.58",
"7:49.98"
],
[
"8",
"Sébastien Rouault",
"France",
"55.67",
"1:54.40",
"2:53.46",
"3:52.93",
"4:52.85",
"5:53.03",
"6:53.34",
"7:52.04"
],
[
"1",
"Sergiy Fesenko",
"Ukraine",
"57.34",
"1:57.26",
"2:57.10",
"3:57.12",
"4:57.03",
"5:56.31",
"6:55.07",
"7:53.43"
],
[
"2",
"Grant Hackett",
"Australia",
"57.34",
"1:57.21",
"2:56.95",
"3:57.00",
"4:56.96",
"5:57.10",
"6:57.44",
"7:55.39"
],
[
"6",
"Ryan Cochrane",
"Canada",
"57.84",
"1:57.26",
"2:56.64",
"3:56.34",
"4:56.15",
"5:56.99",
"6:57.69",
"7:56.56"
],
[
"3",
"Oussama Mellouli",
"Tunisia",
"57.31",
"1:56.44",
"2:55.94",
"3:55.49",
"4:54.19",
"5:52.92",
"6:50.80",
"7:46.95"
]
] |
swimming
|
swimmer
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"name",
"nationality",
"meter 100",
"meter 200",
"meter 300",
"meter 400",
"meter 500",
"meter 600",
"meter 700",
"time"
],
"column_types": [
"number",
"text",
"text",
"number",
"text",
"text",
"text",
"text",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"ID"
]
}
|
[
[
"ID",
"name",
"Capacity",
"City",
"Country",
"Opening_year"
],
[
"1",
"Nou Mestalla",
"75000",
"Valencia",
"Spain",
"2004"
],
[
"2",
"Gazprom Arena",
"69501",
"Saint Petersburg",
"Russia",
"2005"
],
[
"3",
"Baku Olympic Stadium",
"68000",
"Baku",
"Azerbaijan",
"2005"
],
[
"4",
"Estadio La Peineta",
"67500",
"Madrid",
"Spain",
"2005"
],
[
"5",
"Ferenc Puskás Stadion",
"65000",
"Budapest",
"Hungary",
"2006"
],
[
"6",
"Stade des Lumières",
"61556",
"Lyon",
"France",
"2004"
],
[
"7",
"Northumberland Development Project",
"56250",
"London",
"England",
"2006"
],
[
"8",
"Fisht Olympic Stadium",
"47659",
"Sochi",
"Russia",
"2004"
],
[
"9",
"Arena Baltika",
"45015",
"Kaliningrad",
"Russia",
"2007"
],
[
"10",
"Yubileyniy Stadium",
"45015",
"Saransk",
"Russia",
"2005"
]
] |
swimming
|
stadium
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"name",
"capacity",
"city",
"country",
"opening year"
],
"column_types": [
"number",
"text",
"number",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"ID"
]
}
|
[
[
"ID",
"Name",
"Stadium_ID",
"Year"
],
[
"1",
"FINA",
"1",
"2016"
],
[
"2",
"Pacific",
"10",
"2011"
],
[
"3",
"World Master",
"2",
"2012"
],
[
"4",
"World Junior",
"3",
"2013"
],
[
"5",
"IPC",
"4",
"2014"
],
[
"6",
"European FINA",
"8",
"2017"
]
] |
swimming
|
event
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"name",
"stadium id",
"year"
],
"column_types": [
"number",
"text",
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Stadium_ID",
"referenced_column_name": "ID",
"referenced_table_name": "stadium"
}
],
"primary_key": [
"ID"
]
}
|
[
[
"ID",
"Result",
"Swimmer_ID",
"Event_ID"
],
[
"1",
"NC",
"1",
"1"
],
[
"2",
"Win",
"1",
"2"
],
[
"3",
"Loss",
"3",
"3"
],
[
"4",
"Win",
"4",
"3"
],
[
"5",
"Loss",
"1",
"3"
],
[
"6",
"Win",
"6",
"3"
],
[
"7",
"Win",
"5",
"3"
],
[
"8",
"Win",
"2",
"1"
],
[
"9",
"Win",
"3",
"1"
],
[
"10",
"Win",
"4",
"1"
],
[
"11",
"Win",
"4",
"2"
],
[
"12",
"Win",
"3",
"5"
],
[
"13",
"Loss",
"4",
"4"
]
] |
swimming
|
record
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"result",
"swimmer id",
"event id"
],
"column_types": [
"number",
"text",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Swimmer_ID",
"referenced_column_name": "ID",
"referenced_table_name": "swimmer"
},
{
"column_name": "Event_ID",
"referenced_column_name": "ID",
"referenced_table_name": "event"
}
],
"primary_key": [
"Swimmer_ID"
]
}
|
[
[
"County_Id",
"County_name",
"Population",
"Zip_code"
],
[
"1",
"Howard",
"21000.0",
"D21"
],
[
"2",
"Baltimore County",
"90000.0",
"D08"
],
[
"3",
"Colony",
"79000.0",
"D02"
],
[
"4",
"Mansfield",
"87200.0",
"D09"
],
[
"5",
"Manning",
"13300.0",
"D11"
]
] |
election
|
county
|
{
"column_descriptions": [],
"column_names_cleaned": [
"county id",
"county name",
"population",
"zip code"
],
"column_types": [
"number",
"text",
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"County_Id"
]
}
|
[
[
"Party_ID",
"Year",
"Party",
"Governor",
"Lieutenant_Governor",
"Comptroller",
"Attorney_General",
"US_Senate"
],
[
"1",
"1998.0",
"Democratic",
"Peter Vallone",
"Sandra Frankel",
"Carl McCall",
"Eliot Spitzer",
"Charles Schumer"
],
[
"2",
"1998.0",
"Liberal",
"Betsy McCaughey Ross",
"Jonathan Reiter",
"Carl McCall",
"Eliot Spitzer",
"Charles Schumer"
],
[
"3",
"2002.0",
"Democratic",
"Carl McCall",
"Dennis Mehiel",
"Alan Hevesi",
"Eliot Spitzer",
"(no election)"
],
[
"4",
"2002.0",
"Independence",
"Tom Golisano",
"Mary Donohue",
"John Faso",
"Eliot Spitzer",
"(no election)"
],
[
"5",
"2006.0",
"Democratic",
"Eliot Spitzer",
"David Paterson",
"Alan Hevesi",
"Andrew Cuomo",
"Hillary Rodham Clinton"
],
[
"6",
"2006.0",
"Independence",
"Eliot Spitzer",
"David Paterson",
"Alan Hevesi",
"Jeanine Pirro",
"Hillary Rodham Clinton"
],
[
"7",
"2006.0",
"Working Families",
"Eliot Spitzer",
"David Paterson",
"Alan Hevesi",
"Andrew Cuomo",
"Hillary Rodham Clinton"
]
] |
election
|
party
|
{
"column_descriptions": [],
"column_names_cleaned": [
"party id",
"year",
"party",
"governor",
"lieutenant governor",
"comptroller",
"attorney general",
"us senate"
],
"column_types": [
"number",
"number",
"text",
"text",
"text",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"Party_ID"
]
}
|
[
[
"Election_ID",
"Counties_Represented",
"District",
"Delegate",
"Party",
"First_Elected",
"Committee"
],
[
"1",
"09.1 9A",
"1",
"Bates, Gail H. Gail H. Bates",
"1",
"2002.0",
"Appropriations"
],
[
"2",
"09.1 9A",
"1",
"Miller, Warren E. Warren E. Miller",
"1",
"2003.0",
"Economic Matters"
],
[
"3",
"12.1 12A",
"2",
"DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.",
"2",
"2002.0",
"Appropriations"
],
[
"4",
"12.1 12A",
"3",
"Malone, James E. Jr. James E. Malone, Jr.",
"2",
"1994.0",
"Environmental Matters (Vice-Chair)"
],
[
"5",
"12.2 12B",
"2",
"Bobo, Elizabeth Elizabeth Bobo",
"3",
"1994.0",
"Environmental Matters"
],
[
"6",
"13",
"1",
"Pendergrass, Shane E. Shane Pendergrass",
"4",
"1994.0",
"Health and Government Operations"
],
[
"7",
"13",
"4",
"Guzzone, Guy Guy Guzzone",
"1",
"2006.0",
"Appropriations"
],
[
"8",
"13",
"3",
"Turner, Frank S. Frank S. Turner",
"7",
"1994.0",
"Ways and Means"
]
] |
election
|
election
|
{
"column_descriptions": [],
"column_names_cleaned": [
"election id",
"counties represented",
"district",
"delegate",
"party",
"first elected",
"committee"
],
"column_types": [
"number",
"text",
"number",
"text",
"number",
"number",
"text"
],
"foreign_keys": [
{
"column_name": "District",
"referenced_column_name": "County_Id",
"referenced_table_name": "county"
},
{
"column_name": "Party",
"referenced_column_name": "Party_ID",
"referenced_table_name": "party"
}
],
"primary_key": [
"Election_ID"
]
}
|
[
[
"Code",
"Name",
"Headquarter",
"Founder",
"Revenue"
],
[
"1",
"Sony",
"Tokyo",
"Andy",
"120.0"
],
[
"2",
"Creative Labs",
"Austin",
"Owen",
"100.0"
],
[
"3",
"Hewlett-Packard",
"Los Angeles",
"James",
"50.0"
],
[
"4",
"Iomega",
"Beijing",
"Mary",
"200.0"
],
[
"5",
"Fujitsu",
"Taiwan",
"John",
"130.0"
],
[
"6",
"Winchester",
"Paris",
"Robert",
"30.0"
]
] |
manufactory_1
|
manufacturers
|
{
"column_descriptions": [],
"column_names_cleaned": [
"code",
"name",
"headquarter",
"founder",
"revenue"
],
"column_types": [
"number",
"text",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"Code"
]
}
|
[
[
"Code",
"Name",
"Price",
"Manufacturer"
],
[
"1",
"Hard drive",
"240",
"5"
],
[
"2",
"Memory",
"120",
"6"
],
[
"3",
"ZIP drive",
"150",
"4"
],
[
"4",
"Floppy disk",
"5",
"6"
],
[
"5",
"Monitor",
"240",
"1"
],
[
"6",
"DVD drive",
"180",
"2"
],
[
"7",
"CD drive",
"90",
"2"
],
[
"8",
"Printer",
"270",
"3"
],
[
"9",
"Toner cartridge",
"66",
"3"
],
[
"10",
"DVD burner",
"180",
"2"
],
[
"11",
"DVD drive",
"150",
"3"
]
] |
manufactory_1
|
products
|
{
"column_descriptions": [],
"column_names_cleaned": [
"code",
"name",
"price",
"manufacturer"
],
"column_types": [
"number",
"text",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Manufacturer",
"referenced_column_name": "Code",
"referenced_table_name": "manufacturers"
}
],
"primary_key": [
"Code"
]
}
|
[
[
"People_ID",
"District",
"Name",
"Party",
"Age"
],
[
"1",
"New York 1",
"Luther C. Carter",
"Republican",
"35"
],
[
"2",
"New York 2",
"James Humphrey",
"Republican",
"38"
],
[
"3",
"New York 3",
"Daniel Sickles",
"Democratic",
"46"
],
[
"4",
"New York 4",
"Thomas J. Barr",
"Independent Democrat",
"48"
],
[
"5",
"New York 5",
"William B. Maclay",
"Democratic",
"36"
],
[
"6",
"New York 6",
"John Cochrane",
"Democratic",
"46"
],
[
"7",
"New York 7",
"George Briggs",
"Republican",
"42"
],
[
"8",
"New York 8",
"Horace F. Clark",
"Anti-Lecompton Democrat",
"45"
],
[
"9",
"New York 9",
"John B. Haskin",
"Anti-Lecompton Democrat",
"43"
],
[
"10",
"New York 10",
"Charles Van Wyck",
"Republican",
"36"
]
] |
debate
|
people
|
{
"column_descriptions": [],
"column_names_cleaned": [
"people id",
"district",
"name",
"party",
"age"
],
"column_types": [
"number",
"text",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"People_ID"
]
}
|
[
[
"Debate_ID",
"Date",
"Venue",
"Num_of_Audience"
],
[
"1",
"October 21, 2011",
"Manama , Bahrain",
"342"
],
[
"2",
"December 17, 2014",
"Doha , Qatar",
"134"
],
[
"3",
"August 3, 2015",
"Manama , Bahrain",
"90"
],
[
"4",
"October 27, 2015",
"Manama , Bahrain",
"209"
],
[
"5",
"January 12, 2017",
"Dubai , UAE",
"313"
],
[
"6",
"January 21, 2017",
"Abu Dhabi , UAE",
"159"
]
] |
debate
|
debate
|
{
"column_descriptions": [],
"column_names_cleaned": [
"debate id",
"date",
"venue",
"num of audience"
],
"column_types": [
"number",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"Debate_ID"
]
}
|
[
[
"Debate_ID",
"Affirmative",
"Negative",
"If_Affirmative_Win"
],
[
"1",
"1",
"10",
"F"
],
[
"5",
"2",
"8",
"F"
],
[
"3",
"4",
"7",
"T"
],
[
"6",
"5",
"6",
"T"
],
[
"4",
"5",
"8",
"F"
]
] |
debate
|
debate_people
|
{
"column_descriptions": [],
"column_names_cleaned": [
"debate id",
"affirmative",
"negative",
"if affirmative win"
],
"column_types": [
"number",
"number",
"number",
"others"
],
"foreign_keys": [
{
"column_name": "Negative",
"referenced_column_name": "People_ID",
"referenced_table_name": "people"
},
{
"column_name": "Affirmative",
"referenced_column_name": "People_ID",
"referenced_table_name": "people"
},
{
"column_name": "Debate_ID",
"referenced_column_name": "Debate_ID",
"referenced_table_name": "debate"
}
],
"primary_key": [
"Debate_ID"
]
}
|
[
[
"name",
"age",
"city",
"gender",
"job"
],
[
"Alice",
"25",
"new york city",
"female",
"student"
],
[
"Bob",
"35",
"salt lake city",
"male",
"engineer"
],
[
"Zach",
"45",
"austin",
"male",
"doctor"
],
[
"Dan",
"26",
"chicago",
"female",
"student"
]
] |
network_2
|
person
|
{
"column_descriptions": [],
"column_names_cleaned": [
"name",
"age",
"city",
"gender",
"job"
],
"column_types": [
"text",
"number",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"name"
]
}
|
[
[
"name",
"friend",
"year"
],
[
"Alice",
"Bob",
"10"
],
[
"Zach",
"Dan",
"12"
],
[
"Bob",
"Zach",
"5"
],
[
"Zach",
"Alice",
"6"
]
] |
network_2
|
personfriend
|
{
"column_descriptions": [],
"column_names_cleaned": [
"name",
"friend",
"year"
],
"column_types": [
"text",
"text",
"number"
],
"foreign_keys": [
{
"column_name": "friend",
"referenced_column_name": "name",
"referenced_table_name": "person"
},
{
"column_name": "name",
"referenced_column_name": "name",
"referenced_table_name": "person"
}
],
"primary_key": []
}
|
[
[
"Service_ID",
"Service_Type_Code"
],
[
"2",
"Marriage"
],
[
"5",
"Death Proof"
],
[
"6",
"Birth Proof"
],
[
"8",
"Property Change"
]
] |
local_govt_in_alabama
|
services
|
{
"column_descriptions": [],
"column_names_cleaned": [
"service id",
"service type code"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"Service_ID"
]
}
|
[
[
"Participant_ID",
"Participant_Type_Code",
"Participant_Details"
],
[
"9",
"Organizer",
"Karlee Batz"
],
[
"26",
"Organizer",
"Vilma Schinner"
],
[
"28",
"Organizer",
"Lupe Deckow"
],
[
"36",
"Organizer",
"Kenyatta Kuhn"
],
[
"37",
"Participant",
"Miss Kaci Lebsack"
],
[
"38",
"Organizer",
"Macy Mayer DDS"
],
[
"60",
"Participant",
"Dewitt Walter"
],
[
"63",
"Participant",
"Prof. Michelle Maggio Jr."
],
[
"64",
"Participant",
"Dr. Jaydon Renner"
],
[
"66",
"Participant",
"Justyn Lebsack"
],
[
"75",
"Participant",
"Berniece Weimann"
],
[
"86",
"Organizer",
"Neil Blick"
],
[
"90",
"Participant",
"Dedrick Ebert"
],
[
"96",
"Organizer",
"Miss Joyce Cremin"
],
[
"98",
"Participant",
"Dr. Kris Deckow"
]
] |
local_govt_in_alabama
|
participants
|
{
"column_descriptions": [],
"column_names_cleaned": [
"participant id",
"participant type code",
"participant details"
],
"column_types": [
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"Participant_ID"
]
}
|
[
[
"Event_ID",
"Service_ID",
"Event_Details"
],
[
"3",
"5",
"Success"
],
[
"8",
"8",
"Success"
],
[
"13",
"8",
"Fail"
],
[
"16",
"2",
"Fail"
],
[
"17",
"5",
"Fail"
],
[
"38",
"6",
"Fail"
],
[
"40",
"6",
"Fail"
],
[
"43",
"8",
"Fail"
],
[
"48",
"8",
"Fail"
],
[
"57",
"5",
"Success"
],
[
"60",
"2",
"Fail"
],
[
"74",
"2",
"Success"
],
[
"80",
"5",
"Success"
],
[
"95",
"2",
"Fail"
],
[
"96",
"2",
"Success"
]
] |
local_govt_in_alabama
|
events
|
{
"column_descriptions": [],
"column_names_cleaned": [
"event id",
"service id",
"event details"
],
"column_types": [
"number",
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Service_ID",
"referenced_column_name": "Service_ID",
"referenced_table_name": "services"
}
],
"primary_key": [
"Event_ID"
]
}
|
[
[
"Event_ID",
"Participant_ID"
],
[
"3",
"26"
],
[
"3",
"66"
],
[
"8",
"86"
],
[
"13",
"64"
],
[
"13",
"90"
],
[
"16",
"60"
],
[
"17",
"37"
],
[
"17",
"66"
],
[
"38",
"66"
],
[
"40",
"37"
],
[
"40",
"86"
],
[
"57",
"90"
],
[
"60",
"26"
],
[
"80",
"36"
],
[
"80",
"66"
],
[
"80",
"96"
],
[
"95",
"63"
],
[
"96",
"90"
]
] |
local_govt_in_alabama
|
participants_in_events
|
{
"column_descriptions": [],
"column_names_cleaned": [
"event id",
"participant id"
],
"column_types": [
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Event_ID",
"referenced_column_name": "Event_ID",
"referenced_table_name": "events"
},
{
"column_name": "Participant_ID",
"referenced_column_name": "Participant_ID",
"referenced_table_name": "participants"
}
],
"primary_key": [
"Event_ID"
]
}
|
[
[
"Mountain_ID",
"Name",
"Height",
"Prominence",
"Range",
"Country"
],
[
"1",
"Kibo (Uhuru Pk)",
"5895.0",
"5885.0",
"Kilimanjaro",
"Tanzania"
],
[
"2",
"Mount Kenya (Batian)",
"5199.0",
"3825.0",
"Mount Kenya",
"Kenya"
],
[
"3",
"Mawenzi (Hans Meyer Pk)",
"5148.0",
"850.0",
"Kilimanjaro",
"Tanzania"
],
[
"4",
"Ngaliema / Mt Stanley (Margherita Pk)",
"5109.0",
"3951.0",
"Rwenzori",
"DR Congo Uganda"
],
[
"5",
"Mount Kenya (Lenana)",
"4985.0",
"130.0",
"Mount Kenya",
"Kenya"
],
[
"6",
"Ngaliema / Mt Stanley (Savoia Pk)",
"4977.0",
"110.0",
"Rwenzori",
"Uganda"
],
[
"7",
"Duwoni / Mt Speke (Vittorio Emanuele Pk)",
"4890.0",
"720.0",
"Rwenzori",
"Uganda"
]
] |
climbing
|
mountain
|
{
"column_descriptions": [],
"column_names_cleaned": [
"mountain id",
"name",
"height",
"prominence",
"range",
"country"
],
"column_types": [
"number",
"text",
"number",
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"Mountain_ID"
]
}
|
[
[
"Climber_ID",
"Name",
"Country",
"Time",
"Points",
"Mountain_ID"
],
[
"1",
"Klaus Enders",
"West Germany",
"1:13.05.6",
"15.0",
"1"
],
[
"2",
"Siegfried Schauzu",
"West Germany",
"1:14.56.4",
"12.0",
"1"
],
[
"3",
"Hans Luthringhauser",
"West Germany",
"1:16.58.0",
"10.0",
"2"
],
[
"4",
"Jean Claude Castella",
"Switzerland",
"1:17.16.0",
"8.0",
"2"
],
[
"5",
"Horst Owesle",
"West Germany",
"1:17.22.0",
"6.0",
"2"
],
[
"6",
"Georg Auerbacher",
"West Germany",
"1:18.14.6",
"5.0",
"3"
],
[
"7",
"Arseneus Butscher",
"West Germany",
"1:21.35.6",
"4.0",
"5"
],
[
"8",
"Charlie Freedman",
"United Kingdom",
"1:25.02.8",
"3.0",
"5"
],
[
"9",
"L Currie",
"United Kingdom",
"1:25.40.6",
"2.0",
"7"
],
[
"10",
"Mick Horsepole",
"United Kingdom",
"1:27.28.8",
"1.0",
"7"
]
] |
climbing
|
climber
|
{
"column_descriptions": [],
"column_names_cleaned": [
"climber id",
"name",
"country",
"time",
"points",
"mountain id"
],
"column_types": [
"number",
"text",
"text",
"text",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "Mountain_ID",
"referenced_column_name": "Mountain_ID",
"referenced_table_name": "mountain"
}
],
"primary_key": [
"Climber_ID"
]
}
|
[
[
"author_id",
"author_tutor_ATB",
"login_name",
"password",
"personal_name",
"middle_name",
"family_name",
"gender_mf",
"address_line_1"
],
[
"1",
"331",
"jmckenzie",
"c40fa148bdd0d2d45cd6e9ec1e685750fe07f81b",
"Cathrine",
"Ruthie",
"Grant",
"0",
"756 Monahan Mews\nSpinkashire, NJ 64230-5098"
],
[
"2",
"975",
"heidenreich.ara",
"24b0ee84063c3b017ab1839e01b7280f47f7c7c2",
"Retha",
"Corene",
"Armstrong",
"0",
"98623 Huels Manor\nJasttown, DE 31611"
],
[
"3",
"349",
"clementina29",
"cdaf6c3483f19e2253659a40a3aab786a3390f78",
"Darius",
"Ethyl",
"Reichel",
"0",
"99296 Keeling Courts\nNorth Audreanne, IL 28272"
],
[
"4",
"782",
"wlehner",
"d34378200c9b5f72d3039fa640e7920aaec0fdf2",
"Julio",
"Aniyah",
"Nader",
"1",
"644 Montana Hill Suite 489\nDaijamouth, CA 19587-4254"
],
[
"5",
"388",
"nyundt",
"2c196efe8aee23a1b9a7e752fe63029c5879af6f",
"Yessenia",
"Zena",
"Barrows",
"1",
"5284 Champlin Roads\nCassinport, WY 54636"
],
[
"6",
"817",
"al75",
"e96c0bcbbbb14747747a56ff4c17354f343a5b4f",
"Adolf",
"Keira",
"Rohan",
"1",
"92220 Hellen Skyway Apt. 635\nRennerview, MS 81036"
],
[
"7",
"869",
"marty.bergnaum",
"3e2f7bf1e6acf0d616a8703ee0050fba13bc007f",
"Logan",
"Ethelyn",
"Treutel",
"1",
"67541 Osborne Creek Suite 532\nBernhardview, WV 30288-1050"
],
[
"8",
"557",
"medhurst.alvah",
"02d64f11de97436343a0beba41bfcf69af61be1e",
"Kelsie",
"Kennith",
"Rowe",
"0",
"0256 Walter Meadows Suite 523\nNorbertoborough, AZ 49193"
],
[
"9",
"505",
"antonetta19",
"4d8e909ae9b8888c93a2c5f1eccbd0c4ac6a01c3",
"Georgiana",
"Mathew",
"Zboncak",
"0",
"445 Quigley Fall\nPort Antonette, IN 81992-1255"
],
[
"10",
"159",
"adam.rippin",
"b517a107b5f08fafe9628e88e7263a6f3a4a55c0",
"Deja",
"Joyce",
"Champlin",
"1",
"22575 Effertz Neck Apt. 046\nPort Scotty, NY 67108-9197"
],
[
"11",
"229",
"dschaefer",
"4f149f75ecd84afcdf27343509cdd03d81edb119",
"Ciara",
"Alejandra",
"Greenholt",
"0",
"425 White Brooks\nEmmaleefort, IN 97850-2510"
],
[
"12",
"847",
"nellie.mosciski",
"a48e25a58b3088e9cfdaca61130555ed2c772452",
"Sheldon",
"Jayce",
"Kreiger",
"1",
"513 Collins Plain Apt. 829\nClementinaville, VT 59908-2793"
],
[
"13",
"613",
"qking",
"6b9979a83b4a9e03ead034c8de47f1b013a3d3af",
"Madonna",
"Jaclyn",
"Effertz",
"1",
"139 O'Conner Circles\nVirginieland, KS 23365"
],
[
"14",
"833",
"fiona77",
"120ac8a5744f5b710ecaebbd8dd1633e3e33886e",
"Dusty",
"Amani",
"Crist",
"1",
"3602 Boehm Forest\nZulaufton, DC 35229-0366"
],
[
"15",
"974",
"ekshlerin",
"6d587cec8006e3a40565e1dad2c5b5b12b475b8f",
"Shakira",
"Fritz",
"Haley",
"0",
"8928 Kunze Valley Apt. 747\nSouth Jedidiahmouth, DE 28167"
]
] |
e_learning
|
course_authors_and_tutors
|
{
"column_descriptions": [],
"column_names_cleaned": [
"author id",
"author tutor atb",
"login name",
"password",
"personal name",
"middle name",
"family name",
"gender mf",
"address line 1"
],
"column_types": [
"number",
"text",
"text",
"text",
"text",
"text",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"author_id"
]
}
|
[
[
"student_id",
"date_of_registration",
"date_of_latest_logon",
"login_name",
"password",
"personal_name",
"middle_name",
"family_name"
],
[
"1",
"2015-07-22 13:32:35",
"2017-10-17 22:52:26",
"annamae.hoppe",
"db8765bb6f",
"Wilson",
"Aubrey",
"Ward"
],
[
"2",
"2015-07-02 00:21:42",
"2017-06-24 22:16:27",
"wmiller",
"35faf8182a",
"Karson",
"Luella",
"Jaskolski"
],
[
"3",
"2015-10-11 03:23:27",
"2018-03-10 23:22:23",
"ahartmann",
"8e064ec4e6",
"Mariela",
"Brandt",
"Legros"
],
[
"4",
"2016-01-05 17:21:32",
"2018-02-24 23:15:41",
"ylockman",
"a18d639a12",
"Krystel",
"Casimir",
"Langosh"
],
[
"5",
"2015-04-27 10:25:31",
"2017-09-05 23:04:07",
"mohamed50",
"aedd08a3b9",
"Autumn",
"Lawson",
"Schumm"
],
[
"6",
"2015-05-12 03:59:32",
"2017-09-09 13:19:18",
"bmarquardt",
"3e72450865",
"Bernie",
"Asa",
"Zieme"
],
[
"7",
"2015-09-05 10:49:02",
"2017-07-17 23:13:31",
"darrin56",
"35cd4a47a3",
"Jewel",
"Marianne",
"Hodkiewicz"
],
[
"8",
"2015-12-06 07:43:56",
"2017-08-24 19:42:33",
"eichmann.lera",
"623af75b4a",
"Marshall",
"Linnea",
"Johns"
],
[
"9",
"2015-08-13 03:31:42",
"2017-11-25 03:14:32",
"sdaugherty",
"7c90dbbfde",
"Prince",
"Kailey",
"Ziemann"
],
[
"10",
"2015-04-12 11:07:48",
"2017-12-11 14:29:41",
"myron.bergnaum",
"5bc0d35e75",
"Alicia",
"Vicente",
"Carroll"
],
[
"11",
"2015-10-15 09:36:40",
"2017-05-29 19:06:35",
"gia.jacobson",
"2e05a1e6a3",
"Clotilde",
"Kolby",
"Windler"
],
[
"12",
"2016-03-25 18:58:58",
"2018-01-07 00:15:03",
"kiarra28",
"aa33f3b875",
"Claudia",
"Karley",
"Mitchell"
],
[
"13",
"2015-03-29 14:43:22",
"2018-01-10 11:27:03",
"francisca48",
"1c760b9d5d",
"Else",
"Camilla",
"Hartmann"
],
[
"14",
"2015-08-11 01:04:31",
"2017-09-15 08:10:04",
"ruthie.rolfson",
"9031f3a72e",
"Cary",
"Ursula",
"O'Reilly"
],
[
"15",
"2016-01-12 15:33:36",
"2018-02-22 18:38:02",
"jgulgowski",
"0f37421f02",
"Eliza",
"Shanel",
"Leannon"
]
] |
e_learning
|
students
|
{
"column_descriptions": [],
"column_names_cleaned": [
"student id",
"date of registration",
"date of latest logon",
"login name",
"password",
"personal name",
"middle name",
"family name"
],
"column_types": [
"number",
"time",
"time",
"text",
"text",
"text",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"student_id"
]
}
|
[
[
"subject_id",
"subject_name"
],
[
"1",
"Computer Science"
],
[
"2",
"Arts"
],
[
"3",
"Language"
]
] |
e_learning
|
subjects
|
{
"column_descriptions": [],
"column_names_cleaned": [
"subject id",
"subject name"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"subject_id"
]
}
|
[
[
"course_id",
"author_id",
"subject_id",
"course_name",
"course_description"
],
[
"1",
"8",
"1",
"database",
"database"
],
[
"2",
"6",
"1",
"advanced database",
"advanced database"
],
[
"3",
"15",
"1",
"operating system",
"operating system"
],
[
"4",
"14",
"2",
"Art history",
"Art history"
],
[
"5",
"11",
"1",
"data structure",
"data structure"
],
[
"6",
"12",
"3",
"English",
"English"
],
[
"7",
"8",
"3",
"French",
"French"
],
[
"8",
"4",
"3",
"Japanese",
"Japanese"
],
[
"9",
"13",
"1",
"AI",
"AI"
],
[
"10",
"5",
"3",
"Writing in French",
"Writing in French"
],
[
"11",
"9",
"3",
"Spanish",
"Spanish"
],
[
"12",
"5",
"2",
"European Arts",
"European Arts"
],
[
"13",
"13",
"1",
"machine learning",
"machine learning"
],
[
"14",
"6",
"2",
"modern Arts",
"modern Arts"
],
[
"15",
"14",
"2",
"Chinese Painting",
"Chinese Painting"
]
] |
e_learning
|
courses
|
{
"column_descriptions": [],
"column_names_cleaned": [
"course id",
"author id",
"subject id",
"course name",
"course description"
],
"column_types": [
"number",
"number",
"number",
"text",
"text"
],
"foreign_keys": [
{
"column_name": "subject_id",
"referenced_column_name": "subject_id",
"referenced_table_name": "subjects"
},
{
"column_name": "author_id",
"referenced_column_name": "author_id",
"referenced_table_name": "course_authors_and_tutors"
}
],
"primary_key": [
"course_id"
]
}
|
[
[
"registration_id",
"student_id",
"course_id",
"date_of_enrolment",
"date_of_completion"
],
[
"1",
"11",
"2",
"2017-10-09 07:09:02",
"2018-02-26 07:48:52"
],
[
"2",
"15",
"4",
"2017-11-13 12:49:33",
"2018-03-04 01:24:56"
],
[
"3",
"10",
"8",
"2017-10-17 13:50:40",
"2018-03-22 02:53:01"
],
[
"4",
"13",
"7",
"2017-09-06 06:27:15",
"2018-03-07 09:45:48"
],
[
"5",
"15",
"10",
"2017-08-20 01:07:18",
"2018-03-06 00:27:09"
],
[
"6",
"14",
"1",
"2017-09-24 15:17:26",
"2018-03-01 00:08:30"
],
[
"7",
"12",
"9",
"2017-09-21 07:05:01",
"2018-03-04 22:34:37"
],
[
"8",
"15",
"11",
"2017-12-07 02:21:13",
"2018-02-27 20:06:06"
],
[
"9",
"8",
"9",
"2017-08-02 17:21:44",
"2018-03-07 00:39:37"
],
[
"10",
"6",
"1",
"2017-10-10 10:05:03",
"2018-03-19 07:34:05"
],
[
"11",
"15",
"11",
"2017-08-17 00:16:46",
"2018-03-16 09:00:44"
],
[
"12",
"3",
"7",
"2017-11-30 11:40:56",
"2018-03-02 14:38:49"
],
[
"13",
"14",
"10",
"2017-10-26 20:42:34",
"2018-03-10 16:38:28"
],
[
"14",
"8",
"2",
"2017-07-15 12:48:43",
"2018-03-18 03:23:54"
],
[
"15",
"4",
"8",
"2017-12-09 20:49:23",
"2018-02-28 09:34:51"
],
[
"16",
"8",
"14",
"2017-12-16 15:53:06",
"2018-03-22 18:04:54"
],
[
"17",
"9",
"7",
"2017-10-29 15:39:31",
"2018-03-01 07:12:39"
],
[
"18",
"2",
"4",
"2017-11-22 18:29:18",
"2018-03-09 17:56:18"
],
[
"19",
"15",
"15",
"2017-10-23 08:23:22",
"2018-02-26 23:46:25"
],
[
"20",
"10",
"14",
"2017-12-04 12:16:10",
"2018-03-14 23:33:47"
]
] |
e_learning
|
student_course_enrolment
|
{
"column_descriptions": [],
"column_names_cleaned": [
"registration id",
"student id",
"course id",
"date of enrolment",
"date of completion"
],
"column_types": [
"number",
"number",
"number",
"time",
"time"
],
"foreign_keys": [
{
"column_name": "student_id",
"referenced_column_name": "student_id",
"referenced_table_name": "students"
},
{
"column_name": "course_id",
"referenced_column_name": "course_id",
"referenced_table_name": "courses"
}
],
"primary_key": [
"registration_id"
]
}
|
[
[
"registration_id",
"date_test_taken",
"test_result"
],
[
"12",
"2018-03-25 03:27:16",
"Fail"
],
[
"10",
"2018-03-25 21:50:22",
"Pass"
],
[
"7",
"2018-03-21 00:32:25",
"Pass"
],
[
"7",
"2018-03-25 00:44:50",
"Pass"
],
[
"4",
"2018-03-25 15:06:12",
"Pass"
],
[
"16",
"2018-03-25 12:00:08",
"Fail"
],
[
"16",
"2018-03-25 21:22:00",
"Fail"
],
[
"19",
"2018-03-24 13:22:17",
"Pass"
],
[
"19",
"2018-03-25 16:59:22",
"Fail"
],
[
"4",
"2018-03-25 21:41:51",
"Fail"
],
[
"9",
"2018-03-19 02:04:26",
"Pass"
],
[
"5",
"2018-03-22 17:07:11",
"Fail"
],
[
"17",
"2018-03-23 23:47:42",
"Pass"
],
[
"2",
"2018-03-22 13:10:06",
"Fail"
],
[
"2",
"2018-03-19 14:48:12",
"Pass"
]
] |
e_learning
|
student_tests_taken
|
{
"column_descriptions": [],
"column_names_cleaned": [
"registration id",
"date test taken",
"test result"
],
"column_types": [
"number",
"time",
"text"
],
"foreign_keys": [
{
"column_name": "registration_id",
"referenced_column_name": "registration_id",
"referenced_table_name": "student_course_enrolment"
}
],
"primary_key": []
}
|
[
[
"SSN",
"Name"
],
[
"123234877",
"Michael Rogers"
],
[
"152934485",
"Anand Manikutty"
],
[
"222364883",
"Carol Smith"
],
[
"326587417",
"Joe Stevens"
],
[
"332154719",
"Mary-Anne Foster"
],
[
"332569843",
"George ODonnell"
],
[
"546523478",
"John Doe"
],
[
"631231482",
"David Smith"
],
[
"654873219",
"Zacary Efron"
],
[
"745685214",
"Eric Goldsmith"
],
[
"845657245",
"Elizabeth Doe"
],
[
"845657246",
"Kumar Swamy"
]
] |
scientist_1
|
scientists
|
{
"column_descriptions": [],
"column_names_cleaned": [
"ssn",
"name"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"SSN"
]
}
|
[
[
"Code",
"Name",
"Hours"
],
[
"AeH1",
"Winds: Studying Bernoullis Principle",
"156"
],
[
"AeH2",
"Aerodynamics and Bridge Design",
"189"
],
[
"AeH3",
"Aerodynamics and Gas Mileage",
"256"
],
[
"AeH4",
"Aerodynamics and Ice Hockey",
"789"
],
[
"AeH5",
"Aerodynamics of a Football",
"98"
],
[
"AeH6",
"Aerodynamics of Air Hockey",
"89"
],
[
"Ast1",
"A Matter of Time",
"112"
],
[
"Ast2",
"A Puzzling Parallax",
"299"
],
[
"Ast3",
"Build Your Own Telescope",
"6546"
],
[
"Bte1",
"Juicy: Extracting Apple Juice with Pectinase",
"321"
],
[
"Bte2",
"A Magnetic Primer Designer",
"9684"
],
[
"Bte3",
"Bacterial Transformation Efficiency",
"321"
],
[
"Che1",
"A Silver-Cleaning Battery",
"545"
],
[
"Che2",
"A Soluble Separation Solution",
"778"
]
] |
scientist_1
|
projects
|
{
"column_descriptions": [],
"column_names_cleaned": [
"code",
"name",
"hours"
],
"column_types": [
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"Code"
]
}
|
[
[
"Scientist",
"Project"
],
[
"123234877",
"AeH1"
],
[
"152934485",
"AeH3"
],
[
"222364883",
"Ast3"
],
[
"326587417",
"Ast3"
],
[
"332154719",
"Bte1"
],
[
"546523478",
"Che1"
],
[
"631231482",
"Ast3"
],
[
"654873219",
"Che1"
],
[
"745685214",
"AeH3"
],
[
"845657245",
"Ast1"
],
[
"845657246",
"Ast2"
],
[
"332569843",
"AeH4"
]
] |
scientist_1
|
assignedto
|
{
"column_descriptions": [],
"column_names_cleaned": [
"scientist",
"project"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Project",
"referenced_column_name": "Code",
"referenced_table_name": "projects"
},
{
"column_name": "Scientist",
"referenced_column_name": "SSN",
"referenced_table_name": "scientists"
}
],
"primary_key": [
"Scientist"
]
}
|
[
[
"Captain_ID",
"Name",
"Ship_ID",
"age",
"Class",
"Rank"
],
[
"1",
"Captain Sir Henry Langford",
"1",
"40",
"Third-rate ship of the line",
"Midshipman"
],
[
"2",
"Captain Beves Conway",
"2",
"54",
"Third-rate ship of the line",
"Midshipman"
],
[
"3",
"Lieutenant Hugh Bolitho",
"3",
"43",
"Cutter",
"Midshipman"
],
[
"4",
"Lieutenant Montagu Verling",
"4",
"45",
"Armed schooner",
"Midshipman"
],
[
"5",
"Captain Henry Dumaresq",
"5",
"38",
"Frigate",
"Lieutenant"
],
[
"6",
"Captain Gilbert Pears",
"2",
"60",
"Third-rate ship of the line",
"Lieutenant"
],
[
"7",
"Commander Richard Bolitho",
"3",
"38",
"Sloop-of-war",
"Commander, junior captain"
]
] |
ship_1
|
captain
|
{
"column_descriptions": [],
"column_names_cleaned": [
"captain id",
"name",
"ship id",
"age",
"class",
"rank"
],
"column_types": [
"number",
"text",
"number",
"text",
"text",
"text"
],
"foreign_keys": [
{
"column_name": "Ship_ID",
"referenced_column_name": "Ship_ID",
"referenced_table_name": "ship"
}
],
"primary_key": [
"Captain_ID"
]
}
|
[
[
"Ship_ID",
"Name",
"Type",
"Built_Year",
"Class",
"Flag"
],
[
"1",
"HMS Manxman",
"Panamax",
"1997.0",
"KR",
"Panama"
],
[
"2",
"HMS Gorgon",
"Panamax",
"1998.0",
"KR",
"Panama"
],
[
"3",
"HM Cutter Avenger",
"Panamax",
"1997.0",
"KR",
"Panama"
],
[
"4",
"HM Schooner Hotspur",
"Panamax",
"1998.0",
"KR",
"Panama"
],
[
"5",
"HMS Destiny",
"Panamax",
"1998.0",
"KR",
"Panama"
],
[
"6",
"HMS Trojan",
"Panamax",
"1997.0",
"KR",
"Panama"
],
[
"7",
"HM Sloop Sparrow",
"Panamax",
"1997.0",
"KR",
"Panama"
],
[
"8",
"HMS Phalarope",
"Panamax",
"1997.0",
"KR",
"Panama"
],
[
"9",
"HMS Undine",
"Panamax",
"1998.0",
"GL",
"Malta"
]
] |
ship_1
|
ship
|
{
"column_descriptions": [],
"column_names_cleaned": [
"ship id",
"name",
"type",
"built year",
"class",
"flag"
],
"column_types": [
"number",
"text",
"text",
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"Ship_ID"
]
}
|
[
[
"Festival_ID",
"Festival_Name",
"Chair_Name",
"Location",
"Year",
"Num_of_Audience"
],
[
"1",
"Panasonic Awards",
"Raymond Floyd",
"United States",
"2006",
"152"
],
[
"2",
"Flower Awards",
"Charles Coody",
"United States",
"2007",
"155"
],
[
"3",
"Cherry Awards",
"Doug Ford",
"United States",
"2007",
"160"
],
[
"4",
"Gobel Awards",
"Arnold Palmer",
"United States",
"2008",
"160"
],
[
"5",
"LA Awards",
"Lucy Lu",
"United States",
"2010",
"161"
]
] |
entertainment_awards
|
festival_detail
|
{
"column_descriptions": [],
"column_names_cleaned": [
"festival id",
"festival name",
"chair name",
"location",
"year",
"num of audience"
],
"column_types": [
"number",
"text",
"text",
"text",
"number",
"number"
],
"foreign_keys": [],
"primary_key": [
"Festival_ID"
]
}
|
[
[
"Artwork_ID",
"Type",
"Name"
],
[
"1",
"Program Music/Variety Show",
"Indonesian Idol"
],
[
"2",
"Program Music/Variety Show",
"I Know"
],
[
"3",
"Presenter Music/Variety Show",
"Loving you"
],
[
"4",
"Program Music/Variety Show",
"Why"
],
[
"5",
"Presenter Music/Variety Show",
"Boys"
],
[
"6",
"Program Talent Show",
"Cats"
],
[
"7",
"Presenter Talent Show",
"Daniel Mananta"
],
[
"8",
"Program Talent Show",
"Martin"
],
[
"9",
"Presenter Talent Show",
"Back Home"
]
] |
entertainment_awards
|
artwork
|
{
"column_descriptions": [],
"column_names_cleaned": [
"artwork id",
"type",
"name"
],
"column_types": [
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"Artwork_ID"
]
}
|
[
[
"Artwork_ID",
"Festival_ID",
"Result"
],
[
"1",
"2",
"Nominated"
],
[
"2",
"2",
"Won"
],
[
"3",
"1",
"Nominated"
],
[
"4",
"1",
"Won"
],
[
"8",
"5",
"Nominated"
],
[
"9",
"5",
"Nominated"
]
] |
entertainment_awards
|
nomination
|
{
"column_descriptions": [],
"column_names_cleaned": [
"artwork id",
"festival id",
"result"
],
"column_types": [
"number",
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Festival_ID",
"referenced_column_name": "Festival_ID",
"referenced_table_name": "festival_detail"
},
{
"column_name": "Artwork_ID",
"referenced_column_name": "Artwork_ID",
"referenced_table_name": "artwork"
}
],
"primary_key": [
"Artwork_ID"
]
}
|
[
[
"Allergy",
"AllergyType"
],
[
"Eggs",
"food"
],
[
"Nuts",
"food"
],
[
"Milk",
"food"
],
[
"Shellfish",
"food"
],
[
"Anchovies",
"food"
],
[
"Wheat",
"food"
],
[
"Soy",
"food"
],
[
"Ragweed",
"environmental"
],
[
"Tree Pollen",
"environmental"
],
[
"Grass Pollen",
"environmental"
],
[
"Cat",
"animal"
],
[
"Dog",
"animal"
],
[
"Rodent",
"animal"
],
[
"Bee Stings",
"animal"
]
] |
allergy_1
|
allergy_type
|
{
"column_descriptions": [],
"column_names_cleaned": [
"allergy name",
"allergy type"
],
"column_types": [
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"Allergy"
]
}
|
[
[
"StuID",
"Allergy"
],
[
"1001",
"Cat"
],
[
"1002",
"Shellfish"
],
[
"1002",
"Tree Pollen"
],
[
"1003",
"Dog"
],
[
"1004",
"Nuts"
],
[
"1005",
"Nuts"
],
[
"1005",
"Tree Pollen"
],
[
"1006",
"Nuts"
],
[
"1007",
"Ragweed"
],
[
"1007",
"Tree Pollen"
],
[
"1007",
"Grass Pollen"
],
[
"1007",
"Eggs"
],
[
"1007",
"Milk"
],
[
"1007",
"Shellfish"
],
[
"1007",
"Anchovies"
],
[
"1007",
"Cat"
],
[
"1007",
"Dog"
],
[
"1009",
"Tree Pollen"
],
[
"1010",
"Ragweed"
],
[
"1010",
"Tree Pollen"
],
[
"1010",
"Grass Pollen"
],
[
"1010",
"Eggs"
],
[
"1010",
"Milk"
],
[
"1010",
"Shellfish"
],
[
"1010",
"Anchovies"
],
[
"1010",
"Cat"
],
[
"1010",
"Dog"
],
[
"1011",
"Ragweed"
],
[
"1012",
"Ragweed"
],
[
"1013",
"Ragweed"
],
[
"1014",
"Nuts"
],
[
"1015",
"Nuts"
],
[
"1015",
"Soy"
],
[
"1016",
"Nuts"
],
[
"1016",
"Milk"
],
[
"1017",
"Tree Pollen"
],
[
"1018",
"Nuts"
],
[
"1018",
"Soy"
],
[
"1019",
"Tree Pollen"
],
[
"1020",
"Tree Pollen"
],
[
"1021",
"Tree Pollen"
],
[
"1022",
"Nuts"
],
[
"1022",
"Anchovies"
],
[
"1023",
"Rodent"
],
[
"1023",
"Cat"
],
[
"1023",
"Nuts"
],
[
"1024",
"Ragweed"
],
[
"1024",
"Tree Pollen"
],
[
"1025",
"Tree Pollen"
],
[
"1026",
"Grass Pollen"
],
[
"1027",
"Tree Pollen"
],
[
"1028",
"Tree Pollen"
],
[
"1029",
"Soy"
],
[
"1029",
"Nuts"
],
[
"1029",
"Eggs"
],
[
"1030",
"Grass Pollen"
],
[
"1031",
"Nuts"
],
[
"1031",
"Shellfish"
],
[
"1031",
"Soy"
]
] |
allergy_1
|
has_allergy
|
{
"column_descriptions": [],
"column_names_cleaned": [
"stuid",
"allergy"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [
{
"column_name": "Allergy",
"referenced_column_name": "Allergy",
"referenced_table_name": "allergy_type"
},
{
"column_name": "StuID",
"referenced_column_name": "StuID",
"referenced_table_name": "student"
}
],
"primary_key": []
}
|
[
[
"StuID",
"LName",
"Fname",
"Age",
"Sex",
"Major",
"Advisor",
"city_code"
],
[
"1001",
"Smith",
"Linda",
"18",
"F",
"600",
"1121",
"BAL"
],
[
"1002",
"Kim",
"Tracy",
"19",
"F",
"600",
"7712",
"HKG"
],
[
"1003",
"Jones",
"Shiela",
"21",
"F",
"600",
"7792",
"WAS"
],
[
"1004",
"Kumar",
"Dinesh",
"20",
"M",
"600",
"8423",
"CHI"
],
[
"1005",
"Gompers",
"Paul",
"26",
"M",
"600",
"1121",
"YYZ"
],
[
"1006",
"Schultz",
"Andy",
"18",
"M",
"600",
"1148",
"BAL"
],
[
"1007",
"Apap",
"Lisa",
"18",
"F",
"600",
"8918",
"PIT"
],
[
"1008",
"Nelson",
"Jandy",
"20",
"F",
"600",
"9172",
"BAL"
],
[
"1009",
"Tai",
"Eric",
"19",
"M",
"600",
"2192",
"YYZ"
],
[
"1010",
"Lee",
"Derek",
"17",
"M",
"600",
"2192",
"HOU"
],
[
"1011",
"Adams",
"David",
"22",
"M",
"600",
"1148",
"PHL"
],
[
"1012",
"Davis",
"Steven",
"20",
"M",
"600",
"7723",
"PIT"
],
[
"1014",
"Norris",
"Charles",
"18",
"M",
"600",
"8741",
"DAL"
],
[
"1015",
"Lee",
"Susan",
"16",
"F",
"600",
"8721",
"HKG"
],
[
"1016",
"Schwartz",
"Mark",
"17",
"M",
"600",
"2192",
"DET"
],
[
"1017",
"Wilson",
"Bruce",
"27",
"M",
"600",
"1148",
"LON"
],
[
"1018",
"Leighton",
"Michael",
"20",
"M",
"600",
"1121",
"PIT"
],
[
"1019",
"Pang",
"Arthur",
"18",
"M",
"600",
"2192",
"WAS"
],
[
"1020",
"Thornton",
"Ian",
"22",
"M",
"520",
"7271",
"NYC"
],
[
"1021",
"Andreou",
"George",
"19",
"M",
"520",
"8722",
"NYC"
],
[
"1022",
"Woods",
"Michael",
"17",
"M",
"540",
"8722",
"PHL"
],
[
"1023",
"Shieber",
"David",
"20",
"M",
"520",
"8722",
"NYC"
],
[
"1024",
"Prater",
"Stacy",
"18",
"F",
"540",
"7271",
"BAL"
],
[
"1025",
"Goldman",
"Mark",
"18",
"M",
"520",
"7134",
"PIT"
],
[
"1026",
"Pang",
"Eric",
"19",
"M",
"520",
"7134",
"HKG"
],
[
"1027",
"Brody",
"Paul",
"18",
"M",
"520",
"8723",
"LOS"
],
[
"1028",
"Rugh",
"Eric",
"20",
"M",
"550",
"2311",
"ROC"
],
[
"1029",
"Han",
"Jun",
"17",
"M",
"100",
"2311",
"PEK"
],
[
"1030",
"Cheng",
"Lisa",
"21",
"F",
"550",
"2311",
"SFO"
],
[
"1031",
"Smith",
"Sarah",
"20",
"F",
"550",
"8772",
"PHL"
],
[
"1032",
"Brown",
"Eric",
"20",
"M",
"550",
"8772",
"ATL"
],
[
"1033",
"Simms",
"William",
"18",
"M",
"550",
"8772",
"NAR"
],
[
"1034",
"Epp",
"Eric",
"18",
"M",
"50",
"5718",
"BOS"
],
[
"1035",
"Schmidt",
"Sarah",
"26",
"F",
"50",
"5718",
"WAS"
]
] |
allergy_1
|
student
|
{
"column_descriptions": [],
"column_names_cleaned": [
"stuid",
"last name",
"first name",
"age",
"sex",
"major",
"advisor",
"city code"
],
"column_types": [
"number",
"text",
"text",
"number",
"text",
"number",
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"StuID"
]
}
|
[
[
"aid",
"gender",
"name",
"nationality",
"birth_city",
"birth_year"
]
] |
imdb
|
actor
|
{
"column_descriptions": [],
"column_names_cleaned": [
"aid",
"gender",
"name",
"nationality",
"birth city",
"birth year"
],
"column_types": [
"number",
"text",
"text",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"aid"
]
}
|
[
[
"id",
"msid",
"cid"
]
] |
imdb
|
copyright
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"msid",
"cid"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [],
"primary_key": [
"id"
]
}
|
[
[
"id",
"msid",
"aid",
"role"
]
] |
imdb
|
cast
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"msid",
"aid",
"role"
],
"column_types": [
"number",
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "msid",
"referenced_column_name": "msid",
"referenced_table_name": "copyright"
},
{
"column_name": "aid",
"referenced_column_name": "aid",
"referenced_table_name": "actor"
}
],
"primary_key": [
"id"
]
}
|
[
[
"gid",
"genre"
]
] |
imdb
|
genre
|
{
"column_descriptions": [],
"column_names_cleaned": [
"gid",
"genre"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"gid"
]
}
|
[
[
"id",
"msid",
"gid"
]
] |
imdb
|
classification
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"msid",
"gid"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "msid",
"referenced_column_name": "msid",
"referenced_table_name": "copyright"
},
{
"column_name": "gid",
"referenced_column_name": "gid",
"referenced_table_name": "genre"
}
],
"primary_key": [
"id"
]
}
|
[
[
"id",
"name",
"country_code"
]
] |
imdb
|
company
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"name",
"country code"
],
"column_types": [
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
}
|
[
[
"did",
"gender",
"name",
"nationality",
"birth_city",
"birth_year"
]
] |
imdb
|
director
|
{
"column_descriptions": [],
"column_names_cleaned": [
"did",
"gender",
"name",
"nationality",
"birth city",
"birth year"
],
"column_types": [
"number",
"text",
"text",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"did"
]
}
|
[
[
"pid",
"gender",
"name",
"nationality",
"birth_city",
"birth_year"
]
] |
imdb
|
producer
|
{
"column_descriptions": [],
"column_names_cleaned": [
"pid",
"gender",
"name",
"nationality",
"birth city",
"birth year"
],
"column_types": [
"number",
"text",
"text",
"text",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"pid"
]
}
|
[
[
"id",
"msid",
"did"
]
] |
imdb
|
directed_by
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"msid",
"did"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "did",
"referenced_column_name": "did",
"referenced_table_name": "director"
},
{
"column_name": "msid",
"referenced_column_name": "msid",
"referenced_table_name": "copyright"
}
],
"primary_key": [
"id"
]
}
|
[
[
"id",
"keyword"
]
] |
imdb
|
keyword
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"keyword"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
}
|
[
[
"id",
"msid",
"pid"
]
] |
imdb
|
made_by
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"msid",
"pid"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "pid",
"referenced_column_name": "pid",
"referenced_table_name": "producer"
},
{
"column_name": "msid",
"referenced_column_name": "msid",
"referenced_table_name": "copyright"
}
],
"primary_key": [
"id"
]
}
|
[
[
"mid",
"title",
"release_year",
"title_aka",
"budget"
]
] |
imdb
|
movie
|
{
"column_descriptions": [],
"column_names_cleaned": [
"mid",
"title",
"release year",
"title aka",
"budget"
],
"column_types": [
"number",
"text",
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"mid"
]
}
|
[
[
"id",
"msid",
"kid"
]
] |
imdb
|
tags
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"msid",
"kid"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "kid",
"referenced_column_name": "kid",
"referenced_table_name": "keyword"
},
{
"column_name": "msid",
"referenced_column_name": "msid",
"referenced_table_name": "copyright"
}
],
"primary_key": [
"id"
]
}
|
[
[
"sid",
"title",
"release_year",
"num_of_seasons",
"num_of_episodes",
"title_aka",
"budget"
]
] |
imdb
|
tv_series
|
{
"column_descriptions": [],
"column_names_cleaned": [
"sid",
"title",
"release year",
"num of seasons",
"num of episodes",
"title aka",
"budget"
],
"column_types": [
"number",
"text",
"number",
"number",
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"sid"
]
}
|
[
[
"wid",
"gender",
"name",
"nationality",
"num_of_episodes",
"birth_city",
"birth_year"
]
] |
imdb
|
writer
|
{
"column_descriptions": [],
"column_names_cleaned": [
"wid",
"gender",
"name",
"nationality",
"num of episodes",
"birth city",
"birth year"
],
"column_types": [
"number",
"text",
"number",
"number",
"number",
"text",
"number"
],
"foreign_keys": [],
"primary_key": [
"wid"
]
}
|
[
[
"id",
"msid",
"wid"
]
] |
imdb
|
written_by
|
{
"column_descriptions": [],
"column_names_cleaned": [
"id",
"msid",
"wid"
],
"column_types": [
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "wid",
"referenced_column_name": "wid",
"referenced_table_name": "writer"
},
{
"column_name": "msid",
"referenced_column_name": "msid",
"referenced_table_name": "copyright"
}
],
"primary_key": []
}
|
[
[
"coupon_id",
"date_issued",
"coupon_amount"
],
[
"1",
"2017-09-06 01:33:27",
"500"
],
[
"2",
"2018-02-20 09:40:56",
"686.25"
],
[
"3",
"2017-09-17 23:31:36",
"501.3"
],
[
"4",
"2017-07-21 10:10:47",
"370.44"
],
[
"5",
"2017-06-21 22:47:58",
"399.89"
],
[
"6",
"2017-08-16 03:16:48",
"689.29"
],
[
"7",
"2018-02-10 21:18:23",
"508.44"
],
[
"8",
"2017-12-28 20:11:42",
"666.46"
],
[
"9",
"2017-07-03 23:02:14",
"685.96"
],
[
"10",
"2018-03-22 01:10:03",
"175.94"
],
[
"11",
"2017-10-22 06:03:39",
"607.62"
],
[
"12",
"2018-03-21 11:49:13",
"523.78"
],
[
"13",
"2017-07-13 00:37:36",
"770.82"
],
[
"14",
"2018-02-24 01:40:52",
"547.39"
],
[
"15",
"2017-07-02 06:49:42",
"245.36"
]
] |
products_for_hire
|
discount_coupons
|
{
"column_descriptions": [],
"column_names_cleaned": [
"coupon id",
"date issued",
"coupon amount"
],
"column_types": [
"number",
"time",
"number"
],
"foreign_keys": [],
"primary_key": [
"coupon_id"
]
}
|
[
[
"customer_id",
"coupon_id",
"good_or_bad_customer",
"first_name",
"last_name",
"gender_mf",
"date_became_customer",
"date_last_hire"
],
[
"1",
"12",
"good",
"Geovany",
"Homenick",
"0",
"2017-10-20 12:13:17",
"2018-02-27 18:55:26"
],
[
"2",
"14",
"good",
"Jailyn",
"Gerlach",
"0",
"2015-04-06 21:18:37",
"2018-01-30 04:47:13"
],
[
"3",
"7",
"good",
"Rosalee",
"Kessler",
"0",
"2016-02-03 16:58:11",
"2018-03-04 21:30:23"
],
[
"4",
"12",
"bad",
"Reba",
"Jacobs",
"1",
"2016-06-17 14:11:50",
"2018-02-19 06:04:01"
],
[
"5",
"10",
"good",
"Ericka",
"Greenholt",
"0",
"2016-08-11 01:50:37",
"2018-02-25 04:40:15"
],
[
"6",
"14",
"bad",
"Bridget",
"Ankunding",
"1",
"2015-04-24 02:38:16",
"2018-02-10 19:44:08"
],
[
"7",
"12",
"good",
"Marilou",
"Strosin",
"1",
"2015-12-16 08:05:53",
"2018-02-01 16:48:30"
],
[
"8",
"6",
"good",
"Elinore",
"Crona",
"0",
"2017-07-27 08:04:22",
"2018-03-04 08:59:40"
],
[
"9",
"7",
"good",
"German",
"Little",
"1",
"2017-02-28 14:40:25",
"2018-03-13 21:20:05"
],
[
"10",
"1",
"bad",
"Layne",
"Terry",
"1",
"2015-05-05 20:29:01",
"2018-02-04 08:56:55"
],
[
"11",
"10",
"good",
"Maximilian",
"Murphy",
"0",
"2015-07-21 09:24:57",
"2018-03-12 09:23:41"
],
[
"12",
"11",
"good",
"Vergie",
"Nicolas",
"0",
"2016-02-03 10:31:18",
"2018-03-03 23:37:31"
],
[
"13",
"2",
"good",
"Laury",
"Lemke",
"1",
"2017-03-18 04:37:59",
"2018-03-18 17:35:43"
],
[
"14",
"6",
"good",
"Tyler",
"Breitenberg",
"1",
"2016-04-20 21:04:35",
"2018-03-03 13:46:38"
],
[
"15",
"3",
"bad",
"Jamir",
"Schroeder",
"1",
"2016-05-25 01:12:49",
"2018-02-24 11:15:29"
]
] |
products_for_hire
|
customers
|
{
"column_descriptions": [],
"column_names_cleaned": [
"customer id",
"coupon id",
"good or bad customer",
"first name",
"last name",
"gender",
"date became customer",
"date last hire"
],
"column_types": [
"number",
"number",
"text",
"text",
"text",
"text",
"time",
"time"
],
"foreign_keys": [
{
"column_name": "coupon_id",
"referenced_column_name": "coupon_id",
"referenced_table_name": "discount_coupons"
}
],
"primary_key": [
"customer_id"
]
}
|
[
[
"booking_id",
"customer_id",
"booking_status_code",
"returned_damaged_yn",
"booking_start_date",
"booking_end_date",
"count_hired",
"amount_payable",
"amount_of_discount",
"amount_outstanding",
"amount_of_refund"
],
[
"1",
"7",
"Provisional",
"1",
"2016-12-07 23:39:17",
"2018-02-01 16:39:13",
"298",
"214.39",
"71.45",
"28.22",
"179.14"
],
[
"2",
"15",
"Confirmed",
"1",
"2017-06-16 11:42:31",
"2018-02-19 21:53:31",
"331",
"386.92",
"83.82",
"57.62",
"183.68"
],
[
"3",
"3",
"Confirmed",
"1",
"2017-04-04 11:02:43",
"2018-02-01 09:30:50",
"729",
"351.32",
"49.26",
"66.01",
"135.94"
],
[
"4",
"7",
"Provisional",
"0",
"2017-06-05 17:56:01",
"2017-12-02 00:37:00",
"152",
"272.08",
"45.06",
"38.87",
"100.78"
],
[
"5",
"7",
"Provisional",
"1",
"2016-11-06 20:54:26",
"2017-10-11 03:00:15",
"546",
"338.1",
"79.34",
"32.99",
"191.31"
],
[
"6",
"10",
"Confirmed",
"0",
"2016-06-05 05:18:17",
"2018-01-14 00:29:01",
"282",
"209.41",
"27.78",
"52.62",
"192.02"
],
[
"7",
"3",
"Provisional",
"1",
"2017-07-15 06:28:54",
"2017-11-28 08:11:52",
"236",
"322.87",
"39.27",
"56.02",
"126.1"
],
[
"8",
"11",
"Provisional",
"0",
"2016-09-26 01:09:20",
"2018-03-24 21:21:32",
"746",
"303.3",
"61.55",
"68.02",
"145.63"
],
[
"9",
"10",
"Provisional",
"0",
"2017-05-24 16:16:29",
"2018-03-07 17:39:04",
"846",
"374.59",
"50.93",
"26.04",
"130.87"
],
[
"10",
"3",
"Confirmed",
"1",
"2016-05-06 03:50:49",
"2017-08-30 04:33:23",
"857",
"320.73",
"39.16",
"27.81",
"112.63"
],
[
"11",
"9",
"Provisional",
"1",
"2017-04-11 00:39:03",
"2017-10-02 07:28:09",
"488",
"273.28",
"48.73",
"73.88",
"181.19"
],
[
"12",
"3",
"Provisional",
"1",
"2017-02-27 12:04:35",
"2018-02-06 19:27:09",
"914",
"281.09",
"26.37",
"22.97",
"110.39"
],
[
"13",
"8",
"Provisional",
"0",
"2016-11-27 17:19:40",
"2018-03-04 21:42:45",
"499",
"286.47",
"89.05",
"36.79",
"143.99"
],
[
"14",
"8",
"Confirmed",
"1",
"2016-04-25 11:04:18",
"2018-01-01 10:19:20",
"843",
"221.57",
"24.19",
"64.01",
"161.9"
],
[
"15",
"9",
"Provisional",
"1",
"2017-04-28 08:35:56",
"2018-01-18 23:54:44",
"994",
"306.26",
"78.31",
"93.88",
"124.95"
]
] |
products_for_hire
|
bookings
|
{
"column_descriptions": [],
"column_names_cleaned": [
"booking id",
"customer id",
"booking status code",
"returned damaged yes or no",
"booking start date",
"booking end date",
"count hired",
"amount payable",
"amount of discount",
"amount outstanding",
"amount of refund"
],
"column_types": [
"number",
"number",
"text",
"text",
"time",
"time",
"text",
"number",
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "customer_id",
"referenced_column_name": "customer_id",
"referenced_table_name": "customers"
}
],
"primary_key": [
"booking_id"
]
}
|
[
[
"product_id",
"product_type_code",
"daily_hire_cost",
"product_name",
"product_description"
],
[
"1",
"Cutlery",
"26.15",
"Book collection C",
"Anna Karenina"
],
[
"2",
"Cutlery",
"15.62",
"Book collection B",
"War and Peace"
],
[
"3",
"Cutlery",
"39.73",
"Book collection A",
"The Great Gatsby"
],
[
"4",
"Din_Plates",
"18.5",
"DVD collection A",
"Twilight"
],
[
"5",
"Cutlery",
"39.58",
"DVD collection B",
"One Hundred Years of Solitude"
]
] |
products_for_hire
|
products_for_hire
|
{
"column_descriptions": [],
"column_names_cleaned": [
"product id",
"product type code",
"daily hire cost",
"product name",
"product description"
],
"column_types": [
"number",
"text",
"number",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"product_id"
]
}
|
[
[
"payment_id",
"booking_id",
"customer_id",
"payment_type_code",
"amount_paid_in_full_yn",
"payment_date",
"amount_due",
"amount_paid"
],
[
"1",
"6",
"15",
"Check",
"1",
"2018-03-09 16:28:00",
"369.52",
"206.27"
],
[
"2",
"9",
"12",
"Cash",
"1",
"2018-03-03 13:39:44",
"278.6",
"666.45"
],
[
"3",
"5",
"7",
"Credit Card",
"0",
"2018-03-22 15:00:23",
"840.06",
"135.7"
],
[
"4",
"6",
"1",
"Check",
"0",
"2018-03-22 02:28:11",
"678.29",
"668.4"
],
[
"5",
"8",
"11",
"Cash",
"1",
"2018-03-23 20:36:04",
"830.25",
"305.65"
],
[
"6",
"15",
"8",
"Check",
"0",
"2018-03-19 12:39:31",
"410.1",
"175.54"
],
[
"7",
"1",
"8",
"Cash",
"1",
"2018-03-02 06:25:45",
"482.26",
"602.8"
],
[
"8",
"9",
"14",
"Cash",
"1",
"2018-03-12 23:00:55",
"653.18",
"505.23"
],
[
"9",
"3",
"7",
"Direct Debit",
"0",
"2018-03-12 23:23:56",
"686.85",
"321.58"
],
[
"10",
"13",
"10",
"Credit Card",
"1",
"2018-03-23 13:24:33",
"486.75",
"681.21"
],
[
"11",
"14",
"15",
"Credit Card",
"1",
"2018-03-03 03:07:00",
"259.18",
"464.06"
],
[
"12",
"14",
"9",
"Cash",
"0",
"2018-02-27 10:50:39",
"785.73",
"685.32"
],
[
"13",
"15",
"14",
"Direct Debit",
"0",
"2018-03-03 14:22:51",
"665.58",
"307.14"
],
[
"14",
"5",
"5",
"Direct Debit",
"1",
"2018-03-17 15:51:52",
"407.51",
"704.41"
],
[
"15",
"4",
"12",
"Credit Card",
"1",
"2018-03-17 03:07:45",
"631.93",
"334.2"
]
] |
products_for_hire
|
payments
|
{
"column_descriptions": [],
"column_names_cleaned": [
"payment id",
"booking id",
"customer id",
"payment type code",
"amount paid in full yn",
"payment date",
"amount due",
"amount paid"
],
"column_types": [
"number",
"number",
"number",
"text",
"text",
"time",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "customer_id",
"referenced_column_name": "customer_id",
"referenced_table_name": "customers"
},
{
"column_name": "booking_id",
"referenced_column_name": "booking_id",
"referenced_table_name": "bookings"
}
],
"primary_key": [
"payment_id"
]
}
|
[
[
"booking_id",
"product_id",
"returned_yn",
"returned_late_yn",
"booked_count",
"booked_amount"
],
[
"4",
"1",
"1",
"1",
"5",
"309.73"
],
[
"14",
"1",
"1",
"0",
"3",
"102.76"
],
[
"13",
"3",
"1",
"0",
"4",
"151.68"
],
[
"11",
"1",
"1",
"1",
"1",
"344.38"
],
[
"15",
"3",
"1",
"0",
"2",
"236.13"
],
[
"10",
"4",
"1",
"0",
"6",
"123.43"
],
[
"14",
"5",
"1",
"1",
"6",
"351.38"
],
[
"11",
"5",
"1",
"1",
"3",
"146.01"
],
[
"3",
"5",
"1",
"1",
"3",
"189.16"
],
[
"15",
"1",
"1",
"0",
"1",
"398.68"
],
[
"2",
"4",
"1",
"1",
"9",
"290.72"
],
[
"1",
"2",
"1",
"0",
"5",
"110.2"
]
] |
products_for_hire
|
products_booked
|
{
"column_descriptions": [],
"column_names_cleaned": [
"booking id",
"product id",
"returned yes or no",
"returned late yes or no",
"booked count",
"booked amount"
],
"column_types": [
"number",
"number",
"text",
"text",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "product_id",
"referenced_column_name": "product_id",
"referenced_table_name": "products_for_hire"
},
{
"column_name": "booking_id",
"referenced_column_name": "booking_id",
"referenced_table_name": "bookings"
}
],
"primary_key": [
"booking_id"
]
}
|
[
[
"product_id",
"booking_id",
"status_date",
"available_yn"
],
[
"1",
"5",
"2018-03-18 05:25:55",
"1"
],
[
"2",
"5",
"2018-03-21 15:20:32",
"0"
],
[
"3",
"11",
"2018-03-25 10:20:15",
"1"
],
[
"5",
"11",
"2018-03-22 00:16:58",
"1"
]
] |
products_for_hire
|
view_product_availability
|
{
"column_descriptions": [],
"column_names_cleaned": [
"product id",
"booking id",
"status date",
"available yes or no"
],
"column_types": [
"number",
"number",
"time",
"text"
],
"foreign_keys": [
{
"column_name": "product_id",
"referenced_column_name": "product_id",
"referenced_table_name": "products_for_hire"
},
{
"column_name": "booking_id",
"referenced_column_name": "booking_id",
"referenced_table_name": "bookings"
}
],
"primary_key": [
"status_date"
]
}
|
[
[
"Candidate_ID",
"People_ID",
"Poll_Source",
"Date",
"Support_rate",
"Consider_rate",
"Oppose_rate",
"Unsure_rate"
],
[
"1",
"1",
"WNBC/Marist Poll",
"Feb 12–15, 2007",
"0.25",
"0.3",
"0.43",
"0.2"
],
[
"2",
"3",
"WNBC/Marist Poll",
"Feb 12–15, 2007",
"0.17",
"0.42",
"0.32",
"0.9"
],
[
"3",
"4",
"FOX News/Opinion Dynamics Poll",
"Feb 13–14, 2007",
"0.18",
"0.34",
"0.44",
"0.3"
],
[
"4",
"6",
"Newsweek Poll",
"Nov 9–10, 2006",
"0.33",
"0.2",
"0.45",
"0.2"
],
[
"5",
"7",
"Newsweek Poll",
"Nov 9–10, 2006",
"0.24",
"0.3",
"0.32",
"0.4"
],
[
"6",
"9",
"Newsweek Poll",
"Nov 9–10, 2006",
"0.24",
"0.27",
"0.43",
"0.2"
]
] |
candidate_poll
|
candidate
|
{
"column_descriptions": [],
"column_names_cleaned": [
"candidate id",
"people id",
"poll source",
"date",
"support rate",
"consider rate",
"oppose rate",
"unsure rate"
],
"column_types": [
"number",
"number",
"text",
"text",
"number",
"number",
"number",
"number"
],
"foreign_keys": [
{
"column_name": "People_ID",
"referenced_column_name": "People_ID",
"referenced_table_name": "people"
}
],
"primary_key": [
"Candidate_ID"
]
}
|
[
[
"People_ID",
"Sex",
"Name",
"Date_of_Birth",
"Height",
"Weight"
],
[
"1",
"M",
"Hubert Henno",
"06.10.1976",
"188.0",
"83.0"
],
[
"2",
"M",
"Dominique Daquin",
"10.11.1972",
"197.0",
"85.0"
],
[
"3",
"F",
"Stéphane Antiga",
"03.02.1976",
"200.0",
"94.0"
],
[
"4",
"M",
"Laurent Capet",
"05.05.1972",
"202.0",
"92.0"
],
[
"5",
"F",
"Frantz Granvorka",
"10.03.1976",
"195.0",
"90.0"
],
[
"6",
"M",
"Vincent Montméat",
"01.09.1977",
"196.0",
"88.0"
],
[
"7",
"M",
"Loïc De Kergret",
"20.08.1970",
"193.0",
"89.0"
],
[
"8",
"M",
"Philippe Barça-Cysique",
"22.04.1977",
"194.0",
"88.0"
],
[
"9",
"M",
"Guillaume Samica",
"28.09.1981",
"196.0",
"82.0"
]
] |
candidate_poll
|
people
|
{
"column_descriptions": [],
"column_names_cleaned": [
"people id",
"sex",
"name",
"date of birth",
"height",
"weight"
],
"column_types": [
"number",
"text",
"text",
"text",
"number",
"number"
],
"foreign_keys": [],
"primary_key": [
"People_ID"
]
}
|
[
[
"AlbumId",
"Title",
"ArtistId"
],
[
"1",
"For Those About To Rock We Salute You",
"1"
],
[
"2",
"Balls to the Wall",
"2"
],
[
"3",
"Restless and Wild",
"2"
],
[
"4",
"Let There Be Rock",
"1"
],
[
"5",
"Big Ones",
"3"
],
[
"6",
"Jagged Little Pill",
"4"
],
[
"7",
"Facelift",
"5"
],
[
"8",
"Warner 25 Anos",
"6"
],
[
"9",
"Plays Metallica By Four Cellos",
"7"
],
[
"10",
"Audioslave",
"8"
],
[
"11",
"Out Of Exile",
"8"
],
[
"12",
"BackBeat Soundtrack",
"9"
],
[
"13",
"The Best Of Billy Cobham",
"10"
],
[
"14",
"Alcohol Fueled Brewtality Live! [Disc 1]",
"11"
],
[
"15",
"Alcohol Fueled Brewtality Live! [Disc 2]",
"11"
],
[
"16",
"Black Sabbath",
"12"
],
[
"17",
"Black Sabbath Vol. 4 (Remaster)",
"12"
],
[
"18",
"Body Count",
"13"
],
[
"19",
"Chemical Wedding",
"14"
],
[
"20",
"The Best Of Buddy Guy - The Millenium Collection",
"15"
],
[
"21",
"Prenda Minha",
"16"
],
[
"22",
"Sozinho Remix Ao Vivo",
"16"
],
[
"23",
"Minha Historia",
"17"
],
[
"24",
"Afrociberdelia",
"18"
],
[
"25",
"Da Lama Ao Caos",
"18"
],
[
"26",
"Acústico MTV [Live]",
"19"
],
[
"27",
"Cidade Negra - Hits",
"19"
],
[
"28",
"Na Pista",
"20"
],
[
"29",
"Axé Bahia 2001",
"21"
],
[
"30",
"BBC Sessions [Disc 1] [Live]",
"22"
],
[
"31",
"Bongo Fury",
"23"
],
[
"32",
"Carnaval 2001",
"21"
],
[
"33",
"Chill: Brazil (Disc 1)",
"24"
],
[
"34",
"Chill: Brazil (Disc 2)",
"6"
],
[
"35",
"Garage Inc. (Disc 1)",
"50"
],
[
"36",
"Greatest Hits II",
"51"
],
[
"37",
"Greatest Kiss",
"52"
],
[
"38",
"Heart of the Night",
"53"
],
[
"39",
"International Superhits",
"54"
],
[
"40",
"Into The Light",
"55"
],
[
"41",
"Meus Momentos",
"56"
],
[
"42",
"Minha História",
"57"
],
[
"43",
"MK III The Final Concerts [Disc 1]",
"58"
],
[
"44",
"Physical Graffiti [Disc 1]",
"22"
],
[
"45",
"Sambas De Enredo 2001",
"21"
],
[
"46",
"Supernatural",
"59"
],
[
"47",
"The Best of Ed Motta",
"37"
],
[
"48",
"The Essential Miles Davis [Disc 1]",
"68"
],
[
"49",
"The Essential Miles Davis [Disc 2]",
"68"
],
[
"50",
"The Final Concerts (Disc 2)",
"58"
],
[
"51",
"Up An' Atom",
"69"
],
[
"52",
"Vinícius De Moraes - Sem Limite",
"70"
],
[
"53",
"Vozes do MPB",
"21"
],
[
"54",
"Chronicle, Vol. 1",
"76"
],
[
"55",
"Chronicle, Vol. 2",
"76"
],
[
"56",
"Cássia Eller - Coleção Sem Limite [Disc 2]",
"77"
],
[
"57",
"Cássia Eller - Sem Limite [Disc 1]",
"77"
],
[
"58",
"Come Taste The Band",
"58"
],
[
"59",
"Deep Purple In Rock",
"58"
],
[
"60",
"Fireball",
"58"
],
[
"61",
"Knocking at Your Back Door: The Best Of Deep Purple in the 80's",
"58"
],
[
"62",
"Machine Head",
"58"
],
[
"63",
"Purpendicular",
"58"
],
[
"64",
"Slaves And Masters",
"58"
],
[
"65",
"Stormbringer",
"58"
],
[
"66",
"The Battle Rages On",
"58"
],
[
"67",
"Vault: Def Leppard's Greatest Hits",
"78"
],
[
"68",
"Outbreak",
"79"
],
[
"69",
"Djavan Ao Vivo - Vol. 02",
"80"
],
[
"70",
"Djavan Ao Vivo - Vol. 1",
"80"
],
[
"71",
"Elis Regina-Minha História",
"41"
],
[
"72",
"The Cream Of Clapton",
"81"
],
[
"73",
"Unplugged",
"81"
],
[
"74",
"Album Of The Year",
"82"
],
[
"75",
"Angel Dust",
"82"
],
[
"76",
"King For A Day Fool For A Lifetime",
"82"
],
[
"77",
"The Real Thing",
"82"
],
[
"78",
"Deixa Entrar",
"83"
],
[
"79",
"In Your Honor [Disc 1]",
"84"
],
[
"80",
"In Your Honor [Disc 2]",
"84"
],
[
"81",
"One By One",
"84"
],
[
"82",
"The Colour And The Shape",
"84"
],
[
"83",
"My Way: The Best Of Frank Sinatra [Disc 1]",
"85"
],
[
"84",
"Roda De Funk",
"86"
],
[
"85",
"As Canções de Eu Tu Eles",
"27"
],
[
"86",
"Quanta Gente Veio Ver (Live)",
"27"
],
[
"87",
"Quanta Gente Veio ver--Bônus De Carnaval",
"27"
],
[
"88",
"Faceless",
"87"
],
[
"89",
"American Idiot",
"54"
],
[
"90",
"Appetite for Destruction",
"88"
],
[
"91",
"Use Your Illusion I",
"88"
],
[
"92",
"Use Your Illusion II",
"88"
],
[
"93",
"Blue Moods",
"89"
],
[
"94",
"A Matter of Life and Death",
"90"
],
[
"95",
"A Real Dead One",
"90"
],
[
"96",
"A Real Live One",
"90"
],
[
"97",
"Brave New World",
"90"
],
[
"98",
"Dance Of Death",
"90"
],
[
"99",
"Fear Of The Dark",
"90"
],
[
"100",
"Iron Maiden",
"90"
]
] |
chinook_1
|
album
|
{
"column_descriptions": [],
"column_names_cleaned": [
"album id",
"title",
"artist id"
],
"column_types": [
"number",
"text",
"number"
],
"foreign_keys": [
{
"column_name": "ArtistId",
"referenced_column_name": "ArtistId",
"referenced_table_name": "artist"
}
],
"primary_key": [
"AlbumId"
]
}
|
[
[
"ArtistId",
"Name"
],
[
"1",
"AC/DC"
],
[
"2",
"Accept"
],
[
"3",
"Aerosmith"
],
[
"4",
"Alanis Morissette"
],
[
"5",
"Alice In Chains"
],
[
"6",
"Antônio Carlos Jobim"
],
[
"7",
"Apocalyptica"
],
[
"8",
"Audioslave"
],
[
"9",
"BackBeat"
],
[
"10",
"Billy Cobham"
],
[
"11",
"Black Label Society"
],
[
"12",
"Black Sabbath"
],
[
"13",
"Body Count"
],
[
"14",
"Bruce Dickinson"
],
[
"15",
"Buddy Guy"
],
[
"16",
"Caetano Veloso"
],
[
"17",
"Chico Buarque"
],
[
"18",
"Chico Science & Nação Zumbi"
],
[
"19",
"Cidade Negra"
],
[
"20",
"Cláudio Zoli"
],
[
"21",
"Various Artists"
],
[
"22",
"Led Zeppelin"
],
[
"23",
"Frank Zappa & Captain Beefheart"
],
[
"24",
"Marcos Valle"
],
[
"25",
"Milton Nascimento & Bebeto"
],
[
"26",
"Azymuth"
],
[
"27",
"Gilberto Gil"
],
[
"28",
"João Gilberto"
],
[
"29",
"Bebel Gilberto"
],
[
"30",
"Jorge Vercilo"
],
[
"31",
"Baby Consuelo"
],
[
"32",
"Ney Matogrosso"
],
[
"33",
"Luiz Melodia"
],
[
"34",
"Nando Reis"
],
[
"35",
"Pedro Luís & A Parede"
],
[
"36",
"O Rappa"
],
[
"37",
"Ed Motta"
],
[
"38",
"Banda Black Rio"
],
[
"39",
"Fernanda Porto"
],
[
"40",
"Os Cariocas"
],
[
"41",
"Elis Regina"
],
[
"42",
"Milton Nascimento"
],
[
"43",
"A Cor Do Som"
],
[
"44",
"Kid Abelha"
],
[
"45",
"Sandra De Sá"
],
[
"46",
"Jorge Ben"
],
[
"47",
"Hermeto Pascoal"
],
[
"48",
"Barão Vermelho"
],
[
"49",
"Edson, DJ Marky & DJ Patife Featuring Fernanda Porto"
],
[
"50",
"Metallica"
],
[
"51",
"Queen"
],
[
"52",
"Kiss"
],
[
"53",
"Spyro Gyra"
],
[
"54",
"Green Day"
],
[
"55",
"David Coverdale"
],
[
"56",
"Gonzaguinha"
],
[
"57",
"Os Mutantes"
],
[
"58",
"Deep Purple"
],
[
"59",
"Santana"
],
[
"60",
"Santana Feat. Dave Matthews"
],
[
"61",
"Santana Feat. Everlast"
],
[
"62",
"Santana Feat. Rob Thomas"
],
[
"63",
"Santana Feat. Lauryn Hill & Cee-Lo"
],
[
"64",
"Santana Feat. The Project G&B"
],
[
"65",
"Santana Feat. Maná"
],
[
"66",
"Santana Feat. Eagle-Eye Cherry"
],
[
"67",
"Santana Feat. Eric Clapton"
],
[
"68",
"Miles Davis"
],
[
"69",
"Gene Krupa"
],
[
"70",
"Toquinho & Vinícius"
],
[
"71",
"Vinícius De Moraes & Baden Powell"
],
[
"72",
"Vinícius De Moraes"
],
[
"73",
"Vinícius E Qurteto Em Cy"
],
[
"74",
"Vinícius E Odette Lara"
],
[
"75",
"Vinicius, Toquinho & Quarteto Em Cy"
],
[
"76",
"Creedence Clearwater Revival"
],
[
"77",
"Cássia Eller"
],
[
"78",
"Def Leppard"
],
[
"79",
"Dennis Chambers"
],
[
"80",
"Djavan"
],
[
"81",
"Eric Clapton"
],
[
"82",
"Faith No More"
],
[
"83",
"Falamansa"
],
[
"84",
"Foo Fighters"
],
[
"85",
"Frank Sinatra"
],
[
"86",
"Funk Como Le Gusta"
],
[
"87",
"Godsmack"
],
[
"88",
"Guns N' Roses"
],
[
"89",
"Incognito"
],
[
"90",
"Iron Maiden"
],
[
"91",
"James Brown"
],
[
"92",
"Jamiroquai"
],
[
"93",
"JET"
],
[
"94",
"Jimi Hendrix"
],
[
"95",
"Joe Satriani"
],
[
"96",
"Jota Quest"
],
[
"97",
"João Suplicy"
],
[
"98",
"Judas Priest"
],
[
"99",
"Legião Urbana"
],
[
"100",
"Lenny Kravitz"
]
] |
chinook_1
|
artist
|
{
"column_descriptions": [],
"column_names_cleaned": [
"artist id",
"name"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"ArtistId"
]
}
|
[
[
"CustomerId",
"FirstName",
"LastName",
"Company",
"Address",
"City",
"State",
"Country",
"PostalCode",
"Phone",
"Fax",
"Email",
"SupportRepId"
],
[
"1",
"Luís",
"Gonçalves",
"Embraer - Empresa Brasileira de Aeronáutica S.A.",
"Av. Brigadeiro Faria Lima, 2170",
"São José dos Campos",
"SP",
"Brazil",
"12227-000",
"+55 (12) 3923-5555",
"+55 (12) 3923-5566",
"[email protected]",
"3"
],
[
"2",
"Leonie",
"Köhler",
"None",
"Theodor-Heuss-Straße 34",
"Stuttgart",
"None",
"Germany",
"70174",
"+49 0711 2842222",
"None",
"[email protected]",
"5"
],
[
"3",
"François",
"Tremblay",
"None",
"1498 rue Bélanger",
"Montréal",
"QC",
"Canada",
"H2G 1A7",
"+1 (514) 721-4711",
"None",
"[email protected]",
"3"
],
[
"4",
"Bjørn",
"Hansen",
"None",
"Ullevålsveien 14",
"Oslo",
"None",
"Norway",
"0171",
"+47 22 44 22 22",
"None",
"[email protected]",
"4"
],
[
"5",
"František",
"Wichterlová",
"JetBrains s.r.o.",
"Klanova 9/506",
"Prague",
"None",
"Czech Republic",
"14700",
"+420 2 4172 5555",
"+420 2 4172 5555",
"[email protected]",
"4"
],
[
"6",
"Helena",
"Holý",
"None",
"Rilská 3174/6",
"Prague",
"None",
"Czech Republic",
"14300",
"+420 2 4177 0449",
"None",
"[email protected]",
"5"
],
[
"7",
"Astrid",
"Gruber",
"None",
"Rotenturmstraße 4, 1010 Innere Stadt",
"Vienne",
"None",
"Austria",
"1010",
"+43 01 5134505",
"None",
"[email protected]",
"5"
],
[
"8",
"Daan",
"Peeters",
"None",
"Grétrystraat 63",
"Brussels",
"None",
"Belgium",
"1000",
"+32 02 219 03 03",
"None",
"[email protected]",
"4"
],
[
"9",
"Kara",
"Nielsen",
"None",
"Sønder Boulevard 51",
"Copenhagen",
"None",
"Denmark",
"1720",
"+453 3331 9991",
"None",
"[email protected]",
"4"
],
[
"10",
"Eduardo",
"Martins",
"Woodstock Discos",
"Rua Dr. Falcão Filho, 155",
"São Paulo",
"SP",
"Brazil",
"01007-010",
"+55 (11) 3033-5446",
"+55 (11) 3033-4564",
"[email protected]",
"4"
],
[
"11",
"Alexandre",
"Rocha",
"Banco do Brasil S.A.",
"Av. Paulista, 2022",
"São Paulo",
"SP",
"Brazil",
"01310-200",
"+55 (11) 3055-3278",
"+55 (11) 3055-8131",
"[email protected]",
"5"
],
[
"12",
"Roberto",
"Almeida",
"Riotur",
"Praça Pio X, 119",
"Rio de Janeiro",
"RJ",
"Brazil",
"20040-020",
"+55 (21) 2271-7000",
"+55 (21) 2271-7070",
"[email protected]",
"3"
],
[
"13",
"Fernanda",
"Ramos",
"None",
"Qe 7 Bloco G",
"Brasília",
"DF",
"Brazil",
"71020-677",
"+55 (61) 3363-5547",
"+55 (61) 3363-7855",
"[email protected]",
"4"
],
[
"14",
"Mark",
"Philips",
"Telus",
"8210 111 ST NW",
"Edmonton",
"AB",
"Canada",
"T6G 2C7",
"+1 (780) 434-4554",
"+1 (780) 434-5565",
"[email protected]",
"5"
],
[
"15",
"Jennifer",
"Peterson",
"Rogers Canada",
"700 W Pender Street",
"Vancouver",
"BC",
"Canada",
"V6C 1G8",
"+1 (604) 688-2255",
"+1 (604) 688-8756",
"[email protected]",
"3"
],
[
"16",
"Frank",
"Harris",
"Google Inc.",
"1600 Amphitheatre Parkway",
"Mountain View",
"CA",
"USA",
"94043-1351",
"+1 (650) 253-0000",
"+1 (650) 253-0000",
"[email protected]",
"4"
],
[
"17",
"Jack",
"Smith",
"Microsoft Corporation",
"1 Microsoft Way",
"Redmond",
"WA",
"USA",
"98052-8300",
"+1 (425) 882-8080",
"+1 (425) 882-8081",
"[email protected]",
"5"
],
[
"18",
"Michelle",
"Brooks",
"None",
"627 Broadway",
"New York",
"NY",
"USA",
"10012-2612",
"+1 (212) 221-3546",
"+1 (212) 221-4679",
"[email protected]",
"3"
],
[
"19",
"Tim",
"Goyer",
"Apple Inc.",
"1 Infinite Loop",
"Cupertino",
"CA",
"USA",
"95014",
"+1 (408) 996-1010",
"+1 (408) 996-1011",
"[email protected]",
"3"
],
[
"20",
"Dan",
"Miller",
"None",
"541 Del Medio Avenue",
"Mountain View",
"CA",
"USA",
"94040-111",
"+1 (650) 644-3358",
"None",
"[email protected]",
"4"
],
[
"21",
"Kathy",
"Chase",
"None",
"801 W 4th Street",
"Reno",
"NV",
"USA",
"89503",
"+1 (775) 223-7665",
"None",
"[email protected]",
"5"
],
[
"22",
"Heather",
"Leacock",
"None",
"120 S Orange Ave",
"Orlando",
"FL",
"USA",
"32801",
"+1 (407) 999-7788",
"None",
"[email protected]",
"4"
],
[
"23",
"John",
"Gordon",
"None",
"69 Salem Street",
"Boston",
"MA",
"USA",
"2113",
"+1 (617) 522-1333",
"None",
"[email protected]",
"4"
],
[
"24",
"Frank",
"Ralston",
"None",
"162 E Superior Street",
"Chicago",
"IL",
"USA",
"60611",
"+1 (312) 332-3232",
"None",
"[email protected]",
"3"
],
[
"25",
"Victor",
"Stevens",
"None",
"319 N. Frances Street",
"Madison",
"WI",
"USA",
"53703",
"+1 (608) 257-0597",
"None",
"[email protected]",
"5"
],
[
"26",
"Richard",
"Cunningham",
"None",
"2211 W Berry Street",
"Fort Worth",
"TX",
"USA",
"76110",
"+1 (817) 924-7272",
"None",
"[email protected]",
"4"
],
[
"27",
"Patrick",
"Gray",
"None",
"1033 N Park Ave",
"Tucson",
"AZ",
"USA",
"85719",
"+1 (520) 622-4200",
"None",
"[email protected]",
"4"
],
[
"28",
"Julia",
"Barnett",
"None",
"302 S 700 E",
"Salt Lake City",
"UT",
"USA",
"84102",
"+1 (801) 531-7272",
"None",
"[email protected]",
"5"
],
[
"29",
"Robert",
"Brown",
"None",
"796 Dundas Street West",
"Toronto",
"ON",
"Canada",
"M6J 1V1",
"+1 (416) 363-8888",
"None",
"[email protected]",
"3"
],
[
"30",
"Edward",
"Francis",
"None",
"230 Elgin Street",
"Ottawa",
"ON",
"Canada",
"K2P 1L7",
"+1 (613) 234-3322",
"None",
"[email protected]",
"3"
],
[
"31",
"Martha",
"Silk",
"None",
"194A Chain Lake Drive",
"Halifax",
"NS",
"Canada",
"B3S 1C5",
"+1 (902) 450-0450",
"None",
"[email protected]",
"5"
],
[
"32",
"Aaron",
"Mitchell",
"None",
"696 Osborne Street",
"Winnipeg",
"MB",
"Canada",
"R3L 2B9",
"+1 (204) 452-6452",
"None",
"[email protected]",
"4"
],
[
"33",
"Ellie",
"Sullivan",
"None",
"5112 48 Street",
"Yellowknife",
"NT",
"Canada",
"X1A 1N6",
"+1 (867) 920-2233",
"None",
"[email protected]",
"3"
],
[
"34",
"João",
"Fernandes",
"None",
"Rua da Assunção 53",
"Lisbon",
"None",
"Portugal",
"None",
"+351 (213) 466-111",
"None",
"[email protected]",
"4"
],
[
"35",
"Madalena",
"Sampaio",
"None",
"Rua dos Campeões Europeus de Viena, 4350",
"Porto",
"None",
"Portugal",
"None",
"+351 (225) 022-448",
"None",
"[email protected]",
"4"
],
[
"36",
"Hannah",
"Schneider",
"None",
"Tauentzienstraße 8",
"Berlin",
"None",
"Germany",
"10789",
"+49 030 26550280",
"None",
"[email protected]",
"5"
],
[
"37",
"Fynn",
"Zimmermann",
"None",
"Berger Straße 10",
"Frankfurt",
"None",
"Germany",
"60316",
"+49 069 40598889",
"None",
"[email protected]",
"3"
],
[
"38",
"Niklas",
"Schröder",
"None",
"Barbarossastraße 19",
"Berlin",
"None",
"Germany",
"10779",
"+49 030 2141444",
"None",
"[email protected]",
"3"
],
[
"39",
"Camille",
"Bernard",
"None",
"4, Rue Milton",
"Paris",
"None",
"France",
"75009",
"+33 01 49 70 65 65",
"None",
"[email protected]",
"4"
],
[
"40",
"Dominique",
"Lefebvre",
"None",
"8, Rue Hanovre",
"Paris",
"None",
"France",
"75002",
"+33 01 47 42 71 71",
"None",
"[email protected]",
"4"
],
[
"41",
"Marc",
"Dubois",
"None",
"11, Place Bellecour",
"Lyon",
"None",
"France",
"69002",
"+33 04 78 30 30 30",
"None",
"[email protected]",
"5"
],
[
"42",
"Wyatt",
"Girard",
"None",
"9, Place Louis Barthou",
"Bordeaux",
"None",
"France",
"33000",
"+33 05 56 96 96 96",
"None",
"[email protected]",
"3"
],
[
"43",
"Isabelle",
"Mercier",
"None",
"68, Rue Jouvence",
"Dijon",
"None",
"France",
"21000",
"+33 03 80 73 66 99",
"None",
"[email protected]",
"3"
],
[
"44",
"Terhi",
"Hämäläinen",
"None",
"Porthaninkatu 9",
"Helsinki",
"None",
"Finland",
"00530",
"+358 09 870 2000",
"None",
"[email protected]",
"3"
],
[
"45",
"Ladislav",
"Kovács",
"None",
"Erzsébet krt. 58.",
"Budapest",
"None",
"Hungary",
"H-1073",
"None",
"None",
"[email protected]",
"3"
],
[
"46",
"Hugh",
"O'Reilly",
"None",
"3 Chatham Street",
"Dublin",
"Dublin",
"Ireland",
"None",
"+353 01 6792424",
"None",
"[email protected]",
"3"
],
[
"47",
"Lucas",
"Mancini",
"None",
"Via Degli Scipioni, 43",
"Rome",
"RM",
"Italy",
"00192",
"+39 06 39733434",
"None",
"[email protected]",
"5"
],
[
"48",
"Johannes",
"Van der Berg",
"None",
"Lijnbaansgracht 120bg",
"Amsterdam",
"VV",
"Netherlands",
"1016",
"+31 020 6223130",
"None",
"[email protected]",
"5"
],
[
"49",
"Stanisław",
"Wójcik",
"None",
"Ordynacka 10",
"Warsaw",
"None",
"Poland",
"00-358",
"+48 22 828 37 39",
"None",
"stanisław.wó[email protected]",
"4"
],
[
"50",
"Enrique",
"Muñoz",
"None",
"C/ San Bernardo 85",
"Madrid",
"None",
"Spain",
"28015",
"+34 914 454 454",
"None",
"[email protected]",
"5"
],
[
"51",
"Joakim",
"Johansson",
"None",
"Celsiusg. 9",
"Stockholm",
"None",
"Sweden",
"11230",
"+46 08-651 52 52",
"None",
"[email protected]",
"5"
],
[
"52",
"Emma",
"Jones",
"None",
"202 Hoxton Street",
"London",
"None",
"United Kingdom",
"N1 5LH",
"+44 020 7707 0707",
"None",
"[email protected]",
"3"
],
[
"53",
"Phil",
"Hughes",
"None",
"113 Lupus St",
"London",
"None",
"United Kingdom",
"SW1V 3EN",
"+44 020 7976 5722",
"None",
"[email protected]",
"3"
],
[
"54",
"Steve",
"Murray",
"None",
"110 Raeburn Pl",
"Edinburgh ",
"None",
"United Kingdom",
"EH4 1HH",
"+44 0131 315 3300",
"None",
"[email protected]",
"5"
],
[
"55",
"Mark",
"Taylor",
"None",
"421 Bourke Street",
"Sidney",
"NSW",
"Australia",
"2010",
"+61 (02) 9332 3633",
"None",
"[email protected]",
"4"
],
[
"56",
"Diego",
"Gutiérrez",
"None",
"307 Macacha Güemes",
"Buenos Aires",
"None",
"Argentina",
"1106",
"+54 (0)11 4311 4333",
"None",
"[email protected]",
"4"
],
[
"57",
"Luis",
"Rojas",
"None",
"Calle Lira, 198",
"Santiago",
"None",
"Chile",
"None",
"+56 (0)2 635 4444",
"None",
"[email protected]",
"5"
],
[
"58",
"Manoj",
"Pareek",
"None",
"12,Community Centre",
"Delhi",
"None",
"India",
"110017",
"+91 0124 39883988",
"None",
"[email protected]",
"3"
],
[
"59",
"Puja",
"Srivastava",
"None",
"3,Raj Bhavan Road",
"Bangalore",
"None",
"India",
"560001",
"+91 080 22289999",
"None",
"[email protected]",
"3"
]
] |
chinook_1
|
customer
|
{
"column_descriptions": [],
"column_names_cleaned": [
"customer id",
"first name",
"last name",
"company",
"address",
"city",
"state",
"country",
"postal code",
"phone",
"fax",
"email",
"support representative id"
],
"column_types": [
"number",
"text",
"text",
"text",
"text",
"text",
"text",
"text",
"text",
"text",
"text",
"text",
"number"
],
"foreign_keys": [
{
"column_name": "SupportRepId",
"referenced_column_name": "EmployeeId",
"referenced_table_name": "employee"
}
],
"primary_key": [
"CustomerId"
]
}
|
[
[
"EmployeeId",
"LastName",
"FirstName",
"Title",
"ReportsTo",
"BirthDate",
"HireDate",
"Address",
"City",
"State",
"Country",
"PostalCode",
"Phone",
"Fax",
"Email"
],
[
"1",
"Adams",
"Andrew",
"General Manager",
"None",
"1962-02-18 00:00:00",
"2002-08-14 00:00:00",
"11120 Jasper Ave NW",
"Edmonton",
"AB",
"Canada",
"T5K 2N1",
"+1 (780) 428-9482",
"+1 (780) 428-3457",
"[email protected]"
],
[
"2",
"Edwards",
"Nancy",
"Sales Manager",
"1",
"1958-12-08 00:00:00",
"2002-05-01 00:00:00",
"825 8 Ave SW",
"Calgary",
"AB",
"Canada",
"T2P 2T3",
"+1 (403) 262-3443",
"+1 (403) 262-3322",
"[email protected]"
],
[
"3",
"Peacock",
"Jane",
"Sales Support Agent",
"2",
"1973-08-29 00:00:00",
"2002-04-01 00:00:00",
"1111 6 Ave SW",
"Calgary",
"AB",
"Canada",
"T2P 5M5",
"+1 (403) 262-3443",
"+1 (403) 262-6712",
"[email protected]"
],
[
"4",
"Park",
"Margaret",
"Sales Support Agent",
"2",
"1947-09-19 00:00:00",
"2003-05-03 00:00:00",
"683 10 Street SW",
"Calgary",
"AB",
"Canada",
"T2P 5G3",
"+1 (403) 263-4423",
"+1 (403) 263-4289",
"[email protected]"
],
[
"5",
"Johnson",
"Steve",
"Sales Support Agent",
"2",
"1965-03-03 00:00:00",
"2003-10-17 00:00:00",
"7727B 41 Ave",
"Calgary",
"AB",
"Canada",
"T3B 1Y7",
"1 (780) 836-9987",
"1 (780) 836-9543",
"[email protected]"
],
[
"6",
"Mitchell",
"Michael",
"IT Manager",
"1",
"1973-07-01 00:00:00",
"2003-10-17 00:00:00",
"5827 Bowness Road NW",
"Calgary",
"AB",
"Canada",
"T3B 0C5",
"+1 (403) 246-9887",
"+1 (403) 246-9899",
"[email protected]"
],
[
"7",
"King",
"Robert",
"IT Staff",
"6",
"1970-05-29 00:00:00",
"2004-01-02 00:00:00",
"590 Columbia Boulevard West",
"Lethbridge",
"AB",
"Canada",
"T1K 5N8",
"+1 (403) 456-9986",
"+1 (403) 456-8485",
"[email protected]"
],
[
"8",
"Callahan",
"Laura",
"IT Staff",
"6",
"1968-01-09 00:00:00",
"2004-03-04 00:00:00",
"923 7 ST NW",
"Lethbridge",
"AB",
"Canada",
"T1H 1Y8",
"+1 (403) 467-3351",
"+1 (403) 467-8772",
"[email protected]"
]
] |
chinook_1
|
employee
|
{
"column_descriptions": [],
"column_names_cleaned": [
"employee id",
"last name",
"first name",
"title",
"reports to",
"birth date",
"hire date",
"address",
"city",
"state",
"country",
"postal code",
"phone",
"fax",
"email"
],
"column_types": [
"number",
"text",
"text",
"text",
"number",
"time",
"time",
"text",
"text",
"text",
"text",
"text",
"text",
"text",
"text"
],
"foreign_keys": [
{
"column_name": "ReportsTo",
"referenced_column_name": "EmployeeId",
"referenced_table_name": "employee"
}
],
"primary_key": [
"EmployeeId"
]
}
|
[
[
"GenreId",
"Name"
],
[
"1",
"Rock"
],
[
"2",
"Jazz"
],
[
"3",
"Metal"
],
[
"4",
"Alternative & Punk"
],
[
"5",
"Rock And Roll"
],
[
"6",
"Blues"
],
[
"7",
"Latin"
],
[
"8",
"Reggae"
],
[
"9",
"Pop"
],
[
"10",
"Soundtrack"
],
[
"11",
"Bossa Nova"
],
[
"12",
"Easy Listening"
],
[
"13",
"Heavy Metal"
],
[
"14",
"R&B/Soul"
],
[
"15",
"Electronica/Dance"
],
[
"16",
"World"
],
[
"17",
"Hip Hop/Rap"
],
[
"18",
"Science Fiction"
],
[
"19",
"TV Shows"
],
[
"20",
"Sci Fi & Fantasy"
],
[
"21",
"Drama"
],
[
"22",
"Comedy"
],
[
"23",
"Alternative"
],
[
"24",
"Classical"
],
[
"25",
"Opera"
]
] |
chinook_1
|
genre
|
{
"column_descriptions": [],
"column_names_cleaned": [
"genre id",
"name"
],
"column_types": [
"number",
"text"
],
"foreign_keys": [],
"primary_key": [
"GenreId"
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.