NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is the Place of Draw 1 by Artist Monika Kirovska?
SELECT AVG(place) FROM table_name_54 WHERE artist = "monika kirovska" AND draw < 1
CREATE TABLE table_name_54 (place INTEGER, artist VARCHAR, draw VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 4687, 3, 21342, 17966, 6, 2377, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3399, 13, 19183, 209, 57, 9...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 4687, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 2377, 3274, 96, 8823, 1258, 3, 2168, 8843, 10717, 121, 3430, 3314, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What were the most byes of Terang-Mortlake when they had more than 11 wins and more than 1118 against?
SELECT MAX(byes) FROM table_name_55 WHERE wins > 11 AND against > 1118 AND hampden_fl = "terang-mortlake"
CREATE TABLE table_name_55 (byes INTEGER, hampden_fl VARCHAR, wins VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 969, 15, 7, 3, 21342, 17966, 6, 3, 1483, 102, 537, 834, 89, 40, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 9204, 2490, 850, 3430, 581, 2490, 850, 2606, 3430, 3, 1483, 102, 537, 834, 89, 40, 3274, 96, 449, 1468, 18, 2528, 17, 16948, 121, ...
How many wins did South Warrambool have?
SELECT AVG(wins) FROM table_name_91 WHERE hampden_fl = "south warrambool"
CREATE TABLE table_name_91 (wins INTEGER, hampden_fl VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 3757, 7, 3, 21342, 17966, 6, 3, 1483, 102, 537, 834, 89, 40, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 410, 1013, 1602, 2375...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 3, 1483, 102, 537, 834, 89, 40, 3274, 96, 7, 670, 107, 615, 2375, 12840, 40, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many byes when there are more than 16 wins?
SELECT AVG(byes) FROM table_name_50 WHERE wins > 16
CREATE TABLE table_name_50 (byes INTEGER, wins INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 969, 15, 7, 3, 21342, 17966, 6, 9204, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 57, 15, 7, 116, 132, 33, 72, 145, 898, 9204, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 9204, 2490, 898, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the least amount of Byes when there are more than 2 wins and 1946 against?
SELECT MIN(byes) FROM table_name_3 WHERE against = 1946 AND wins > 2
CREATE TABLE table_name_3 (byes INTEGER, against VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 969, 15, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 709, 866, 13, 938, 15...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 3, 17684, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 581, 3274, 25021, 3430, 9204, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many wins when the draws are less than 1 and more than 4 losses?
SELECT AVG(wins) FROM table_name_59 WHERE draws < 1 AND losses > 4
CREATE TABLE table_name_59 (wins INTEGER, draws VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 3757, 7, 3, 21342, 17966, 6, 14924, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 116, 8, 14924, 33, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 14924, 3, 2, 209, 3430, 8467, 2490, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the lowest population of the GEO ID 3805373380 and the water square mileage smaller than 5.729?
SELECT MIN(pop__2010_) FROM table_name_25 WHERE geo_id = 3805373380 AND water__sqmi_ < 5.729
CREATE TABLE table_name_25 (pop__2010_ INTEGER, geo_id VARCHAR, water__sqmi_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 9791, 834, 834, 14926, 834, 3, 21342, 17966, 6, 9502, 834, 23, 26, 584, 4280, 28027, 6, 387, 834, 834, 7, 1824, 51, 23, 834, 584, 4280, 28027, 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, 3, 17684, 599, 9791, 834, 834, 14926, 834, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 9502, 834, 23, 26, 3274, 3, 22671, 4867, 4552, 22671, 3430, 387, 834, 834, 7, 1824, 51, 23, 834, 3, 2, 3, 27220, ...
What is the lowest GEO ID for the longitude of -102.158045 and the water in square miles larger than 0.979?
SELECT MIN(geo_id) FROM table_name_29 WHERE longitude = -102.158045 AND water__sqmi_ > 0.979
CREATE TABLE table_name_29 (geo_id INTEGER, longitude VARCHAR, water__sqmi_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 397, 32, 834, 23, 26, 3, 21342, 17966, 6, 307, 20341, 584, 4280, 28027, 6, 387, 834, 834, 7, 1824, 51, 23, 834, 584, 4280, 28027, 61, 3, 32105, 32106...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 397, 32, 834, 23, 26, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 307, 20341, 3274, 3, 18, 14388, 5, 1808, 2079, 2128, 3430, 387, 834, 834, 7, 1824, 51, 23, 834, 2490, 3, 23758, 4440, 1...
What is the average ANSI code for the town of Sherman and the smaller of the water area in square miles than 0.005?
SELECT AVG(ansi_code) FROM table_name_39 WHERE township = "sherman" AND water__sqmi_ < 0.005
CREATE TABLE table_name_39 (ansi_code INTEGER, township VARCHAR, water__sqmi_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 3247, 23, 834, 4978, 3, 21342, 17966, 6, 1511, 2009, 584, 4280, 28027, 6, 387, 834, 834, 7, 1824, 51, 23, 834, 584, 4280, 28027, 61, 3, 32105, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3247, 23, 834, 4978, 61, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 1511, 2009, 3274, 96, 7, 760, 348, 121, 3430, 387, 834, 834, 7, 1824, 51, 23, 834, 3, 2, 3, 10667, 755, 1, -100, -100, ...
What is the average longitude for the water area of 0.093 and has a GEO ID tag larger than 3808174460?
SELECT AVG(longitude) FROM table_name_46 WHERE water__sqmi_ = 0.093 AND geo_id > 3808174460
CREATE TABLE table_name_46 (longitude INTEGER, water__sqmi_ VARCHAR, geo_id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 2961, 20341, 3, 21342, 17966, 6, 387, 834, 834, 7, 1824, 51, 23, 834, 584, 4280, 28027, 6, 9502, 834, 23, 26, 584, 4280, 28027, 61, 3, 32105, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2961, 20341, 61, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 387, 834, 834, 7, 1824, 51, 23, 834, 3274, 3, 11739, 4271, 3430, 9502, 834, 23, 26, 2490, 6654, 4018, 27693, 25991, 1, -100, -100, ...
Which Country's Author is based on Sophocles and Euripides?
SELECT country FROM table_name_86 WHERE author = "based on sophocles and euripides"
CREATE TABLE table_name_86 (country VARCHAR, author VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 17529, 584, 4280, 28027, 6, 2291, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 6993, 31, 7, 10236, 19, 3, 390, 30, 264, 9553, 2482, 7, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 684, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 2291, 3274, 96, 390, 30, 78, 9553, 2482, 7, 11, 3, 15, 459, 102, 9361, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Author's Company is Ruth Kanner Theatre Group?
SELECT author FROM table_name_93 WHERE company = "ruth kanner theatre group"
CREATE TABLE table_name_93 (author VARCHAR, company VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 17415, 584, 4280, 28027, 6, 349, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 10236, 31, 7, 1958, 19, 15874, 19304, 49, 8210, 1531, 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, 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, 2291, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 349, 3274, 96, 6830, 107, 675, 49, 8516, 563, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Play is from Cyprus, from the Company Magdalena Zira Theatre?
SELECT play FROM table_name_98 WHERE country = "cyprus" AND company = "magdalena zira theatre"
CREATE TABLE table_name_98 (play VARCHAR, country VARCHAR, company VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 4895, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 349, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2911, 19, 45, 24734, 6, 45, 8, 195...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 577, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 684, 3274, 96, 75, 63, 12129, 7, 121, 3430, 349, 3274, 96, 7493, 5437, 29, 9, 3686, 52, 9, 8516, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Country is the Play Electra and Orestes, The Trial from?
SELECT country FROM table_name_82 WHERE play = "electra and orestes, the trial"
CREATE TABLE table_name_82 (country VARCHAR, play VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 17529, 584, 4280, 28027, 6, 577, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 6993, 19, 8, 2911, 3, 21543, 52, 9, 11, 955, 2613, 7, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 577, 3274, 96, 400, 75, 1313, 11, 42, 2613, 7, 6, 8, 3689, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How much total time was in lane 4?
SELECT COUNT(time) FROM table_name_66 WHERE lane = 4
CREATE TABLE table_name_66 (time VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 715, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 792, 97, 47, 16, 3, 8102, 314, 58, 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, 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, 715, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 3, 8102, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Rank has a Reaction time larger than 0.20400000000000001, and a Time larger than 45.56?
SELECT MAX(rank) FROM table_name_98 WHERE react > 0.20400000000000001 AND time > 45.56
CREATE TABLE table_name_98 (rank INTEGER, react VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 6254, 3, 21342, 17966, 6, 8922, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 22557, 65, 3, 9, 419, 4787, 97, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 8922, 2490, 4097, 26363, 2313, 19568, 19568, 17465, 3430, 97, 2490, 3479, 5, 4834, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many ranks have more than 7 lanes, and an Athlete of michael mathieu, and a Reaction time larger than 0.203?
SELECT SUM(rank) FROM table_name_3 WHERE lane > 7 AND athlete = "michael mathieu" AND react > 0.203
CREATE TABLE table_name_3 (rank INTEGER, react VARCHAR, lane VARCHAR, athlete VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 6254, 3, 21342, 17966, 6, 8922, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 6, 17893, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 6254, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 3, 8102, 2490, 489, 3430, 17893, 3274, 96, 51, 362, 9, 15, 40, 7270, 23, 15, 76, 121, 3430, 8922, 2490, 4097, 23330, 1, -100, -100, -100,...
Which Time has a Reaction smaller than 0.20400000000000001, and a Rank of 1?
SELECT SUM(time) FROM table_name_15 WHERE react < 0.20400000000000001 AND rank = 1
CREATE TABLE table_name_15 (time INTEGER, react VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 715, 3, 21342, 17966, 6, 8922, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2900, 65, 3, 9, 419, 4787, 2755, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 180, 6122, 599, 715, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 8922, 3, 2, 4097, 26363, 2313, 19568, 19568, 17465, 3430, 11003, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What's the average Top-25, that has an Events that's smaller than 12, and has a Top-5 that is larger than 0?
SELECT AVG(top_25) FROM table_name_60 WHERE events < 12 AND top_5 > 0
CREATE TABLE table_name_60 (top_25 INTEGER, events VARCHAR, top_5 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 2916, 834, 1828, 3, 21342, 17966, 6, 984, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 1348,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2916, 834, 1828, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 984, 3, 2, 586, 3430, 420, 834, 755, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the listed average of Cuts made that has a Top-5 of 3, and a Top-10 that's smaller than 5?
SELECT AVG(cuts_made) FROM table_name_17 WHERE top_5 = 3 AND top_10 < 5
CREATE TABLE table_name_17 (cuts_made INTEGER, top_5 VARCHAR, top_10 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 3044, 7, 834, 4725, 3, 21342, 17966, 6, 420, 834, 755, 584, 4280, 28027, 6, 420, 834, 1714, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 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, 71, 17217, 599, 3044, 7, 834, 4725, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 420, 834, 755, 3274, 220, 3430, 420, 834, 1714, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the sum of Top-25 that has an Events that is smaller than 10?
SELECT COUNT(top_25) FROM table_name_61 WHERE events < 10
CREATE TABLE table_name_61 (top_25 VARCHAR, events INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 2916, 834, 1828, 584, 4280, 28027, 6, 984, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 4505, 13, 2224, 14855, 24, 65, 46, 11137,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 2916, 834, 1828, 61, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 984, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the sum of Top-10 that has Events that's larger than 16, and has a Top-5 that's also larger than 5?
SELECT COUNT(top_10) FROM table_name_87 WHERE events > 16 AND top_5 > 5
CREATE TABLE table_name_87 (top_10 VARCHAR, events VARCHAR, top_5 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 2916, 834, 1714, 584, 4280, 28027, 6, 984, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 4505...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2916, 834, 16968, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 984, 2490, 898, 3430, 420, 834, 755, 2490, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the lowest Cuts made that has a Tournament of PGA Championship, and has a Top-5 that is smaller than 2?
SELECT MIN(cuts_made) FROM table_name_50 WHERE tournament = "pga championship" AND top_5 < 2
CREATE TABLE table_name_50 (cuts_made INTEGER, tournament VARCHAR, top_5 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 3044, 7, 834, 4725, 3, 21342, 17966, 6, 5892, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3044, 7, 834, 4725, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 5892, 3274, 96, 102, 122, 9, 10183, 121, 3430, 420, 834, 755, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
When the nominee(s) is john wells what is the episode for a year before 2004?
SELECT episode FROM table_name_64 WHERE year < 2004 AND nominee_s_ = "john wells"
CREATE TABLE table_name_64 (episode VARCHAR, year VARCHAR, nominee_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 15, 102, 159, 32, 221, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 21077, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 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...
[ 3, 23143, 14196, 5640, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 215, 3, 2, 4406, 3430, 21077, 834, 7, 834, 3274, 96, 27341, 168, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the result when the nominee(s) of janine sherman?
SELECT result FROM table_name_57 WHERE nominee_s_ = "janine sherman"
CREATE TABLE table_name_57 (result VARCHAR, nominee_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 21077, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 116, 8, 21077, 599, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 21077, 834, 7, 834, 3274, 96, 7066, 630, 255, 52, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the result for a year after 2003, when the nominee(s) is john wells?
SELECT result FROM table_name_64 WHERE year > 2003 AND nominee_s_ = "john wells"
CREATE TABLE table_name_64 (result VARCHAR, year VARCHAR, nominee_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 21077, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 74...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 215, 2490, 3888, 3430, 21077, 834, 7, 834, 3274, 96, 27341, 168, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the purse in 2003, which had a 1-1/16 distance?
SELECT purse FROM table_name_94 WHERE distance = "1-1/16" AND year = 2003
CREATE TABLE table_name_94 (purse VARCHAR, distance VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 3791, 7, 15, 584, 4280, 28027, 6, 2357, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 20717, 16, 3888, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 20717, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 2357, 3274, 96, 536, 2292, 16033, 121, 3430, 215, 3274, 3888, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the trainer of the winner skylighter?
SELECT trainer FROM table_name_5 WHERE winner = "skylighter"
CREATE TABLE table_name_5 (trainer VARCHAR, winner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 9719, 49, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 8813, 13, 8, 4668, 5796, 2242, 49, 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, 8813, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 4668, 3274, 96, 5352, 2242, 49, 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 distance with a 1:46.32 time?
SELECT distance FROM table_name_85 WHERE time = "1:46.32"
CREATE TABLE table_name_85 (distance VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 26, 23, 8389, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2357, 28, 3, 9, 209, 10, 4448, 5, 2668, 97, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2357, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 97, 3274, 96, 536, 10, 4448, 5, 2668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average year with a 1:42.85 time?
SELECT AVG(year) FROM table_name_81 WHERE time = "1:42.85"
CREATE TABLE table_name_81 (year INTEGER, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 1201, 3, 21342, 17966, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 215, 28, 3, 9, 209, 10, 4165, 5, 4433, 97, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 97, 3274, 96, 536, 10, 4165, 5, 4433, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the distance in 2006?
SELECT distance FROM table_name_18 WHERE year = 2006
CREATE TABLE table_name_18 (distance VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 26, 23, 8389, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2357, 16, 3581, 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, 2357, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 215, 3274, 3581, 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...
Who was the director of Clean Pastures?
SELECT director FROM table_name_12 WHERE title = "clean pastures"
CREATE TABLE table_name_12 (director VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 25982, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 2090, 13, 7433, 6156, 10471, 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, 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, 2090, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 2233, 3274, 96, 16480, 26126, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the release date for Production Number 8181?
SELECT release_date FROM table_name_14 WHERE production_num = "8181"
CREATE TABLE table_name_14 (release_date VARCHAR, production_num VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 999, 834, 5525, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1576, 833, 21, 11114, 7720, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1576, 834, 5522, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 999, 834, 5525, 3274, 96, 4959, 4959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What series was directed by Frank Tashlin and has the production number, 8053?
SELECT series FROM table_name_28 WHERE director = "frank tashlin" AND production_num = "8053"
CREATE TABLE table_name_28 (series VARCHAR, director VARCHAR, production_num VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 10833, 7, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 6, 999, 834, 5525, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 939, 47, 6640, 57, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 939, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 2090, 3274, 96, 89, 6254, 3, 17, 3198, 40, 77, 121, 3430, 999, 834, 5525, 3274, 96, 2079, 4867, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What series was called Egghead Rides Again?
SELECT series FROM table_name_38 WHERE title = "egghead rides again"
CREATE TABLE table_name_38 (series VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 10833, 7, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 939, 47, 718, 16693, 3313, 17392, 7, 7204, 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, 939, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 2233, 3274, 96, 15, 4102, 3313, 14432, 541, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Tie no of the Port Vale Away game?
SELECT tie_no FROM table_name_56 WHERE away_team = "port vale"
CREATE TABLE table_name_56 (tie_no VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2262, 15, 150, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 550, 834, 11650, 3274, 96, 1493, 409, 109, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Score of the Halifax Town Home game?
SELECT score FROM table_name_30 WHERE home_team = "halifax town"
CREATE TABLE table_name_30 (score VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 7, 9022, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17763, 13, 8, 31150, 4463, 1210, 467, 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, 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, 1458, 549, 17444, 427, 234, 834, 11650, 3274, 96, 3828, 23, 11517, 1511, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Score of the Scarborough Home game?
SELECT score FROM table_name_72 WHERE home_team = "scarborough"
CREATE TABLE table_name_72 (score VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 7, 9022, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17763, 13, 8, 14586, 12823, 1210, 467, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5865, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 1720, 12823, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which college did the player who went to the Boston Patriots go to?
SELECT college FROM table_name_8 WHERE team = "boston patriots"
CREATE TABLE table_name_8 (college VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 3297, 7883, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1900, 410, 8, 1959, 113, 877, 12, 8, 5053, 20109, 7, 28...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1900, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 372, 3274, 96, 115, 32, 4411, 6234, 12884, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the highest pick number of the player who went to LSU in college?
SELECT MAX(pick) FROM table_name_20 WHERE college = "lsu"
CREATE TABLE table_name_20 (pick INTEGER, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 17967, 3, 21342, 17966, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2030, 1432, 381, 13, 8, 1959, 113, 877, 12, 301, 4138...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 17967, 61, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 1900, 3274, 96, 40, 7, 76, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which college did the player picked number 136 go to?
SELECT college FROM table_name_54 WHERE pick = 136
CREATE TABLE table_name_54 (college VARCHAR, pick VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 3297, 7883, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1900, 410, 8, 1959, 4758, 381, 3, 23459, 281, 12, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1900, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 1432, 3274, 3, 23459, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which college did the player picked larger than 130 by the New York Jets go to?
SELECT college FROM table_name_95 WHERE pick > 130 AND team = "new york jets"
CREATE TABLE table_name_95 (college VARCHAR, pick VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 3297, 7883, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1900, 410, 8, 1959, 4758, 218...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1900, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 1432, 2490, 12778, 3430, 372, 3274, 96, 5534, 25453, 8757, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What lane was Emily Seebohm in?
SELECT COUNT(lane) FROM table_name_2 WHERE name = "emily seebohm"
CREATE TABLE table_name_2 (lane VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 8102, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3, 8102, 47, 15818, 1610, 115, 32, 107, 51, 16, 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, 2847, 17161, 599, 8102, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 564, 3274, 96, 15, 51, 9203, 217, 115, 32, 107, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the quantity for railway 263?
SELECT quantity FROM table_name_50 WHERE railway_number_s_ = "263"
CREATE TABLE table_name_50 (quantity VARCHAR, railway_number_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 13158, 485, 584, 4280, 28027, 6, 14421, 834, 5525, 1152, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8708, 21, 14421, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8708, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 14421, 834, 5525, 1152, 834, 7, 834, 3274, 96, 357, 3891, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What are the year(s) of manufacture for railway number(s) 26 (ii) …63 (ii) , 188–193?
SELECT year_s__of_manufacture FROM table_name_35 WHERE railway_number_s_ = "26 (ii) …63 (ii) , 188–193"
CREATE TABLE table_name_35 (year_s__of_manufacture VARCHAR, railway_number_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 1201, 834, 7, 834, 834, 858, 834, 348, 76, 8717, 1462, 584, 4280, 28027, 6, 14421, 834, 5525, 1152, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 215, 834, 7, 834, 834, 858, 834, 348, 76, 8717, 1462, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 14421, 834, 5525, 1152, 834, 7, 834, 3274, 96, 2688, 41, 23, 23, 61, 3, 233, 3891, 41, 23, 23, 61, 3, 6,...
What are the railway number(s) for year(s) of manufacture of 1905–1906?
SELECT railway_number_s_ FROM table_name_47 WHERE year_s__of_manufacture = "1905–1906"
CREATE TABLE table_name_47 (railway_number_s_ VARCHAR, year_s__of_manufacture VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 12977, 1343, 834, 5525, 1152, 834, 7, 834, 584, 4280, 28027, 6, 215, 834, 7, 834, 834, 858, 834, 348, 76, 8717, 1462, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14421, 834, 5525, 1152, 834, 7, 834, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 215, 834, 7, 834, 834, 858, 834, 348, 76, 8717, 1462, 3274, 96, 2294, 3076, 104, 2294, 5176, 121, 1, -100, -100, -100, -100, ...
Who is the rb player from team oakland?
SELECT player FROM table_name_69 WHERE position = "rb" AND team = "oakland"
CREATE TABLE table_name_69 (player VARCHAR, position VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 20846, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 3, 52, 115, 1959, 45, 372...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 1102, 3274, 96, 52, 115, 121, 3430, 372, 3274, 96, 32, 1639, 40, 232, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the team of the player from ohio state?
SELECT team FROM table_name_93 WHERE college = "ohio state"
CREATE TABLE table_name_93 (team VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 11650, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 372, 13, 8, 1959, 45, 3, 32, 107, 23, 32, 538, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 1900, 3274, 96, 32, 107, 23, 32, 538, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest rank in Uzbekistan with a time larger than 11.44?
SELECT MAX(rank) FROM table_name_38 WHERE country = "uzbekistan" AND time > 11.44
CREATE TABLE table_name_38 (rank INTEGER, country VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 6254, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 11003, 16, 412, 172, 346...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 684, 3274, 96, 76, 172, 346, 2168, 5627, 121, 3430, 97, 2490, 7806, 3628, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average heat ranked at 30?
SELECT AVG(heat) FROM table_name_54 WHERE rank = 30
CREATE TABLE table_name_54 (heat INTEGER, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 88, 144, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 1678, 3, 8232, 44, 604, 58, 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, 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, 71, 17217, 599, 88, 144, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 11003, 3274, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the average time in a rank of 61?
SELECT AVG(time) FROM table_name_29 WHERE rank = 61
CREATE TABLE table_name_29 (time INTEGER, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 715, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 97, 16, 3, 9, 11003, 13, 3, 4241, 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, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 715, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 11003, 3274, 3, 4241, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How much Capacity has a Vehicle of 2003 holden commodore ute?
SELECT COUNT(capacity) FROM table_name_97 WHERE vehicle = "2003 holden commodore ute"
CREATE TABLE table_name_97 (capacity VARCHAR, vehicle VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 4010, 9, 6726, 584, 4280, 28027, 6, 1689, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 4000, 9, 6726, 65, 3, 9, 15095, 13, 3888, 1520...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 4010, 9, 6726, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 1689, 3274, 96, 23948, 1520, 35, 3, 287, 51, 7512, 15, 3, 2810, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Navigator has a Total Time of 08:29?
SELECT navigator FROM table_name_37 WHERE total_time = "08:29"
CREATE TABLE table_name_37 (navigator VARCHAR, total_time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 29, 2960, 19306, 584, 4280, 28027, 6, 792, 834, 715, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 19261, 19306, 65, 3, 9, 9273, 2900, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 16867, 1016, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 792, 834, 715, 3274, 96, 4018, 10, 3166, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Capacity has a Class of cm22, and a Vehicle of 1999 subaru impreza wrx sti?
SELECT MIN(capacity) FROM table_name_61 WHERE class = "cm22" AND vehicle = "1999 subaru impreza wrx sti"
CREATE TABLE table_name_61 (capacity INTEGER, class VARCHAR, vehicle VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 4010, 9, 6726, 3, 21342, 17966, 6, 853, 584, 4280, 28027, 6, 1689, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4000, 9, 6726, 65, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4010, 9, 6726, 61, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 853, 3274, 96, 75, 51, 2884, 121, 3430, 1689, 3274, 96, 2294, 3264, 769, 291, 76, 4840, 2638, 9, 3, 210, 52, 226, 3, 2248, 121...
Which Driver has a Capacity smaller than 5700, and a Total Time of 08:29?
SELECT driver FROM table_name_21 WHERE capacity < 5700 AND total_time = "08:29"
CREATE TABLE table_name_21 (driver VARCHAR, capacity VARCHAR, total_time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 13739, 52, 584, 4280, 28027, 6, 2614, 584, 4280, 28027, 6, 792, 834, 715, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 10546, 65, 3, 9, 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, 0, 0, 0...
[ 3, 23143, 14196, 2535, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 2614, 3, 2, 305, 9295, 3430, 792, 834, 715, 3274, 96, 4018, 10, 3166, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total number of losses for teams with more than 0 byes?
SELECT COUNT(losses) FROM table_name_43 WHERE byes > 0
CREATE TABLE table_name_43 (losses VARCHAR, byes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 2298, 2260, 584, 4280, 28027, 6, 57, 15, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 8467, 21, 2323, 28, 72, 145...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 57, 15, 7, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sum of draws for teams with against of 1731 and under 10 losses?
SELECT SUM(draws) FROM table_name_67 WHERE against = 1731 AND losses < 10
CREATE TABLE table_name_67 (draws INTEGER, against VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 19489, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 14924, 21, 232...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 581, 3274, 1003, 3341, 3430, 8467, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
When was Tree Cornered Tweety, directed by Friz Freleng, released?
SELECT release_date FROM table_name_35 WHERE director = "friz freleng" AND title = "tree cornered tweety"
CREATE TABLE table_name_35 (release_date VARCHAR, director VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 7552, 15143, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1576, 834, 5522, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 2090, 3274, 96, 89, 13266, 2515, 400, 1725, 121, 3430, 2233, 3274, 96, 929, 15, 2752, 15, 26, 10657, 63, 121, 1, -100, -100, -100, -100, -100, -100...
When was Too Hop to Handle released?
SELECT release_date FROM table_name_68 WHERE title = "too hop to handle"
CREATE TABLE table_name_68 (release_date VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 9647, 15139, 12, 2263, 109, 1883, 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, 1576, 834, 5522, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 2233, 3274, 96, 235, 32, 13652, 12, 2174, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
From which series is the title Barbary Coast Bunny?
SELECT series FROM table_name_85 WHERE title = "barbary coast bunny"
CREATE TABLE table_name_85 (series VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 10833, 7, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1029, 84, 939, 19, 8, 2233, 11038, 1208, 5458, 6100, 29, 63, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 939, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 2233, 3274, 96, 1047, 1047, 63, 4939, 2293, 29, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who did the Lyrics (l) / Music (m) for the song in 23 Place?
SELECT lyrics__l____music__m_ FROM table_name_76 WHERE place = "23"
CREATE TABLE table_name_76 (lyrics__l____music__m_ VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 120, 2234, 7, 834, 834, 40, 834, 834, 834, 834, 22170, 834, 834, 51, 834, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13475, 834, 834, 40, 834, 834, 834, 834, 22170, 834, 834, 51, 834, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 286, 3274, 96, 2773, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What are the Votes for the Song by Artist Filipa Batista?
SELECT votes FROM table_name_11 WHERE artist = "filipa batista"
CREATE TABLE table_name_11 (votes VARCHAR, artist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 1621, 1422, 584, 4280, 28027, 6, 2377, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 3152, 1422, 21, 8, 11263, 57, 9152, 28796, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11839, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 2377, 3274, 96, 89, 23, 7446, 9, 3795, 343, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Votes for the Song in Place 9?
SELECT votes FROM table_name_6 WHERE place = "9"
CREATE TABLE table_name_6 (votes VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 1621, 1422, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3152, 1422, 21, 8, 11263, 16, 3399, 668, 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, 0...
[ 3, 23143, 14196, 11839, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 286, 3274, 96, 1298, 121, 1, -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 Artist of the Song with a Place of withdrawn?
SELECT artist FROM table_name_28 WHERE place = "withdrawn"
CREATE TABLE table_name_28 (artist VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 1408, 343, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 9152, 13, 8, 11263, 28, 3, 9, 3399, 13, 3, 2803...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2377, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 286, 3274, 96, 28032, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which week had a result of L 38-21?
SELECT week FROM table_name_91 WHERE result = "l 38-21"
CREATE TABLE table_name_91 (week VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 8041, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 471, 141, 3, 9, 741, 13, 301, 6654, 16539, 58, 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, 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, 471, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 741, 3274, 96, 40, 6654, 16539, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the opponent after week 8 that had 72,190 people in attendance?
SELECT opponent FROM table_name_96 WHERE week > 8 AND attendance = "72,190"
CREATE TABLE table_name_96 (opponent VARCHAR, week VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 32, 102, 9977, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 15264, 227, 471, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15264, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 471, 2490, 505, 3430, 11364, 3274, 96, 5865, 6, 11776, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who won the Gold Medal in Moscow after the year 1982?
SELECT gold FROM table_name_55 WHERE year > 1982 AND place = "moscow"
CREATE TABLE table_name_55 (gold VARCHAR, year VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 14910, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 751, 8, 2540, 20002, 16, 15363, 227...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2045, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 215, 2490, 14505, 3430, 286, 3274, 96, 3972, 509, 210, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the lowest total that has a rank less than 8, a silver greater than 6, and 20 as the bronze?
SELECT MIN(total) FROM table_name_70 WHERE rank < 8 AND silver > 6 AND bronze = 20
CREATE TABLE table_name_70 (total INTEGER, bronze VARCHAR, rank VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 235, 1947, 3, 21342, 17966, 6, 13467, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 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, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 11003, 3, 2, 505, 3430, 4294, 2490, 431, 3430, 13467, 3274, 460, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average silver that has a gold greater than 3, with soviet union (urs) as the nation, and a bronze greater than 26?
SELECT AVG(silver) FROM table_name_8 WHERE gold > 3 AND nation = "soviet union (urs)" AND bronze > 26
CREATE TABLE table_name_8 (silver INTEGER, bronze VARCHAR, gold VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 7, 173, 624, 3, 21342, 17966, 6, 13467, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 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, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 2045, 2490, 220, 3430, 2982, 3274, 96, 7, 9881, 15, 17, 7021, 41, 3589, 61, 121, 3430, 13467, 2490, 2208, 1, -100, -100, -100, -10...
What is the highest silver that has 57 as the total, with a bronze greater than 20?
SELECT MAX(silver) FROM table_name_82 WHERE total = 57 AND bronze > 20
CREATE TABLE table_name_82 (silver INTEGER, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 7, 173, 624, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 4294, 24, 65, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 792, 3274, 3, 3436, 3430, 13467, 2490, 460, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What rank has a gold greater than 0, 0 as the bronze, with germany (ger) as the nation?
SELECT rank FROM table_name_20 WHERE gold > 0 AND bronze = 0 AND nation = "germany (ger)"
CREATE TABLE table_name_20 (rank VARCHAR, nation VARCHAR, gold VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 6254, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 11003, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11003, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 2045, 2490, 3, 632, 3430, 13467, 3274, 3, 632, 3430, 2982, 3274, 96, 1304, 348, 63, 41, 1304, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many bronzes have 1 as the total, with spain (esp) as the nation, and a gold greater than 0?
SELECT COUNT(bronze) FROM table_name_31 WHERE total = 1 AND nation = "spain (esp)" AND gold > 0
CREATE TABLE table_name_31 (bronze VARCHAR, gold VARCHAR, total VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 13711, 776, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13711, 776, 61, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 792, 3274, 209, 3430, 2982, 3274, 96, 14147, 77, 41, 15, 7, 102, 61, 121, 3430, 2045, 2490, 3, 632, 1, -100, -100, -100, -100, -...
Which Prominence (m) has a Peak of nakanai mountains high point, and an Elevation (m) smaller than 2,316?
SELECT AVG(prominence__m_) FROM table_name_37 WHERE peak = "nakanai mountains high point" AND elevation__m_ < 2 OFFSET 316
CREATE TABLE table_name_37 (prominence__m_ INTEGER, peak VARCHAR, elevation__m_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 1409, 1109, 1433, 834, 834, 51, 834, 3, 21342, 17966, 6, 6734, 584, 4280, 28027, 6, 16417, 834, 834, 51, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 1409, 1109, 1433, 834, 834, 51, 834, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 6734, 3274, 96, 29, 9, 3304, 9, 23, 8022, 306, 500, 121, 3430, 16417, 834, 834, 51, 834, 3, 2, 204, 3, ...
What position Jason Fitzgerald played?
SELECT position FROM table_name_89 WHERE player = "jason fitzgerald"
CREATE TABLE table_name_89 (position VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 4718, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1102, 9637, 31528, 1944, 58, 1, 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, 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, 0...
[ 3, 23143, 14196, 1102, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 1959, 3274, 96, 1191, 739, 1400, 172, 1304, 138, 26, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Jason Romano played for what team?
SELECT team FROM table_name_9 WHERE player = "jason romano"
CREATE TABLE table_name_9 (team VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 11650, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 9637, 3385, 32, 1944, 21, 125, 372, 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, 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, 372, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 1959, 3274, 96, 1191, 739, 3408, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What are the dimensions of the amp with a 180W output?
SELECT dimensions FROM table_name_96 WHERE output = "180w"
CREATE TABLE table_name_96 (dimensions VARCHAR, output VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 31987, 7, 584, 4280, 28027, 6, 3911, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 8393, 13, 8, 11483, 28, 3, 9, 8003, 518, 3911, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 8393, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 3911, 3274, 96, 20829, 210, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which player was from Fermanagh and had an average score of 22?
SELECT AVG(average) FROM table_name_53 WHERE total = 22 AND county = "fermanagh"
CREATE TABLE table_name_53 (average INTEGER, total VARCHAR, county VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 28951, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 5435, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 47, 45, 7566, 348, 18583, 11,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 28951, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 792, 3274, 1630, 3430, 5435, 3274, 96, 1010, 348, 18583, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many total points did Oisin McConville have from his 5 matches?
SELECT COUNT(total) FROM table_name_90 WHERE player = "oisin mcconville" AND matches < 5
CREATE TABLE table_name_90 (total VARCHAR, player VARCHAR, matches VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 235, 1947, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 6407, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 792, 979, 410, 411, 159, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 1959, 3274, 96, 32, 159, 77, 3, 51, 75, 1018, 1420, 121, 3430, 6407, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100...
How many attendances have October 30, 1977 as the date, with a week greater than 7?
SELECT COUNT(attendance) FROM table_name_16 WHERE date = "october 30, 1977" AND week > 7
CREATE TABLE table_name_16 (attendance VARCHAR, date VARCHAR, week VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 15116, 663, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 11364, 7, 43, 1797, 11558,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15116, 663, 61, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 11558, 16433, 121, 3430, 471, 2490, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest attendance that has l 42-35 as the result, with a week less than 13?
SELECT MIN(attendance) FROM table_name_82 WHERE result = "l 42-35" AND week < 13
CREATE TABLE table_name_82 (attendance INTEGER, result VARCHAR, week VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 15116, 663, 3, 21342, 17966, 6, 741, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 11364, 24, 65, 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, 17684, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 741, 3274, 96, 40, 6426, 18, 2469, 121, 3430, 471, 3, 2, 1179, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is from south korea and has a heat less than 3?
SELECT name FROM table_name_44 WHERE heat < 3 AND nationality = "south korea"
CREATE TABLE table_name_44 (name VARCHAR, heat VARCHAR, nationality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 4350, 584, 4280, 28027, 6, 1678, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 45, 3414, 3, 5543, 15, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 564, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 1678, 3, 2, 220, 3430, 1157, 485, 3274, 96, 7, 670, 107, 3, 5543, 15, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest heat of the athlete from spain with a lane less than 7?
SELECT MAX(heat) FROM table_name_2 WHERE nationality = "spain" AND lane < 7
CREATE TABLE table_name_2 (heat INTEGER, nationality VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 88, 144, 3, 21342, 17966, 6, 1157, 485, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 1678, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 88, 144, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 1157, 485, 3274, 96, 14147, 77, 121, 3430, 3, 8102, 3, 2, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the average lane of the athlete from japan with a time of 4:37.35 and a heat less than 3?
SELECT AVG(lane) FROM table_name_78 WHERE nationality = "japan" AND time = "4:37.35" AND heat < 3
CREATE TABLE table_name_78 (lane INTEGER, heat VARCHAR, nationality VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 8102, 3, 21342, 17966, 6, 1678, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 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, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 8102, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 1157, 485, 3274, 96, 1191, 2837, 121, 3430, 97, 3274, 96, 591, 10, 4118, 5, 2469, 121, 3430, 1678, 3, 2, 220, 1, -100, -100, -100, -100,...
What is the lowest Gold count if the Bronze is 4 and Silver is greater than 5?
SELECT MIN(gold) FROM table_name_45 WHERE bronze = 4 AND silver > 5
CREATE TABLE table_name_45 (gold INTEGER, bronze VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 14910, 3, 21342, 17966, 6, 13467, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 2540, 3476, 3, 99, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14910, 61, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 13467, 3274, 314, 3430, 4294, 2490, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Average for Silver medals that have more than 17 Golds?
SELECT AVG(silver) FROM table_name_50 WHERE gold > 17
CREATE TABLE table_name_50 (silver INTEGER, gold INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 7, 173, 624, 3, 21342, 17966, 6, 2045, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 23836, 21, 5642, 9365, 7, 24, 43, 72, 145, 100...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 2045, 2490, 1003, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest number of Silver medals with a Total greater than 14 and more than 15 Bronze medals?
SELECT MAX(silver) FROM table_name_38 WHERE total > 14 AND bronze > 15
CREATE TABLE table_name_38 (silver INTEGER, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 7, 173, 624, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 13, 5642,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 792, 2490, 968, 3430, 13467, 2490, 627, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the music-director for the song from the film khaleja who had a co-singer of hemachandra?
SELECT music___director FROM table_name_69 WHERE co___singer = "hemachandra" AND film = "khaleja"
CREATE TABLE table_name_69 (music___director VARCHAR, co___singer VARCHAR, film VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 22170, 834, 834, 834, 25982, 584, 4280, 28027, 6, 576, 834, 834, 834, 7, 9963, 584, 4280, 28027, 6, 814, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 723, 834, 834, 834, 25982, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 576, 834, 834, 834, 7, 9963, 3274, 96, 88, 8276, 152, 3515, 121, 3430, 814, 3274, 96, 18276, 109, 1191, 121, 1, -100, -100, -100, -100, ...
What was the score for the matchup having attendance of 354?
SELECT score FROM table_name_25 WHERE att = 354
CREATE TABLE table_name_25 (score VARCHAR, att VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 7, 9022, 584, 4280, 28027, 6, 44, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 21, 8, 1588, 413, 578, 11364, 13, 220, 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, 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, 1828, 549, 17444, 427, 44, 17, 3274, 220, 5062, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What nation had a medal total of less than 10, less than 1 bronze medal, in rank 11?
SELECT nation FROM table_name_79 WHERE total < 10 AND bronze < 1 AND rank = "11"
CREATE TABLE table_name_79 (nation VARCHAR, rank VARCHAR, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 29, 257, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2982...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2982, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 792, 3, 2, 335, 3430, 13467, 3, 2, 209, 3430, 11003, 3274, 96, 2596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many gold medals did the team that won a total of 10 medals and 3 silver medals win?
SELECT gold FROM table_name_44 WHERE silver = 3 AND total = 10
CREATE TABLE table_name_44 (gold VARCHAR, silver VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 14910, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 2045, 9365, 7, 410, 8, 372, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 2045, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 4294, 3274, 220, 3430, 792, 3274, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of medals won by teams that won more than 11 bronze medals?
SELECT COUNT(total) FROM table_name_41 WHERE bronze > 11
CREATE TABLE table_name_41 (total VARCHAR, bronze INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 235, 1947, 584, 4280, 28027, 6, 13467, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 9365, 7, 751, 57, 2323, 24, 751, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 13467, 2490, 850, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest react of the athlete from the United States who has a lane less than 4?
SELECT MIN(react) FROM table_name_53 WHERE country = "united states" AND lane < 4
CREATE TABLE table_name_53 (react INTEGER, country VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 60, 2708, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 8922, 13, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 60, 2708, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 3, 8102, 3, 2, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the lowest of the athlete from sri lanka who has a lane greater than 8?
SELECT MIN(react) FROM table_name_62 WHERE country = "sri lanka" AND lane > 8
CREATE TABLE table_name_62 (react INTEGER, country VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 60, 2708, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 13, 8, 17893, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 60, 2708, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 684, 3274, 96, 7, 52, 23, 3, 1618, 1258, 121, 3430, 3, 8102, 2490, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the average react of athlete muna lee, who is ranked greater than 3?
SELECT AVG(react) FROM table_name_4 WHERE athlete = "muna lee" AND rank > 3
CREATE TABLE table_name_4 (react INTEGER, athlete VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 60, 2708, 3, 21342, 17966, 6, 17893, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 8922, 13, 17893, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 60, 2708, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 17893, 3274, 96, 51, 202, 9, 90, 15, 121, 3430, 11003, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average lane of the athlete from cuba who has a time greater than 22.57 and react less than 0.245?
SELECT AVG(lane) FROM table_name_8 WHERE time > 22.57 AND react < 0.245 AND country = "cuba"
CREATE TABLE table_name_8 (lane INTEGER, country VARCHAR, time VARCHAR, react VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 8102, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 6, 8922, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8102, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 97, 2490, 1630, 5, 3436, 3430, 8922, 3, 2, 3, 18189, 2128, 3430, 684, 3274, 96, 16377, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the average react of the athlete with a time less than 22.29 and a rank greater than 1?
SELECT AVG(react) FROM table_name_11 WHERE time < 22.29 AND rank > 1
CREATE TABLE table_name_11 (react INTEGER, time VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 60, 2708, 3, 21342, 17966, 6, 97, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 8922, 13, 8, 17893...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 60, 2708, 61, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 97, 3, 2, 1630, 5, 3166, 3430, 11003, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who is the Opponent on December 7, 2003?
SELECT opponent FROM table_name_22 WHERE date = "december 7, 2003"
CREATE TABLE table_name_22 (opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 4495, 9977, 30, 1882, 7973, 3888, 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, 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, 15264, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 833, 3274, 96, 221, 75, 18247, 7973, 3888, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Tv Time of the game with an Attendance of 73,578?
SELECT tv_time FROM table_name_40 WHERE attendance = "73,578"
CREATE TABLE table_name_40 (tv_time VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 17, 208, 834, 715, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 332, 208, 2900, 13, 8, 467, 28, 46, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17, 208, 834, 715, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 11364, 3274, 96, 4552, 6, 755, 3940, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the highest result for Wallace Spearmon when the reaction time is greater than 0.167?
SELECT MAX(result) FROM table_name_7 WHERE name = "wallace spearmon" AND reaction_time > 0.167
CREATE TABLE table_name_7 (result INTEGER, name VARCHAR, reaction_time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 60, 7, 83, 17, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 6363, 834, 715, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 74...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 60, 7, 83, 17, 61, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 564, 3274, 96, 10279, 3302, 23887, 2157, 121, 3430, 6363, 834, 715, 2490, 4097, 27650, 1, -100, -100, -100, -100, -100, -100, -100, ...
What was the result for Lane 3?
SELECT result FROM table_name_12 WHERE lane = 3
CREATE TABLE table_name_12 (result VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 741, 21, 11834, 220, 58, 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, 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, 741, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 3, 8102, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...