NATURAL_LANG
stringlengths
0
446
SCHEMA
stringlengths
27
2.21k
SQL
stringlengths
18
453
input_ids
list
attention_mask
list
labels
list
What is the bowling style of chris harris?
CREATE TABLE table_11950720_4 ( bowling_style VARCHAR, player VARCHAR )
SELECT bowling_style FROM table_11950720_4 WHERE player = "Chris Harris"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 19993, 1752, 18517, 834, 591, 41, 3047, 53, 834, 4084, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3047, 53, 869, 13, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3047, 53, 834, 4084, 21680, 953, 834, 19993, 1752, 18517, 834, 591, 549, 17444, 427, 1959, 3274, 96, 3541, 52, 159, 12551, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many points after 1956?
CREATE TABLE table_80100 ( "Year" real, "Entrant" text, "Chassis" text, "Engine" text, "Points" real )
SELECT COUNT("Points") FROM table_80100 WHERE "Year" > '1956'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2079, 2915, 41, 96, 476, 2741, 121, 490, 6, 96, 16924, 3569, 121, 1499, 6, 96, 3541, 6500, 7, 121, 1499, 6, 96, 31477, 121, 1499, 6, 96, 22512, 7, 121, 490, 3, 61, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 22512, 7, 8512, 21680, 953, 834, 2079, 2915, 549, 17444, 427, 96, 476, 2741, 121, 2490, 3, 31, 2294, 4834, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Year has a Manager of bobby dews, and Playoffs of lost in 1st round?
CREATE TABLE table_name_37 ( year INTEGER, manager VARCHAR, playoffs VARCHAR )
SELECT MIN(year) FROM table_name_37 WHERE manager = "bobby dews" AND playoffs = "lost in 1st round"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 215, 3, 21342, 17966, 6, 2743, 584, 4280, 28027, 6, 15289, 7, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 2929, 65, 3, 9, 3440, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 2743, 3274, 96, 17396, 969, 20, 210, 7, 121, 3430, 15289, 7, 3274, 96, 2298, 17, 16, 209, 7, 17, 1751, 121, 1, -100, -100, -100, -100, ...
what is the number of patients whose primary disease is s/p fall and lab test abnormal status is delta?
CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE demographic (...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.diagnosis = "S/P FALL" AND lab.flag = "delta"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7690, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 2118, 23, 26, 1499, 6, 5059, 715, 1499, 6, 5692, 1499, 6, 701, 834, 15129, 1499, 6, 3783, 1499, 6, 5798, 1499...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 3388, 18206, 3, 15355, 3162, 7690, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 7690, 5, 8399, 51, 834, 23, 26, 549, 17444,...
What is the lowest mark of the rank 8 record?
CREATE TABLE table_name_34 ( mark INTEGER, rank VARCHAR )
SELECT MIN(mark) FROM table_name_34 WHERE rank = 8
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 3946, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 7402, 3946, 13, 8, 11003, 505, 1368, 58, 1, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3920, 61, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 11003, 3274, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the most number in season
CREATE TABLE table_26168687_5 (no_in_season INTEGER)
SELECT MIN(no_in_season) FROM table_26168687_5
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 2938, 3840, 4225, 834, 755, 41, 29, 32, 834, 77, 834, 9476, 3, 21342, 17966, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 167, 381, 16, 774, 3, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 29, 32, 834, 77, 834, 9476, 61, 21680, 953, 834, 2688, 2938, 3840, 4225, 834, 755, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which City has mandalay bay resort
CREATE TABLE table_name_29 ( city VARCHAR, venue VARCHAR )
SELECT city FROM table_name_29 WHERE venue = "mandalay bay resort"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 690, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 896, 65, 388, 26, 9, 5595, 10210, 4631, 1, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 690, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 5669, 3274, 96, 348, 26, 9, 5595, 10210, 4631, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
In what season is Victoria the Opponent?
CREATE TABLE table_66978 ( "Date" text, "Season" text, "Playing for" text, "Opponent" text, "Final score" text )
SELECT "Season" FROM table_66978 WHERE "Opponent" = 'victoria'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3539, 21441, 41, 96, 308, 342, 121, 1499, 6, 96, 134, 15, 9, 739, 121, 1499, 6, 96, 15800, 53, 21, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 371, 10270, 2604,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 134, 15, 9, 739, 121, 21680, 953, 834, 3539, 21441, 549, 17444, 427, 96, 667, 102, 9977, 121, 3274, 3, 31, 7287, 3600, 9, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
how many urgent hospital admission patients have been diagnosed with unspecified acute uri?
CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text,...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admission_type = "URGENT" AND diagnoses.short_title = "Acute uri NOS"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7744, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 23, 1071, 21545, 834, 23, 26, 1499, 6, 2672, 834, 6137, 1499, 6, 2672, 1499, 6, 5403, 651, 834, 26, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 3388, 18206, 3, 15355, 3162, 18730, 7, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 18730, 7, 5, 8399, 51, 834, 23, 26, 5...
What year and the corresponding ceremony was the english titled movie 'time out' submitted?
CREATE TABLE table_22102732_1 ( year__ceremony_ VARCHAR, english_title VARCHAR )
SELECT year__ceremony_ FROM table_22102732_1 WHERE english_title = "Time Out"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2884, 1714, 2555, 2668, 834, 536, 41, 215, 834, 834, 2110, 15, 21208, 834, 584, 4280, 28027, 6, 22269, 834, 21869, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 215, 834, 834, 2110, 15, 21208, 834, 21680, 953, 834, 2884, 1714, 2555, 2668, 834, 536, 549, 17444, 427, 22269, 834, 21869, 3274, 96, 13368, 3387, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many live births per year do people with a life expectancy of 65.1 have?
CREATE TABLE table_27434_2 ( live_births_per_year VARCHAR, life_expectancy_total VARCHAR )
SELECT live_births_per_year FROM table_27434_2 WHERE life_expectancy_total = "65.1"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2555, 591, 3710, 834, 357, 41, 619, 834, 20663, 7, 834, 883, 834, 1201, 584, 4280, 28027, 6, 280, 834, 994, 855, 75, 17, 6833, 834, 235, 1947, 584, 4280, 28027, 3, 61, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 619, 834, 20663, 7, 834, 883, 834, 1201, 21680, 953, 834, 2555, 591, 3710, 834, 357, 549, 17444, 427, 280, 834, 994, 855, 75, 17, 6833, 834, 235, 1947, 3274, 96, 948, 20519, 121, 1, -100, -100, -100, -100, -100, -...
What is the directed/undirected for mfinder, which has a network-centric basis?
CREATE TABLE table_66776 ( "Counting Method" text, "Basis" text, "Name" text, "Directed / Undirected" text, "Induced / Non-Induced" text )
SELECT "Directed / Undirected" FROM table_66776 WHERE "Name" = 'mfinder' AND "Basis" = 'network-centric'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3539, 940, 3959, 41, 96, 10628, 53, 7717, 121, 1499, 6, 96, 14885, 159, 121, 1499, 6, 96, 23954, 121, 1499, 6, 96, 23620, 15, 26, 3, 87, 597, 22955, 121, 1499, 6, 96, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 23620, 15, 26, 3, 87, 597, 22955, 121, 21680, 953, 834, 3539, 940, 3959, 549, 17444, 427, 96, 23954, 121, 3274, 3, 31, 51, 19417, 31, 3430, 96, 14885, 159, 121, 3274, 3, 31, 1582, 1981, 18, 17456, 31, 1, -10...
Name the number for viewers being 1.87
CREATE TABLE table_19229713_4 ( _number INTEGER, us_viewers__million_ VARCHAR )
SELECT MAX(_number) FROM table_19229713_4 WHERE us_viewers__million_ = "1.87"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2294, 2884, 4327, 2368, 834, 591, 41, 3, 834, 5525, 1152, 3, 21342, 17966, 6, 178, 834, 4576, 277, 834, 834, 17030, 834, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 834, 5525, 1152, 61, 21680, 953, 834, 2294, 2884, 4327, 2368, 834, 591, 549, 17444, 427, 178, 834, 4576, 277, 834, 834, 17030, 834, 3274, 96, 16253, 940, 121, 1, -100, -100, -100, -100, -100, -100, -10...
What is the college where player terry moss attended?
CREATE TABLE table_26996293_7 ( college VARCHAR, player VARCHAR )
SELECT college FROM table_26996293_7 WHERE player = "Terry Moss"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 3264, 4056, 4271, 834, 940, 41, 1900, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1900, 213, 1959, 3, 449, 651, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1900, 21680, 953, 834, 2688, 3264, 4056, 4271, 834, 940, 549, 17444, 427, 1959, 3274, 96, 382, 49, 651, 6698, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What country was the woman from who was born 1976-07-23 and became a grandmaster in 1991?
CREATE TABLE table_45250 ( "Name" text, "Country" text, "Birth Date" text, "Date" real, "Earned" text, "Peak rating (Nov 2012)" real )
SELECT "Country" FROM table_45250 WHERE "Date" = '1991' AND "Birth Date" = '1976-07-23'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2128, 11434, 41, 96, 23954, 121, 1499, 6, 96, 10628, 651, 121, 1499, 6, 96, 279, 23, 52, 189, 7678, 121, 1499, 6, 96, 308, 342, 121, 490, 6, 96, 427, 291, 29, 15, 26, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 10628, 651, 121, 21680, 953, 834, 2128, 11434, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 2294, 4729, 31, 3430, 96, 279, 23, 52, 189, 7678, 121, 3274, 3, 31, 27181, 28625, 940, 18, 2773, 31, 1, -100, -...
What is the release date for the model with sspec number sla4h(m0)?
CREATE TABLE table_11602313_4 (release_date VARCHAR, sspec_number VARCHAR)
SELECT release_date FROM table_11602313_4 WHERE sspec_number = "SLA4H(M0)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2596, 3328, 2773, 2368, 834, 591, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 3, 7, 7576, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 1576, 834, 5522, 21680, 953, 834, 2596, 3328, 2773, 2368, 834, 591, 549, 17444, 427, 3, 7, 7576, 834, 5525, 1152, 3274, 96, 134, 4569, 591, 566, 599, 329, 632, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the 3rd Edition for Episode 4?
CREATE TABLE table_name_90 ( episode VARCHAR )
SELECT 3 AS rd_edition FROM table_name_90 WHERE episode = "4"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 5640, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 220, 52, 26, 7504, 21, 16112, 314, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 220, 6157, 3, 52, 26, 834, 15, 10569, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 5640, 3274, 96, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the sum of quantity for before 2011 model slf-230
CREATE TABLE table_name_60 ( quantity INTEGER, year VARCHAR, model VARCHAR )
SELECT SUM(quantity) FROM table_name_60 WHERE year < 2011 AND model = "slf-230"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 8708, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 6, 825, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 4505, 13, 8708, 21, 274, 2722...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 13158, 485, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 215, 3, 2, 2722, 3430, 825, 3274, 96, 7, 40, 89, 18, 13427, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
which countries were commentated on by gordana bonetti
CREATE TABLE table_22366 ( "Voting order" real, "Country" text, "Spokespersons" text, "Commentator" text, "Broadcaster" text )
SELECT "Country" FROM table_22366 WHERE "Commentator" = 'Gordana Bonetti'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 2773, 3539, 41, 96, 553, 32, 1222, 455, 121, 490, 6, 96, 10628, 651, 121, 1499, 6, 96, 134, 102, 32, 7735, 6075, 7, 121, 1499, 6, 96, 5890, 297, 1016, 121, 1499, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 10628, 651, 121, 21680, 953, 834, 357, 2773, 3539, 549, 17444, 427, 96, 5890, 297, 1016, 121, 3274, 3, 31, 517, 127, 3768, 9, 4523, 10652, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Find the last name of female (sex is F) students in the descending order of age.
CREATE TABLE department ( dno number, division text, dname text, room text, building text, dphone number ) CREATE TABLE member_of ( facid number, dno number, appt_type text ) CREATE TABLE enrolled_in ( stuid number, cid text, grade text ) CREATE TABLE faculty ( fac...
SELECT lname FROM student WHERE sex = "F" ORDER BY age DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3066, 41, 3, 26, 29, 32, 381, 6, 4889, 1499, 6, 3, 26, 4350, 1499, 6, 562, 1499, 6, 740, 1499, 6, 3, 26, 6399, 381, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 40, 4350, 21680, 1236, 549, 17444, 427, 3, 7, 994, 3274, 96, 371, 121, 4674, 11300, 272, 476, 1246, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
serum creatinine level >= 2.5 mg / dl.
CREATE TABLE table_test_19 ( "id" int, "gender" string, "left_ventricular_ejection_fraction_lvef" int, "systolic_blood_pressure_sbp" int, "acute_infectious" bool, "hypertensive_retinopathy" bool, "leukocyte_count" int, "severe_uncontrolled_hypertension" bool, "chronic_infectious" boo...
SELECT * FROM table_test_19 WHERE serum_creatinine >= 2.5
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4377, 834, 2294, 41, 96, 23, 26, 121, 16, 17, 6, 96, 122, 3868, 121, 6108, 6, 96, 17068, 834, 31695, 834, 15, 21440, 834, 22513, 834, 40, 162, 89, 121, 16, 17, 6, 96, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1429, 21680, 953, 834, 4377, 834, 2294, 549, 17444, 427, 20725, 834, 5045, 144, 77, 630, 2490, 2423, 10603, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who won the mens singles when sayaka sato won the womens singles?
CREATE TABLE table_17589 ( "Year" real, "Mens singles" text, "Womens singles" text, "Mens doubles" text, "Womens doubles" text, "Mixed doubles" text )
SELECT "Mens singles" FROM table_17589 WHERE "Womens singles" = 'Sayaka Sato'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 536, 3072, 3914, 41, 96, 476, 2741, 121, 490, 6, 96, 329, 35, 7, 712, 7, 121, 1499, 6, 96, 518, 32, 904, 7, 712, 7, 121, 1499, 6, 96, 329, 35, 7, 1486, 7, 121, 1499...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 329, 35, 7, 712, 7, 121, 21680, 953, 834, 536, 3072, 3914, 549, 17444, 427, 96, 518, 32, 904, 7, 712, 7, 121, 3274, 3, 31, 134, 9, 20856, 9, 8821, 32, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
What shows for ICAO when the IATA is sin?
CREATE TABLE table_name_83 ( icao VARCHAR, iata VARCHAR )
SELECT icao FROM table_name_83 WHERE iata = "sin"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 3, 2617, 32, 584, 4280, 28027, 6, 3, 17221, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 1267, 21, 3, 15038, 667, 116, 8, 27, 19282, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 2617, 32, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 3, 17221, 3274, 96, 7, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the pr avg, when kr lg is 49?
CREATE TABLE table_16912000_13 (pr_avg VARCHAR, kr_lg VARCHAR)
SELECT pr_avg FROM table_16912000_13 WHERE kr_lg = 49
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 4729, 13527, 834, 2368, 41, 102, 52, 834, 9, 208, 122, 584, 4280, 28027, 6, 3, 157, 52, 834, 40, 122, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 4880, 834, 9, 208, 122, 21680, 953, 834, 2938, 4729, 13527, 834, 2368, 549, 17444, 427, 3, 157, 52, 834, 40, 122, 3274, 9526, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the record for the Detroit Pistons on March 7?
CREATE TABLE table_49220 ( "Date" text, "H/A/N" text, "Opponent" text, "Score" text, "Record" text )
SELECT "Record" FROM table_49220 WHERE "Opponent" = 'detroit pistons' AND "Date" = 'march 7'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3647, 357, 1755, 41, 96, 308, 342, 121, 1499, 6, 96, 566, 87, 188, 87, 567, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 1649, 7621,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 1649, 7621, 121, 21680, 953, 834, 3647, 357, 1755, 549, 17444, 427, 96, 667, 102, 9977, 121, 3274, 3, 31, 26, 15252, 155, 28688, 7, 31, 3430, 96, 308, 342, 121, 3274, 3, 31, 51, 7064, 489, 31, 1, -100, -100,...
let me know the number of female patients who were discharged home.
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE prescription...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.gender = "F" AND demographic.discharge_location = "HOME"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 4293, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, 32103...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 549, 17444, 427, 14798, 5, 122, 3868, 3274, 96, 371, 121, 3430, 14798, 5, 26, 159, 7993, 834, 14836, 3274, 96, 6299, 4369, ...
What was the away team score when the home team score was 11.18 (84)?
CREATE TABLE table_52109 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Venue" text, "Date" text )
SELECT "Away team score" FROM table_52109 WHERE "Home team score" = '11.18 (84)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5373, 17304, 41, 96, 19040, 372, 121, 1499, 6, 96, 19040, 372, 2604, 121, 1499, 6, 96, 188, 1343, 372, 121, 1499, 6, 96, 188, 1343, 372, 2604, 121, 1499, 6, 96, 553, 35, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 188, 1343, 372, 2604, 121, 21680, 953, 834, 5373, 17304, 549, 17444, 427, 96, 19040, 372, 2604, 121, 3274, 3, 31, 10032, 2606, 13642, 7256, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
provide the number of patients whose admission location is emergency room admit and item id is 51131.
CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) CREATE TABLE demographic ( subject_id text, hadm_id text, name text, marital_status text, age text, dob te...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admission_location = "EMERGENCY ROOM ADMIT" AND lab.itemid = "51131"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7744, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 23, 1071, 21545, 834, 23, 26, 1499, 6, 2672, 834, 6137, 1499, 6, 2672, 1499, 6, 5403, 651, 834, 26, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 3388, 18206, 3, 15355, 3162, 7690, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 7690, 5, 8399, 51, 834, 23, 26, 549, 17444,...
List the name and the number of stations for all the cities that have at least 15 stations Show bar chart, and sort in ascending by the Y-axis.
CREATE TABLE station ( id INTEGER, name TEXT, lat NUMERIC, long NUMERIC, dock_count INTEGER, city TEXT, installation_date TEXT ) CREATE TABLE status ( station_id INTEGER, bikes_available INTEGER, docks_available INTEGER, time TEXT ) CREATE TABLE weather ( date TEXT, ...
SELECT city, COUNT(*) FROM station GROUP BY city ORDER BY COUNT(*)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2478, 41, 3, 23, 26, 3, 21342, 17966, 6, 564, 3, 3463, 4, 382, 6, 50, 17, 13046, 13098, 4666, 6, 307, 13046, 13098, 4666, 6, 12908, 834, 13362, 3, 21342, 17966, 6, 690, 3, 3463, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 690, 6, 2847, 17161, 599, 1935, 61, 21680, 2478, 350, 4630, 6880, 272, 476, 690, 4674, 11300, 272, 476, 2847, 17161, 599, 1935, 61, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the record for june 7
CREATE TABLE table_17104539_9 ( record VARCHAR, date VARCHAR )
SELECT record FROM table_17104539_9 WHERE date = "June 7"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2517, 1714, 2128, 3288, 834, 1298, 41, 1368, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 1368, 21, 3, 6959, 15, 489, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 2517, 1714, 2128, 3288, 834, 1298, 549, 17444, 427, 833, 3274, 96, 683, 444, 489, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who's the Opponents in the final with a Date of june 10, 1996?
CREATE TABLE table_40762 ( "Date" text, "Tournament" text, "Surface" text, "Partnering" text, "Opponents in the final" text, "Score" text )
SELECT "Opponents in the final" FROM table_40762 WHERE "Date" = 'june 10, 1996'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2445, 3959, 357, 41, 96, 308, 342, 121, 1499, 6, 96, 382, 1211, 20205, 17, 121, 1499, 6, 96, 134, 450, 4861, 121, 1499, 6, 96, 13725, 687, 53, 121, 1499, 6, 96, 667, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 667, 102, 9977, 7, 16, 8, 804, 121, 21680, 953, 834, 2445, 3959, 357, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 6959, 15, 10372, 6911, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what's the points against with lost being 13
CREATE TABLE table_14058433_4 (points_against VARCHAR, lost VARCHAR)
SELECT points_against FROM table_14058433_4 WHERE lost = "13"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2534, 3076, 4608, 4201, 834, 591, 41, 2700, 7, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 125, 31, 7, 8, 979, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 979, 834, 9, 16720, 7, 17, 21680, 953, 834, 2534, 3076, 4608, 4201, 834, 591, 549, 17444, 427, 1513, 3274, 96, 2368, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which opponent scored 95-101?
CREATE TABLE table_name_34 ( opponent VARCHAR, score VARCHAR )
SELECT opponent FROM table_name_34 WHERE score = "95-101"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 15264, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 15264, 5799, 11923, 18, 19621, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 2604, 3274, 96, 3301, 18, 19621, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date when the opponent is the New England Patriots?
CREATE TABLE table_18847736_2 ( date VARCHAR, opponent VARCHAR )
SELECT date FROM table_18847736_2 WHERE opponent = "New England Patriots"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2606, 4608, 4013, 3420, 834, 357, 41, 833, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 833, 116, 8, 15264, 19, 8, 368, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 2606, 4608, 4013, 3420, 834, 357, 549, 17444, 427, 15264, 3274, 96, 6861, 2789, 20109, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Can you tell me the Score that has the Game of 40?
CREATE TABLE table_name_33 ( score VARCHAR, game VARCHAR )
SELECT score FROM table_name_33 WHERE game = 40
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 2604, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 1072, 25, 817, 140, 8, 17763, 24, 65, 8, 4435, 13, 1283, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 467, 3274, 1283, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the result when the candidates are alexander smyth (dr) 100%
CREATE TABLE table_28898 ( "District" text, "Incumbent" text, "Party" text, "First elected" text, "Result" text, "Candidates" text )
SELECT "Result" FROM table_28898 WHERE "Candidates" = 'Alexander Smyth (DR) 100%'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 4060, 3916, 41, 96, 308, 23, 20066, 121, 1499, 6, 96, 1570, 75, 5937, 295, 121, 1499, 6, 96, 13725, 63, 121, 1499, 6, 96, 25171, 8160, 121, 1499, 6, 96, 20119, 121, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 20119, 121, 21680, 953, 834, 357, 4060, 3916, 549, 17444, 427, 96, 14050, 12416, 6203, 121, 3274, 3, 31, 27280, 11849, 180, 2258, 189, 41, 3913, 61, 2349, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
what material has a high thermal condition ?
CREATE TABLE table_203_385 ( id number, "material" text, "formula" text, "refractive\nindex(es)\n589.3 nm" text, "dispersion\n431 - 687 nm" number, "hardness\n(mohs'\nscale)" text, "density\n(g/cm3)" text, "thermal\ncond." text, "state of\nthe art" text )
SELECT "material" FROM table_203_385 WHERE "thermal\ncond." = 'high'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 519, 4433, 41, 3, 23, 26, 381, 6, 96, 11303, 121, 1499, 6, 96, 2032, 83, 9, 121, 1499, 6, 96, 60, 9880, 3268, 2, 29, 18288, 599, 15, 7, 61, 2, 29, 3449, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 11303, 121, 21680, 953, 834, 23330, 834, 519, 4433, 549, 17444, 427, 96, 21915, 138, 2, 29, 1018, 26, 535, 3274, 3, 31, 6739, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the smallest grid with collision as the Time/Retired for pedro diniz?
CREATE TABLE table_name_6 ( grid INTEGER, time_retired VARCHAR, driver VARCHAR )
SELECT MIN(grid) FROM table_name_6 WHERE time_retired = "collision" AND driver = "pedro diniz"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 8634, 3, 21342, 17966, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3, 17924,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3496, 26, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 97, 834, 10682, 1271, 3274, 96, 75, 20953, 1938, 121, 3430, 2535, 3274, 96, 3138, 52, 32, 176, 23, 172, 121, 1, -100, -100, -100, -100...
What was the Record on Game 50?
CREATE TABLE table_name_68 (record VARCHAR, game VARCHAR)
SELECT record FROM table_name_68 WHERE game = 50
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 60, 7621, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 11392, 30, 4435, 943, 58, 1, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 467, 3274, 943, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Opponent has a Date of september 20, 1992?
CREATE TABLE table_12538 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Attendance" text )
SELECT "Opponent" FROM table_12538 WHERE "Date" = 'september 20, 1992'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 10124, 3747, 41, 96, 518, 10266, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 188, 17, 324, 26, 663, 121, 149...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 667, 102, 9977, 121, 21680, 953, 834, 10124, 3747, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 7, 6707, 18247, 16047, 9047, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Netflix where Segment D is pressure gauges ?
CREATE TABLE table_15187735_12 (netflix VARCHAR, segment_d VARCHAR)
SELECT netflix FROM table_15187735_12 WHERE segment_d = "Pressure Gauges"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26578, 27697, 2469, 834, 2122, 41, 1582, 89, 17591, 584, 4280, 28027, 6, 5508, 834, 26, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 11894, 213, 15696, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3134, 89, 17591, 21680, 953, 834, 26578, 27697, 2469, 834, 2122, 549, 17444, 427, 5508, 834, 26, 3274, 96, 24313, 1462, 12520, 2897, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the finish for patani
CREATE TABLE table_16976547_2 ( finish VARCHAR, eliminated VARCHAR )
SELECT finish FROM table_16976547_2 WHERE eliminated = "Patani"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 4327, 4122, 4177, 834, 357, 41, 1992, 584, 4280, 28027, 6, 17809, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 1992, 21, 6234, 2738, 1, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1992, 21680, 953, 834, 2938, 4327, 4122, 4177, 834, 357, 549, 17444, 427, 17809, 3274, 96, 345, 144, 2738, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the driver passenger for 394 points
CREATE TABLE table_16941304_4 (driver___passenger VARCHAR, points VARCHAR)
SELECT driver___passenger FROM table_16941304_4 WHERE points = 394
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27096, 4853, 23702, 834, 591, 41, 13739, 52, 834, 834, 834, 3968, 35, 1304, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 2535, 1083...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2535, 834, 834, 834, 3968, 35, 1304, 21680, 953, 834, 27096, 4853, 23702, 834, 591, 549, 17444, 427, 979, 3274, 220, 4240, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the production code for episode number 86 in the series?
CREATE TABLE table_2409041_5 ( production_code INTEGER, no_in_series VARCHAR )
SELECT MIN(production_code) FROM table_2409041_5 WHERE no_in_series = 86
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 11944, 2394, 4853, 834, 755, 41, 999, 834, 4978, 3, 21342, 17966, 6, 150, 834, 77, 834, 10833, 7, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 999, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 20762, 834, 4978, 61, 21680, 953, 834, 11944, 2394, 4853, 834, 755, 549, 17444, 427, 150, 834, 77, 834, 10833, 7, 3274, 3, 3840, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Give me a histogram for how many workshops did each author submit to? Return the author name and the number of workshops, order in descending by the y axis.
CREATE TABLE Acceptance ( Submission_ID int, Workshop_ID int, Result text ) CREATE TABLE workshop ( Workshop_ID int, Date text, Venue text, Name text ) CREATE TABLE submission ( Submission_ID int, Scores real, Author text, College text )
SELECT Author, COUNT(DISTINCT T1.Workshop_ID) FROM Acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID ORDER BY COUNT(DISTINCT T1.Workshop_ID) DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 20592, 663, 41, 29779, 834, 4309, 16, 17, 6, 9644, 834, 4309, 16, 17, 6, 3, 20119, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 4786, 41, 9644, 834, 4309, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 10236, 6, 2847, 17161, 599, 15438, 25424, 6227, 332, 5411, 12492, 6921, 834, 4309, 61, 21680, 20592, 663, 6157, 332, 536, 3, 15355, 3162, 8121, 6157, 332, 357, 9191, 332, 5411, 25252, 5451, 834, 4309, 3274, 332, 4416, ...
Kaluvanchikudy is the main town in what DS division?
CREATE TABLE table_72311 ( "DS Division" text, "Main Town" text, "Divisional Secretary" text, "GN Divisions" real, "Area (km 2 )" real, "Sri Lankan Tamil" real, "Sri Lankan Moors" real, "Sinhalese" real, "Burgher" real, "Other" real, "Total" real, "Population Density (/km...
SELECT "DS Division" FROM table_72311 WHERE "Main Town" = 'Kaluvanchikudy'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 940, 2773, 2596, 41, 96, 3592, 6022, 121, 1499, 6, 96, 21978, 29, 4463, 121, 1499, 6, 96, 21313, 159, 6318, 7471, 121, 1499, 6, 96, 13738, 6022, 7, 121, 490, 6, 96, 188, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 3592, 6022, 121, 21680, 953, 834, 940, 2773, 2596, 549, 17444, 427, 96, 21978, 29, 4463, 121, 3274, 3, 31, 439, 138, 76, 2132, 1436, 2729, 26, 63, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which nation has a bronze greater than 0, a gold greater than 0, a silver greater than 0, and 5 as the rank?
CREATE TABLE table_name_88 (nation VARCHAR, rank VARCHAR, silver VARCHAR, bronze VARCHAR, gold VARCHAR)
SELECT nation FROM table_name_88 WHERE bronze > 0 AND gold > 0 AND silver > 0 AND rank = "5"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 29, 257, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2982, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 13467, 2490, 3, 632, 3430, 2045, 2490, 3, 632, 3430, 4294, 2490, 3, 632, 3430, 11003, 3274, 96, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How much does the Independencia weight?
CREATE TABLE table_26174 ( "Warship" text, "tons ( L.ton )" real, "Horse- power" real, "Speed ( Knots )" text, "Armour (Inch)" text, "Main Artillery" text, "Built Year" real )
SELECT MIN("tons ( L.ton )") FROM table_26174 WHERE "Warship" = 'Independencia'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 27693, 41, 96, 21032, 2009, 121, 1499, 6, 96, 8057, 41, 301, 5, 17, 106, 3, 61, 121, 490, 6, 96, 566, 127, 7, 15, 18, 579, 121, 490, 6, 96, 28328, 41, 10624, 17...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 121, 8057, 41, 301, 5, 17, 106, 3, 61, 8512, 21680, 953, 834, 2688, 27693, 549, 17444, 427, 96, 21032, 2009, 121, 3274, 3, 31, 1570, 18790, 35, 4915, 31, 1, -100, -100, -100, -100, -100, -100, -100,...
What type of video coding has a format name of dvcam?
CREATE TABLE table_name_69 (video_coding VARCHAR, format_name VARCHAR)
SELECT video_coding FROM table_name_69 WHERE format_name = "dvcam"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 17241, 834, 9886, 584, 4280, 28027, 6, 1910, 834, 4350, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 686, 13, 671, 3, 9886, 65, 3, 9, 1910...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 671, 834, 9886, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 1910, 834, 4350, 3274, 96, 26, 208, 6527, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what is the y = 2008 when the expression is easter day (julian calendar)?
CREATE TABLE table_214479_8 (y_ VARCHAR, _2008 VARCHAR, expression VARCHAR)
SELECT y_ = _2008 FROM table_214479_8 WHERE expression = "Easter Day (Julian calendar)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 20885, 4440, 834, 927, 41, 63, 834, 584, 4280, 28027, 6, 3, 834, 16128, 584, 4280, 28027, 6, 3893, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 125, 19, 8, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 63, 834, 3274, 3, 834, 16128, 21680, 953, 834, 357, 20885, 4440, 834, 927, 549, 17444, 427, 3893, 3274, 96, 25235, 49, 1430, 41, 683, 76, 9928, 4793, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Free polite has a Genitive 3 of *ni-da?
CREATE TABLE table_40796 ( "Free" text, "Free polite" text, "Genitive 1" text, "Genitive 2" text, "Genitive 3" text )
SELECT "Free polite" FROM table_40796 WHERE "Genitive 3" = '*ni-da'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2445, 940, 4314, 41, 96, 16393, 121, 1499, 6, 96, 16393, 1977, 6311, 121, 1499, 6, 96, 13714, 23, 3268, 209, 121, 1499, 6, 96, 13714, 23, 3268, 204, 121, 1499, 6, 96, 137...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 16393, 1977, 6311, 121, 21680, 953, 834, 2445, 940, 4314, 549, 17444, 427, 96, 13714, 23, 3268, 220, 121, 3274, 3, 31, 1935, 29, 23, 18, 26, 9, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How much memory (RAM) does the Maemo 5 operating system have?
CREATE TABLE table_name_40 ( memory___ram__ VARCHAR, operating_system_version VARCHAR )
SELECT memory___ram__ FROM table_name_40 WHERE operating_system_version = "maemo 5"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 2594, 834, 834, 834, 2375, 834, 834, 584, 4280, 28027, 6, 2699, 834, 3734, 834, 8674, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 571, 231, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2594, 834, 834, 834, 2375, 834, 834, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 2699, 834, 3734, 834, 8674, 3274, 96, 51, 9, 15, 51, 32, 3, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the first leg score for the match that had AS Police as team 2?
CREATE TABLE table_41375 ( "Team 1" text, "Agg." text, "Team 2" text, "1st leg" text, "2nd leg" text )
SELECT "1st leg" FROM table_41375 WHERE "Team 2" = 'as police'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4853, 22954, 41, 96, 18699, 209, 121, 1499, 6, 96, 188, 4102, 535, 1499, 6, 96, 18699, 204, 121, 1499, 6, 96, 536, 7, 17, 4553, 121, 1499, 6, 96, 357, 727, 4553, 121, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 536, 7, 17, 4553, 121, 21680, 953, 834, 4853, 22954, 549, 17444, 427, 96, 18699, 204, 121, 3274, 3, 31, 9, 7, 2095, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the average number of tries of player israel folau?
CREATE TABLE table_name_25 (tries INTEGER, player VARCHAR)
SELECT AVG(tries) FROM table_name_25 WHERE player = "israel folau"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 9000, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1348, 381, 13, 3, 9000, 13, 1959, 3, 30178, 5575, 40, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 9000, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 1959, 3274, 96, 30178, 5575, 40, 402, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was in third place when Guy Sebastian was the winning mentor and Andrew Wishart was the runner-up?
CREATE TABLE table_name_59 (third_place VARCHAR, winning_mentor VARCHAR, runner_up VARCHAR)
SELECT third_place FROM table_name_59 WHERE winning_mentor = "guy sebastian" AND runner_up = "andrew wishart"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 14965, 834, 4687, 584, 4280, 28027, 6, 3447, 834, 297, 127, 584, 4280, 28027, 6, 3, 10806, 834, 413, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1025, 834, 4687, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 3447, 834, 297, 127, 3274, 96, 1744, 63, 142, 4883, 12572, 121, 3430, 3, 10806, 834, 413, 3274, 96, 232, 60, 210, 1663, 1408, 121, 1, -100, -100, ...
What is the id, name and IATA code of the airport that had most number of flights?
CREATE TABLE airport ( id number, city text, country text, iata text, icao text, name text ) CREATE TABLE flight ( id number, vehicle_flight_number text, date text, pilot text, velocity number, altitude number, airport_id number, company_id number ) CREATE TABLE...
SELECT T1.id, T1.name, T1.iata FROM airport AS T1 JOIN flight AS T2 ON T1.id = T2.airport_id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3761, 41, 3, 23, 26, 381, 6, 690, 1499, 6, 684, 1499, 6, 3, 17221, 1499, 6, 3, 2617, 32, 1499, 6, 564, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 3777, 41,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 332, 5411, 23, 26, 6, 332, 5411, 4350, 6, 332, 5411, 17221, 21680, 3761, 6157, 332, 536, 3, 15355, 3162, 3777, 6157, 332, 357, 9191, 332, 5411, 23, 26, 3274, 332, 4416, 2256, 1493, 834, 23, 26, 350, 4630, 6880, 27...
Name the total viewers on hallmark for pilot
CREATE TABLE table_24222929_4 (total_viewers_on_hallmark VARCHAR, title VARCHAR)
SELECT total_viewers_on_hallmark + 1 FROM table_24222929_4 WHERE title = "Pilot"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2266, 2884, 3166, 3166, 834, 591, 41, 235, 1947, 834, 4576, 277, 834, 106, 834, 11516, 3920, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 792, 834, 4576, 277, 834, 106, 834, 11516, 3920, 1768, 209, 21680, 953, 834, 2266, 2884, 3166, 3166, 834, 591, 549, 17444, 427, 2233, 3274, 96, 345, 23, 3171, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the built date when the CR number is more than 940 and the LMS number is 14760?
CREATE TABLE table_65162 ( "HR no." text, "HR name" text, "CR no." real, "LMS no." real, "Built" text, "Works" text, "Withdrawn" text )
SELECT "Built" FROM table_65162 WHERE "CR no." > '940' AND "LMS no." = '14760'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4122, 2938, 357, 41, 96, 11120, 150, 535, 1499, 6, 96, 11120, 564, 121, 1499, 6, 96, 4545, 150, 535, 490, 6, 96, 11160, 134, 150, 535, 490, 6, 96, 7793, 173, 17, 121, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 7793, 173, 17, 121, 21680, 953, 834, 4122, 2938, 357, 549, 17444, 427, 96, 4545, 150, 535, 2490, 3, 31, 4240, 632, 31, 3430, 96, 11160, 134, 150, 535, 3274, 3, 31, 24719, 3328, 31, 1, -100, -100, -100, -100, ...
What is the german total population after 1910 with an other total of 143 and 32 hungarians?
CREATE TABLE table_56355 ( "year" real, "total" real, "German" text, "Romanian" text, "Hungarian" text, "other" text, "of which Romanies (Gypsies)" text )
SELECT "German" FROM table_56355 WHERE "year" > '1910' AND "other" = '143' AND "Hungarian" = '32'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4834, 2469, 755, 41, 96, 1201, 121, 490, 6, 96, 235, 1947, 121, 490, 6, 96, 24518, 121, 1499, 6, 96, 25139, 23, 152, 121, 1499, 6, 96, 566, 425, 6855, 121, 1499, 6, 96,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 24518, 121, 21680, 953, 834, 4834, 2469, 755, 549, 17444, 427, 96, 1201, 121, 2490, 3, 31, 2294, 1714, 31, 3430, 96, 9269, 121, 3274, 3, 31, 25133, 31, 3430, 96, 566, 425, 6855, 121, 3274, 3, 31, 2668, 31, 1...
The game with 13 as the tie no had what as the score?
CREATE TABLE table_name_69 ( score VARCHAR, tie_no VARCHAR )
SELECT score FROM table_name_69 WHERE tie_no = "13"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 2604, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 37, 467, 28, 1179, 38, 8, 6177, 150, 141, 125, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 6177, 834, 29, 32, 3274, 96, 2368, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
When racing epsom is in division two how many seasons are there?
CREATE TABLE table_26980 ( "Season" text, "Premier Division" text, "Division One" text, "Division Two" text, "Division Three" text, "Division Four" text, "Division Five" text )
SELECT COUNT("Season") FROM table_26980 WHERE "Division Two" = 'Racing Epsom'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 3951, 2079, 41, 96, 134, 15, 9, 739, 121, 1499, 6, 96, 10572, 51, 972, 6022, 121, 1499, 6, 96, 308, 23, 6610, 555, 121, 1499, 6, 96, 308, 23, 6610, 2759, 121, 1499...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 134, 15, 9, 739, 8512, 21680, 953, 834, 357, 3951, 2079, 549, 17444, 427, 96, 308, 23, 6610, 2759, 121, 3274, 3, 31, 448, 9, 75, 53, 10395, 10348, 31, 1, -100, -100, -100, -100, -100, -100, ...
List the industry shared by the most companies.
CREATE TABLE office_locations ( building_id number, company_id number, move_in_year number ) CREATE TABLE buildings ( id number, name text, city text, height number, stories number, status text ) CREATE TABLE companies ( id number, name text, headquarters text, indu...
SELECT industry FROM companies GROUP BY industry ORDER BY COUNT(*) DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 828, 834, 14836, 7, 41, 740, 834, 23, 26, 381, 6, 349, 834, 23, 26, 381, 6, 888, 834, 77, 834, 1201, 381, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 3950, 41, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 681, 21680, 688, 350, 4630, 6880, 272, 476, 681, 4674, 11300, 272, 476, 2847, 17161, 599, 1935, 61, 309, 25067, 8729, 12604, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What time was the game during week 5?
CREATE TABLE table_38501 ( "Week" real, "Date" text, "Opponent" text, "Location" text, "Time ( ET )" text, "Result" text, "Record" text )
SELECT "Time ( ET )" FROM table_38501 WHERE "Week" = '5'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3747, 20176, 41, 96, 518, 10266, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 434, 32, 75, 257, 121, 1499, 6, 96, 13368, 41, 10104, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 13368, 41, 10104, 3, 61, 121, 21680, 953, 834, 3747, 20176, 549, 17444, 427, 96, 518, 10266, 121, 3274, 3, 31, 755, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
on april 29, what was the attendance?
CREATE TABLE table_name_68 ( attendance INTEGER, date VARCHAR )
SELECT SUM(attendance) FROM table_name_68 WHERE date = "april 29"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 11364, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 30, 3, 9, 2246, 40, 14405, 125, 47, 8, 11364, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 833, 3274, 96, 9, 2246, 40, 2838, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the opponent that played against the Buckeyes on October 17?
CREATE TABLE table_46645 ( "Date" text, "Opponent#" text, "Rank #" text, "Site" text, "Result" text, "Attendance" text )
SELECT "Opponent#" FROM table_46645 WHERE "Date" = 'october 17'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 591, 3539, 2128, 41, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 4663, 121, 1499, 6, 96, 22557, 1713, 121, 1499, 6, 96, 26030, 121, 1499, 6, 96, 20119, 121, 1499, 6, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 667, 102, 9977, 4663, 121, 21680, 953, 834, 591, 3539, 2128, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 32, 75, 235, 1152, 1003, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Name the aircraft type for jagdgeschwader 26
CREATE TABLE table_28342423_1 ( aircraft_type VARCHAR, parent_unit VARCHAR )
SELECT aircraft_type FROM table_28342423_1 WHERE parent_unit = "Jagdgeschwader 26"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2577, 3710, 2266, 2773, 834, 536, 41, 6442, 834, 6137, 584, 4280, 28027, 6, 4208, 834, 15129, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 6442, 686, 21, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6442, 834, 6137, 21680, 953, 834, 2577, 3710, 2266, 2773, 834, 536, 549, 17444, 427, 4208, 834, 15129, 3274, 96, 683, 9, 122, 26, 397, 5472, 9, 588, 2208, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
fasting plasma glucose > 125 mg / dl on more than one occasion
CREATE TABLE table_train_164 ( "id" int, "hemoglobin_a1c_hba1c" float, "diabetic" string, "fasting_plasma_glucose" int, "age" float, "NOUSE" float )
SELECT * FROM table_train_164 WHERE fasting_plasma_glucose > 125
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 9719, 834, 26987, 41, 96, 23, 26, 121, 16, 17, 6, 96, 6015, 32, 14063, 77, 834, 9, 536, 75, 834, 107, 115, 9, 536, 75, 121, 3, 12660, 6, 96, 26, 23, 9, 346, 1225, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1429, 21680, 953, 834, 9719, 834, 26987, 549, 17444, 427, 1006, 53, 834, 21178, 9, 834, 13492, 509, 7, 15, 2490, 3, 10124, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the first and last name of the students who are not in the largest major?, and rank by the x-axis in asc please.
CREATE TABLE Lives_in ( stuid INTEGER, dormid INTEGER, room_number INTEGER ) CREATE TABLE Dorm_amenity ( amenid INTEGER, amenity_name VARCHAR(25) ) CREATE TABLE Has_amenity ( dormid INTEGER, amenid INTEGER ) CREATE TABLE Dorm ( dormid INTEGER, dorm_name VARCHAR(20), student_ca...
SELECT Fname, COUNT(Fname) FROM Student WHERE Major <> (SELECT Major FROM Student) GROUP BY Fname ORDER BY Fname
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3306, 7, 834, 77, 41, 21341, 23, 26, 3, 21342, 17966, 6, 103, 52, 6983, 3, 21342, 17966, 6, 562, 834, 5525, 1152, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 377, 4350, 6, 2847, 17161, 599, 371, 4350, 61, 21680, 6341, 549, 17444, 427, 9236, 3, 2, 3155, 41, 23143, 14196, 9236, 21680, 6341, 61, 350, 4630, 6880, 272, 476, 377, 4350, 4674, 11300, 272, 476, 377, 4350, 1, -100...
What was the score of Game 13?
CREATE TABLE table_name_32 (score VARCHAR, game VARCHAR)
SELECT score FROM table_name_32 WHERE game = "13"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 2604, 13, 4435, 1179, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 467, 3274, 96, 2368, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many players came from Los Angeles?
CREATE TABLE table_24055352_1 (name VARCHAR, hometown VARCHAR)
SELECT COUNT(name) FROM table_24055352_1 WHERE hometown = "Los Angeles"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 11944, 3769, 2469, 357, 834, 536, 41, 4350, 584, 4280, 28027, 6, 22295, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 571, 186, 1508, 764, 45, 3144, 4975, 58, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 4350, 61, 21680, 953, 834, 11944, 3769, 2469, 357, 834, 536, 549, 17444, 427, 22295, 3274, 96, 434, 32, 7, 4975, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In what counties is the unemployment rate 5.8% and the market income per capita is $22,866?
CREATE TABLE table_22815568_7 ( county VARCHAR, unemployment_rate VARCHAR, market_income_per_capita VARCHAR )
SELECT county FROM table_22815568_7 WHERE unemployment_rate = "5.8%" AND market_income_per_capita = "$22,866"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 2577, 20896, 3651, 834, 940, 41, 5435, 584, 4280, 28027, 6, 17646, 834, 2206, 584, 4280, 28027, 6, 512, 834, 15759, 834, 883, 834, 4010, 155, 9, 584, 4280, 28027, 3, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 5435, 21680, 953, 834, 357, 2577, 20896, 3651, 834, 940, 549, 17444, 427, 17646, 834, 2206, 3274, 96, 9125, 5953, 121, 3430, 512, 834, 15759, 834, 883, 834, 4010, 155, 9, 3274, 96, 3229, 2884, 6, 26750, 121, 1, -100...
What is the undecided percentage of the poll where Goldberg had 6%?
CREATE TABLE table_name_51 ( undecided VARCHAR, goldberg VARCHAR )
SELECT undecided FROM table_name_51 WHERE goldberg = "6%"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 3550, 10812, 15, 26, 584, 4280, 28027, 6, 2045, 2235, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3550, 10812, 15, 26, 5294, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3550, 10812, 15, 26, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 2045, 2235, 3274, 96, 6370, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Return the number of the dates of birth for entrepreneurs who have either the investor Simon Woodroffe or Peter Jones, and show by the X-axis in descending.
CREATE TABLE people ( People_ID int, Name text, Height real, Weight real, Date_of_Birth text ) CREATE TABLE entrepreneur ( Entrepreneur_ID int, People_ID int, Company text, Money_Requested real, Investor text )
SELECT Date_of_Birth, COUNT(Date_of_Birth) FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Investor = "Simon Woodroffe" OR T1.Investor = "Peter Jones" ORDER BY Date_of_Birth DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 151, 41, 2449, 834, 4309, 16, 17, 6, 5570, 1499, 6, 24231, 490, 6, 14230, 490, 6, 7678, 834, 858, 834, 279, 23, 52, 189, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 7678, 834, 858, 834, 279, 23, 52, 189, 6, 2847, 17161, 599, 308, 342, 834, 858, 834, 279, 23, 52, 189, 61, 21680, 3, 12290, 6157, 332, 536, 3, 15355, 3162, 151, 6157, 332, 357, 9191, 332, 5411, 24337, 834, 4309, ...
provide the number of patients whose discharge location is snf and days of hospital stay is greater than 15?
CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE demographic (...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.discharge_location = "SNF" AND demographic.days_stay > "15"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 18730, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 549, 17444, 427, 14798, 5, 26, 159, 7993, 834, 14836, 3274, 96, 134, 12619, 121, 3430, 14798, 5, 1135, 7, 834, 21545, 2490, ...
how many current patients aged 30s are there?
CREATE TABLE allergy ( allergyid number, patientunitstayid number, drugname text, allergyname text, allergytime time ) CREATE TABLE diagnosis ( diagnosisid number, patientunitstayid number, diagnosisname text, diagnosistime time, icd9code text ) CREATE TABLE vitalperiodic ( ...
SELECT COUNT(DISTINCT patient.uniquepid) FROM patient WHERE patient.hospitaldischargetime IS NULL AND patient.age BETWEEN 30 AND 39
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 23886, 41, 23886, 23, 26, 381, 6, 1868, 15129, 21545, 23, 26, 381, 6, 2672, 4350, 1499, 6, 23886, 4350, 1499, 6, 23886, 715, 97, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 1868, 5, 202, 1495, 12417, 61, 21680, 1868, 549, 17444, 427, 1868, 5, 31386, 26, 159, 7993, 715, 6827, 13046, 10376, 3430, 1868, 5, 545, 272, 7969, 518, 23394, 604, 3430, 6352, 1,...
What is the pennant with Denny, Dumbarton as the builder?
CREATE TABLE table_name_8 ( pennant VARCHAR, builder VARCHAR )
SELECT pennant FROM table_name_8 WHERE builder = "denny, dumbarton"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 4550, 29, 288, 584, 4280, 28027, 6, 918, 49, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 4550, 29, 288, 28, 7272, 63, 6, 970, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4550, 29, 288, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 918, 49, 3274, 96, 537, 29, 63, 6, 21562, 9, 17330, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which publisher has release year of 2000 and an original dreamcast platform?
CREATE TABLE table_76199 ( "Name" text, "Year of release" text, "Developer" text, "Publisher" text, "Original platforms" text )
SELECT "Publisher" FROM table_76199 WHERE "Year of release" = '2000' AND "Original platforms" = 'dreamcast'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3959, 19479, 41, 96, 23954, 121, 1499, 6, 96, 476, 2741, 13, 1576, 121, 1499, 6, 96, 2962, 162, 8745, 49, 121, 1499, 6, 96, 31009, 49, 121, 1499, 6, 96, 667, 3380, 10270,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 31009, 49, 121, 21680, 953, 834, 3959, 19479, 549, 17444, 427, 96, 476, 2741, 13, 1576, 121, 3274, 3, 31, 13527, 31, 3430, 96, 667, 3380, 10270, 5357, 121, 3274, 3, 31, 26066, 5254, 31, 1, -100, -100, -100, -1...
What is ASTC Member, when State is Arkansas, when AAM Member is No, and when AAM Accredited is Yes?
CREATE TABLE table_name_39 (astc_member VARCHAR, aam_accredited VARCHAR, state VARCHAR, aam_member VARCHAR)
SELECT astc_member FROM table_name_39 WHERE state = "arkansas" AND aam_member = "no" AND aam_accredited = "yes"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 9, 7, 17, 75, 834, 12066, 584, 4280, 28027, 6, 3, 9, 265, 834, 9, 75, 16473, 584, 4280, 28027, 6, 538, 584, 4280, 28027, 6, 3, 9, 265, 834, 12066, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 38, 17, 75, 834, 12066, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 538, 3274, 96, 6604, 3247, 9, 7, 121, 3430, 3, 9, 265, 834, 12066, 3274, 96, 29, 32, 121, 3430, 3, 9, 265, 834, 9, 75, 16473, 3274, 96...
What Year had a Runner(s)-up of flory van donck?
CREATE TABLE table_39388 ( "Year" real, "Championship" text, "54 holes" text, "Winning score" text, "Margin" text, "Runner(s)-up" text )
SELECT "Year" FROM table_39388 WHERE "Runner(s)-up" = 'flory van donck'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3288, 519, 4060, 41, 96, 476, 2741, 121, 490, 6, 96, 254, 1483, 12364, 2009, 121, 1499, 6, 96, 5062, 8034, 121, 1499, 6, 96, 518, 10503, 2604, 121, 1499, 6, 96, 7286, 122...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 476, 2741, 121, 21680, 953, 834, 3288, 519, 4060, 549, 17444, 427, 96, 23572, 599, 7, 61, 18, 413, 121, 3274, 3, 31, 89, 322, 63, 4049, 2380, 157, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the time for 18 laps and 5 grids?
CREATE TABLE table_12027 ( "Rider" text, "Bike" text, "Laps" real, "Time" text, "Grid" real )
SELECT "Time" FROM table_12027 WHERE "Laps" = '18' AND "Grid" = '5'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 15518, 2555, 41, 96, 448, 23, 588, 121, 1499, 6, 96, 279, 5208, 121, 1499, 6, 96, 3612, 102, 7, 121, 490, 6, 96, 13368, 121, 1499, 6, 96, 13313, 26, 121, 490, 3, 61, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 13368, 121, 21680, 953, 834, 15518, 2555, 549, 17444, 427, 96, 3612, 102, 7, 121, 3274, 3, 31, 2606, 31, 3430, 96, 13313, 26, 121, 3274, 3, 31, 755, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
who won the women's singles at the same time the men's doubles was won by seno the uun santosa?
CREATE TABLE table_68945 ( "Year" text, "Men's singles" text, "Women's singles" text, "Men's doubles" text, "Women's doubles" text, "Mixed doubles" text )
SELECT "Women's singles" FROM table_68945 WHERE "Men's doubles" = 'seno the uun santosa'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 948, 3914, 2128, 41, 96, 476, 2741, 121, 1499, 6, 96, 329, 35, 31, 7, 712, 7, 121, 1499, 6, 96, 518, 32, 904, 31, 7, 712, 7, 121, 1499, 6, 96, 329, 35, 31, 7, 1486,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 518, 32, 904, 31, 7, 712, 7, 121, 21680, 953, 834, 948, 3914, 2128, 549, 17444, 427, 96, 329, 35, 31, 7, 1486, 7, 121, 3274, 3, 31, 7, 35, 32, 8, 3, 76, 202, 3, 7, 288, 32, 7, 9, 31, 1, -100, -100, ...
Where was the game played when the high assists were scored by billups , stuckey (4)?
CREATE TABLE table_17306 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Series" text )
SELECT "Location Attendance" FROM table_17306 WHERE "High assists" = 'Billups , Stuckey (4)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2517, 1458, 948, 41, 96, 23055, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 21417, 979, 121, 1499, 6, 96, 21417, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 434, 32, 75, 257, 22497, 663, 121, 21680, 953, 834, 2517, 1458, 948, 549, 17444, 427, 96, 21417, 13041, 121, 3274, 3, 31, 279, 1092, 413, 7, 3, 6, 472, 4636, 15, 63, 3, 10820, 31, 1, -100, -100, -100, -100, ...
what is the U.S. senate when the year is after 2002 and the party is working families?
CREATE TABLE table_name_80 ( us_senate VARCHAR, year VARCHAR, party VARCHAR )
SELECT us_senate FROM table_name_80 WHERE year > 2002 AND party = "working families"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 178, 834, 7, 35, 342, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 1088, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 125, 19, 8, 412, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 178, 834, 7, 35, 342, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 215, 2490, 4407, 3430, 1088, 3274, 96, 9238, 1791, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Record of the game on June 24?
CREATE TABLE table_name_23 ( record VARCHAR, date VARCHAR )
SELECT record FROM table_name_23 WHERE date = "june 24"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 1368, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 11392, 13, 8, 467, 30, 1515, 997, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 833, 3274, 96, 6959, 15, 997, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
did they play at lionel roberts park or andre kamperveen stadion more ?
CREATE TABLE table_204_860 ( id number, "#" number, "date" text, "venue" text, "opponent" text, "score" text, "result" text, "competition" text )
SELECT "venue" FROM table_204_860 WHERE "venue" IN ('lionel roberts park', 'andre kamperveen stadion') GROUP BY "venue" ORDER BY COUNT(*) DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 3840, 632, 41, 3, 23, 26, 381, 6, 96, 4663, 121, 381, 6, 96, 5522, 121, 1499, 6, 96, 15098, 121, 1499, 6, 96, 32, 102, 9977, 121, 1499, 6, 96, 7, 9022, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 15098, 121, 21680, 953, 834, 26363, 834, 3840, 632, 549, 17444, 427, 96, 15098, 121, 3388, 41, 31, 7325, 15, 40, 3, 5840, 49, 17, 7, 2447, 31, 6, 3, 31, 232, 60, 6511, 883, 162, 35, 3342, 26, 23, 106, 31, ...
What are the names and arrival times of trains?
CREATE TABLE railway ( railway_id number, railway text, builder text, built text, wheels text, location text, objectnumber text ) CREATE TABLE manager ( manager_id number, name text, country text, working_year_starts text, age number, level number ) CREATE TABLE rai...
SELECT name, arrival FROM train
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 14421, 41, 14421, 834, 23, 26, 381, 6, 14421, 1499, 6, 918, 49, 1499, 6, 1192, 1499, 6, 8277, 1499, 6, 1128, 1499, 6, 3735, 5525, 1152, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 43...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 564, 6, 6870, 21680, 2412, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What Attack has a Source of NCIOM?
CREATE TABLE table_name_71 ( attack VARCHAR, source VARCHAR )
SELECT attack FROM table_name_71 WHERE source = "nciom"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 3211, 584, 4280, 28027, 6, 1391, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 24655, 65, 3, 9, 9149, 13, 445, 3597, 8638, 58, 1, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3211, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 1391, 3274, 96, 29, 75, 23, 32, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Total of the Player who won in 1998?
CREATE TABLE table_name_72 (total INTEGER, year_s__won VARCHAR)
SELECT MAX(total) FROM table_name_72 WHERE year_s__won = "1998"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 235, 1947, 3, 21342, 17966, 6, 215, 834, 7, 834, 834, 210, 106, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 9273, 13, 8, 12387, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 215, 834, 7, 834, 834, 210, 106, 3274, 96, 2294, 3916, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the Opponent in the Tarragona Tournament?
CREATE TABLE table_name_9 ( opponent VARCHAR, tournament VARCHAR )
SELECT opponent FROM table_name_9 WHERE tournament = "tarragona"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 15264, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 4495, 9977, 16, 8, 5509, 6151, 106, 9, 20502, 58,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 5892, 3274, 96, 17, 10116, 5307, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which mid-hill zone has a slightly warm temperature?
CREATE TABLE table_name_87 ( high_hill_zone VARCHAR, mid_hill_zone VARCHAR )
SELECT high_hill_zone FROM table_name_87 WHERE mid_hill_zone = "slightly warm temperature"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 306, 834, 6321, 834, 9431, 584, 4280, 28027, 6, 2076, 834, 6321, 834, 9431, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 2076, 18, 6321,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 306, 834, 6321, 834, 9431, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 2076, 834, 6321, 834, 9431, 3274, 96, 7, 2242, 120, 1978, 2912, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which player is no. 53?
CREATE TABLE table_11545282_5 ( player VARCHAR, no VARCHAR )
SELECT player FROM table_11545282_5 WHERE no = "53"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 15660, 2128, 2577, 357, 834, 755, 41, 1959, 584, 4280, 28027, 6, 150, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 1959, 19, 150, 5, 12210, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 15660, 2128, 2577, 357, 834, 755, 549, 17444, 427, 150, 3274, 96, 4867, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Give me a group line chart showing the number of documents in different ending date. The x-axis is ending date and group by location code.
CREATE TABLE Ref_Locations ( Location_Code CHAR(15), Location_Name VARCHAR(255), Location_Description VARCHAR(255) ) CREATE TABLE Ref_Document_Types ( Document_Type_Code CHAR(15), Document_Type_Name VARCHAR(255), Document_Type_Description VARCHAR(255) ) CREATE TABLE All_Documents ( Documen...
SELECT Date_in_Locaton_To, COUNT(Date_in_Locaton_To) FROM Document_Locations GROUP BY Location_Code, Date_in_Locaton_To
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 419, 89, 834, 434, 32, 75, 1628, 41, 10450, 834, 22737, 3, 28027, 599, 1808, 201, 10450, 834, 23954, 584, 4280, 28027, 599, 25502, 201, 10450, 834, 2962, 11830, 584, 4280, 28027, 599, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 7678, 834, 77, 834, 434, 32, 2138, 106, 834, 3696, 6, 2847, 17161, 599, 308, 342, 834, 77, 834, 434, 32, 2138, 106, 834, 3696, 61, 21680, 11167, 834, 434, 32, 75, 1628, 350, 4630, 6880, 272, 476, 10450, 834, 22737...
Who played as the home team when Vitória was the away team?
CREATE TABLE table_name_89 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_89 WHERE away_team = "vitória"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 2645, 1944, 38, 8, 234, 372, 116, 11491, 492...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 834, 11650, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 550, 834, 11650, 3274, 96, 5566, 4922, 52, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What team 1 has sloga jugomagnat as team 2?
CREATE TABLE table_name_99 (team_1 VARCHAR, team_2 VARCHAR)
SELECT team_1 FROM table_name_99 WHERE team_2 = "sloga jugomagnat"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 11650, 834, 536, 584, 4280, 28027, 6, 372, 834, 357, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 372, 209, 65, 3, 7, 2152, 9, 3, 2047, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 834, 536, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 372, 834, 357, 3274, 96, 7, 2152, 9, 3, 2047, 839, 7493, 29, 144, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the date for the game played on week 8, with an attendance of more than 35,000?
CREATE TABLE table_34531 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Attendance" real )
SELECT "Date" FROM table_34531 WHERE "Attendance" > '35,000' AND "Week" = '8'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 519, 2128, 3341, 41, 96, 518, 10266, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 188, 17, 324, 26, 663, 121,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 342, 121, 21680, 953, 834, 519, 2128, 3341, 549, 17444, 427, 96, 188, 17, 324, 26, 663, 121, 2490, 3, 31, 519, 5898, 31, 3430, 96, 518, 10266, 121, 3274, 3, 31, 927, 31, 1, -100, -100, -100, -100, -100,...
What is the Kickoff Time on January 7, 2002?
CREATE TABLE table_44430 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Record" text, "Kickoff Time" text, "Attendance" text )
SELECT "Kickoff Time" FROM table_44430 WHERE "Date" = 'january 7, 2002'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3628, 25449, 41, 96, 518, 10266, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 1649, 7621, 121, 1499, 6, 96, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 439, 3142, 1647, 2900, 121, 21680, 953, 834, 3628, 25449, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 7066, 76, 1208, 7973, 4407, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is TV Companions Featured, when Author is 'William Emms'?
CREATE TABLE table_name_95 ( tv_companions_featured VARCHAR, author VARCHAR )
SELECT tv_companions_featured FROM table_name_95 WHERE author = "william emms"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 3, 17, 208, 834, 287, 2837, 2865, 834, 30844, 26, 584, 4280, 28027, 6, 2291, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 1424, 496...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17, 208, 834, 287, 2837, 2865, 834, 30844, 26, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 2291, 3274, 96, 8894, 23, 265, 3, 15, 635, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the round when the match was against sergis kyratzis?
CREATE TABLE table_name_21 ( round VARCHAR, opponent VARCHAR )
SELECT round FROM table_name_21 WHERE opponent = "sergis kyratzis"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 1751, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1751, 116, 8, 1588, 47, 581, 7637, 122, 159, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1751, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 15264, 3274, 96, 7, 49, 122, 159, 3, 3781, 1795, 702, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what was the attendance for a home venue and a w 3-0 result?
CREATE TABLE table_53608 ( "Date" text, "Opponent" text, "Venue" text, "Result" text, "Attendance" real )
SELECT AVG("Attendance") FROM table_53608 WHERE "Venue" = 'home' AND "Result" = 'w 3-0'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 3420, 4018, 41, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 553, 35, 76, 15, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 188, 17, 324, 26, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 121, 188, 17, 324, 26, 663, 8512, 21680, 953, 834, 755, 3420, 4018, 549, 17444, 427, 96, 553, 35, 76, 15, 121, 3274, 3, 31, 5515, 31, 3430, 96, 20119, 121, 3274, 3, 31, 210, 3, 22773, 31, 1, -1...
Name the del pueblo for red/black
CREATE TABLE table_15977768_1 ( del_pueblo VARCHAR, centennial VARCHAR )
SELECT del_pueblo FROM table_15977768_1 WHERE centennial = "Red/black"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27904, 26225, 3651, 834, 536, 41, 20, 40, 834, 4987, 15, 4672, 584, 4280, 28027, 6, 3151, 35, 7419, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 20, 40,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 20, 40, 834, 4987, 15, 4672, 21680, 953, 834, 27904, 26225, 3651, 834, 536, 549, 17444, 427, 3151, 35, 7419, 3274, 96, 1649, 26, 87, 19699, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...