Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
Dataset Viewer
Auto-converted to Parquet
table
sequencelengths
1
101
database_id
stringclasses
146 values
table_id
stringlengths
3
38
context
dict
[ [ "Perpetrator_ID", "People_ID", "Date", "Year", "Location", "Country", "Killed", "Injured" ], [ "1", "1", "04.26 April 26/27", "1982.0", "Uiryeong", "South Korea", "56", "37" ], [ "2", "3", "11.18 Nov. 18", "1995.0", "Zhaodong", "China", "32", "16" ], [ "3", "4", "05.21 May 21", "1938.0", "Kaio", "Japan", "30", "3" ], [ "4", "6", "09.20 Sep. 20", "1994.0", "Beijing", "China", "23", "80" ], [ "5", "8", "04.00 April", "1950.0", "Nainital", "India", "22", "0" ] ]
perpetrator
perpetrator
{ "column_descriptions": [], "column_names_cleaned": [ "perpetrator id", "people id", "date", "year", "location", "country", "killed", "injured" ], "column_types": [ "number", "number", "text", "number", "text", "text", "number", "number" ], "foreign_keys": [ { "column_name": "People_ID", "referenced_column_name": "People_ID", "referenced_table_name": "people" } ], "primary_key": [ "Perpetrator_ID" ] }
[ [ "People_ID", "Name", "Height", "Weight", "Home Town" ], [ "1", "Ron Baxter", "6.4", "205.0", "Los Angeles, CA" ], [ "2", "Brent Boyd", "6.3", "185.0", "Baton Rouge, LA" ], [ "3", "Tyrone Brayan", "6.7", "220.0", "Placentia, CA" ], [ "4", "Rob Cunningham", "6.8", "215.0", "Westport, CT" ], [ "5", "John Danks", "6.6", "190.0", "Beaver Dam, KY" ], [ "6", "Ovie Dotson", "6.5", "200.0", "San Antonio, TX" ], [ "7", "Gary Goodner", "6.7", "220.0", "Denton, TX" ], [ "8", "Henry Johnson", "6.6", "190.0", "Los Angeles, CA" ], [ "9", "Jim Krivacs", "6.1", "160.0", "Indianapolis, IN" ], [ "10", "John Moore", "6.1", "170.0", "Altoona, PA" ], [ "11", "Mike Murphy", "6.8", "215.0", "Austin, TX" ] ]
perpetrator
people
{ "column_descriptions": [], "column_names_cleaned": [ "people id", "name", "height", "weight", "home town" ], "column_types": [ "number", "text", "number", "number", "text" ], "foreign_keys": [], "primary_key": [ "People_ID" ] }
[ [ "building", "room_number", "capacity" ], [ "Lamberton", "134", "10" ], [ "Chandler", "375", "10" ], [ "Fairchild", "145", "27" ], [ "Nassau", "45", "92" ], [ "Grace", "40", "34" ], [ "Whitman", "134", "120" ], [ "Lamberton", "143", "10" ], [ "Taylor", "812", "115" ], [ "Saucon", "113", "109" ], [ "Painter", "86", "97" ], [ "Alumni", "547", "26" ], [ "Alumni", "143", "47" ], [ "Drown", "757", "18" ], [ "Saucon", "180", "15" ], [ "Whitman", "434", "32" ], [ "Saucon", "844", "24" ], [ "Bronfman", "700", "12" ], [ "Polya", "808", "28" ], [ "Gates", "707", "65" ], [ "Gates", "314", "10" ], [ "Main", "45", "30" ], [ "Taylor", "183", "71" ], [ "Power", "972", "10" ], [ "Garfield", "119", "59" ], [ "Rathbone", "261", "60" ], [ "Stabler", "105", "113" ], [ "Power", "717", "12" ], [ "Main", "425", "22" ], [ "Lambeau", "348", "51" ], [ "Chandler", "804", "11" ] ]
college_2
classroom
{ "column_descriptions": [], "column_names_cleaned": [ "building", "room number", "capacity" ], "column_types": [ "text", "text", "number" ], "foreign_keys": [], "primary_key": [ "building" ] }
[ [ "dept_name", "building", "budget" ], [ "Civil Eng.", "Chandler", "255041.46" ], [ "Biology", "Candlestick", "647610.55" ], [ "History", "Taylor", "699140.86" ], [ "Physics", "Wrigley", "942162.76" ], [ "Marketing", "Lambeau", "210627.58" ], [ "Pol. Sci.", "Whitman", "573745.09" ], [ "English", "Palmer", "611042.66" ], [ "Accounting", "Saucon", "441840.92" ], [ "Comp. Sci.", "Lamberton", "106378.69" ], [ "Languages", "Linderman", "601283.6" ], [ "Finance", "Candlestick", "866831.75" ], [ "Geology", "Palmer", "406557.93" ], [ "Cybernetics", "Mercer", "794541.46" ], [ "Astronomy", "Taylor", "617253.94" ], [ "Athletics", "Bronfman", "734550.7" ], [ "Statistics", "Taylor", "395051.74" ], [ "Psychology", "Thompson", "848175.04" ], [ "Math", "Brodhead", "777605.11" ], [ "Elec. Eng.", "Main", "276527.61" ], [ "Mech. Eng.", "Rauch", "520350.65" ] ]
college_2
department
{ "column_descriptions": [], "column_names_cleaned": [ "department name", "building", "budget" ], "column_types": [ "text", "text", "number" ], "foreign_keys": [], "primary_key": [ "dept_name" ] }
[ [ "course_id", "title", "dept_name", "credits" ], [ "787", "C Programming", "Mech. Eng.", "4" ], [ "238", "The Music of Donovan", "Mech. Eng.", "3" ], [ "608", "Electron Microscopy", "Mech. Eng.", "3" ], [ "539", "International Finance", "Comp. Sci.", "3" ], [ "278", "Greek Tragedy", "Statistics", "4" ], [ "972", "Greek Tragedy", "Psychology", "4" ], [ "391", "Virology", "Biology", "3" ], [ "814", "Compiler Design", "Elec. Eng.", "3" ], [ "272", "Geology", "Mech. Eng.", "3" ], [ "612", "Mobile Computing", "Physics", "3" ], [ "237", "Surfing", "Cybernetics", "3" ], [ "313", "International Trade", "Marketing", "3" ], [ "887", "Latin", "Mech. Eng.", "3" ], [ "328", "Composition and Literature", "Cybernetics", "3" ], [ "984", "Music of the 50s", "History", "3" ], [ "241", "Biostatistics", "Geology", "3" ], [ "338", "Graph Theory", "Psychology", "3" ], [ "400", "Visual BASIC", "Psychology", "4" ], [ "760", "How to Groom your Cat", "Accounting", "3" ], [ "629", "Finite Element Analysis", "Cybernetics", "3" ], [ "762", "The Monkeys", "History", "4" ], [ "242", "Rock and Roll", "Marketing", "3" ], [ "482", "FOCAL Programming", "Psychology", "4" ], [ "581", "Calculus", "Pol. Sci.", "4" ], [ "843", "Environmental Law", "Math", "4" ], [ "679", "The Beatles", "Math", "3" ], [ "704", "Marine Mammals", "Geology", "4" ], [ "774", "Game Programming", "Cybernetics", "4" ], [ "591", "Shakespeare", "Pol. Sci.", "4" ], [ "319", "World History", "Finance", "4" ], [ "960", "Tort Law", "Civil Eng.", "3" ], [ "274", "Corporate Law", "Comp. Sci.", "4" ], [ "426", "Video Gaming", "Finance", "3" ], [ "852", "World History", "Athletics", "4" ], [ "408", "Bankruptcy", "Accounting", "3" ], [ "808", "Organic Chemistry", "English", "4" ], [ "902", "Existentialism", "Finance", "3" ], [ "730", "Quantum Mechanics", "Elec. Eng.", "4" ], [ "362", "Embedded Systems", "Finance", "4" ], [ "341", "Quantum Mechanics", "Cybernetics", "3" ], [ "582", "Marine Mammals", "Cybernetics", "3" ], [ "867", "The IBM 360 Architecture", "History", "3" ], [ "169", "Marine Mammals", "Elec. Eng.", "3" ], [ "680", "Electricity and Magnetism", "Civil Eng.", "3" ], [ "227", "Elastic Structures", "Languages", "4" ], [ "991", "Transaction Processing", "Psychology", "3" ], [ "366", "Computational Biology", "English", "3" ], [ "376", "Cost Accounting", "Physics", "4" ], [ "489", "Journalism", "Astronomy", "4" ], [ "663", "Geology", "Psychology", "3" ], [ "461", "Physical Chemistry", "Math", "3" ], [ "105", "Image Processing", "Astronomy", "3" ], [ "407", "Industrial Organization", "Languages", "4" ], [ "254", "Security", "Cybernetics", "3" ], [ "998", "Immunology", "Civil Eng.", "4" ], [ "457", "Systems Software", "History", "3" ], [ "401", "Sanitary Engineering", "Athletics", "4" ], [ "127", "Thermodynamics", "Geology", "3" ], [ "399", "RPG Programming", "Pol. Sci.", "4" ], [ "949", "Japanese", "Comp. Sci.", "3" ], [ "496", "Aquatic Chemistry", "Cybernetics", "3" ], [ "334", "International Trade", "Athletics", "3" ], [ "544", "Differential Geometry", "Statistics", "3" ], [ "451", "Database System Concepts", "Pol. Sci.", "4" ], [ "190", "Romantic Literature", "Civil Eng.", "3" ], [ "630", "Religion", "English", "3" ], [ "761", "Existentialism", "Athletics", "3" ], [ "804", "Introduction to Burglary", "Cybernetics", "4" ], [ "781", "Compiler Design", "Finance", "4" ], [ "805", "Composition and Literature", "Statistics", "4" ], [ "318", "Geology", "Cybernetics", "3" ], [ "353", "Operating Systems", "Psychology", "3" ], [ "394", "C Programming", "Athletics", "3" ], [ "137", "Manufacturing", "Finance", "3" ], [ "192", "Drama", "Languages", "4" ], [ "681", "Medieval Civilization or Lack Thereof", "English", "3" ], [ "377", "Differential Geometry", "Astronomy", "4" ], [ "959", "Bacteriology", "Physics", "4" ], [ "235", "International Trade", "Math", "3" ], [ "421", "Aquatic Chemistry", "Athletics", "4" ], [ "647", "Service-Oriented Architectures", "Comp. Sci.", "4" ], [ "598", "Number Theory", "Accounting", "4" ], [ "858", "Sailing", "Math", "4" ], [ "487", "Physical Chemistry", "History", "3" ], [ "133", "Antidisestablishmentarianism in Modern America", "Biology", "4" ], [ "267", "Hydraulics", "Physics", "4" ], [ "200", "The Music of the Ramones", "Accounting", "4" ], [ "664", "Elastic Structures", "English", "3" ], [ "599", "Mechanics", "Psychology", "4" ], [ "456", "Hebrew", "Civil Eng.", "3" ], [ "558", "Environmental Law", "Psychology", "3" ], [ "919", "Computability Theory", "Math", "3" ], [ "546", "Creative Writing", "Mech. Eng.", "4" ], [ "969", "The Monkeys", "Astronomy", "4" ], [ "877", "Composition and Literature", "Biology", "4" ], [ "337", "Differential Geometry", "Statistics", "3" ], [ "983", "Virology", "Languages", "4" ], [ "603", "Care and Feeding of Cats", "Statistics", "3" ], [ "747", "International Practicum", "Comp. Sci.", "4" ], [ "659", "Geology", "Math", "4" ] ]
college_2
course
{ "column_descriptions": [], "column_names_cleaned": [ "course id", "title", "department name", "credits" ], "column_types": [ "text", "text", "text", "number" ], "foreign_keys": [ { "column_name": "dept_name", "referenced_column_name": "dept_name", "referenced_table_name": "department" } ], "primary_key": [ "course_id" ] }
[ [ "ID", "name", "dept_name", "salary" ], [ "63395", "McKinnon", "Cybernetics", "94333.99" ], [ "78699", "Pingr", "Statistics", "59303.62" ], [ "96895", "Mird", "Marketing", "119921.41" ], [ "4233", "Luo", "English", "88791.45" ], [ "4034", "Murata", "Athletics", "61387.56" ], [ "50885", "Konstantinides", "Languages", "32570.5" ], [ "79653", "Levine", "Elec. Eng.", "89805.83" ], [ "50330", "Shuming", "Physics", "108011.81" ], [ "80759", "Queiroz", "Biology", "45538.32" ], [ "73623", "Sullivan", "Elec. Eng.", "90038.09" ], [ "97302", "Bertolino", "Mech. Eng.", "51647.57" ], [ "57180", "Hau", "Accounting", "43966.29" ], [ "74420", "Voronina", "Physics", "121141.99" ], [ "35579", "Soisalon-Soininen", "Psychology", "62579.61" ], [ "31955", "Moreira", "Accounting", "71351.42" ], [ "37687", "Arias", "Statistics", "104563.38" ], [ "6569", "Mingoz", "Finance", "105311.38" ], [ "16807", "Yazdi", "Athletics", "98333.65" ], [ "14365", "Lembr", "Accounting", "32241.56" ], [ "90643", "Choll", "Statistics", "57807.09" ], [ "81991", "Valtchev", "Biology", "77036.18" ], [ "95030", "Arinb", "Statistics", "54805.11" ], [ "15347", "Bawa", "Athletics", "72140.88" ], [ "74426", "Kenje", "Marketing", "106554.73" ], [ "42782", "Vicentino", "Elec. Eng.", "34272.67" ], [ "58558", "Dusserre", "Marketing", "66143.25" ], [ "63287", "Jaekel", "Athletics", "103146.87" ], [ "59795", "Desyl", "Languages", "48803.38" ], [ "22591", "DAgostino", "Psychology", "59706.49" ], [ "48570", "Sarkar", "Pol. Sci.", "87549.8" ], [ "79081", "Ullman ", "Accounting", "47307.1" ], [ "52647", "Bancilhon", "Pol. Sci.", "87958.01" ], [ "25946", "Liley", "Languages", "90891.69" ], [ "36897", "Morris", "Marketing", "43770.36" ], [ "72553", "Yin", "English", "46397.59" ], [ "3199", "Gustafsson", "Elec. Eng.", "82534.37" ], [ "34175", "Bondi", "Comp. Sci.", "115469.11" ], [ "48507", "Lent", "Mech. Eng.", "107978.47" ], [ "65931", "Pimenta", "Cybernetics", "79866.95" ], [ "3335", "Bourrier", "Comp. Sci.", "80797.83" ], [ "64871", "Gutierrez", "Statistics", "45310.53" ], [ "95709", "Sakurai", "English", "118143.98" ], [ "43779", "Romero", "Astronomy", "79070.08" ], [ "77346", "Mahmoud", "Geology", "99382.59" ], [ "28097", "Kean", "English", "35023.18" ], [ "90376", "Bietzk", "Cybernetics", "117836.5" ], [ "28400", "Atanassov", "Statistics", "84982.92" ], [ "41930", "Tung", "Athletics", "50482.03" ], [ "19368", "Wieland", "Pol. Sci.", "124651.41" ], [ "99052", "Dale", "Cybernetics", "93348.83" ] ]
college_2
instructor
{ "column_descriptions": [], "column_names_cleaned": [ "id", "name", "department name", "salary" ], "column_types": [ "text", "text", "text", "number" ], "foreign_keys": [ { "column_name": "dept_name", "referenced_column_name": "dept_name", "referenced_table_name": "department" } ], "primary_key": [ "ID" ] }
[ [ "course_id", "sec_id", "semester", "year", "building", "room_number", "time_slot_id" ], [ "313", "1", "Fall", "2010", "Chandler", "804", "N" ], [ "747", "1", "Spring", "2004", "Gates", "314", "K" ], [ "443", "1", "Spring", "2010", "Whitman", "434", "O" ], [ "893", "1", "Fall", "2007", "Fairchild", "145", "B" ], [ "663", "1", "Spring", "2005", "Fairchild", "145", "D" ], [ "457", "1", "Spring", "2001", "Saucon", "844", "D" ], [ "445", "1", "Spring", "2001", "Alumni", "547", "J" ], [ "559", "1", "Fall", "2002", "Lamberton", "134", "J" ], [ "239", "1", "Fall", "2006", "Taylor", "183", "C" ], [ "802", "1", "Spring", "2003", "Saucon", "113", "J" ], [ "158", "1", "Fall", "2008", "Whitman", "434", "F" ], [ "735", "1", "Spring", "2003", "Drown", "757", "D" ], [ "237", "1", "Spring", "2008", "Power", "717", "D" ], [ "338", "1", "Spring", "2007", "Fairchild", "145", "G" ], [ "376", "1", "Fall", "2006", "Power", "717", "K" ], [ "927", "1", "Fall", "2002", "Saucon", "180", "F" ], [ "692", "1", "Spring", "2010", "Taylor", "183", "I" ], [ "867", "1", "Fall", "2006", "Taylor", "183", "E" ], [ "561", "1", "Fall", "2006", "Main", "45", "L" ], [ "604", "1", "Spring", "2009", "Bronfman", "700", "N" ], [ "974", "1", "Fall", "2003", "Polya", "808", "H" ], [ "959", "1", "Fall", "2006", "Saucon", "180", "M" ], [ "702", "1", "Spring", "2001", "Saucon", "113", "O" ], [ "631", "1", "Spring", "2007", "Taylor", "183", "E" ], [ "334", "1", "Fall", "2009", "Taylor", "812", "O" ], [ "274", "1", "Fall", "2002", "Main", "425", "N" ], [ "366", "1", "Fall", "2005", "Saucon", "844", "O" ], [ "545", "1", "Fall", "2001", "Saucon", "180", "P" ], [ "486", "1", "Fall", "2009", "Whitman", "134", "K" ], [ "426", "1", "Spring", "2006", "Lamberton", "134", "G" ], [ "258", "1", "Fall", "2007", "Main", "45", "K" ], [ "972", "1", "Spring", "2009", "Taylor", "183", "J" ], [ "349", "1", "Spring", "2008", "Saucon", "113", "K" ], [ "415", "1", "Fall", "2010", "Lamberton", "134", "D" ], [ "137", "1", "Spring", "2002", "Fairchild", "145", "I" ], [ "304", "1", "Fall", "2009", "Lamberton", "143", "H" ], [ "468", "1", "Fall", "2005", "Lambeau", "348", "J" ], [ "748", "1", "Fall", "2003", "Saucon", "180", "L" ], [ "694", "1", "Fall", "2002", "Alumni", "143", "O" ], [ "345", "1", "Spring", "2008", "Taylor", "183", "A" ], [ "352", "1", "Spring", "2006", "Lambeau", "348", "M" ], [ "581", "1", "Spring", "2005", "Alumni", "547", "G" ], [ "493", "1", "Spring", "2010", "Lamberton", "134", "H" ], [ "795", "1", "Spring", "2004", "Lamberton", "143", "D" ], [ "793", "1", "Spring", "2002", "Nassau", "45", "F" ], [ "237", "2", "Fall", "2009", "Fairchild", "145", "J" ], [ "362", "1", "Fall", "2005", "Lamberton", "143", "I" ], [ "642", "1", "Fall", "2004", "Saucon", "113", "D" ], [ "808", "1", "Fall", "2003", "Polya", "808", "M" ], [ "679", "1", "Spring", "2010", "Saucon", "844", "D" ], [ "629", "1", "Spring", "2003", "Stabler", "105", "F" ], [ "400", "1", "Spring", "2007", "Lambeau", "348", "M" ], [ "599", "1", "Spring", "2003", "Chandler", "804", "D" ], [ "760", "1", "Spring", "2004", "Garfield", "119", "A" ], [ "843", "1", "Fall", "2010", "Fairchild", "145", "J" ], [ "200", "1", "Spring", "2007", "Saucon", "180", "D" ], [ "443", "2", "Spring", "2002", "Gates", "707", "K" ], [ "612", "1", "Fall", "2007", "Lamberton", "143", "G" ], [ "169", "1", "Spring", "2007", "Gates", "314", "A" ], [ "791", "1", "Spring", "2006", "Polya", "808", "H" ], [ "867", "2", "Fall", "2010", "Lamberton", "134", "M" ], [ "489", "1", "Fall", "2007", "Lamberton", "143", "D" ], [ "158", "2", "Spring", "2008", "Taylor", "812", "D" ], [ "242", "1", "Fall", "2009", "Fairchild", "145", "C" ], [ "960", "1", "Fall", "2009", "Lamberton", "134", "J" ], [ "421", "1", "Fall", "2004", "Gates", "707", "E" ], [ "105", "1", "Fall", "2009", "Chandler", "375", "C" ], [ "591", "1", "Spring", "2005", "Saucon", "180", "F" ], [ "192", "1", "Fall", "2002", "Polya", "808", "B" ], [ "362", "2", "Fall", "2006", "Alumni", "547", "A" ], [ "270", "1", "Spring", "2010", "Power", "717", "M" ], [ "461", "1", "Fall", "2002", "Main", "425", "P" ], [ "704", "1", "Spring", "2008", "Taylor", "812", "E" ], [ "626", "1", "Fall", "2006", "Lamberton", "143", "B" ], [ "105", "2", "Fall", "2002", "Taylor", "183", "C" ], [ "696", "1", "Spring", "2002", "Saucon", "180", "E" ], [ "962", "1", "Spring", "2008", "Nassau", "45", "L" ], [ "362", "3", "Spring", "2008", "Bronfman", "700", "L" ], [ "852", "1", "Spring", "2008", "Gates", "707", "F" ], [ "949", "1", "Fall", "2007", "Saucon", "180", "B" ], [ "482", "1", "Fall", "2005", "Whitman", "434", "H" ], [ "527", "1", "Fall", "2004", "Saucon", "113", "M" ], [ "476", "1", "Fall", "2010", "Drown", "757", "C" ], [ "991", "1", "Spring", "2008", "Lamberton", "134", "J" ], [ "408", "1", "Spring", "2007", "Taylor", "812", "C" ], [ "319", "1", "Spring", "2003", "Rathbone", "261", "E" ], [ "400", "2", "Fall", "2003", "Main", "425", "O" ], [ "401", "1", "Fall", "2003", "Saucon", "180", "A" ], [ "960", "2", "Fall", "2006", "Power", "717", "M" ], [ "571", "1", "Spring", "2004", "Power", "972", "I" ], [ "468", "2", "Fall", "2007", "Power", "717", "L" ], [ "735", "2", "Spring", "2010", "Taylor", "183", "D" ], [ "169", "2", "Fall", "2002", "Drown", "757", "L" ], [ "496", "1", "Fall", "2001", "Taylor", "812", "I" ], [ "200", "2", "Fall", "2002", "Chandler", "375", "D" ], [ "875", "1", "Spring", "2005", "Power", "717", "P" ], [ "603", "1", "Fall", "2003", "Taylor", "812", "P" ], [ "408", "2", "Spring", "2003", "Taylor", "183", "J" ], [ "338", "2", "Spring", "2006", "Stabler", "105", "J" ], [ "864", "1", "Spring", "2006", "Power", "972", "D" ] ]
college_2
section
{ "column_descriptions": [], "column_names_cleaned": [ "course id", "section id", "semester", "year", "building", "room number", "time slot id" ], "column_types": [ "text", "text", "text", "number", "text", "text", "text" ], "foreign_keys": [ { "column_name": "building", "referenced_column_name": "building", "referenced_table_name": "classroom" }, { "column_name": "room_number", "referenced_column_name": "room_number", "referenced_table_name": "classroom" }, { "column_name": "course_id", "referenced_column_name": "course_id", "referenced_table_name": "course" } ], "primary_key": [ "course_id" ] }
[ [ "ID", "course_id", "sec_id", "semester", "year" ], [ "34175", "747", "1", "Spring", "2004" ], [ "3199", "169", "1", "Spring", "2007" ], [ "6569", "445", "1", "Spring", "2001" ], [ "28097", "808", "1", "Fall", "2003" ], [ "22591", "962", "1", "Spring", "2008" ], [ "90376", "158", "1", "Fall", "2008" ], [ "3199", "561", "1", "Fall", "2006" ], [ "34175", "274", "1", "Fall", "2002" ], [ "34175", "571", "1", "Spring", "2004" ], [ "79081", "345", "1", "Spring", "2008" ], [ "80759", "559", "1", "Fall", "2002" ], [ "22591", "991", "1", "Spring", "2008" ], [ "22591", "400", "2", "Fall", "2003" ], [ "74420", "376", "1", "Fall", "2006" ], [ "73623", "694", "1", "Fall", "2002" ], [ "6569", "137", "1", "Spring", "2002" ], [ "95709", "270", "1", "Spring", "2010" ], [ "36897", "795", "1", "Spring", "2004" ], [ "74420", "443", "2", "Spring", "2002" ], [ "77346", "486", "1", "Fall", "2009" ], [ "79081", "408", "1", "Spring", "2007" ], [ "6569", "362", "3", "Spring", "2008" ], [ "6569", "527", "1", "Fall", "2004" ], [ "41930", "401", "1", "Fall", "2003" ], [ "79081", "408", "2", "Spring", "2003" ], [ "77346", "493", "1", "Spring", "2010" ], [ "4233", "679", "1", "Spring", "2010" ], [ "99052", "237", "2", "Fall", "2009" ], [ "95709", "258", "1", "Fall", "2007" ], [ "63287", "334", "1", "Fall", "2009" ], [ "28097", "366", "1", "Fall", "2005" ], [ "19368", "581", "1", "Spring", "2005" ], [ "42782", "793", "1", "Spring", "2002" ], [ "74420", "959", "1", "Fall", "2006" ], [ "41930", "421", "1", "Fall", "2004" ], [ "6569", "426", "1", "Spring", "2006" ], [ "6569", "362", "2", "Fall", "2006" ], [ "77346", "864", "1", "Spring", "2006" ], [ "3335", "960", "1", "Fall", "2009" ], [ "43779", "105", "1", "Fall", "2009" ], [ "48507", "626", "1", "Fall", "2006" ], [ "99052", "893", "1", "Fall", "2007" ], [ "22591", "663", "1", "Spring", "2005" ], [ "25946", "192", "1", "Fall", "2002" ], [ "6569", "349", "1", "Spring", "2008" ], [ "99052", "237", "1", "Spring", "2008" ], [ "22591", "972", "1", "Spring", "2009" ], [ "77346", "704", "1", "Spring", "2008" ], [ "36897", "242", "1", "Fall", "2009" ], [ "99052", "158", "2", "Spring", "2008" ], [ "19368", "545", "1", "Fall", "2001" ], [ "36897", "791", "1", "Spring", "2006" ], [ "22591", "642", "1", "Fall", "2004" ], [ "95709", "468", "1", "Fall", "2005" ], [ "3335", "949", "1", "Fall", "2007" ], [ "99052", "748", "1", "Fall", "2003" ], [ "43779", "489", "1", "Fall", "2007" ], [ "28400", "603", "1", "Fall", "2003" ], [ "81991", "415", "1", "Fall", "2010" ], [ "48570", "867", "2", "Fall", "2010" ], [ "3199", "631", "1", "Spring", "2007" ], [ "74420", "443", "1", "Spring", "2010" ], [ "81991", "702", "1", "Spring", "2001" ], [ "14365", "843", "1", "Fall", "2010" ], [ "74420", "612", "1", "Fall", "2007" ], [ "99052", "629", "1", "Spring", "2003" ], [ "43779", "105", "2", "Fall", "2002" ], [ "79081", "200", "2", "Fall", "2002" ], [ "99052", "496", "1", "Fall", "2001" ], [ "50330", "468", "2", "Fall", "2007" ], [ "36897", "696", "1", "Spring", "2002" ], [ "77346", "735", "1", "Spring", "2003" ], [ "14365", "200", "1", "Spring", "2007" ], [ "90643", "461", "1", "Fall", "2002" ], [ "77346", "735", "2", "Spring", "2010" ], [ "6569", "362", "1", "Fall", "2005" ], [ "43779", "476", "1", "Fall", "2010" ], [ "74420", "239", "1", "Fall", "2006" ], [ "6569", "304", "1", "Fall", "2009" ], [ "22591", "599", "1", "Spring", "2003" ], [ "63287", "852", "1", "Spring", "2008" ], [ "79081", "760", "1", "Spring", "2004" ], [ "19368", "591", "1", "Spring", "2005" ], [ "3199", "169", "2", "Fall", "2002" ], [ "36897", "313", "1", "Fall", "2010" ], [ "41930", "692", "1", "Spring", "2010" ], [ "22591", "867", "1", "Fall", "2006" ], [ "22591", "482", "1", "Fall", "2005" ], [ "15347", "457", "1", "Spring", "2001" ], [ "99052", "802", "1", "Spring", "2003" ], [ "22591", "338", "1", "Spring", "2007" ], [ "22591", "352", "1", "Spring", "2006" ], [ "22591", "338", "2", "Spring", "2006" ], [ "95709", "960", "2", "Fall", "2006" ], [ "65931", "875", "1", "Spring", "2005" ], [ "22591", "400", "1", "Spring", "2007" ], [ "99052", "927", "1", "Fall", "2002" ], [ "79081", "974", "1", "Fall", "2003" ], [ "28400", "604", "1", "Spring", "2009" ], [ "6569", "319", "1", "Spring", "2003" ] ]
college_2
teaches
{ "column_descriptions": [], "column_names_cleaned": [ "id", "course id", "section id", "semester", "year" ], "column_types": [ "text", "text", "text", "text", "number" ], "foreign_keys": [ { "column_name": "ID", "referenced_column_name": "ID", "referenced_table_name": "instructor" }, { "column_name": "course_id", "referenced_column_name": "course_id", "referenced_table_name": "section" }, { "column_name": "sec_id", "referenced_column_name": "sec_id", "referenced_table_name": "section" }, { "column_name": "semester", "referenced_column_name": "semester", "referenced_table_name": "section" }, { "column_name": "year", "referenced_column_name": "year", "referenced_table_name": "section" } ], "primary_key": [ "ID" ] }
[ [ "ID", "name", "dept_name", "tot_cred" ], [ "24746", "Schrefl", "History", "4" ], [ "79352", "Rumat", "Finance", "100" ], [ "76672", "Miliko", "Statistics", "116" ], [ "14182", "Moszkowski", "Civil Eng.", "73" ], [ "44985", "Prieto", "Biology", "91" ], [ "96052", "Marcol", "Cybernetics", "15" ], [ "35175", "Quimby", "History", "4" ], [ "44271", "Sowerby", "English", "108" ], [ "40897", "Coppens", "Math", "58" ], [ "92839", "Cirsto", "Math", "115" ], [ "79329", "Velikovs", "Marketing", "110" ], [ "97101", "Marek", "Psychology", "53" ], [ "24865", "Tran-", "Marketing", "116" ], [ "36052", "Guerra", "Elec. Eng.", "59" ], [ "98940", "Hawthorne", "Marketing", "78" ], [ "21395", "Leuen", "Math", "43" ], [ "55859", "Eguchi", "Astronomy", "14" ], [ "74016", "Moei", "Elec. Eng.", "15" ], [ "93061", "Alfaro", "Elec. Eng.", "69" ], [ "94998", "Krishnakumar", "Physics", "81" ], [ "30772", "Inoue", "Math", "18" ], [ "1968", "Sahm", "Finance", "4" ], [ "90567", "Tomason", "Pol. Sci.", "118" ], [ "49611", "Karande", "Astronomy", "57" ], [ "81538", "Wunderli", "Languages", "117" ], [ "68999", "Greve", "Psychology", "113" ], [ "74639", "Cerime", "Accounting", "35" ], [ "66054", "Crick", "Comp. Sci.", "86" ], [ "792", "Hashimoto", "Athletics", "102" ], [ "60267", "Dage", "Physics", "7" ], [ "17769", "Pearlman", "Biology", "45" ], [ "39580", "Macias", "Psychology", "128" ], [ "89106", "Dawson", "Mech. Eng.", "88" ], [ "37856", "Gay", "Statistics", "92" ], [ "58307", "Tiamp", "Pol. Sci.", "63" ], [ "57985", "Weller", "Geology", "45" ], [ "72014", "Kee", "Languages", "57" ], [ "2795", "Milner", "Finance", "8" ], [ "89000", "Guthk", "Finance", "80" ], [ "46442", "Kagd", "Cybernetics", "61" ], [ "60040", "Samel", "Math", "100" ], [ "19791", "Vanrell", "Comp. Sci.", "61" ], [ "4582", "Zaniolo", "Math", "0" ], [ "108", "Dhav", "Biology", "80" ], [ "1533", "She", "Statistics", "29" ], [ "7123", "Holn", "Math", "27" ], [ "44584", "Agar", "Geology", "58" ], [ "32954", "Curutchet", "Languages", "121" ], [ "98056", "Di", "Civil Eng.", "81" ], [ "76953", "Lemoine", "Athletics", "60" ], [ "81884", "Kereth", "Accounting", "96" ], [ "22057", "Cal", "Cybernetics", "20" ], [ "21126", "McCarter", "Cybernetics", "38" ], [ "82918", "Yemini", "Statistics", "43" ], [ "4173", "Erol", "Statistics", "21" ], [ "83022", "Chyr", "Math", "10" ], [ "25525", "Moreira", "Comp. Sci.", "107" ], [ "75040", "Kruglyak", "Pol. Sci.", "99" ], [ "31624", "Keuk", "Geology", "107" ], [ "64893", "Katzenb", "Statistics", "78" ], [ "59920", "Dano", "Civil Eng.", "16" ], [ "38602", "Torres", "Cybernetics", "108" ], [ "21401", "Garze", "Physics", "92" ], [ "93004", "Gibbs", "Finance", "129" ], [ "38899", "Murphy", "Marketing", "30" ], [ "75241", "Hughes", "Languages", "79" ], [ "98830", "Frolova", "Comp. Sci.", "13" ], [ "37101", "Falconer", "Physics", "78" ], [ "4508", "Cochran", "English", "127" ], [ "32130", "Bannac", "Biology", "56" ], [ "56755", "Paul", "Mech. Eng.", "62" ], [ "11510", "Rakoj", "Mech. Eng.", "37" ], [ "3335", "Otterm", "Finance", "73" ], [ "61081", "Bai", "Geology", "100" ], [ "33651", "Seike", "Geology", "2" ], [ "8251", "Kite", "History", "47" ], [ "10705", "Terauchi", "Physics", "48" ], [ "64082", "Boyle", "Languages", "87" ], [ "59517", "Harrison", "Elec. Eng.", "81" ], [ "91569", "Pavlovico", "Marketing", "90" ], [ "88085", "Bouamama", "Comp. Sci.", "8" ], [ "96722", "Liley", "English", "34" ], [ "36379", "Triebel", "Comp. Sci.", "115" ], [ "69581", "Prabhakaran", "Statistics", "26" ], [ "65329", "Benson", "Mech. Eng.", "63" ], [ "49214", "Vogel", "Psychology", "46" ], [ "64155", "Midu", "Languages", "33" ], [ "58594", "Ivanov", "Finance", "11" ], [ "71904", "Boldin", "Mech. Eng.", "89" ], [ "69241", "Kannan", "Athletics", "99" ], [ "58889", "Collet", "Geology", "76" ], [ "30341", "Anse", "History", "58" ], [ "70688", "Ishihara", "Elec. Eng.", "86" ], [ "81258", "Nirenbu", "History", "102" ], [ "63090", "Hoov", "Math", "118" ], [ "70572", "Andrews", "Psychology", "7" ], [ "58413", "Xiong", "Athletics", "27" ], [ "93171", "Carey", "Marketing", "56" ], [ "35138", "Corbac", "Mech. Eng.", "86" ], [ "77289", "Kok", "Geology", "57" ] ]
college_2
student
{ "column_descriptions": [], "column_names_cleaned": [ "id", "name", "department name", "total credits" ], "column_types": [ "text", "text", "text", "number" ], "foreign_keys": [ { "column_name": "dept_name", "referenced_column_name": "dept_name", "referenced_table_name": "department" } ], "primary_key": [ "ID" ] }
[ [ "ID", "course_id", "sec_id", "semester", "year", "grade" ], [ "65901", "401", "1", "Fall", "2003", "C-" ], [ "24932", "802", "1", "Spring", "2003", "B-" ], [ "61332", "200", "1", "Spring", "2007", "A-" ], [ "73492", "760", "1", "Spring", "2004", "A " ], [ "65715", "843", "1", "Fall", "2010", "B+" ], [ "58300", "408", "1", "Spring", "2007", "B-" ], [ "760", "571", "1", "Spring", "2004", "B " ], [ "69730", "313", "1", "Fall", "2010", "A " ], [ "94836", "626", "1", "Fall", "2006", "C+" ], [ "49391", "603", "1", "Fall", "2003", "B-" ], [ "48850", "457", "1", "Spring", "2001", "C-" ], [ "68999", "169", "1", "Spring", "2007", "A+" ], [ "53469", "169", "1", "Spring", "2007", "C " ], [ "74016", "747", "1", "Spring", "2004", "A-" ], [ "49073", "496", "1", "Fall", "2001", "C-" ], [ "52866", "795", "1", "Spring", "2004", "B " ], [ "83314", "960", "1", "Fall", "2009", "A " ], [ "70359", "599", "1", "Spring", "2003", "A-" ], [ "88993", "313", "1", "Fall", "2010", "C+" ], [ "97042", "192", "1", "Fall", "2002", "A-" ], [ "33460", "482", "1", "Fall", "2005", "C+" ], [ "81207", "239", "1", "Fall", "2006", "A+" ], [ "68010", "972", "1", "Spring", "2009", "A+" ], [ "15517", "489", "1", "Fall", "2007", "A+" ], [ "8957", "561", "1", "Fall", "2006", "C " ], [ "8986", "927", "1", "Fall", "2002", "A " ], [ "7956", "692", "1", "Spring", "2010", "C " ], [ "792", "972", "1", "Spring", "2009", "A-" ], [ "84189", "791", "1", "Spring", "2006", "B-" ], [ "92659", "527", "1", "Fall", "2004", "C " ], [ "22198", "612", "1", "Fall", "2007", "A-" ], [ "8957", "696", "1", "Spring", "2002", "B " ], [ "36244", "401", "1", "Fall", "2003", "A-" ], [ "97658", "545", "1", "Fall", "2001", "A " ], [ "89104", "352", "1", "Spring", "2006", "A+" ], [ "5393", "791", "1", "Spring", "2006", "A+" ], [ "80248", "793", "1", "Spring", "2002", "B-" ], [ "30222", "962", "1", "Spring", "2008", "B-" ], [ "64155", "421", "1", "Fall", "2004", "A+" ], [ "99660", "242", "1", "Fall", "2009", "A " ], [ "8517", "802", "1", "Spring", "2003", "B-" ], [ "31820", "468", "2", "Fall", "2007", "B-" ], [ "46769", "334", "1", "Fall", "2009", "C-" ], [ "43505", "867", "1", "Fall", "2006", "A+" ], [ "79589", "158", "2", "Spring", "2008", "A " ], [ "70235", "489", "1", "Fall", "2007", "C " ], [ "11126", "304", "1", "Fall", "2009", "B+" ], [ "27366", "443", "1", "Spring", "2010", "A-" ], [ "3576", "338", "1", "Spring", "2007", "A-" ], [ "3127", "843", "1", "Fall", "2010", "B " ], [ "39619", "362", "2", "Fall", "2006", "C+" ], [ "33651", "200", "1", "Spring", "2007", "C-" ], [ "62520", "702", "1", "Spring", "2001", "C-" ], [ "86573", "486", "1", "Fall", "2009", "B " ], [ "792", "663", "1", "Spring", "2005", "B-" ], [ "27528", "313", "1", "Fall", "2010", "B " ], [ "52945", "626", "1", "Fall", "2006", "C+" ], [ "37103", "581", "1", "Spring", "2005", "C+" ], [ "11126", "401", "1", "Fall", "2003", "B-" ], [ "62152", "105", "1", "Fall", "2009", "C+" ], [ "3127", "791", "1", "Spring", "2006", "B " ], [ "2848", "445", "1", "Spring", "2001", "A " ], [ "20985", "304", "1", "Fall", "2009", "A+" ], [ "69628", "426", "1", "Spring", "2006", "B " ], [ "78572", "457", "1", "Spring", "2001", "C " ], [ "60366", "426", "1", "Spring", "2006", "A " ], [ "52741", "237", "2", "Fall", "2009", "B+" ], [ "72501", "400", "2", "Fall", "2003", "B-" ], [ "5250", "169", "1", "Spring", "2007", "C-" ], [ "38013", "802", "1", "Spring", "2003", "C " ], [ "88417", "362", "3", "Spring", "2008", "A-" ], [ "2286", "843", "1", "Fall", "2010", "A " ], [ "15083", "237", "1", "Spring", "2008", "B-" ], [ "336", "426", "1", "Spring", "2006", "A-" ], [ "64934", "169", "2", "Fall", "2002", "A-" ], [ "499", "692", "1", "Spring", "2010", "C-" ], [ "56598", "927", "1", "Fall", "2002", "C-" ], [ "46074", "376", "1", "Fall", "2006", "C-" ], [ "47627", "258", "1", "Fall", "2007", "A-" ], [ "85063", "581", "1", "Spring", "2005", "A+" ], [ "43032", "401", "1", "Fall", "2003", "B-" ], [ "34055", "962", "1", "Spring", "2008", "C " ], [ "16250", "200", "1", "Spring", "2007", "B+" ], [ "16907", "137", "1", "Spring", "2002", "A " ], [ "66356", "571", "1", "Spring", "2004", "B+" ], [ "3335", "679", "1", "Spring", "2010", "C " ], [ "72501", "959", "1", "Fall", "2006", "C-" ], [ "18583", "642", "1", "Fall", "2004", "B+" ], [ "53152", "408", "2", "Spring", "2003", "C-" ], [ "17924", "867", "2", "Fall", "2010", "A+" ], [ "77729", "972", "1", "Spring", "2009", "B+" ], [ "4248", "571", "1", "Spring", "2004", "C " ], [ "46106", "468", "1", "Fall", "2005", "C-" ], [ "14621", "338", "2", "Spring", "2006", "C-" ], [ "14829", "376", "1", "Fall", "2006", "C+" ], [ "50658", "421", "1", "Fall", "2004", "B " ], [ "44706", "875", "1", "Spring", "2005", "C-" ], [ "92949", "960", "1", "Fall", "2009", "C " ], [ "66969", "735", "2", "Spring", "2010", "C-" ], [ "97658", "852", "1", "Spring", "2008", "B-" ] ]
college_2
takes
{ "column_descriptions": [], "column_names_cleaned": [ "id", "course id", "section id", "semester", "year", "grade" ], "column_types": [ "text", "text", "text", "text", "number", "text" ], "foreign_keys": [ { "column_name": "ID", "referenced_column_name": "ID", "referenced_table_name": "student" }, { "column_name": "course_id", "referenced_column_name": "course_id", "referenced_table_name": "section" }, { "column_name": "sec_id", "referenced_column_name": "sec_id", "referenced_table_name": "section" }, { "column_name": "semester", "referenced_column_name": "semester", "referenced_table_name": "section" }, { "column_name": "year", "referenced_column_name": "year", "referenced_table_name": "section" } ], "primary_key": [ "ID" ] }
[ [ "s_ID", "i_ID" ], [ "24746", "19368" ], [ "79352", "95030" ], [ "76672", "22591" ], [ "14182", "77346" ], [ "44985", "31955" ], [ "96052", "73623" ], [ "35175", "90643" ], [ "44271", "58558" ], [ "40897", "73623" ], [ "92839", "25946" ], [ "79329", "58558" ], [ "97101", "48570" ], [ "24865", "6569" ], [ "36052", "31955" ], [ "98940", "99052" ], [ "21395", "58558" ], [ "55859", "28097" ], [ "74016", "74420" ], [ "93061", "64871" ], [ "94998", "50330" ], [ "30772", "57180" ], [ "1968", "3335" ], [ "90567", "48507" ], [ "49611", "58558" ], [ "81538", "59795" ], [ "68999", "6569" ], [ "74639", "41930" ], [ "66054", "25946" ], [ "792", "48507" ], [ "60267", "81991" ], [ "17769", "36897" ], [ "39580", "3199" ], [ "89106", "15347" ], [ "37856", "25946" ], [ "58307", "48507" ], [ "57985", "52647" ], [ "72014", "22591" ], [ "2795", "28400" ], [ "89000", "58558" ], [ "46442", "48570" ], [ "60040", "15347" ], [ "19791", "59795" ], [ "4582", "64871" ], [ "108", "77346" ], [ "1533", "50885" ], [ "7123", "65931" ], [ "44584", "64871" ], [ "32954", "90376" ], [ "98056", "73623" ], [ "76953", "79081" ], [ "81884", "3199" ], [ "22057", "48507" ], [ "21126", "52647" ], [ "82918", "81991" ], [ "4173", "25946" ], [ "83022", "64871" ], [ "25525", "96895" ], [ "75040", "80759" ], [ "31624", "41930" ], [ "64893", "96895" ], [ "59920", "72553" ], [ "38602", "77346" ], [ "21401", "79081" ], [ "93004", "15347" ], [ "38899", "37687" ], [ "75241", "28097" ], [ "98830", "80759" ], [ "37101", "80759" ], [ "4508", "28097" ], [ "32130", "16807" ], [ "56755", "79653" ], [ "11510", "95709" ], [ "3335", "74420" ], [ "61081", "80759" ], [ "33651", "96895" ], [ "8251", "73623" ], [ "10705", "6569" ], [ "64082", "74426" ], [ "59517", "34175" ], [ "91569", "14365" ], [ "88085", "28400" ], [ "96722", "58558" ], [ "36379", "42782" ], [ "69581", "25946" ], [ "65329", "3335" ], [ "49214", "4034" ], [ "64155", "36897" ], [ "58594", "74420" ], [ "71904", "95030" ], [ "69241", "72553" ], [ "58889", "3335" ], [ "30341", "79081" ], [ "70688", "97302" ], [ "81258", "58558" ], [ "63090", "25946" ], [ "70572", "35579" ], [ "58413", "28400" ], [ "93171", "6569" ], [ "35138", "41930" ], [ "77289", "59795" ] ]
college_2
advisor
{ "column_descriptions": [], "column_names_cleaned": [ "student id", "instructor id" ], "column_types": [ "text", "text" ], "foreign_keys": [ { "column_name": "s_ID", "referenced_column_name": "ID", "referenced_table_name": "student" }, { "column_name": "i_ID", "referenced_column_name": "ID", "referenced_table_name": "instructor" } ], "primary_key": [ "s_ID" ] }
[ [ "time_slot_id", "day", "start_hr", "start_min", "end_hr", "end_min" ], [ "A", "M", "8", "0", "8", "50" ], [ "A", "W", "8", "0", "8", "50" ], [ "A", "F", "8", "0", "8", "50" ], [ "B", "M", "9", "0", "9", "50" ], [ "B", "W", "9", "0", "9", "50" ], [ "B", "F", "9", "0", "9", "50" ], [ "C", "M", "11", "0", "11", "50" ], [ "C", "W", "11", "0", "11", "50" ], [ "C", "F", "11", "0", "11", "50" ], [ "D", "M", "13", "0", "13", "50" ], [ "D", "W", "13", "0", "13", "50" ], [ "D", "F", "13", "0", "13", "50" ], [ "E", "T", "10", "30", "11", "45" ], [ "E", "R", "10", "30", "11", "45" ], [ "F", "T", "14", "30", "15", "45" ], [ "F", "R", "14", "30", "15", "45" ], [ "G", "M", "16", "0", "16", "50" ], [ "G", "W", "16", "0", "16", "50" ], [ "G", "F", "16", "0", "16", "50" ], [ "H", "W", "10", "0", "12", "30" ] ]
college_2
time_slot
{ "column_descriptions": [], "column_names_cleaned": [ "time slot id", "day", "start hour", "start minute", "end hour", "end minute" ], "column_types": [ "text", "text", "number", "number", "number", "number" ], "foreign_keys": [], "primary_key": [ "time_slot_id" ] }
[ [ "course_id", "prereq_id" ], [ "376", "130" ], [ "760", "169" ], [ "403", "345" ], [ "353", "647" ], [ "629", "139" ], [ "608", "864" ], [ "158", "408" ], [ "496", "489" ], [ "241", "486" ], [ "958", "969" ], [ "591", "403" ], [ "656", "659" ], [ "864", "634" ], [ "559", "500" ], [ "209", "780" ], [ "603", "735" ], [ "804", "947" ], [ "545", "947" ], [ "353", "694" ], [ "692", "761" ], [ "774", "258" ], [ "747", "927" ], [ "496", "416" ], [ "544", "702" ], [ "608", "421" ], [ "313", "731" ], [ "258", "137" ], [ "486", "371" ], [ "224", "227" ], [ "972", "958" ], [ "359", "694" ], [ "998", "319" ], [ "392", "875" ], [ "443", "852" ], [ "324", "408" ], [ "805", "774" ], [ "242", "304" ], [ "795", "123" ], [ "169", "603" ], [ "774", "769" ], [ "958", "735" ], [ "692", "426" ], [ "958", "139" ], [ "663", "998" ], [ "586", "468" ], [ "254", "877" ], [ "802", "666" ], [ "820", "371" ], [ "902", "130" ], [ "362", "242" ], [ "359", "818" ], [ "664", "489" ], [ "276", "403" ], [ "582", "487" ], [ "694", "254" ], [ "841", "818" ], [ "852", "133" ], [ "843", "324" ], [ "810", "966" ], [ "628", "340" ], [ "242", "594" ], [ "292", "399" ], [ "618", "352" ], [ "664", "704" ], [ "793", "791" ], [ "692", "774" ], [ "324", "857" ], [ "612", "123" ], [ "991", "598" ], [ "544", "254" ], [ "852", "267" ], [ "792", "814" ], [ "133", "852" ], [ "496", "443" ], [ "338", "133" ], [ "399", "664" ], [ "747", "272" ], [ "696", "101" ], [ "403", "352" ], [ "545", "318" ], [ "634", "864" ], [ "947", "494" ], [ "647", "792" ], [ "631", "681" ], [ "236", "984" ], [ "362", "696" ], [ "875", "458" ], [ "457", "544" ], [ "704", "416" ], [ "656", "559" ], [ "272", "275" ], [ "338", "852" ], [ "780", "345" ], [ "458", "696" ], [ "239", "628" ], [ "411", "401" ], [ "830", "748" ], [ "558", "130" ], [ "877", "599" ], [ "349", "612" ] ]
college_2
prereq
{ "column_descriptions": [], "column_names_cleaned": [ "course id", "prerequisite id" ], "column_types": [ "text", "text" ], "foreign_keys": [ { "column_name": "prereq_id", "referenced_column_name": "course_id", "referenced_table_name": "course" }, { "column_name": "course_id", "referenced_column_name": "course_id", "referenced_table_name": "course" } ], "primary_key": [ "course_id" ] }
[ [ "id", "City", "Country", "IATA", "ICAO", "name" ], [ "1", "Akureyri", "Iceland", "AEY", "BIAR", "Akureyri Airport" ], [ "2", "Amsterdam", "Netherlands", "AMS", "EHAM", "Schiphol Airport" ], [ "3", "Anchorage", "United States", "ANC", "PANC", "Ted Stevens Airport" ], [ "4", "Baltimore", "United States", "BWI", "KBWI", "Baltimore-Washington Airport" ], [ "5", "Barcelona", "Spain", "BCN", "LEBL", "El Prat Airport" ], [ "6", "Bergen", "Norway", "BGO", "ENBR", "Bergen Airport" ], [ "7", "Billund", "Denmark", "BLL", "EKBI", "Billund Airport" ], [ "8", "Boston", "United States", "BOS", "KBOS", "Logan International Airport" ], [ "9", "Brussels", "Belgium", "BRU", "EBBR", "National Airport" ] ]
flight_company
airport
{ "column_descriptions": [], "column_names_cleaned": [ "id", "city", "country", "iata", "icao", "name" ], "column_types": [ "number", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "id" ] }
[ [ "id", "name", "Type", "Principal_activities", "Incorporated_in", "Group_Equity_Shareholding" ], [ "1", "Air China", "Corporate", "Airline", "China", "18.77" ], [ "2", "Air China Cargo", "Joint Venture", "Cargo airline", "China", "49.0" ], [ "3", "Air Hong Kong", "Joint Venture", "Cargo airline", "Hong Kong", "60.0" ], [ "4", "Dragonair", "Subsidiary", "Airline", "Hong Kong", "100.0" ], [ "5", "Cathay Pacific Cargo", "Subsidiary", "Cargo airline", "Hong Kong", "100.0" ], [ "6", "Cathay Pacific Catering Services (HK) Limited", "Subsidiary", "Catering services", "Hong Kong", "100.0" ], [ "7", "Cathay Pacific Services Limited", "Subsidiary", "Cargo", "Hong Kong", "100.0" ], [ "8", "Cathay Pacific Holidays", "Subsidiary", "Travel agency", "Hong Kong", "100.0" ], [ "9", "Dragonair Holidays", "Subsidiary", "Travel agency", "Hong Kong", "100.0" ], [ "10", "Hong Kong Airport Services", "Subsidiary", "Ground handling", "Hong Kong", "100.0" ], [ "11", "Vogue Laundry Service Limited", "Subsidiary", "Laundry", "Hong Kong", "100.0" ], [ "12", "China Pacific Laundry Services", "Joint Venture", "Laundry", "Taiwan", "45.0" ], [ "13", "VN/CX Catering Services Limited", "Joint Venture", "Catering services", "Vietnam", "40.0" ], [ "14", "CLS Catering Services Limited", "Joint Venture", "Catering services", "Canada", "30.0" ] ]
flight_company
operate_company
{ "column_descriptions": [], "column_names_cleaned": [ "id", "name", "type", "principal activities", "incorporated in", "group equity shareholding" ], "column_types": [ "number", "text", "text", "text", "text", "number" ], "foreign_keys": [], "primary_key": [ "id" ] }
[ [ "id", "Vehicle_Flight_number", "Date", "Pilot", "Velocity", "Altitude", "airport_id", "company_id" ], [ "1", "M2-F1 #0", "March 1, 1963", "Thompson", "135.0", "0.0", "1", "2" ], [ "2", "M2-F1 #1", "August 16, 1963", "Thompson", "240.0", "3650.0", "2", "3" ], [ "3", "M2-F1 #6", "September 3, 1963", "Thompson", "240.0", "3650.0", "2", "4" ], [ "4", "M2-F1 #13", "October 25, 1963", "Thompson", "240.0", "3650.0", "3", "4" ], [ "5", "M2-F1 #14", "November 8, 1963", "Thompson", "240.0", "3650.0", "4", "5" ], [ "6", "M2-F1 #21", "January 29, 1964", "Thompson", "240.0", "3650.0", "4", "6" ], [ "7", "M2-F1 #33", "March 30, 1964", "Peterson", "240.0", "3650.0", "5", "11" ], [ "8", "M2-F1 #39", "May 19, 1964", "Peterson", "240.0", "3650.0", "2", "13" ], [ "9", "M2-F1 #61", "July 16, 1965", "Thompson", "240.0", "3650.0", "6", "11" ], [ "10", "M2-F1 #64", "August 30, 1965", "Thompson", "240.0", "3650.0", "9", "1" ], [ "11", "M2-F1 #70", "October 8, 1965", "Thompson", "240.0", "3650.0", "4", "5" ], [ "12", "M2-F1 #71", "March 28, 1966", "Thompson", "240.0", "3650.0", "6", "7" ], [ "13", "M2-F1 #73", "August 4, 1966", "Peterson", "240.0", "3650.0", "8", "9" ] ]
flight_company
flight
{ "column_descriptions": [], "column_names_cleaned": [ "id", "vehicle flight number", "date", "pilot", "velocity", "altitude", "airport id", "company id" ], "column_types": [ "number", "text", "text", "text", "number", "number", "number", "number" ], "foreign_keys": [ { "column_name": "company_id", "referenced_column_name": "id", "referenced_table_name": "operate_company" }, { "column_name": "airport_id", "referenced_column_name": "id", "referenced_table_name": "airport" } ], "primary_key": [ "id" ] }
[ [ "instID", "name", "country" ], [ "1000", "University of Oxford", "UK" ], [ "1010", "Northeastern University", "USA" ], [ "1020", "Indiana University", "USA" ], [ "1030", "Google", "USA" ], [ "1040", "Tohoku University", "Japan" ], [ "1050", "University of Pennsylvania", "USA" ], [ "1060", "Portland State University", "Japan" ], [ "1070", "INRIA", "France" ] ]
icfp_1
Inst
{ "column_descriptions": [], "column_names_cleaned": [ "institution id", "name", "country" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "instID" ] }
[ [ "authID", "lname", "fname" ], [ "50", "Gibbons", "Jeremy" ], [ "51", "Hinze", "Ralf" ], [ "52", "James", "Daniel W. H." ], [ "53", "Shivers", "Olin" ], [ "54", "Turon", "Aaron" ], [ "55", "Ahmed", "Amal" ], [ "56", "Blume", "Matthias" ], [ "57", "Ohori", "Atsushi" ], [ "58", "Ueno", "Katsuhiro" ], [ "59", "Pouillard", "Nicolas" ], [ "60", "Weirich", "Stephanie" ], [ "61", "Yorgey", "Brent" ], [ "62", "Sheard", "Tim" ] ]
icfp_1
Authors
{ "column_descriptions": [], "column_names_cleaned": [ "author id", "last name", "first name" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "authID" ] }
[ [ "paperID", "title" ], [ "200", "Just do it: Simple Monadic Equational Reasoning" ], [ "201", "Proving the Unique Fixed-Point Principle Correct: An Adventure with Category Theory" ], [ "202", "Functional Pearl: Modular Rollback through Control Logging" ], [ "203", "An Equivalence-Preserving CPS Translation via Multi-Language Semantics" ], [ "204", "Making Standard ML a Practical Database Programming Language" ], [ "205", "Nameless, Painless" ], [ "206", "Binders Unbound" ] ]
icfp_1
Papers
{ "column_descriptions": [], "column_names_cleaned": [ "paper id", "title" ], "column_types": [ "number", "text" ], "foreign_keys": [], "primary_key": [ "paperID" ] }
[ [ "authID", "instID", "paperID", "authOrder" ], [ "50", "1000", "200", "1" ], [ "51", "1000", "200", "2" ], [ "51", "1000", "201", "1" ], [ "52", "1000", "201", "2" ], [ "53", "1010", "202", "1" ], [ "54", "1010", "202", "2" ], [ "55", "1020", "203", "1" ], [ "56", "1030", "203", "2" ], [ "57", "1040", "204", "1" ], [ "58", "1040", "204", "2" ], [ "59", "1070", "205", "1" ], [ "60", "1050", "206", "1" ], [ "61", "1050", "206", "2" ], [ "62", "1060", "206", "3" ] ]
icfp_1
Authorship
{ "column_descriptions": [], "column_names_cleaned": [ "author id", "institution id", "paper id", "author count" ], "column_types": [ "number", "number", "number", "number" ], "foreign_keys": [ { "column_name": "paperID", "referenced_column_name": "paperID", "referenced_table_name": "Papers" }, { "column_name": "instID", "referenced_column_name": "instID", "referenced_table_name": "Inst" }, { "column_name": "authID", "referenced_column_name": "authID", "referenced_table_name": "Authors" } ], "primary_key": [ "authID" ] }
[ [ "Body_Builder_ID", "People_ID", "Snatch", "Clean_Jerk", "Total" ], [ "1", "1", "142.5", "175.0", "317.5" ], [ "2", "2", "137.5", "177.5", "315.0" ], [ "3", "3", "140.0", "175.0", "315.0" ], [ "4", "5", "137.5", "175.0", "312.5" ], [ "5", "6", "130.0", "162.5", "292.5" ] ]
body_builder
body_builder
{ "column_descriptions": [], "column_names_cleaned": [ "body builder id", "people id", "snatch", "clean jerk", "total" ], "column_types": [ "number", "number", "number", "number", "number" ], "foreign_keys": [ { "column_name": "People_ID", "referenced_column_name": "People_ID", "referenced_table_name": "people" } ], "primary_key": [ "Body_Builder_ID" ] }
[ [ "People_ID", "Name", "Height", "Weight", "Birth_Date", "Birth_Place" ], [ "1", "Jack Campbell", "182.0", "80.0", "January 1, 1992", "Port Huron, Michigan" ], [ "2", "Ty Conklin", "192.0", "90.0", "March 30, 1976", "Anchorage, Alaska" ], [ "3", "Al Montoya", "195.0", "100.0", "February 13, 1985", "Glenview, Illinois" ], [ "4", "Mark Fayne", "215.0", "102.0", "May 5, 1987", "Nashua, New Hampshire" ], [ "5", "Cam Fowler", "196.0", "89.0", "December 5, 1991", "Farmington Hills, Michigan" ], [ "6", "Jake Gardiner", "205.0", "92.0", "July 4, 1990", "Minnetonka, Minnesota" ] ]
body_builder
people
{ "column_descriptions": [], "column_names_cleaned": [ "people id", "name", "height", "weight", "birth date", "birth place" ], "column_types": [ "number", "text", "number", "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "People_ID" ] }
[ [ "Storm_ID", "Name", "Dates_active", "Max_speed", "Damage_millions_USD", "Number_Deaths" ], [ "1", "One", "May19–May25", "995", "13.0", "0" ], [ "2", "Two", "August3–August10", "972", "10.75", "7" ], [ "3", "Three", "August5–August14", "972", "13.0", "52" ], [ "4", "Four", "August26–September2", "961", "4.05", "7" ], [ "5", "Five", "September7–September17", "988", "1.49", "3" ], [ "6", "Six", "September18–September25", "1002", "0.039", "2" ], [ "7", "Seven", "September22–September28", "977", "13.0", "0" ], [ "8", "Eight", "October20–October24", "983", "13.0", "0" ], [ "9", "Nine", "October24–October26", "1007", "13.0", "0" ], [ "10", "9 cyclones", "May19 –October26", "961", "29.3", "71" ] ]
storm_record
storm
{ "column_descriptions": [], "column_names_cleaned": [ "storm id", "name", "dates active", "max speed", "damage millions usd", "number deaths" ], "column_types": [ "number", "text", "text", "number", "number", "number" ], "foreign_keys": [], "primary_key": [ "Storm_ID" ] }
[ [ "Region_id", "Region_code", "Region_name" ], [ "1", "AF", "Afghanistan" ], [ "2", "AL", "Albania" ], [ "3", "DZ", "Algeria" ], [ "4", "DS", "American Samoa" ], [ "5", "AD", "Andorra" ], [ "6", "AO", "Angola" ], [ "7", "AI", "Anguilla" ], [ "8", "AQ", "Antarctica" ], [ "9", "AG", "Antigua and Barbuda" ], [ "10", "CY", "Cyprus" ], [ "11", "CZ", "Czech Republic" ], [ "12", "DK", "Denmark" ], [ "13", "DJ", "Djibouti" ] ]
storm_record
region
{ "column_descriptions": [], "column_names_cleaned": [ "region id", "region code", "region name" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "Region_id" ] }
[ [ "Region_id", "Storm_ID", "Number_city_affected" ], [ "1", "1", "10.0" ], [ "2", "1", "15.0" ], [ "3", "3", "30.0" ], [ "1", "4", "22.0" ], [ "12", "5", "37.0" ], [ "2", "5", "12.0" ] ]
storm_record
affected_region
{ "column_descriptions": [], "column_names_cleaned": [ "region id", "storm id", "number city affected" ], "column_types": [ "number", "number", "number" ], "foreign_keys": [ { "column_name": "Storm_ID", "referenced_column_name": "Storm_ID", "referenced_table_name": "storm" }, { "column_name": "Region_id", "referenced_column_name": "Region_id", "referenced_table_name": "region" } ], "primary_key": [ "Region_id" ] }
[ [ "Aircraft_ID", "Order_Year", "Manufacturer", "Model", "Fleet_Series", "Powertrain", "Fuel_Propulsion" ], [ "1", "1992", "Gillig", "Phantom (High Floor)", "444-464 (21)", "DD S50EGR Allison WB-400R", "Diesel" ], [ "2", "1996", "Gillig", "Phantom (High Floor)", "465-467 (3)", "DD S50 Allison WB-400R", "Diesel" ], [ "3", "1998", "Gillig", "Phantom (High Floor)", "468-473 (6)", "DD S50 Allison WB-400R", "Diesel" ], [ "4", "2000", "Gillig", "Advantage (Low Floor)", "474-481 (8)", "Cummins ISC Allison WB-400R", "Diesel" ], [ "5", "2002", "Gillig", "Advantage (Low Floor)", "482-492 (11)", "Cummins ISL Allison WB-400R", "Diesel" ], [ "6", "2010", "NFI", "GE40LFR", "300-309 (10)", "Ford Triton V10 ISE-Thundervolt TB40-HG", "Hybrid" ], [ "7", "2011", "NFI", "C40LFR", "310-329 (20)", "Cummins Westport ISL-G Allison WB-400R", "CNG" ] ]
pilot_record
aircraft
{ "column_descriptions": [], "column_names_cleaned": [ "aircraft id", "order year", "manufacturer", "model", "fleet series", "powertrain", "fuel propulsion" ], "column_types": [ "number", "number", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "Aircraft_ID" ] }
[ [ "Pilot_ID", "Pilot_name", "Rank", "Age", "Nationality", "Position", "Join_Year", "Team" ], [ "1", "Patrick O'Bryant", "13", "33", "United States", "Center Team", "2009", "Bradley" ], [ "2", "Jermaine O'Neal", "6", "40", "United States", "Forward-Center Team", "2008", "Eau Claire High School" ], [ "3", "Dan O'Sullivan", "45", "37", "United States", "Center Team", "1999", "Fordham" ], [ "4", "Charles Oakley", "34", "22", "United Kindom", "Forward Team", "2001", "Virginia Union" ], [ "5", "Hakeem Olajuwon", "34", "32", "Nigeria", "Center Team", "2010", "Houston" ] ]
pilot_record
pilot
{ "column_descriptions": [], "column_names_cleaned": [ "pilot id", "pilot name", "rank", "age", "nationality", "position", "join year", "team" ], "column_types": [ "number", "text", "number", "number", "text", "text", "number", "text" ], "foreign_keys": [], "primary_key": [ "Pilot_ID" ] }
[ [ "Record_ID", "Pilot_ID", "Aircraft_ID", "Date" ], [ "1", "1", "1", "2003/01/04" ], [ "2", "2", "1", "2004/01/04" ], [ "3", "1", "4", "2005/01/04" ], [ "4", "3", "6", "2006/01/04" ], [ "5", "4", "2", "2007/01/04" ], [ "6", "1", "5", "2008/01/04" ] ]
pilot_record
pilot_record
{ "column_descriptions": [], "column_names_cleaned": [ "record id", "pilot id", "aircraft id", "date" ], "column_types": [ "number", "number", "number", "text" ], "foreign_keys": [ { "column_name": "Aircraft_ID", "referenced_column_name": "Aircraft_ID", "referenced_table_name": "aircraft" }, { "column_name": "Pilot_ID", "referenced_column_name": "Pilot_ID", "referenced_table_name": "pilot" } ], "primary_key": [ "Pilot_ID" ] }
[ [ "Race_ID", "Name", "Class", "Date", "Track_ID" ], [ "1", "Rolex 24 At Daytona", "DP/GT", "January 26 January 27", "1" ], [ "2", "Gainsco Grand Prix of Miami", "DP/GT", "March 29", "2" ], [ "3", "Mexico City 250", "DP/GT", "April 19", "2" ], [ "4", "Bosch Engineering 250 at VIR", "GT", "April 27", "4" ], [ "5", "RumBum.com 250", "DP/GT", "May 17", "5" ], [ "6", "Lime Rock GT Classic 250", "GT", "May 26", "6" ], [ "7", "Sahlen's Six Hours of the Glen", "DP/GT", "June 7", "7" ] ]
race_track
race
{ "column_descriptions": [], "column_names_cleaned": [ "race id", "name", "class", "date", "track id" ], "column_types": [ "number", "text", "text", "text", "text" ], "foreign_keys": [ { "column_name": "Track_ID", "referenced_column_name": "Track_ID", "referenced_table_name": "track" } ], "primary_key": [ "Race_ID" ] }
[ [ "Track_ID", "Name", "Location", "Seating", "Year_Opened" ], [ "1", "Auto Club Speedway", "Fontana, CA", "92000.0", "1997.0" ], [ "2", "Chicagoland Speedway", "Joliet, IL", "75000.0", "2001.0" ], [ "3", "Darlington Raceway", "Darlington, SC", "63000.0", "1950.0" ], [ "4", "Daytona International Speedway", "Daytona Beach, FL", "168000.0", "1959.0" ], [ "5", "Homestead-Miami Speedway", "Homestead, FL", "65000.0", "1995.0" ], [ "6", "Kansas Speedway", "Kansas City, KS", "81687.0", "2001.0" ], [ "7", "Martinsville Speedway", "Ridgeway, VA", "65000.0", "1947.0" ], [ "8", "Michigan International Speedway", "Brooklyn, MI", "137243.0", "1968.0" ], [ "9", "Phoenix International Raceway", "Avondale, AZ", "76812.0", "1964.0" ] ]
race_track
track
{ "column_descriptions": [], "column_names_cleaned": [ "track id", "name", "location", "seating", "year opened" ], "column_types": [ "number", "text", "text", "number", "number" ], "foreign_keys": [], "primary_key": [ "Track_ID" ] }
[ [ "aid", "homepage", "name", "oid" ] ]
academic
author
{ "column_descriptions": [], "column_names_cleaned": [ "aid", "homepage", "name", "oid" ], "column_types": [ "number", "text", "text", "number" ], "foreign_keys": [], "primary_key": [ "aid" ] }
[ [ "cid", "homepage", "name" ] ]
academic
conference
{ "column_descriptions": [], "column_names_cleaned": [ "cid", "homepage", "name" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "cid" ] }
[ [ "did", "name" ] ]
academic
domain
{ "column_descriptions": [], "column_names_cleaned": [ "did", "name" ], "column_types": [ "number", "text" ], "foreign_keys": [], "primary_key": [ "did" ] }
[ [ "aid", "did" ] ]
academic
domain_author
{ "column_descriptions": [], "column_names_cleaned": [ "aid", "did" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "did", "referenced_column_name": "did", "referenced_table_name": "domain" }, { "column_name": "aid", "referenced_column_name": "aid", "referenced_table_name": "author" } ], "primary_key": [ "did" ] }
[ [ "cid", "did" ] ]
academic
domain_conference
{ "column_descriptions": [], "column_names_cleaned": [ "cid", "did" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "did", "referenced_column_name": "did", "referenced_table_name": "domain" }, { "column_name": "cid", "referenced_column_name": "cid", "referenced_table_name": "conference" } ], "primary_key": [ "did" ] }
[ [ "homepage", "jid", "name" ] ]
academic
journal
{ "column_descriptions": [], "column_names_cleaned": [ "homepage", "jid", "name" ], "column_types": [ "text", "number", "text" ], "foreign_keys": [], "primary_key": [ "jid" ] }
[ [ "did", "jid" ] ]
academic
domain_journal
{ "column_descriptions": [], "column_names_cleaned": [ "did", "jid" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "did", "referenced_column_name": "did", "referenced_table_name": "domain" }, { "column_name": "jid", "referenced_column_name": "jid", "referenced_table_name": "journal" } ], "primary_key": [ "did" ] }
[ [ "keyword", "kid" ] ]
academic
keyword
{ "column_descriptions": [], "column_names_cleaned": [ "keyword", "kid" ], "column_types": [ "text", "number" ], "foreign_keys": [], "primary_key": [ "kid" ] }
[ [ "did", "kid" ] ]
academic
domain_keyword
{ "column_descriptions": [], "column_names_cleaned": [ "did", "kid" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "did", "referenced_column_name": "did", "referenced_table_name": "domain" }, { "column_name": "kid", "referenced_column_name": "kid", "referenced_table_name": "keyword" } ], "primary_key": [ "did" ] }
[ [ "abstract", "cid", "citation_num", "jid", "pid", "reference_num", "title", "year" ] ]
academic
publication
{ "column_descriptions": [], "column_names_cleaned": [ "abstract", "cid", "citation num", "jid", "pid", "reference num", "title", "year" ], "column_types": [ "text", "text", "number", "number", "number", "number", "text", "number" ], "foreign_keys": [ { "column_name": "cid", "referenced_column_name": "cid", "referenced_table_name": "conference" }, { "column_name": "jid", "referenced_column_name": "jid", "referenced_table_name": "journal" } ], "primary_key": [ "pid" ] }
[ [ "did", "pid" ] ]
academic
domain_publication
{ "column_descriptions": [], "column_names_cleaned": [ "did", "pid" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "did", "referenced_column_name": "did", "referenced_table_name": "domain" }, { "column_name": "pid", "referenced_column_name": "pid", "referenced_table_name": "publication" } ], "primary_key": [ "did" ] }
[ [ "continent", "homepage", "name", "oid" ] ]
academic
organization
{ "column_descriptions": [], "column_names_cleaned": [ "continent", "homepage", "name", "oid" ], "column_types": [ "text", "text", "text", "number" ], "foreign_keys": [], "primary_key": [ "oid" ] }
[ [ "pid", "kid" ] ]
academic
publication_keyword
{ "column_descriptions": [], "column_names_cleaned": [ "pid", "kid" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "kid", "referenced_column_name": "kid", "referenced_table_name": "keyword" }, { "column_name": "pid", "referenced_column_name": "pid", "referenced_table_name": "publication" } ], "primary_key": [ "kid" ] }
[ [ "aid", "pid" ] ]
academic
writes
{ "column_descriptions": [], "column_names_cleaned": [ "aid", "pid" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "aid", "referenced_column_name": "aid", "referenced_table_name": "author" }, { "column_name": "pid", "referenced_column_name": "pid", "referenced_table_name": "publication" } ], "primary_key": [ "aid" ] }
[ [ "cited", "citing" ] ]
academic
cite
{ "column_descriptions": [], "column_names_cleaned": [ "cited", "citing" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "citing", "referenced_column_name": "pid", "referenced_table_name": "publication" }, { "column_name": "cited", "referenced_column_name": "pid", "referenced_table_name": "publication" } ], "primary_key": [] }
[ [ "address_id", "address_details" ], [ "1", "28481 Crist Circle\nEast Burdettestad, IA 21232" ], [ "2", "0292 Mitchel Pike\nPort Abefurt, IA 84402-4249" ], [ "3", "4062 Mante Place\nWest Lindsey, DE 76199-8015" ], [ "4", "99666 Julie Junction\nMarvinburgh, OH 16085-1623" ], [ "5", "195 Mara Rue\nJenkinsmouth, OK 22345" ], [ "6", "11784 Stehr Road\nPort Isaac, NV 61159" ], [ "7", "69482 Renner Ville Suite 653\nLangworthborough, OH 95195" ], [ "8", "36594 O'Keefe Lock\nNew Cali, RI 42319" ], [ "9", "7181 Wuckert Port Apt. 571\nLake Zariaburgh, IL 98085" ], [ "10", "92594 Marvin Trafficway\nPourosfurt, IA 98649" ], [ "11", "0258 Kessler Mountains Suite 688\nMooreside, ME 41586-5022" ], [ "12", "69275 Mose Drive\nWilkinsonstad, CO 79055-7622" ], [ "13", "8207 Morissette Lakes\nEast Rheaview, ID 47493" ], [ "14", "145 Alice Corners\nWillmsport, NV 36680" ], [ "15", "521 Molly Harbors Apt. 567\nReingerland, HI 97099-1005" ] ]
department_store
Addresses
{ "column_descriptions": [], "column_names_cleaned": [ "address id", "address details" ], "column_types": [ "number", "text" ], "foreign_keys": [], "primary_key": [ "address_id" ] }
[ [ "staff_id", "staff_gender", "staff_name" ], [ "1", "1", "Tom" ], [ "2", "1", "Malika" ], [ "3", "1", "Katelynn" ], [ "4", "1", "Vanessa" ], [ "5", "0", "Maximus" ], [ "6", "1", "Tyson" ], [ "7", "1", "Yolanda" ], [ "8", "1", "Vito" ], [ "9", "1", "Zakary" ], [ "10", "1", "Sabrina" ], [ "11", "1", "Dannie" ], [ "12", "1", "Melody" ], [ "13", "1", "Archibald" ], [ "14", "1", "Adrienne" ], [ "15", "1", "Kristy" ] ]
department_store
Staff
{ "column_descriptions": [], "column_names_cleaned": [ "staff id", "staff gender", "staff name" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "staff_id" ] }
[ [ "supplier_id", "supplier_name", "supplier_phone" ], [ "1", "Lidl", "(692)009-5928" ], [ "2", "AB Store", "1-483-283-4742" ], [ "3", "Tesco", "287-071-1153x254" ], [ "4", "Audi", "1-432-960-2402x1734" ] ]
department_store
Suppliers
{ "column_descriptions": [], "column_names_cleaned": [ "supplier id", "supplier name", "supplier phone" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "supplier_id" ] }
[ [ "dept_store_chain_id", "dept_store_chain_name" ], [ "1", "South" ], [ "2", "West" ], [ "3", "East" ], [ "4", "North" ] ]
department_store
Department_Store_Chain
{ "column_descriptions": [], "column_names_cleaned": [ "department store chain id", "department store chain name" ], "column_types": [ "number", "text" ], "foreign_keys": [], "primary_key": [ "dept_store_chain_id" ] }
[ [ "customer_id", "payment_method_code", "customer_code", "customer_name", "customer_address", "customer_phone", "customer_email" ], [ "1", "Credit Card", "401", "Ahmed", "75099 Tremblay Port Apt. 163\nSouth Norrisland, SC 80546", "254-072-4068x33935", "[email protected]" ], [ "2", "Credit Card", "665", "Chauncey", "8408 Lindsay Court\nEast Dasiabury, IL 72656-3552", "+41(8)1897032009", "[email protected]" ], [ "3", "Direct Debit", "844", "Lukas", "7162 Rodolfo Knoll Apt. 502\nLake Annalise, TN 35791-8871", "197-417-3557", "[email protected]" ], [ "4", "Direct Debit", "662", "Lexus", "9581 Will Flat Suite 272\nEast Cathryn, WY 30751-4404", "+08(3)8056580281", "[email protected]" ], [ "5", "Credit Card", "848", "Tara", "5065 Mraz Fields Apt. 041\nEast Chris, NH 41624", "1-064-498-6609x051", "[email protected]" ], [ "6", "Credit Card", "916", "Jon", "841 Goyette Unions\nSouth Dionbury, NC 62021", "(443)013-3112x528", "[email protected]" ], [ "7", "Credit Card", "172", "Cristobal", "8327 Christiansen Lakes Suite 409\nSchneiderland, IA 93624", "877-150-8674x63517", "[email protected]" ], [ "8", "Direct Debit", "927", "Adah", "5049 Hand Land\nCoymouth, IL 97300-7731", "1-695-364-7586x59256", "[email protected]" ], [ "9", "Credit Card", "808", "Yasmeen", "3558 Witting Meadow Apt. 483\nLake Moriahbury, OH 91556-2122", "587.398.2400x31176", "[email protected]" ], [ "10", "Credit Card", "887", "Karson", "7308 Joan Lake Suite 346\nLizethtown, DE 56522", "857-844-9339x40140", "[email protected]" ], [ "11", "Direct Debit", "611", "Cordell", "362 Fisher Forge Apt. 900\nNew Mckenna, CA 98525-5674", "(730)934-8249", "[email protected]" ], [ "12", "Credit Card", "182", "Darron", "84445 Elinor Glens\nPort Zita, SD 39410", "117.822.3577", "[email protected]" ], [ "13", "Credit Card", "589", "Kenya", "338 Floy Mountains Suite 589\nYesseniaville, TN 60847", "08023680831", "[email protected]" ], [ "14", "Direct Debit", "240", "Abbie", "983 Elinore Passage\nDarrionborough, SC 53915-0479", "07594320656", "[email protected]" ], [ "15", "Credit Card", "980", "Lyric", "649 Ocie Lights\nWyatttown, UT 12697", "1-472-036-0434", "[email protected]" ] ]
department_store
Customers
{ "column_descriptions": [], "column_names_cleaned": [ "customer id", "payment method code", "customer code", "customer name", "customer address", "customer phone", "customer email" ], "column_types": [ "number", "text", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "customer_id" ] }
[ [ "product_id", "product_type_code", "product_name", "product_price" ], [ "1", "Clothes", "red jeans", "734.73" ], [ "2", "Clothes", "yellow jeans", "687.23" ], [ "3", "Clothes", "black jeans", "695.16" ], [ "4", "Clothes", "blue jeans", "939.57" ], [ "5", "Clothes", "red jeans", "534.52" ], [ "6", "Clothes", "red topping", "408.82" ], [ "7", "Clothes", "black topping", "916.53" ], [ "8", "Clothes", "yellow topping", "918.41" ], [ "9", "Clothes", "blue topping", "604.86" ], [ "10", "Hardware", "monitor", "813.76" ], [ "11", "Hardware", "mouse", "803.74" ], [ "12", "Hardware", "drive", "944.96" ], [ "13", "Hardware", "keyboard", "629.89" ], [ "14", "Hardware", "speaker", "612.46" ], [ "15", "Hardware", "mic", "971.44" ] ]
department_store
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" ] }
[ [ "supplier_id", "address_id", "date_from", "date_to" ], [ "4", "5", "2016-09-22 16:41:31", "2018-03-14 20:06:37" ], [ "3", "9", "2014-11-07 19:18:49", "2018-03-16 16:39:58" ], [ "3", "2", "2008-11-22 12:01:25", "2018-03-02 19:50:22" ], [ "2", "11", "2015-03-16 19:30:29", "2018-03-24 00:14:45" ] ]
department_store
Supplier_Addresses
{ "column_descriptions": [], "column_names_cleaned": [ "supplier id", "address id", "date from", "date to" ], "column_types": [ "number", "number", "time", "time" ], "foreign_keys": [ { "column_name": "supplier_id", "referenced_column_name": "supplier_id", "referenced_table_name": "Suppliers" }, { "column_name": "address_id", "referenced_column_name": "address_id", "referenced_table_name": "Addresses" } ], "primary_key": [ "supplier_id" ] }
[ [ "customer_id", "address_id", "date_from", "date_to" ], [ "2", "9", "2017-12-11 05:00:22", "2018-03-20 20:52:34" ], [ "1", "6", "2017-10-07 23:00:26", "2018-02-28 14:53:52" ], [ "10", "8", "2017-04-04 20:00:27", "2018-02-27 20:08:33" ], [ "1", "9", "2017-12-14 07:40:08", "2018-03-24 14:31:59" ], [ "1", "2", "2017-07-31 20:18:52", "2018-03-12 05:32:28" ], [ "8", "2", "2018-01-27 06:27:34", "2018-03-23 17:49:51" ], [ "1", "14", "2017-08-06 20:57:36", "2018-03-05 21:19:53" ], [ "6", "13", "2017-09-07 04:41:01", "2018-02-27 23:10:07" ], [ "7", "7", "2017-10-02 19:56:27", "2018-03-22 17:22:34" ], [ "8", "4", "2018-01-15 12:05:39", "2018-03-13 21:49:51" ], [ "7", "4", "2018-02-22 04:46:48", "2018-02-26 00:52:25" ], [ "2", "4", "2017-11-28 23:36:20", "2018-03-02 17:46:11" ], [ "12", "14", "2017-11-01 04:21:41", "2018-03-05 16:18:34" ], [ "7", "10", "2018-01-07 13:31:08", "2018-03-09 07:06:56" ], [ "4", "12", "2017-08-27 13:38:37", "2018-03-17 15:44:10" ] ]
department_store
Customer_Addresses
{ "column_descriptions": [], "column_names_cleaned": [ "customer id", "address id", "date from", "date to" ], "column_types": [ "number", "number", "time", "time" ], "foreign_keys": [ { "column_name": "customer_id", "referenced_column_name": "customer_id", "referenced_table_name": "Customers" }, { "column_name": "address_id", "referenced_column_name": "address_id", "referenced_table_name": "Addresses" } ], "primary_key": [ "customer_id" ] }
[ [ "order_id", "customer_id", "order_status_code", "order_date" ], [ "1", "12", "Completed", "2018-02-10 15:44:48" ], [ "2", "4", "New", "2018-01-31 17:49:18" ], [ "3", "1", "PartFilled", "2018-02-26 12:39:33" ], [ "4", "4", "Pending", "2018-03-07 16:55:17" ], [ "5", "4", "New", "2018-02-12 19:34:12" ], [ "6", "11", "PartFilled", "2018-03-06 16:35:51" ], [ "7", "1", "Cancelled", "2018-02-15 02:25:32" ], [ "8", "13", "Pending", "2018-03-05 23:17:54" ], [ "9", "7", "Pending", "2018-02-09 11:16:46" ], [ "10", "11", "Cancelled", "2018-03-22 10:49:25" ], [ "11", "8", "Cancelled", "2018-02-16 19:42:39" ], [ "12", "4", "New", "2018-02-02 23:42:01" ], [ "13", "15", "PartFilled", "2018-02-26 05:34:18" ], [ "14", "6", "Completed", "2018-03-18 15:12:39" ], [ "15", "10", "Pending", "2018-03-16 22:42:46" ] ]
department_store
Customer_Orders
{ "column_descriptions": [], "column_names_cleaned": [ "order id", "customer id", "order status code", "order date" ], "column_types": [ "number", "number", "text", "time" ], "foreign_keys": [ { "column_name": "customer_id", "referenced_column_name": "customer_id", "referenced_table_name": "Customers" } ], "primary_key": [ "order_id" ] }
[ [ "dept_store_id", "dept_store_chain_id", "store_name", "store_address", "store_phone", "store_email" ], [ "1", "1", "store_name", "01290 Jeremie Parkway Suite 753\nNorth Arielle, MS 51249", "(948)944-5099x2027", "[email protected]" ], [ "2", "3", "store_name", "082 Purdy Expressway\nO'Connellshire, IL 31732", "877-917-5029", "[email protected]" ], [ "3", "4", "store_name", "994 Travis Plains\nNorth Wadeton, WV 27575-3951", "1-216-312-0375", "[email protected]" ], [ "4", "2", "store_name", "93472 Mayert Shore Apt. 360\nMitchellton, TN 84209", "670-466-6367", "[email protected]" ], [ "5", "3", "store_name", "88112 Parisian Lights\nSporermouth, MN 25962", "01399327266", "[email protected]" ], [ "6", "4", "store_name", "49708 Marcella Valleys Suite 181\nNinamouth, WA 86667", "1-859-843-1957", "[email protected]" ], [ "7", "4", "store_name", "41924 Alfredo Cliff\nNew Eviestad, NY 17573", "1-109-872-9142x77078", "[email protected]" ], [ "8", "4", "store_name", "7081 Shanna Cape\nWest Zacheryshire, NC 17408", "+67(5)4983519062", "[email protected]" ], [ "9", "4", "store_name", "5288 Kaia Street\nDevonton, NJ 61782-9006", "(723)503-7086x356", "[email protected]" ], [ "10", "3", "store_name", "00578 Lisa Gateway Suite 476\nStrosinville, VA 03998-3292", "07126036440", "[email protected]" ], [ "11", "2", "store_name", "34894 Everett Road\nSouth Jeremiehaven, GA 08730", "611-037-9309", "[email protected]" ], [ "12", "4", "store_name", "2676 Cruickshank Gardens\nNorth Ginahaven, CT 85046", "(626)763-7031", "[email protected]" ], [ "13", "2", "store_name", "29297 West Road Suite 210\nWest Dulceside, UT 58085-8998", "1-764-126-7567x0795", "[email protected]" ], [ "14", "1", "store_name", "16650 Lysanne River Apt. 281\nNorth Garettton, AL 84756-4375", "319.331.3397", "[email protected]" ], [ "15", "3", "store_name", "82470 Hansen Squares Suite 190\nWehnermouth, NC 76791", "(587)993-3604x3077", "[email protected]" ] ]
department_store
Department_Stores
{ "column_descriptions": [], "column_names_cleaned": [ "department store id", "department store chain id", "store name", "store address", "store phone", "store email" ], "column_types": [ "number", "number", "text", "text", "text", "text" ], "foreign_keys": [ { "column_name": "dept_store_chain_id", "referenced_column_name": "dept_store_chain_id", "referenced_table_name": "Department_Store_Chain" } ], "primary_key": [ "dept_store_id" ] }
[ [ "department_id", "dept_store_id", "department_name" ], [ "1", "5", "human resource" ], [ "2", "11", "purchasing" ], [ "3", "4", "marketing" ], [ "4", "11", "advertising" ], [ "5", "4", "managing" ] ]
department_store
Departments
{ "column_descriptions": [], "column_names_cleaned": [ "department id", "department store id", "department name" ], "column_types": [ "number", "number", "text" ], "foreign_keys": [ { "column_name": "dept_store_id", "referenced_column_name": "dept_store_id", "referenced_table_name": "Department_Stores" } ], "primary_key": [ "department_id" ] }
[ [ "order_item_id", "order_id", "product_id" ], [ "1", "9", "7" ], [ "2", "1", "3" ], [ "3", "5", "2" ], [ "4", "14", "10" ], [ "5", "15", "4" ], [ "6", "14", "13" ], [ "7", "6", "13" ], [ "8", "12", "8" ], [ "9", "13", "12" ], [ "10", "14", "13" ], [ "11", "7", "11" ], [ "12", "14", "14" ], [ "13", "15", "5" ], [ "14", "8", "10" ], [ "15", "5", "4" ] ]
department_store
Order_Items
{ "column_descriptions": [], "column_names_cleaned": [ "order item id", "order 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": "order_id", "referenced_column_name": "order_id", "referenced_table_name": "Customer_Orders" } ], "primary_key": [ "order_item_id" ] }
[ [ "product_id", "supplier_id", "date_supplied_from", "date_supplied_to", "total_amount_purchased", "total_value_purchased" ], [ "4", "3", "2017-06-19 00:49:05", "2018-03-24 19:29:18", "89366.05", "36014.6" ], [ "8", "4", "2017-07-02 00:35:12", "2018-03-25 07:30:49", "25085.57", "36274.56" ], [ "3", "3", "2017-10-14 19:15:37", "2018-03-24 02:29:44", "15752.45", "7273.74" ], [ "7", "1", "2017-08-22 00:58:42", "2018-03-24 02:38:31", "22332.08", "8042.78" ], [ "15", "4", "2017-12-08 09:14:05", "2018-03-24 23:03:30", "25318.21", "29836.26" ], [ "11", "1", "2017-12-01 19:46:53", "2018-03-24 05:22:36", "35149.74", "67216.31" ], [ "11", "3", "2017-07-13 15:02:24", "2018-03-24 23:01:03", "31862.59", "76992.42" ], [ "5", "2", "2017-07-28 19:23:39", "2018-03-24 09:17:15", "85922.86", "82524.95" ], [ "6", "2", "2017-12-20 07:07:31", "2018-03-24 23:25:58", "64444.18", "97371.12" ], [ "4", "1", "2017-09-19 02:14:02", "2018-03-25 09:15:30", "32881.38", "29987.71" ], [ "15", "2", "2017-08-07 12:08:00", "2018-03-23 19:21:12", "13712.91", "48100.23" ], [ "4", "4", "2017-06-09 01:30:40", "2018-03-24 12:35:08", "79316.31", "98086.8" ], [ "8", "2", "2017-06-25 14:59:40", "2018-03-24 12:27:13", "83873.58", "99049.01" ], [ "7", "4", "2017-11-17 08:23:16", "2018-03-25 12:03:33", "20689.78", "61800.95" ], [ "14", "1", "2017-08-09 21:26:38", "2018-03-24 18:16:47", "20447.99", "27257.6" ] ]
department_store
Product_Suppliers
{ "column_descriptions": [], "column_names_cleaned": [ "product id", "supplier id", "date supplied from", "date supplied to", "total amount purchased", "total value purchased" ], "column_types": [ "number", "number", "time", "time", "text", "number" ], "foreign_keys": [ { "column_name": "product_id", "referenced_column_name": "product_id", "referenced_table_name": "Products" }, { "column_name": "supplier_id", "referenced_column_name": "supplier_id", "referenced_table_name": "Suppliers" } ], "primary_key": [ "product_id" ] }
[ [ "staff_id", "department_id", "date_assigned_from", "job_title_code", "date_assigned_to" ], [ "5", "4", "2017-06-11 22:55:20", "Department Manager", "2018-03-23 21:59:11" ], [ "10", "5", "2017-12-18 19:12:15", "Sales Person", "2018-03-23 20:25:24" ], [ "1", "5", "2018-02-14 03:15:29", "Clerical Staff", "2018-03-24 19:57:56" ], [ "8", "1", "2017-05-14 12:30:33", "Clerical Staff", "2018-03-25 03:15:31" ], [ "15", "2", "2017-03-31 23:07:54", "Department Manager", "2018-03-24 09:11:14" ], [ "2", "5", "2017-11-14 04:38:44", "Administration", "2018-03-24 07:04:28" ], [ "9", "4", "2016-09-20 02:59:15", "Sales Person", "2018-03-24 20:13:13" ], [ "8", "2", "2017-05-10 02:32:17", "Administration", "2018-03-24 02:36:57" ], [ "3", "5", "2016-10-19 08:11:39", "Clerical Staff", "2018-03-25 15:34:31" ], [ "6", "1", "2017-12-26 06:34:20", "Department Manager", "2018-03-25 09:53:37" ], [ "6", "2", "2016-09-15 11:00:41", "Administration", "2018-03-25 02:29:08" ], [ "8", "5", "2017-06-06 22:22:17", "Clerical Staff", "2018-03-24 13:02:22" ], [ "12", "5", "2016-11-12 14:10:55", "Sales Person", "2018-03-25 02:59:19" ], [ "7", "3", "2016-05-17 07:02:37", "Clerical Staff", "2018-03-24 10:45:21" ], [ "2", "3", "2016-06-24 17:31:24", "Administration", "2018-03-25 13:32:57" ] ]
department_store
Staff_Department_Assignments
{ "column_descriptions": [], "column_names_cleaned": [ "staff id", "department id", "date assigned from", "job title code", "date assigned to" ], "column_types": [ "number", "number", "time", "text", "time" ], "foreign_keys": [ { "column_name": "staff_id", "referenced_column_name": "staff_id", "referenced_table_name": "Staff" }, { "column_name": "department_id", "referenced_column_name": "department_id", "referenced_table_name": "Departments" } ], "primary_key": [ "staff_id" ] }
[ [ "Artist_ID", "Artist", "Age", "Famous_Title", "Famous_Release_date" ], [ "1", "Gorgoroth", "34", "Bergen 1996", "November 2007" ], [ "2", "Ophiolatry", "35", "Transmutation", "January 21, 2008" ], [ "3", "Ophiolatry", "22", "Antievangelistical Process (re-release)", "2009" ], [ "4", "Black Flame", "18", "Imperivm", "June 23, 2008" ], [ "5", "Tangorodrim", "35", "Unholy Metal Way (re-release)", "2009" ], [ "6", "Tangorodrim", "27", "Those Who Unleashed (re-release)", "2009" ], [ "7", "Triumfall", "49", "Antithesis of All Flesh", "June 15, 2009" ] ]
music_4
artist
{ "column_descriptions": [], "column_names_cleaned": [ "artist id", "artist", "age", "famous title", "famous release date" ], "column_types": [ "number", "text", "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "Artist_ID" ] }
[ [ "Volume_ID", "Volume_Issue", "Issue_Date", "Weeks_on_Top", "Song", "Artist_ID" ], [ "1", "45:14 §", "27 December 1986 - 10 January", "3.0", " The Way", "1" ], [ "2", "45:15", "17 January", "1.0", " Everybody Have Fun Tonight ", "2" ], [ "3", "45:16", "24 January", "1.0", " Walk Like an Egyptian ", "1" ], [ "4", "45:21-22", "28 February - 7 March", "2.0", " Touch Me (I Want Your Body) ", "2" ], [ "5", "46:5", "9 May", "1.0", " With or Without You ", "1" ], [ "6", "46:6-8", "16 May - 30 May", "3.0", " (I Just) Died in Your Arms ", "1" ], [ "7", "46:9", "6 June", "1.0", " La Isla Bonita ", "4" ], [ "8", "46:10", "13 June", "1.0", "Looking for a New Love", "5" ], [ "9", "46:14-15", "11 July - 18 July", "2.0", " Always ", "6" ], [ "10", "46:16", "25 July", "1.0", "Head to Toe ", "5" ] ]
music_4
volume
{ "column_descriptions": [], "column_names_cleaned": [ "volume id", "volume issue", "issue date", "weeks on top", "song", "artist id" ], "column_types": [ "number", "text", "text", "number", "text", "number" ], "foreign_keys": [ { "column_name": "Artist_ID", "referenced_column_name": "Artist_ID", "referenced_table_name": "artist" } ], "primary_key": [ "Volume_ID" ] }
[ [ "ID", "Music_Festival", "Date_of_ceremony", "Category", "Volume", "Result" ], [ "1", "34th England Academy Prize", "18 February 2011", "Best Song", "1", "Nominated" ], [ "2", "34th Japan Academy Prize", "18 February 2011", "Best Lyrics", "2", "Nominated" ], [ "3", "34th European Academy Prize", "18 February 2011", "Best Song", "3", "Awarded" ], [ "4", "36th Japan Academy Prize", "18 February 2011", "Best Song", "4", "Awarded" ], [ "5", "34th USA Academy Prize", "18 February 2011", "Best Song", "5", "Nominated" ], [ "6", "40th Japan Academy Prize", "18 February 2011", "Best Song", "6", "Nominated" ], [ "7", "37th Sweden Academy Prize", "18 February 2011", "Best Lyrics", "7", "Nominated" ], [ "8", "37th Canadian Academy Prize", "18 February 2011", "Best Lyrics", "8", "Nominated" ], [ "9", "35th China Academy Prize", "18 February 2011", "Best Sound Song", "9", "Awarded" ] ]
music_4
music_festival
{ "column_descriptions": [], "column_names_cleaned": [ "id", "music festival", "date of ceremony", "category", "volume", "result" ], "column_types": [ "number", "text", "text", "text", "number", "text" ], "foreign_keys": [ { "column_name": "Volume", "referenced_column_name": "Volume_ID", "referenced_table_name": "volume" } ], "primary_key": [ "ID" ] }
[ [ "Customer_ID", "Customer_name" ], [ "194", "America Jaskolski" ], [ "214", "Ellsworth Paucek" ], [ "256", "Mrs. Hanna Willms" ], [ "562", "Dr. Diana Rath" ], [ "582", "Selena Gerhold" ], [ "641", "Dayana Robel" ], [ "682", "Mr. Edwardo Blanda I" ], [ "756", "Mr. Randal Lynch III" ], [ "805", "Mrs. Liza Heller V" ], [ "826", "Mrs. Lilly Graham III" ], [ "882", "Miss Felicita Reichel" ], [ "892", "Sydnie Friesen" ], [ "923", "David Ross" ], [ "956", "Cai Zhang" ], [ "996", "Jay Chou" ] ]
insurance_fnol
Customers
{ "column_descriptions": [], "column_names_cleaned": [ "customer id", "customer name" ], "column_types": [ "number", "text" ], "foreign_keys": [], "primary_key": [ "Customer_ID" ] }
[ [ "Service_ID", "Service_name" ], [ "1", "New policy application" ], [ "4", "Close a policy" ], [ "6", "Change a policy" ], [ "9", "Upgrade a policy" ] ]
insurance_fnol
Services
{ "column_descriptions": [], "column_names_cleaned": [ "service id", "service name" ], "column_types": [ "number", "text" ], "foreign_keys": [], "primary_key": [ "Service_ID" ] }
[ [ "Policy_ID", "policy_type_code", "Customer_Phone" ], [ "246", "Life Insurance", "+16(2)5838999222" ], [ "257", "Property Insurance", "242.763.9214" ], [ "300", "Property Insurance", "1-416-503-7735x94204" ], [ "301", "Property Insurance", "(777)537-7792" ], [ "346", "Mortgage Insurance", "1-446-940-9907x257" ], [ "366", "Mortgage Insurance", "(379)862-8274x12620" ], [ "472", "Mortgage Insurance", "+85(6)1302858396" ], [ "583", "Travel Insurance", "1-797-927-3585x9321" ], [ "586", "Life Insurance", "991.642.6485x822" ], [ "630", "Property Insurance", "813.178.8211x557" ], [ "636", "Life Insurance", "889-572-0609x552" ], [ "751", "Life Insurance", "1-138-841-3073" ], [ "879", "Mortgage Insurance", "1-381-132-0127x3801" ], [ "927", "Mortgage Insurance", "00481937923" ], [ "993", "Property Insurance", "405.090.8654x021" ] ]
insurance_fnol
Available_Policies
{ "column_descriptions": [], "column_names_cleaned": [ "policy id", "policy type code", "customer phone" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "Policy_ID" ] }
[ [ "Customer_ID", "Policy_ID", "Date_Opened", "Date_Closed" ], [ "214", "257", "2016-11-19", "2018-03-04" ], [ "214", "301", "2016-04-12", "2018-02-07" ], [ "256", "583", "2016-07-22", "2018-02-20" ], [ "562", "346", "2017-01-09", "2018-03-08" ], [ "562", "583", "2016-06-24", "2018-02-22" ], [ "582", "586", "2016-04-11", "2018-03-17" ], [ "641", "366", "2016-07-10", "2018-02-24" ], [ "641", "472", "2016-07-07", "2018-03-10" ], [ "682", "583", "2016-11-01", "2018-03-03" ], [ "826", "630", "2016-11-18", "2018-02-13" ], [ "892", "927", "2017-01-08", "2018-02-25" ], [ "996", "366", "2016-10-31", "2018-03-19" ], [ "996", "879", "2017-01-05", "2018-02-20" ], [ "996", "993", "2016-07-03", "2018-03-20" ] ]
insurance_fnol
Customers_Policies
{ "column_descriptions": [], "column_names_cleaned": [ "customer id", "policy id", "date opened", "date closed" ], "column_types": [ "number", "number", "time", "time" ], "foreign_keys": [ { "column_name": "Policy_ID", "referenced_column_name": "Policy_ID", "referenced_table_name": "Available_Policies" }, { "column_name": "Customer_ID", "referenced_column_name": "Customer_ID", "referenced_table_name": "Customers" } ], "primary_key": [ "Customer_ID" ] }
[ [ "FNOL_ID", "Customer_ID", "Policy_ID", "Service_ID" ], [ "532", "214", "257", "6" ], [ "1611", "996", "993", "9" ], [ "1722", "996", "879", "6" ], [ "2543", "996", "366", "1" ], [ "4226", "892", "927", "1" ], [ "4323", "826", "630", "4" ], [ "4525", "582", "586", "1" ] ]
insurance_fnol
First_Notification_of_Loss
{ "column_descriptions": [], "column_names_cleaned": [ "fnol id", "customer id", "policy id", "service id" ], "column_types": [ "number", "number", "number", "number" ], "foreign_keys": [ { "column_name": "Customer_ID", "referenced_column_name": "Customer_ID", "referenced_table_name": "Customers_Policies" }, { "column_name": "Policy_ID", "referenced_column_name": "Policy_ID", "referenced_table_name": "Customers_Policies" }, { "column_name": "Service_ID", "referenced_column_name": "Service_ID", "referenced_table_name": "Services" } ], "primary_key": [ "FNOL_ID" ] }
[ [ "Claim_ID", "FNOL_ID", "Effective_Date" ], [ "134", "1722", "1973-08-18" ], [ "145", "1611", "2014-10-19" ], [ "228", "532", "1975-05-07" ], [ "309", "2543", "1982-05-03" ], [ "311", "4226", "1992-02-09" ], [ "360", "4226", "2006-06-10" ], [ "428", "4226", "1992-01-05" ], [ "604", "4323", "2009-02-11" ], [ "641", "4525", "1985-03-24" ], [ "717", "4525", "1996-11-29" ] ]
insurance_fnol
Claims
{ "column_descriptions": [], "column_names_cleaned": [ "claim id", "fnol id", "effective date" ], "column_types": [ "number", "number", "time" ], "foreign_keys": [ { "column_name": "FNOL_ID", "referenced_column_name": "FNOL_ID", "referenced_table_name": "First_Notification_of_Loss" } ], "primary_key": [ "Claim_ID" ] }
[ [ "Settlement_ID", "Claim_ID", "Effective_Date", "Settlement_Amount" ], [ "161", "717", "2009-11-20", "6451.65" ], [ "176", "641", "1971-06-29", "1588.45" ], [ "205", "604", "1978-09-09", "9814.39" ], [ "208", "428", "2003-12-28", "8827.06" ], [ "393", "360", "2006-04-19", "8013.95" ], [ "543", "309", "1972-03-02", "2722.67" ], [ "544", "311", "1973-10-27", "9164.1" ], [ "604", "228", "2014-12-09", "2138.96" ], [ "616", "145", "1995-04-02", "3101.3" ], [ "628", "134", "2001-07-02", "1721.17" ] ]
insurance_fnol
Settlements
{ "column_descriptions": [], "column_names_cleaned": [ "settlement id", "claim id", "effective date", "settlement amount" ], "column_types": [ "number", "number", "time", "number" ], "foreign_keys": [ { "column_name": "Claim_ID", "referenced_column_name": "Claim_ID", "referenced_table_name": "Claims" } ], "primary_key": [ "Settlement_ID" ] }
[ [ "Film_ID", "Rank_in_series", "Number_in_season", "Title", "Directed_by", "Original_air_date", "Production_code" ], [ "1", "26", "1", "The Case of the Mystery Weekend", "Bill Schreiner", "September 21–25, 1992", "50021–50025" ], [ "2", "27", "2", "The Case of the Smart Dummy", "Bill Schreiner", "September 28–October 2, 1992", "50231–50235" ], [ "3", "28", "3", "The Case: Off the Record", "Bill Schreiner", "October 5–9, 1992", "50011–50015" ], [ "4", "29", "4", "The Case of the Bermuda Triangle", "Jesus Salvador Treviño", "October 12–16, 1992", "50251–50255" ], [ "5", "30", "5", "The Case of the Piggy Banker", "Bill Schreiner", "October 19–23, 1992", "50241–50245" ] ]
cinema
film
{ "column_descriptions": [], "column_names_cleaned": [ "film id", "rank in series", "number in season", "title", "directed by", "original air date", "production code" ], "column_types": [ "number", "number", "number", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "Film_ID" ] }
[ [ "Cinema_ID", "Name", "Openning_year", "Capacity", "Location" ], [ "1", "Codling", "2010", "1100", "County Wicklow" ], [ "2", "Carrowleagh", "2012", "368", "County Cork" ], [ "3", "Dublin Array", "2015", "364", "County Dublin" ], [ "4", "Glenmore", "2009", "305", "County Clare" ], [ "5", "Glenough", "2010", "325", "County Tipperary" ], [ "6", "Gortahile", "2010", "208", "County Laois" ], [ "7", "Grouse Lodge", "2011", "203", "County Tipperary" ], [ "8", "Moneypoint", "2011", "225", "County Clare" ], [ "9", "Mount Callan", "2011", "908", "County Clare" ], [ "10", "Oriel", "2013", "330", "County Louth" ] ]
cinema
cinema
{ "column_descriptions": [], "column_names_cleaned": [ "cinema id", "name", "openning year", "capacity", "location" ], "column_types": [ "number", "text", "number", "number", "text" ], "foreign_keys": [], "primary_key": [ "Cinema_ID" ] }
[ [ "Cinema_ID", "Film_ID", "Date", "Show_times_per_day", "Price" ], [ "1", "1", "21 May", "5", "12.99" ], [ "1", "2", "21 May", "3", "12.99" ], [ "1", "3", "21 Jun", "2", "8.99" ], [ "2", "1", "11 July", "5", "9.99" ], [ "6", "5", "2 Aug", "4", "12.99" ], [ "9", "4", "20 May", "5", "9.99" ], [ "10", "1", "19 May", "5", "15.99" ] ]
cinema
schedule
{ "column_descriptions": [], "column_names_cleaned": [ "cinema id", "film id", "date", "show times per day", "price" ], "column_types": [ "number", "number", "text", "number", "number" ], "foreign_keys": [ { "column_name": "Cinema_ID", "referenced_column_name": "Cinema_ID", "referenced_table_name": "cinema" }, { "column_name": "Film_ID", "referenced_column_name": "Film_ID", "referenced_table_name": "film" } ], "primary_key": [ "Cinema_ID" ] }
[ [ "College_ID", "Name", "Leader_Name", "College_Location" ], [ "1", "Saskatchewan School", "Ousame Tounkara", "Ottawa" ], [ "2", "B.C. School", "Ryan Thelwell", "Minnesota" ], [ "3", "Calgary School", "Andre Arlain", "St. Francis Xavier" ], [ "4", "Edmonton School", "Samir Chahine", "McGill" ], [ "5", "Toronto School", "Roger Dunbrack", "Western Ontario" ] ]
decoration_competition
college
{ "column_descriptions": [], "column_names_cleaned": [ "college id", "name", "leader name", "college location" ], "column_types": [ "number", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "College_ID" ] }
[ [ "Member_ID", "Name", "Country", "College_ID" ], [ "1", "Jack Nicklaus", "United States", "1" ], [ "2", "Billy Casper", "United States", "1" ], [ "3", "Arnold Palmer", "Canada", "4" ], [ "4", "Tom Watson", "United States", "4" ], [ "5", "Homero Blancas", "United States", "2" ], [ "6", "Pat Fitzsimons", "Canada", "5" ], [ "7", "Bobby Nichols", "Canada", "5" ], [ "8", "J. C. Snead", "Canada", "4" ], [ "9", "Lee Trevino", "United States", "3" ], [ "10", "Tom Weiskopf", "United States", "3" ] ]
decoration_competition
member
{ "column_descriptions": [], "column_names_cleaned": [ "member id", "name", "country", "college id" ], "column_types": [ "number", "text", "text", "number" ], "foreign_keys": [ { "column_name": "College_ID", "referenced_column_name": "College_ID", "referenced_table_name": "college" } ], "primary_key": [ "Member_ID" ] }
[ [ "Round_ID", "Member_ID", "Decoration_Theme", "Rank_in_Round" ], [ "1", "1", "Walk on the Moon", "1" ], [ "1", "2", "Soft Dream", "2" ], [ "1", "10", "Dark Nights", "4" ], [ "2", "4", "Sweetie", "3" ], [ "2", "6", "Summer", "2" ], [ "2", "9", "Happiness", "1" ] ]
decoration_competition
round
{ "column_descriptions": [], "column_names_cleaned": [ "round id", "member id", "decoration theme", "rank in round" ], "column_types": [ "number", "number", "text", "number" ], "foreign_keys": [ { "column_name": "Member_ID", "referenced_column_name": "Member_ID", "referenced_table_name": "member" } ], "primary_key": [ "Member_ID" ] }
[ [ "Name", "Phone_ID", "Memory_in_G", "Carrier", "Price" ], [ "IPhone 5s", "1", "32", "Sprint", "320.0" ], [ "IPhone 6", "5", "128", "Sprint", "480.0" ], [ "IPhone 6s", "2", "128", "TMobile", "699.0" ], [ "IPhone 7", "4", "16", "TMobile", "899.0" ], [ "IPhone X", "3", "64", "TMobile", "1000.0" ] ]
phone_market
phone
{ "column_descriptions": [], "column_names_cleaned": [ "name", "phone id", "memory in g", "carrier", "price" ], "column_types": [ "text", "number", "number", "text", "number" ], "foreign_keys": [], "primary_key": [ "Phone_ID" ] }
[ [ "Market_ID", "District", "Num_of_employees", "Num_of_shops", "Ranking" ], [ "1", "Alberta", "1966", "40.0", "1" ], [ "2", "British Columbia", "1965", "49.0", "21" ], [ "3", "New Brunswick", "1978", "10.0", "4" ], [ "4", "Nova Scotia", "1968", "32.0", "5" ], [ "5", "Ontario", "1958", "54.0", "3" ], [ "6", "Quebec", "1958", "54.0", "8" ] ]
phone_market
market
{ "column_descriptions": [], "column_names_cleaned": [ "market id", "district", "num of employees", "num of shops", "ranking" ], "column_types": [ "number", "text", "number", "number", "number" ], "foreign_keys": [], "primary_key": [ "Market_ID" ] }
[ [ "Market_ID", "Phone_ID", "Num_of_stock" ], [ "1", "1", "2232" ], [ "2", "2", "4324" ], [ "1", "4", "874" ], [ "5", "1", "682" ], [ "2", "3", "908" ], [ "6", "3", "1632" ] ]
phone_market
phone_market
{ "column_descriptions": [], "column_names_cleaned": [ "market id", "phone id", "num of stock" ], "column_types": [ "number", "text", "number" ], "foreign_keys": [ { "column_name": "Phone_ID", "referenced_column_name": "Phone_ID", "referenced_table_name": "phone" }, { "column_name": "Market_ID", "referenced_column_name": "Market_ID", "referenced_table_name": "market" } ], "primary_key": [ "Market_ID" ] }
[ [ "product_id", "product", "dimensions", "dpi", "pages_per_minute_color", "max_page_size", "interface" ], [ "1", "Fujitsu fi-6130 A4 Series Scanner", "301 x 160 x 158", "600.0", "30.0", "A4", "USB 2.0" ], [ "2", "Plustek MobileOffice D28 Corporate", "303 x 94 x 60", "600.0", "28.0", "A4", "USB 2.0" ], [ "3", "Xerox Travel Scanner 100", "289 x 51 x 38", "600.0", "4.0", "A4", "USB 2.0" ], [ "4", "ScanShell 3000DN", "300 x 50 x 45", "600.0", "3.0", "A4", "USB 2.0" ], [ "5", "Canon imageFORMULA P-150", "280 x 95 x 40", "600.0", "10.0", "216mm x 356mm", "USB 2.0" ], [ "6", "Canon DR-2080C", "298 x 209 x 99", "600.0", "36.0", "216mm x 355mm", "USB 2.0" ] ]
store_product
product
{ "column_descriptions": [], "column_names_cleaned": [ "product id", "product", "dimensions", "dpi", "pages per minute color", "max page size", "interface" ], "column_types": [ "number", "text", "text", "number", "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "product_id" ] }
[ [ "Store_ID", "Store_Name", "Type", "Area_size", "Number_of_product_category", "Ranking" ], [ "1", "Miramichi", "City Mall", "179.84", "17811.0", "2" ], [ "2", "Neguac", "Village Store", "26.69", "1678.0", "3" ], [ "3", "Rogersville", "Village Store", "7.23", "1170.0", "1" ], [ "4", "Blackville", "Village Store", "21.73", "990.0", "10" ], [ "5", "Doaktown", "City Mall", "28.74", "793.0", "9" ] ]
store_product
store
{ "column_descriptions": [], "column_names_cleaned": [ "store id", "store name", "type", "area size", "number of product category", "ranking" ], "column_types": [ "number", "text", "text", "number", "number", "number" ], "foreign_keys": [], "primary_key": [ "Store_ID" ] }
[ [ "District_ID", "District_name", "Headquartered_City", "City_Population", "City_Area" ], [ "1", "Attock District", "Attock City", "94620.0", "20.0" ], [ "2", "Bahawalnagar District", "Bahawalnagar City", "134936.0", "13.0" ], [ "3", "Bahawalpur District", "Bahawalpur City", "530438.0", "38.0" ], [ "4", "Bhakkar District", "Bhakkar City", "89380.0", "15.0" ], [ "5", "Chakwal District", "Chakwal City", "113524.0", "10.0" ], [ "6", "Chiniot District", "Chiniot City", "219254.0", "12.0" ], [ "7", "Dera Ghazi Khan District", "Dera Ghazi Khan City", "464742.0", "22.0" ], [ "8", "Faisalabad District", "Faisalabad City", "2793721.0", "147.0" ], [ "9", "Gujranwala District", "Gujranwala City", "1526168.0", "75.0" ], [ "10", "Gujrat District", "Gujrat City", "328512.0", "25.0" ], [ "11", "Hafizabad District", "Hafizabad City", "165936.0", "10.0" ], [ "12", "Jhang District", "Jhang City", "365198.0", "28.0" ], [ "13", "Jhelum District", "Jhelum City", "172073.0", "22.0" ], [ "14", "Kasur District", "Kasur City", "314617.0", "18.0" ], [ "15", "Khanewal District", "Khanewal City", "165038.0", "17.0" ] ]
store_product
district
{ "column_descriptions": [], "column_names_cleaned": [ "district id", "district name", "headquartered city", "city population", "city area" ], "column_types": [ "number", "text", "text", "number", "number" ], "foreign_keys": [], "primary_key": [ "District_ID" ] }
[ [ "Store_ID", "Product_ID" ], [ "1", "1" ], [ "1", "2" ], [ "1", "3" ], [ "1", "4" ], [ "1", "6" ], [ "2", "1" ], [ "3", "2" ], [ "2", "3" ], [ "3", "4" ], [ "2", "6" ], [ "5", "1" ], [ "5", "2" ], [ "5", "3" ], [ "5", "4" ], [ "5", "6" ] ]
store_product
store_product
{ "column_descriptions": [], "column_names_cleaned": [ "store id", "product id" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "Store_ID", "referenced_column_name": "Store_ID", "referenced_table_name": "store" } ], "primary_key": [ "Store_ID" ] }
[ [ "Store_ID", "District_ID" ], [ "1", "15" ], [ "2", "15" ], [ "3", "11" ], [ "4", "4" ], [ "5", "3" ] ]
store_product
store_district
{ "column_descriptions": [], "column_names_cleaned": [ "store id", "district id" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "District_ID", "referenced_column_name": "District_ID", "referenced_table_name": "district" }, { "column_name": "Store_ID", "referenced_column_name": "Store_ID", "referenced_table_name": "store" } ], "primary_key": [ "Store_ID" ] }
[ [ "company_id", "company_type", "company_name", "company_address", "other_company_details" ], [ "1", "Maintenance Contractor", "Langworth-Funk", "615 Jacobs Mews", "Uganda" ], [ "2", "Maintenance Contractor", "McDermott Group", "873 Conrad Creek Apt. 286", "China" ], [ "3", "Maintenance Contractor", "Schuppe-Carroll", "066 Bechtelar Ridge", "United Arab Emirates" ], [ "4", "Maintenance Contractor", "Dooley-Langosh", "9576 Jacynthe Point Suite 747", "Albania" ], [ "5", "Supplier", "Dooley and Sons", "84631 Rosenbaum Well Suite 727", "Palestinian Territory" ], [ "6", "Supplier", "Grimes, Mosciski and Renner", "9405 Leffler Hollow Apt. 753", "Kiribati" ], [ "7", "Maintenance Contractor", "Weimann-Swift", "016 Kaitlyn Fall Suite 236", "Egypt" ], [ "8", "Maintenance Contractor", "Glover-Vandervort", "51515 Conn Corner Suite 696", "Ethiopia" ], [ "9", "Maintenance Contractor", "Wisoky, Toy and Bashirian", "605 D'Amore Oval", "Iran" ], [ "10", "Maintenance Contractor", "White Ltd", "680 Hammes Ways", "Niue" ], [ "11", "Maintenance Contractor", "Kuvalis, Boehm and Hettinger", "99335 Cummings Square Apt. 723", "Somalia" ], [ "12", "Maintenance Contractor", "Dicki, Erdman and Kris", "60743 Dion Harbors Suite 825", "Western Sahara" ], [ "13", "Supplier", "Greenholt-D'Amore", "1755 Schaefer Road", "Slovenia" ], [ "14", "Supplier", "Purdy Inc", "846 Casper Route", "Saint Helena" ], [ "15", "Maintenance Contractor", "Rau, Ullrich and King", "5147 Raul Burg Apt. 623", "Armenia" ] ]
assets_maintenance
Third_Party_Companies
{ "column_descriptions": [], "column_names_cleaned": [ "company id", "company type", "company name", "company address", "other company details" ], "column_types": [ "number", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "company_id" ] }
[ [ "maintenance_contract_id", "maintenance_contract_company_id", "contract_start_date", "contract_end_date", "other_contract_details" ], [ "1", "15", "2017-09-13 11:51:29", "2018-03-16 21:21:50", "None" ], [ "2", "9", "2017-12-18 11:43:16", "2018-03-22 06:00:37", "None" ], [ "3", "11", "2017-05-06 02:32:19", "2018-03-20 14:02:54", "None" ], [ "4", "13", "2018-01-24 00:06:30", "2018-03-02 16:12:23", "None" ], [ "5", "4", "2017-10-28 05:13:21", "2018-02-27 17:36:59", "None" ], [ "6", "7", "2018-03-07 10:59:11", "2018-03-14 10:17:43", "None" ], [ "7", "13", "2017-09-01 05:34:02", "2018-02-27 05:03:22", "None" ], [ "8", "8", "2017-11-23 11:26:12", "2018-03-02 22:26:54", "None" ], [ "9", "6", "2017-04-21 00:03:07", "2018-03-07 19:30:50", "None" ], [ "10", "6", "2017-06-14 01:46:59", "2018-03-09 10:40:10", "None" ], [ "11", "15", "2017-05-04 13:39:18", "2018-03-14 20:21:10", "None" ], [ "12", "6", "2017-12-06 20:09:39", "2018-03-06 13:47:14", "None" ], [ "13", "14", "2017-07-23 05:07:37", "2018-03-05 21:24:36", "None" ], [ "14", "10", "2017-09-19 17:57:17", "2018-03-15 06:45:00", "None" ], [ "15", "6", "2017-05-14 11:57:50", "2018-03-23 17:29:21", "None" ] ]
assets_maintenance
Maintenance_Contracts
{ "column_descriptions": [], "column_names_cleaned": [ "maintenance contract id", "maintenance contract company id", "contract start date", "contract end date", "other contract details" ], "column_types": [ "number", "number", "time", "time", "text" ], "foreign_keys": [ { "column_name": "maintenance_contract_company_id", "referenced_column_name": "company_id", "referenced_table_name": "Third_Party_Companies" } ], "primary_key": [ "maintenance_contract_id" ] }
[ [ "part_id", "part_name", "chargeable_yn", "chargeable_amount", "other_part_details" ], [ "1", "top", "0", "4", "None" ], [ "2", "middle", "1", "9", "None" ], [ "3", "package", "1", "9", "None" ] ]
assets_maintenance
Parts
{ "column_descriptions": [], "column_names_cleaned": [ "part id", "part name", "chargeable yn", "chargeable amount", "other part details" ], "column_types": [ "number", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "part_id" ] }
[ [ "skill_id", "skill_code", "skill_description" ], [ "1", "ELEC", "Electrical" ], [ "2", "MECH", "Mechanical" ], [ "3", "TV", "TV, Video" ] ]
assets_maintenance
Skills
{ "column_descriptions": [], "column_names_cleaned": [ "skill id", "skill code", "skill description" ], "column_types": [ "number", "text", "text" ], "foreign_keys": [], "primary_key": [ "skill_id" ] }
[ [ "staff_id", "staff_name", "gender", "other_staff_details" ], [ "1", "Audreanne", "1", "Manager" ], [ "2", "Berneice", "1", "Manager" ], [ "3", "Helena", "1", "None" ], [ "4", "Edmond", "0", "None" ], [ "5", "Leola", "1", "Manager" ], [ "6", "Rodger", "1", "None" ], [ "7", "Kadin", "1", "None" ], [ "8", "Christophe", "0", "Woker" ], [ "9", "Bernice", "0", "None" ], [ "10", "Jayda", "1", "None" ], [ "11", "Estel", "0", "None" ], [ "12", "Oren", "1", "None" ], [ "13", "Howell", "0", "None" ], [ "14", "Cyrus", "0", "None" ], [ "15", "Jeffry", "0", "None" ] ]
assets_maintenance
Staff
{ "column_descriptions": [], "column_names_cleaned": [ "staff id", "staff name", "gender", "other staff details" ], "column_types": [ "number", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "staff_id" ] }
[ [ "asset_id", "maintenance_contract_id", "supplier_company_id", "asset_details", "asset_make", "asset_model", "asset_acquired_date", "asset_disposed_date", "other_asset_details" ], [ "1", "2", "2", "dell laptop1", "PT", "58 ub", "2017-12-25 00:31:27", "2018-03-14 10:50:00", "None" ], [ "2", "14", "1", "dell laptop2", "IN", "35 xt", "2018-01-27 00:59:46", "2018-03-20 04:24:09", "None" ], [ "3", "7", "2", "dell laptop3", "IT", "63 ok", "2017-09-07 08:13:15", "2018-03-08 20:50:40", "Bad condition" ], [ "4", "11", "5", "dell laptop4", "RU", "69 uv", "2017-06-12 17:37:19", "2018-03-16 05:46:55", "None" ], [ "5", "8", "5", "dell laptop5", "DE", "90 oq", "2017-07-21 16:03:19", "2018-02-27 18:59:07", "None" ], [ "6", "8", "6", "monitor1", "CN", "91 ub", "2017-04-22 12:33:39", "2018-03-10 11:11:43", "None" ], [ "7", "6", "6", "monitor2", "CN", "27 du", "2017-07-18 01:22:58", "2018-03-20 22:45:00", "None" ], [ "8", "15", "7", "monitor3", "GB", "94 kg", "2017-10-24 04:29:17", "2018-02-28 18:14:13", "Bad condition" ], [ "9", "12", "13", "machine1", "RU", "07 yt", "2017-04-16 12:19:25", "2018-03-08 18:42:41", "None" ], [ "10", "2", "2", "machine2", "FR", "20 tl", "2017-09-19 16:15:45", "2018-03-06 20:36:14", "None" ], [ "11", "7", "12", "machine3", "FR", "11 wi", "2017-11-25 05:04:20", "2018-03-17 00:51:14", "None" ], [ "12", "13", "14", "machine4", "RU", "95 vn", "2017-09-26 14:05:46", "2018-02-27 23:12:03", "Bad condition" ], [ "13", "11", "8", "system1", "DE", "08 yy", "2017-12-20 14:05:17", "2018-03-07 20:35:19", "Bad condition" ], [ "14", "10", "6", "system2", "IN", "66 xm", "2017-10-19 02:54:52", "2018-03-22 23:48:15", "None" ], [ "15", "6", "11", "system3", "IE", "24 ak", "2017-12-18 19:21:11", "2018-02-27 02:37:16", "None" ] ]
assets_maintenance
Assets
{ "column_descriptions": [], "column_names_cleaned": [ "asset id", "maintenance contract id", "supplier company id", "asset details", "asset make", "asset model", "asset acquired date", "asset disposed date", "other asset details" ], "column_types": [ "number", "number", "number", "text", "text", "text", "time", "time", "text" ], "foreign_keys": [ { "column_name": "supplier_company_id", "referenced_column_name": "company_id", "referenced_table_name": "Third_Party_Companies" }, { "column_name": "maintenance_contract_id", "referenced_column_name": "maintenance_contract_id", "referenced_table_name": "Maintenance_Contracts" } ], "primary_key": [ "asset_id" ] }
[ [ "asset_id", "part_id" ], [ "5", "3" ], [ "3", "3" ], [ "10", "1" ], [ "1", "2" ], [ "3", "1" ], [ "1", "3" ], [ "6", "2" ], [ "2", "3" ], [ "3", "2" ], [ "2", "2" ], [ "3", "3" ], [ "15", "3" ], [ "4", "1" ], [ "14", "1" ], [ "15", "2" ] ]
assets_maintenance
Asset_Parts
{ "column_descriptions": [], "column_names_cleaned": [ "asset id", "part id" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "asset_id", "referenced_column_name": "asset_id", "referenced_table_name": "Assets" }, { "column_name": "part_id", "referenced_column_name": "part_id", "referenced_table_name": "Parts" } ], "primary_key": [] }
[ [ "engineer_id", "company_id", "first_name", "last_name", "other_details" ], [ "1", "14", "Etha", "Reinger", "Skilled" ], [ "2", "2", "Clemens", "Orn", "None" ], [ "3", "6", "Samanta", "Hauck", "None" ], [ "4", "3", "Lorine", "Morar", "None" ], [ "5", "15", "Manley", "Grady", "None" ], [ "6", "1", "Courtney", "Adams", "None" ], [ "7", "11", "Josie", "Harvey", "Skilled" ], [ "8", "9", "Nellie", "Hirthe", "None" ], [ "9", "4", "Brian", "Stamm", "None" ], [ "10", "4", "Naomi", "Price", "None" ], [ "11", "7", "Cullen", "Kunde", "None" ], [ "12", "10", "Alexys", "Simonis", "None" ], [ "13", "2", "Weston", "Hahn", "None" ], [ "14", "11", "Jules", "Goldner", "None" ], [ "15", "3", "Archibald", "Streich", "None" ] ]
assets_maintenance
Maintenance_Engineers
{ "column_descriptions": [], "column_names_cleaned": [ "engineer id", "company id", "first name", "last name", "other details" ], "column_types": [ "number", "number", "text", "text", "text" ], "foreign_keys": [ { "column_name": "company_id", "referenced_column_name": "company_id", "referenced_table_name": "Third_Party_Companies" } ], "primary_key": [ "engineer_id" ] }
[ [ "engineer_id", "skill_id" ], [ "10", "2" ], [ "10", "1" ], [ "15", "1" ], [ "6", "1" ], [ "13", "1" ], [ "6", "3" ], [ "13", "2" ], [ "7", "3" ], [ "5", "2" ], [ "8", "3" ], [ "15", "3" ], [ "5", "1" ], [ "9", "3" ], [ "3", "1" ], [ "11", "2" ], [ "12", "2" ], [ "2", "2" ], [ "10", "1" ], [ "8", "1" ], [ "4", "1" ] ]
assets_maintenance
Engineer_Skills
{ "column_descriptions": [], "column_names_cleaned": [ "engineer id", "skill id" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "skill_id", "referenced_column_name": "skill_id", "referenced_table_name": "Skills" }, { "column_name": "engineer_id", "referenced_column_name": "engineer_id", "referenced_table_name": "Maintenance_Engineers" } ], "primary_key": [] }
[ [ "fault_log_entry_id", "asset_id", "recorded_by_staff_id", "fault_log_entry_datetime", "fault_description", "other_fault_details" ], [ "1", "3", "14", "2018-03-21 04:25:00", "system error", "None" ], [ "2", "7", "4", "2018-03-13 09:43:05", "system error", "None" ], [ "3", "6", "9", "2018-02-24 09:28:20", "system error", "None" ], [ "4", "5", "13", "2018-02-28 02:07:36", "failed parts", "None" ], [ "5", "9", "11", "2018-03-02 03:14:46", "system error", "None" ], [ "6", "8", "8", "2018-02-28 20:15:25", "failed parts", "None" ], [ "7", "5", "14", "2018-03-05 09:44:08", "system error", "None" ], [ "8", "12", "10", "2018-03-19 04:24:18", "failed parts", "None" ], [ "9", "3", "5", "2018-03-06 15:52:54", "system error", "None" ], [ "10", "2", "9", "2018-03-03 10:41:52", "failed parts", "None" ], [ "11", "15", "12", "2018-03-21 15:02:17", "failed parts", "None" ], [ "12", "8", "8", "2018-03-10 07:08:34", "system error", "None" ], [ "13", "3", "13", "2018-03-11 14:00:39", "system error", "None" ], [ "14", "3", "11", "2018-02-27 11:34:20", "failed parts", "None" ], [ "15", "12", "13", "2018-03-01 08:52:58", "system error", "None" ] ]
assets_maintenance
Fault_Log
{ "column_descriptions": [], "column_names_cleaned": [ "fault log entry id", "asset id", "recorded by staff id", "fault log entry datetime", "fault description", "other fault details" ], "column_types": [ "number", "number", "number", "time", "text", "text" ], "foreign_keys": [ { "column_name": "recorded_by_staff_id", "referenced_column_name": "staff_id", "referenced_table_name": "Staff" }, { "column_name": "asset_id", "referenced_column_name": "asset_id", "referenced_table_name": "Assets" } ], "primary_key": [ "fault_log_entry_id" ] }
[ [ "engineer_visit_id", "contact_staff_id", "engineer_id", "fault_log_entry_id", "fault_status", "visit_start_datetime", "visit_end_datetime", "other_visit_details" ], [ "1", "8", "8", "13", "Waiting", "1978-10-12 23:14:40", "1988-01-07 06:41:51", "None" ], [ "2", "7", "15", "13", "Return", "1980-05-02 23:31:18", "1990-08-30 22:44:16", "None" ], [ "3", "7", "15", "4", "Waiting", "2010-02-23 18:16:23", "1982-05-13 02:08:41", "None" ], [ "4", "12", "12", "13", "Fixed", "1996-11-07 05:31:35", "1973-09-12 07:06:54", "None" ], [ "5", "2", "4", "12", "Fixed", "1994-07-27 22:35:48", "2008-03-24 22:18:47", "None" ], [ "6", "4", "15", "11", "Fixed", "1984-07-14 22:47:51", "2010-07-05 18:36:22", "None" ], [ "7", "7", "15", "14", "Reported", "1996-07-06 23:59:49", "2012-11-27 06:26:01", "None" ], [ "8", "6", "15", "2", "Waiting", "1985-08-26 01:02:49", "1971-03-29 23:46:30", "None" ], [ "9", "7", "15", "12", "Waiting", "1991-05-02 01:39:59", "1970-08-01 15:35:51", "None" ], [ "10", "14", "10", "2", "Fixed", "1996-07-12 22:38:46", "1970-03-25 14:44:29", "None" ], [ "11", "9", "6", "3", "Fixed", "1975-04-06 11:09:23", "2000-01-27 09:33:10", "None" ], [ "12", "2", "1", "13", "Return", "2006-03-31 20:03:10", "2013-09-29 20:50:24", "None" ], [ "13", "4", "10", "8", "Fixed", "2015-07-05 21:37:55", "1988-10-20 12:02:00", "None" ], [ "14", "9", "4", "13", "Return", "1997-06-23 17:45:21", "1980-12-19 08:30:46", "None" ], [ "15", "4", "11", "10", "Reported", "1970-07-19 19:21:32", "2007-11-12 04:24:01", "None" ] ]
assets_maintenance
Engineer_Visits
{ "column_descriptions": [], "column_names_cleaned": [ "engineer visit id", "contact staff id", "engineer id", "fault log entry id", "fault status", "visit start datetime", "visit end datetime", "other visit details" ], "column_types": [ "number", "number", "number", "number", "text", "time", "time", "text" ], "foreign_keys": [ { "column_name": "contact_staff_id", "referenced_column_name": "staff_id", "referenced_table_name": "Staff" }, { "column_name": "engineer_id", "referenced_column_name": "engineer_id", "referenced_table_name": "Maintenance_Engineers" }, { "column_name": "fault_log_entry_id", "referenced_column_name": "fault_log_entry_id", "referenced_table_name": "Fault_Log" } ], "primary_key": [ "engineer_visit_id" ] }
[ [ "part_fault_id", "part_id", "fault_short_name", "fault_description", "other_fault_details" ], [ "1", "1", "PW", "Package Wrong", "None" ], [ "2", "1", "PW", "Package Wrong", "None" ], [ "3", "3", "TW", "Top Parts Wrong", "None" ], [ "4", "1", "PW", "Package Wrong", "None" ], [ "5", "1", "MW", "Medium Scale Wrong", "None" ], [ "6", "2", "PW", "Package Wrong", "None" ], [ "7", "1", "PW", "Package Wrong", "None" ], [ "8", "3", "TW", "Top Parts Wrong", "None" ], [ "9", "3", "PW", "Package Wrong", "None" ], [ "10", "1", "PW", "Package Wrong", "None" ], [ "11", "3", "MW", "Medium Scale Wrong", "None" ], [ "12", "2", "MW", "Medium Scale Wrong", "None" ], [ "13", "3", "TW", "Top Parts Wrong", "None" ], [ "14", "1", "TW", "Top Parts Wrong", "None" ], [ "15", "3", "MW", "Medium Scale Wrong", "None" ] ]
assets_maintenance
Part_Faults
{ "column_descriptions": [], "column_names_cleaned": [ "part fault id", "part id", "fault short name", "fault description", "other fault details" ], "column_types": [ "number", "number", "text", "text", "text" ], "foreign_keys": [ { "column_name": "part_id", "referenced_column_name": "part_id", "referenced_table_name": "Parts" } ], "primary_key": [ "part_fault_id" ] }
[ [ "fault_log_entry_id", "part_fault_id", "fault_status" ], [ "12", "3", "Reported" ], [ "7", "4", "Reported" ], [ "1", "9", "Return" ], [ "1", "14", "Fixed" ], [ "6", "4", "Waiting" ], [ "14", "8", "Waiting" ], [ "1", "10", "Fixed" ], [ "3", "8", "Return" ], [ "11", "2", "Reported" ], [ "3", "11", "Fixed" ], [ "11", "8", "Reported" ], [ "4", "14", "Waiting" ], [ "13", "15", "Fixed" ], [ "13", "1", "Fixed" ], [ "4", "6", "Reported" ] ]
assets_maintenance
Fault_Log_Parts
{ "column_descriptions": [], "column_names_cleaned": [ "fault log entry id", "part fault id", "fault status" ], "column_types": [ "number", "number", "text" ], "foreign_keys": [ { "column_name": "fault_log_entry_id", "referenced_column_name": "fault_log_entry_id", "referenced_table_name": "Fault_Log" }, { "column_name": "part_fault_id", "referenced_column_name": "part_fault_id", "referenced_table_name": "Part_Faults" } ], "primary_key": [] }
[ [ "part_fault_id", "skill_id" ], [ "3", "2" ], [ "12", "3" ], [ "6", "1" ], [ "15", "3" ], [ "1", "3" ], [ "1", "1" ], [ "5", "3" ], [ "13", "2" ], [ "14", "3" ], [ "10", "2" ], [ "2", "1" ], [ "7", "2" ], [ "1", "3" ], [ "15", "3" ], [ "15", "2" ] ]
assets_maintenance
Skills_Required_To_Fix
{ "column_descriptions": [], "column_names_cleaned": [ "part fault id", "skill id" ], "column_types": [ "number", "number" ], "foreign_keys": [ { "column_name": "skill_id", "referenced_column_name": "skill_id", "referenced_table_name": "Skills" }, { "column_name": "part_fault_id", "referenced_column_name": "part_fault_id", "referenced_table_name": "Part_Faults" } ], "primary_key": [] }
[ [ "address_id", "line_1", "line_2", "city", "zip_postcode", "state_province_county", "country" ], [ "5", "0900 Roderick Oval\nNew Albina, WA 19200-7914", "Suite 096", "Linnealand", "862", "Montana", "USA" ], [ "9", "966 Dach Ports Apt. 322\nLake Harmonyhaven, VA 65235", "Apt. 163", "South Minnie", "716", "Texas", "USA" ], [ "29", "28550 Broderick Underpass Suite 667\nZakaryhaven, WY 22945-1534", "Apt. 419", "North Trystanborough", "112", "Vermont", "USA" ], [ "30", "83706 Ana Trafficway Apt. 992\nWest Jarret, MI 01112", "Apt. 884", "Lake Kaley", "431", "Washington", "USA" ], [ "43", "69165 Beatty Station\nHaleighstad, MS 55164", "Suite 333", "Stephaniemouth", "559", "Massachusetts", "USA" ], [ "45", "242 Pacocha Streets\nEast Isabellashire, ND 03506", "Suite 370", "O'Connellview", "514", "NewMexico", "USA" ], [ "55", "801 Modesto Island Suite 306\nLacyville, VT 34059", "Suite 764", "New Alta", "176", "Mississippi", "USA" ], [ "63", "0177 Fisher Dam\nBerniershire, KS 00038-7574", "Apt. 903", "South Keenan", "613", "Michigan", "USA" ], [ "68", "09471 Hickle Light\nPort Maxime, NJ 91550-5409", "Suite 903", "Hannahside", "354", "Connecticut", "USA" ], [ "73", "67831 Lavonne Lodge\nOlsontown, DC 20894", "Apt. 756", "Alizeshire", "687", "NewMexico", "USA" ], [ "82", "228 Fahey Land\nBaileymouth, FL 06297-5606", "Suite 087", "South Naomibury", "079", "Ohio", "USA" ], [ "88", "1770 Adriel Ramp Apt. 397\nWest Ashlynnchester, UT 91968", "Apt. 617", "East Tavaresburgh", "179", "SouthDakota", "USA" ], [ "92", "8760 Eldon Squares Suite 260\nMarquisestad, GA 38537", "Apt. 435", "Lake Devon", "244", "SouthDakota", "USA" ], [ "94", "8263 Abbott Crossing Apt. 066\nOberbrunnerbury, LA 67451", "Apt. 626", "Boyleshire", "536", "Kansas", "USA" ], [ "99", "521 Paucek Field\nNorth Oscartown, WI 31527", "Apt. 849", "Terencetown", "979", "Michigan", "USA" ] ]
student_assessment
Addresses
{ "column_descriptions": [], "column_names_cleaned": [ "address id", "line 1", "line 2", "city", "zip postcode", "state province county", "country" ], "column_types": [ "number", "text", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "address_id" ] }
[ [ "person_id", "first_name", "middle_name", "last_name", "cell_mobile_number", "email_address", "login_name", "password" ], [ "111", "Shannon", "Elissa", "Senger", "01955267735", "[email protected]", "pgub", "5e4ff49a61b3544da3ad7dc7e2cf28847564c64c" ], [ "121", "Virginie", "Jasmin", "Hartmann", "(508)319-2970x043", "[email protected]", "bkkv", "b063331ea8116befaa7b84c59c6a22200f5f8caa" ], [ "131", "Dariana", "Hayley", "Bednar", "(262)347-9364x516", "[email protected]", "zops", "b20b6a9f24aadeda70d54e410c3219f61fb063fb" ], [ "141", "Verna", "Arielle", "Grant", "1-372-548-7538x314", "[email protected]", "uuol", "7be9c03d5467d563555c51ebb3eb78e7f90832ec" ], [ "151", "Hoyt", "Mercedes", "Wintheiser", "1-603-110-0647", "[email protected]", "bnto", "c55795df86182959094b83e27900f7cf44ced570" ], [ "161", "Mayra", "Haley", "Hartmann", "724-681-4161x51632", "[email protected]", "rzxu", "ecae473cb54601e01457078ac0cdf4a1ced837bb" ], [ "171", "Lizeth", "Bell", "Bartoletti", "812.228.0645x91481", "[email protected]", "mkou", "76a93d1d3b7becc932d203beac61d064bd54e947" ], [ "181", "Nova", "Amiya", "Feest", "766-272-9964", "[email protected]", "qrwl", "7dce9b688636ee212294c257dd2f6b85c7f65f2e" ] ]
student_assessment
People
{ "column_descriptions": [], "column_names_cleaned": [ "person id", "first name", "middle name", "last name", "cell mobile number", "email address", "login name", "password" ], "column_types": [ "number", "text", "text", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "person_id" ] }
[ [ "student_id", "student_details" ], [ "111", "Marry" ], [ "121", "Martin" ], [ "131", "Barry" ], [ "141", "Nikhil" ], [ "151", "John" ], [ "161", "Sarah" ], [ "171", "Joe" ], [ "181", "Nancy" ] ]
student_assessment
Students
{ "column_descriptions": [], "column_names_cleaned": [ "student id", "student details" ], "column_types": [ "number", "text" ], "foreign_keys": [ { "column_name": "student_id", "referenced_column_name": "person_id", "referenced_table_name": "People" } ], "primary_key": [ "student_id" ] }
End of preview. Expand in Data Studio

Link to original dataset: https://yale-lily.github.io/spider

Yu, T., Zhang, R., Yang, K., Yasunaga, M., Wang, D., Li, Z., Ma, J., Li, I., Yao, Q., Roman, S. and Zhang, Z., 2018. Spider: A large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-sql task. arXiv preprint arXiv:1809.08887.

Downloads last month
212