NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What week has a Date of October 4, 1992?
SELECT SUM(week) FROM table_name_78 WHERE date = "october 4, 1992"
CREATE TABLE table_name_78 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 471, 65, 3, 9, 7678, 13, 1797, 6464, 9047, 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, 180, 6122, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 6464, 9047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date when the result was l 37-3?
SELECT date FROM table_name_77 WHERE result = "l 37-3"
CREATE TABLE table_name_77 (date VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 5522, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 116, 8, 741, 47, 3, 40, 6862, 3486, 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, 833, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 741, 3274, 96, 40, 6862, 3486, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the attendance when the opponent was the Houston Oilers?
SELECT attendance FROM table_name_47 WHERE opponent = "houston oilers"
CREATE TABLE table_name_47 (attendance VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 15116, 663, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11364, 116, 8, 15264, 47, 8, 8018, 6067, 277, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11364, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 15264, 3274, 96, 9492, 4411, 1043, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Lane has a Reaction Time smaller than 0.199, and a Country of united states, and a Name of muna lee, and a Time larger than 22.01?
SELECT MAX(lane) FROM table_name_3 WHERE reaction_time < 0.199 AND country = "united states" AND name = "muna lee" AND time > 22.01
CREATE TABLE table_name_3 (lane INTEGER, time VARCHAR, name VARCHAR, reaction_time VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 8102, 3, 21342, 17966, 6, 97, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 6363, 834, 715, 584, 4280, 28027, 6, 684, 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, 8102, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 6363, 834, 715, 3, 2, 4097, 19479, 3430, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 564, 3274, 96, 51, 202, 9, 90, 15, 121, 3430, 97,...
How many Lanes have a Country of jamaica, and a Name of kerron stewart, and a Time larger than 22?
SELECT SUM(lane) FROM table_name_46 WHERE country = "jamaica" AND name = "kerron stewart" AND time > 22
CREATE TABLE table_name_46 (lane INTEGER, time VARCHAR, country VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 8102, 3, 21342, 17966, 6, 97, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 11834, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8102, 61, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 684, 3274, 96, 1191, 6840, 658, 121, 3430, 564, 3274, 96, 2304, 52, 106, 21786, 1408, 121, 3430, 97, 2490, 1630, 1, -100, -100, -100, -100...
How many Times have a Reaction Time larger than 0.17500000000000002, and a Lane of 3?
SELECT COUNT(time) FROM table_name_62 WHERE reaction_time > 0.17500000000000002 AND lane = 3
CREATE TABLE table_name_62 (time VARCHAR, reaction_time VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 715, 584, 4280, 28027, 6, 6363, 834, 715, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 5324, 43, 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, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 715, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 6363, 834, 715, 2490, 3, 16029, 9979, 19568, 19568, 19568, 357, 3430, 3, 8102, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100...
Which Lane has a Country of united states, and a Time smaller than 22.01, and a Reaction Time smaller than 0.193?
SELECT MIN(lane) FROM table_name_95 WHERE country = "united states" AND time < 22.01 AND reaction_time < 0.193
CREATE TABLE table_name_95 (lane INTEGER, reaction_time VARCHAR, country VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 8102, 3, 21342, 17966, 6, 6363, 834, 715, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8102, 61, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 97, 3, 2, 1630, 5, 4542, 3430, 6363, 834, 715, 3, 2, 3, 16029, 4271, 1, -100, -100, -100...
What's the ladder position when team is less than 10 and the Finals qualifications were DNQ?
SELECT final_ladder_position FROM table_name_75 WHERE finals_qualification = "dnq" AND teams < 10
CREATE TABLE table_name_75 (final_ladder_position VARCHAR, finals_qualification VARCHAR, teams VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 12406, 834, 521, 26, 588, 834, 4718, 584, 4280, 28027, 6, 804, 7, 834, 11433, 2420, 584, 4280, 28027, 6, 2323, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 804, 834, 521, 26, 588, 834, 4718, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 804, 7, 834, 11433, 2420, 3274, 96, 26, 29, 1824, 121, 3430, 2323, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What is the total teams during the 2012-13 season?
SELECT SUM(teams) FROM table_name_19 WHERE season = "2012-13"
CREATE TABLE table_name_19 (teams INTEGER, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 11650, 7, 3, 21342, 17966, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 2323, 383, 8, 1673, 13056, 774, 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, 11650, 7, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 774, 3274, 96, 12172, 13056, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's the ACL qualification when the minor ladder position is 5th and the finals qualifications were DNQ?
SELECT acl_qualification FROM table_name_11 WHERE finals_qualification = "dnq" AND minor_ladder_position = "5th"
CREATE TABLE table_name_11 (acl_qualification VARCHAR, finals_qualification VARCHAR, minor_ladder_position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 9, 75, 40, 834, 11433, 2420, 584, 4280, 28027, 6, 804, 7, 834, 11433, 2420, 584, 4280, 28027, 6, 4012, 834, 521, 26, 588, 834, 4718, 584, 4280, 28027, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9, 75, 40, 834, 11433, 2420, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 804, 7, 834, 11433, 2420, 3274, 96, 26, 29, 1824, 121, 3430, 4012, 834, 521, 26, 588, 834, 4718, 3274, 96, 755, 189, 121, 1, -10...
What's the finals qualification during the 2009-10 season?
SELECT finals_qualification FROM table_name_88 WHERE season = "2009-10"
CREATE TABLE table_name_88 (finals_qualification VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 12406, 7, 834, 11433, 2420, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 804, 7, 15513, 383, 8, 2464, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 804, 7, 834, 11433, 2420, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 774, 3274, 96, 16660, 4536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Name the the average Lib Dem with Conservative smaller than 0?
SELECT AVG(lib_dem) FROM table_name_87 WHERE conservative < 0
CREATE TABLE table_name_87 (lib_dem INTEGER, conservative INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 6856, 834, 1778, 3, 21342, 17966, 6, 11252, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 8, 1348, 3, 14615, 10007, 28, 23053, 2755, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 6856, 834, 1778, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 11252, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Name the lowest Green with a Year larger than 2010, and a Labour larger than 29? Question 3
SELECT MIN(green) FROM table_name_82 WHERE year > 2010 AND labour > 29
CREATE TABLE table_name_82 (green INTEGER, year VARCHAR, labour VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 9423, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 6, 12568, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 7402, 1862, 28, 3, 9, 2929, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 9423, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 215, 2490, 2735, 3430, 12568, 2490, 2838, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the average Independent with a Green larger than 7, and a Conservative smaller than 0?
SELECT AVG(independent) FROM table_name_35 WHERE green > 7 AND conservative < 0
CREATE TABLE table_name_35 (independent INTEGER, green VARCHAR, conservative VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 77, 17631, 3, 21342, 17966, 6, 1442, 584, 4280, 28027, 6, 11252, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 1348, 14092, 28, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 77, 17631, 61, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 1442, 2490, 489, 3430, 11252, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Name the highest Labour with Lib Dem larger than 21?
SELECT MAX(labour) FROM table_name_86 WHERE lib_dem > 21
CREATE TABLE table_name_86 (labour INTEGER, lib_dem INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 9339, 1211, 3, 21342, 17966, 6, 3, 6856, 834, 1778, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 2030, 16117, 28, 3, 14615, 10007, 2186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 9339, 1211, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 3, 6856, 834, 1778, 2490, 1401, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the score in the final of the tournament with a clay surface on 18 April 2011?
SELECT score_in_the_final FROM table_name_88 WHERE surface = "clay" AND date = "18 april 2011"
CREATE TABLE table_name_88 (score_in_the_final VARCHAR, surface VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 7, 9022, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 6, 833, 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, 0, 0...
[ 3, 23143, 14196, 2604, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1774, 3274, 96, 4651, 63, 121, 3430, 833, 3274, 96, 2606, 3, 9, 2246, 40, 2722, 121, 1, -100, -100, -100, -100, -100, -100, -...
What is the score in the final of the tournament with a hard surface?
SELECT score_in_the_final FROM table_name_8 WHERE surface = "hard"
CREATE TABLE table_name_8 (score_in_the_final VARCHAR, surface VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 7, 9022, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 16, 8, 804, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 1774, 3274, 96, 5651, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who is the opponent in the final on 24 November 2008?
SELECT opponent_in_the_final FROM table_name_43 WHERE date = "24 november 2008"
CREATE TABLE table_name_43 (opponent_in_the_final VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 32, 102, 9977, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 15264, 16, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 833, 3274, 96, 2266, 3, 5326, 18247, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Opponent at the game with an Attendance of 64,900 in Week prior to 15 with a Result of L 38-31?
SELECT opponent FROM table_name_86 WHERE week < 15 AND attendance = "64,900" AND result = "l 38-31"
CREATE TABLE table_name_86 (opponent VARCHAR, result VARCHAR, week VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 32, 102, 9977, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 11364, 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, 15264, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 471, 3, 2, 627, 3430, 11364, 3274, 96, 4389, 6, 7015, 121, 3430, 741, 3274, 96, 40, 6654, 18, 3341, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Week of the game with an Attendance of 64,900 and a Result of L 34-13?
SELECT MAX(week) FROM table_name_83 WHERE attendance = "64,900" AND result = "l 34-13"
CREATE TABLE table_name_83 (week INTEGER, attendance VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 8041, 3, 21342, 17966, 6, 11364, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6551, 13, 8, 467, 28, 46, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8041, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 11364, 3274, 96, 4389, 6, 7015, 121, 3430, 741, 3274, 96, 40, 6154, 13056, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Week of the game against Minnesota Vikings?
SELECT MAX(week) FROM table_name_10 WHERE opponent = "minnesota vikings"
CREATE TABLE table_name_10 (week INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6551, 13, 8, 467, 581, 9745, 19476, 7, 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, 4800, 4, 599, 8041, 61, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 15264, 3274, 96, 1109, 1496, 32, 17, 9, 3, 21346, 53, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Week of the game against Seattle Seahawks?
SELECT AVG(week) FROM table_name_30 WHERE opponent = "seattle seahawks"
CREATE TABLE table_name_30 (week INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6551, 13, 8, 467, 581, 8854, 3319, 14400, 7, 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, 71, 17217, 599, 8041, 61, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 15264, 3274, 96, 7, 15, 9, 8692, 2805, 14400, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Total Goals have an FA Cup Goals of 0, and an FA Cup Apps of 3, and a Position of fw?
SELECT AVG(total_goals) FROM table_name_92 WHERE fa_cup_goals = 0 AND fa_cup_apps = "3" AND position = "fw"
CREATE TABLE table_name_92 (total_goals INTEGER, position VARCHAR, fa_cup_goals VARCHAR, fa_cup_apps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 235, 1947, 834, 839, 5405, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 3, 89, 9, 834, 4658, 834, 839, 5405, 584, 4280, 28027, 6, 3, 89, 9, 834, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 235, 1947, 834, 839, 5405, 61, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 3, 89, 9, 834, 4658, 834, 839, 5405, 3274, 3, 632, 3430, 3, 89, 9, 834, 4658, 834, 3096, 7, 3274, 96, 519, 121, ...
What year was Caroline Medina Miss Fire (3rd Runner-up)?
SELECT AVG(year) FROM table_name_21 WHERE miss_fire__3rd_runner_up_ = "caroline medina"
CREATE TABLE table_name_21 (year INTEGER, miss_fire__3rd_runner_up_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 1201, 3, 21342, 17966, 6, 3041, 834, 6608, 834, 834, 519, 52, 26, 834, 10806, 834, 413, 834, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 3041, 834, 6608, 834, 834, 519, 52, 26, 834, 10806, 834, 413, 834, 3274, 96, 1720, 32, 747, 140, 2644, 9, 121, 1, -100, -100, -100, -100...
Who won Miss Air (1st Runner-up) when Catherine Untalan was Miss Water (2nd Runner-up) earlier than 2007?
SELECT miss_air__1st_runner_up_ FROM table_name_35 WHERE year < 2007 AND miss_water__2nd_runner_up_ = "catherine untalan"
CREATE TABLE table_name_35 (miss_air__1st_runner_up_ VARCHAR, year VARCHAR, miss_water__2nd_runner_up_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 11502, 834, 2256, 834, 834, 536, 7, 17, 834, 10806, 834, 413, 834, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 3041, 834, 3552, 834, 834, 357, 727, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3041, 834, 2256, 834, 834, 536, 7, 17, 834, 10806, 834, 413, 834, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 215, 3, 2, 4101, 3430, 3041, 834, 3552, 834, 834, 357, 727, 834, 10806, 834, 413, 834, 3274, 96,...
what is the name when the sr no is less than 74 and floors is more than 36?
SELECT name FROM table_name_61 WHERE sr_no < 74 AND floors > 36
CREATE TABLE table_name_61 (name VARCHAR, sr_no VARCHAR, floors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 4350, 584, 4280, 28027, 6, 3, 7, 52, 834, 29, 32, 584, 4280, 28027, 6, 8242, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 564, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 3, 7, 52, 834, 29, 32, 3, 2, 3, 4581, 3430, 8242, 2490, 4475, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
how many times is the building type residential and the locale yashodham?
SELECT COUNT(sr_no) FROM table_name_22 WHERE building_type = "residential" AND locale = "yashodham"
CREATE TABLE table_name_22 (sr_no VARCHAR, building_type VARCHAR, locale VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 7, 52, 834, 29, 32, 584, 4280, 28027, 6, 740, 834, 6137, 584, 4280, 28027, 6, 8522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 648,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 7, 52, 834, 29, 32, 61, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 740, 834, 6137, 3274, 96, 15704, 23, 138, 121, 3430, 8522, 3274, 96, 63, 9, 5630, 26, 1483, 121, 1, -100, -100, -100, ...
what is the least floors when the building type is residential and the sr no is 8?
SELECT MIN(floors) FROM table_name_79 WHERE building_type = "residential" AND sr_no = 8
CREATE TABLE table_name_79 (floors INTEGER, building_type VARCHAR, sr_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 20924, 7, 3, 21342, 17966, 6, 740, 834, 6137, 584, 4280, 28027, 6, 3, 7, 52, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 20924, 7, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 740, 834, 6137, 3274, 96, 15704, 23, 138, 121, 3430, 3, 7, 52, 834, 29, 32, 3274, 505, 1, -100, -100, -100, -100, -100, -100, -100, ...
what is the height when the locale is nepean sea road, floors is more than 30 and sr no is 58?
SELECT height FROM table_name_99 WHERE locale = "nepean sea road" AND floors > 30 AND sr_no = 58
CREATE TABLE table_name_99 (height VARCHAR, sr_no VARCHAR, locale VARCHAR, floors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 88, 2632, 584, 4280, 28027, 6, 3, 7, 52, 834, 29, 32, 584, 4280, 28027, 6, 8522, 584, 4280, 28027, 6, 8242, 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, 3902, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 8522, 3274, 96, 29, 15, 855, 152, 2805, 1373, 121, 3430, 8242, 2490, 604, 3430, 3, 7, 52, 834, 29, 32, 3274, 3, 3449, 1, -100, -100, -100, -100, -100, -100,...
what is the name that had 46 floors?
SELECT name FROM table_name_47 WHERE floors = 46
CREATE TABLE table_name_47 (name VARCHAR, floors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 4350, 584, 4280, 28027, 6, 8242, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 564, 24, 141, 9668, 8242, 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, 564, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 8242, 3274, 9668, 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 player from A-League 39 (110) has the highest games per goal?
SELECT MAX(games_per_goal) FROM table_name_34 WHERE a_league = "39 (110)"
CREATE TABLE table_name_34 (games_per_goal INTEGER, a_league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 7261, 7, 834, 883, 834, 839, 138, 3, 21342, 17966, 6, 3, 9, 834, 29512, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 45, 71, 18, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 7261, 7, 834, 883, 834, 839, 138, 61, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 3, 9, 834, 29512, 3274, 96, 3288, 4077, 16968, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What player had a finals score of 0 (10)?
SELECT name FROM table_name_5 WHERE finals = "0 (10)"
CREATE TABLE table_name_5 (name VARCHAR, finals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 4350, 584, 4280, 28027, 6, 804, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1959, 141, 3, 9, 804, 7, 2604, 13, 3, 632, 41, 16968, 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, 564, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 804, 7, 3274, 96, 632, 41, 16968, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which player has a total of 8 (24)?
SELECT name FROM table_name_8 WHERE total = "8 (24)"
CREATE TABLE table_name_8 (name VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 4350, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 65, 3, 9, 792, 13, 505, 4743, 7256, 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, 564, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 792, 3274, 96, 927, 4743, 7256, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What's the week when the result was W 38-24 and attendance was less than 43,449?
SELECT SUM(week) FROM table_name_33 WHERE result = "w 38-24" AND attendance < 43 OFFSET 449
CREATE TABLE table_name_33 (week INTEGER, result VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 8041, 3, 21342, 17966, 6, 741, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 471, 116, 8, 741, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 8041, 61, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 741, 3274, 96, 210, 6654, 14962, 121, 3430, 11364, 3, 2, 8838, 3, 15316, 20788, 314, 3647, 1, -100, -100, -100, -100, -100, -100, -100, -1...
What round had a time of 0:39?
SELECT MIN(round) FROM table_name_21 WHERE time = "0:39"
CREATE TABLE table_name_21 (round INTEGER, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 7775, 3, 21342, 17966, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1751, 141, 3, 9, 97, 13, 3, 632, 10, 3288, 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, 3, 17684, 599, 7775, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 97, 3274, 96, 632, 10, 3288, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the location of the competition with a Rank-Final of 1st and a Score-Qualifying under 28.975?
SELECT location FROM table_name_95 WHERE rank_final = "1st" AND score_qualifying < 28.975
CREATE TABLE table_name_95 (location VARCHAR, rank_final VARCHAR, score_qualifying VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 14836, 584, 4280, 28027, 6, 11003, 834, 12406, 584, 4280, 28027, 6, 2604, 834, 11433, 8587, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1128, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 11003, 834, 12406, 3274, 96, 536, 7, 17, 121, 3430, 2604, 834, 11433, 8587, 3, 2, 2059, 5, 4327, 755, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What competition had a Rank-Qualifying of 1st and a ball apparatus?
SELECT competition_description FROM table_name_94 WHERE rank_qualifying = "1st" AND apparatus = "ball"
CREATE TABLE table_name_94 (competition_description VARCHAR, rank_qualifying VARCHAR, apparatus VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 287, 4995, 4749, 834, 221, 11830, 584, 4280, 28027, 6, 11003, 834, 11433, 8587, 584, 4280, 28027, 6, 20282, 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, 2259, 834, 221, 11830, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 11003, 834, 11433, 8587, 3274, 96, 536, 7, 17, 121, 3430, 20282, 3274, 96, 3184, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date for the ship Afrika, with nationality Great Britain?
SELECT date FROM table_name_73 WHERE nationality = "great britain" AND ship = "afrika"
CREATE TABLE table_name_73 (date VARCHAR, nationality VARCHAR, ship VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 5522, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 6, 4383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 21, 8, 4383, 306...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 1157, 485, 3274, 96, 20288, 3, 115, 10694, 77, 121, 3430, 4383, 3274, 96, 9, 89, 9629, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest tonnage for a ship from Great Britain named Newton Ash?
SELECT MAX(tonnage) FROM table_name_13 WHERE nationality = "great britain" AND ship = "newton ash"
CREATE TABLE table_name_13 (tonnage INTEGER, nationality VARCHAR, ship VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 17, 106, 9761, 3, 21342, 17966, 6, 1157, 485, 584, 4280, 28027, 6, 4383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 12, 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, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 17, 106, 9761, 61, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 1157, 485, 3274, 96, 20288, 3, 115, 10694, 77, 121, 3430, 4383, 3274, 96, 5534, 17, 106, 3, 3198, 121, 1, -100, -100, -100, -100,...
What was the nationality of the ship named Toward?
SELECT nationality FROM table_name_91 WHERE ship = "toward"
CREATE TABLE table_name_91 (nationality VARCHAR, ship VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 16557, 485, 584, 4280, 28027, 6, 4383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1157, 485, 13, 8, 4383, 2650, 3, 28318, 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, 1157, 485, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 4383, 3274, 96, 235, 2239, 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 nationality of the sunk ship named Rinos?
SELECT nationality FROM table_name_52 WHERE fate = "sunk" AND ship = "rinos"
CREATE TABLE table_name_52 (nationality VARCHAR, fate VARCHAR, ship VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 16557, 485, 584, 4280, 28027, 6, 15126, 584, 4280, 28027, 6, 4383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1157, 485, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1157, 485, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 15126, 3274, 96, 7, 6513, 121, 3430, 4383, 3274, 96, 52, 23, 4844, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Comp of the Shooter with a Score of 489.5?
SELECT comp FROM table_name_3 WHERE score = "489.5"
CREATE TABLE table_name_3 (comp VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 7699, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4961, 13, 8, 20450, 49, 28, 3, 9, 17763, 13, 4678, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2890, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 2604, 3274, 96, 3707, 22321, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Date of Shooter New Targets from 1989's record?
SELECT date FROM table_name_39 WHERE shooter = "new targets from 1989"
CREATE TABLE table_name_39 (date VARCHAR, shooter VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 5522, 584, 4280, 28027, 6, 4279, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 13, 20450, 49, 368, 12615, 7, 45, 9975, 31,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 4279, 49, 3274, 96, 5534, 8874, 45, 9975, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average total value for Spain?
SELECT AVG(total) FROM table_name_58 WHERE nation = "spain"
CREATE TABLE table_name_58 (total INTEGER, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 235, 1947, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 792, 701, 21, 6436, 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, 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, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 2982, 3274, 96, 14147, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the sum of silvers for countries in rank 8 with totals over 3?
SELECT SUM(silver) FROM table_name_25 WHERE rank = "8" AND total > 3
CREATE TABLE table_name_25 (silver INTEGER, rank VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 7, 173, 624, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 4294, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 11003, 3274, 96, 927, 121, 3430, 792, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average total for countries with under 3 golds and 0 silvers?
SELECT AVG(total) FROM table_name_83 WHERE gold < 3 AND silver < 0
CREATE TABLE table_name_83 (total INTEGER, gold VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 235, 1947, 3, 21342, 17966, 6, 2045, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 792, 21, 1440, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 2045, 3, 2, 220, 3430, 4294, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Studio of the Film directed by Paul Greengrass?
SELECT studio_s_ FROM table_name_45 WHERE director = "paul greengrass"
CREATE TABLE table_name_45 (studio_s_ VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 22991, 834, 7, 834, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5929, 13, 8, 3417, 6640, 57, 1838, 1862...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3100, 834, 7, 834, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 2090, 3274, 96, 102, 9, 83, 1442, 16446, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the Director of Kung Fu Panda 2?
SELECT director FROM table_name_15 WHERE title = "kung fu panda 2"
CREATE TABLE table_name_15 (director VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 25982, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 2578, 13, 480, 425, 6343, 28248, 204, 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, 2090, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 2233, 3274, 96, 157, 425, 7683, 2131, 26, 9, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Year is Walt Disney Pictures Imagemovers Digital?
SELECT SUM(year) FROM table_name_59 WHERE studio_s_ = "walt disney pictures imagemovers digital"
CREATE TABLE table_name_59 (year INTEGER, studio_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 1201, 3, 21342, 17966, 6, 3100, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2929, 19, 14591, 6118, 16571, 6298, 24844, 419...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 3100, 834, 7, 834, 3274, 96, 5380, 17, 1028, 3186, 1933, 1023, 24844, 1125, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Year of Rio?
SELECT year FROM table_name_14 WHERE title = "rio"
CREATE TABLE table_name_14 (year VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 1201, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2929, 13, 10983, 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, 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, 215, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 2233, 3274, 96, 52, 23, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Total of Player Craig Stadler?
SELECT AVG(total) FROM table_name_56 WHERE player = "craig stadler"
CREATE TABLE table_name_56 (total INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 235, 1947, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 9273, 13, 12387, 12870, 472, 9, 12807, 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, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 1959, 3274, 96, 2935, 23, 122, 3342, 12807, 121, 1, -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?
SELECT MAX(total) FROM table_name_72 WHERE year_s__won = "1998"
CREATE TABLE table_name_72 (total INTEGER, year_s__won VARCHAR)
[ 32100, 32106, 32105, 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, 32105, 32106, 32107, 32106, 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 is the Total of the Player who won in 1979 with a To par of less than 11?
SELECT MAX(total) FROM table_name_28 WHERE year_s__won = "1979" AND to_par < 11
CREATE TABLE table_name_28 (total INTEGER, year_s__won VARCHAR, to_par VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 235, 1947, 3, 21342, 17966, 6, 215, 834, 7, 834, 834, 210, 106, 584, 4280, 28027, 6, 12, 834, 1893, 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, 4800, 4, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 215, 834, 7, 834, 834, 210, 106, 3274, 96, 2294, 4440, 121, 3430, 12, 834, 1893, 3, 2, 850, 1, -100, -100, -100, -100, -100, -100, ...
What lane did Bronte Barratt, who had a rank larger than 4, swim in?
SELECT AVG(lane) FROM table_name_79 WHERE name = "bronte barratt" AND rank > 4
CREATE TABLE table_name_79 (lane INTEGER, name VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 8102, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3, 8102, 410, 272, 4438, 15, 13384, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 8102, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 564, 3274, 96, 13711, 17, 15, 1207, 1795, 17, 121, 3430, 11003, 2490, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In which lane did the swimmer with a time of 1:58.44 swim?
SELECT COUNT(lane) FROM table_name_67 WHERE time = "1:58.44"
CREATE TABLE table_name_67 (lane VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 8102, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 84, 3, 8102, 410, 8, 27424, 28, 3, 9, 97, 13, 209, 10, 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, 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, 3708, 549, 17444, 427, 97, 3274, 96, 536, 10, 3449, 5, 3628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In which lane did the swimmer with a time of 1:57.01 and a rank smaller than 6 swim?
SELECT SUM(lane) FROM table_name_17 WHERE rank < 6 AND time = "1:57.01"
CREATE TABLE table_name_17 (lane INTEGER, rank VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 8102, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 84, 3, 8102, 410, 8, 27424, 28, 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, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 8102, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 11003, 3, 2, 431, 3430, 97, 3274, 96, 536, 10, 3436, 5, 4542, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the result of round 4?
SELECT result FROM table_name_39 WHERE round = 4
CREATE TABLE table_name_39 (result VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 13, 1751, 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, 741, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 1751, 3274, 314, 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 venue was round 20 held at?
SELECT venue FROM table_name_11 WHERE round = 20
CREATE TABLE table_name_11 (venue VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 15098, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5669, 47, 1751, 460, 1213, 44, 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, 5669, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 1751, 3274, 460, 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 report for round 9?
SELECT report FROM table_name_9 WHERE round = 9
CREATE TABLE table_name_9 (report VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 60, 1493, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 934, 21, 1751, 668, 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, 934, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 1751, 3274, 668, 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 highest rank of an athlete from Switzerland in a heat larger than 3?
SELECT MAX(rank) FROM table_name_54 WHERE heat > 3 AND nationality = "switzerland"
CREATE TABLE table_name_54 (rank INTEGER, heat VARCHAR, nationality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 6254, 3, 21342, 17966, 6, 1678, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 11003, 13, 46, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 1678, 2490, 220, 3430, 1157, 485, 3274, 96, 7, 15686, 15, 7721, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What were the goals for the player whose years at club were 1908–1911, 1913–1919?
SELECT goals FROM table_name_90 WHERE years_at_club = "1908–1911, 1913–1919"
CREATE TABLE table_name_90 (goals VARCHAR, years_at_club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 839, 5405, 584, 4280, 28027, 6, 203, 834, 144, 834, 13442, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 130, 8, 1766, 21, 8, 1959, 3, 2544...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1766, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 203, 834, 144, 834, 13442, 3274, 96, 2294, 4018, 104, 2294, 2596, 6, 957, 2368, 104, 2294, 2294, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the most goals listed when Jack Trehey was the player, with the listed debut year of 1902, games less than 1?
SELECT MAX(goals) FROM table_name_29 WHERE debut_year = 1902 AND player = "jack trehey" AND games < 1
CREATE TABLE table_name_29 (goals INTEGER, games VARCHAR, debut_year VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 839, 5405, 3, 21342, 17966, 6, 1031, 584, 4280, 28027, 6, 5695, 834, 1201, 584, 4280, 28027, 6, 1959, 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, 4800, 4, 599, 839, 5405, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 5695, 834, 1201, 3274, 957, 4305, 3430, 1959, 3274, 96, 9325, 3, 929, 13133, 121, 3430, 1031, 3, 2, 209, 1, -100, -100, -100, -100, -...
For player Wally Johnson, with goals larger than 0, the debut year later than 1904, and games greater than 136, what were the years at club?
SELECT years_at_club FROM table_name_5 WHERE goals > 0 AND debut_year > 1904 AND games > 136 AND player = "wally johnson"
CREATE TABLE table_name_5 (years_at_club VARCHAR, player VARCHAR, games VARCHAR, goals VARCHAR, debut_year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 1201, 7, 834, 144, 834, 13442, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 1031, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 6, 5695, 834, 1201, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 203, 834, 144, 834, 13442, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 1766, 2490, 3, 632, 3430, 5695, 834, 1201, 2490, 957, 6348, 3430, 1031, 2490, 3, 23459, 3430, 1959, 3274, 96, 210, 1427, 3, 27341, 739, 12...
What is the highest debut year for player Joe Youlden, with goals larger than 0?
SELECT MAX(debut_year) FROM table_name_56 WHERE player = "joe youlden" AND goals > 0
CREATE TABLE table_name_56 (debut_year INTEGER, player VARCHAR, goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 221, 2780, 834, 1201, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 5695, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 221, 2780, 834, 1201, 61, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 1959, 3274, 96, 1927, 15, 25, 40, 537, 121, 3430, 1766, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the lowest goals listed for player Sid O'neill, with Games larger than 1?
SELECT MIN(goals) FROM table_name_91 WHERE player = "sid o'neill" AND games > 1
CREATE TABLE table_name_91 (goals INTEGER, player VARCHAR, games VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 839, 5405, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 1031, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 1766, 2616, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 839, 5405, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 1959, 3274, 96, 7, 23, 26, 3, 32, 31, 29, 15, 1092, 121, 3430, 1031, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the date the score was 379?
SELECT date FROM table_name_5 WHERE score = "379"
CREATE TABLE table_name_5 (date VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 833, 8, 2604, 47, 220, 4440, 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, 833, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 2604, 3274, 96, 519, 4440, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What's the comp when the score was 393?
SELECT comp FROM table_name_81 WHERE score = "393"
CREATE TABLE table_name_81 (comp VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 7699, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 2890, 116, 8, 2604, 47, 220, 4271, 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, 2890, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 2604, 3274, 96, 3288, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which College/junior/club team has a Round of 4?
SELECT college_junior_club_team FROM table_name_11 WHERE round = 4
CREATE TABLE table_name_11 (college_junior_club_team VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 3297, 7883, 834, 6959, 23, 127, 834, 13442, 834, 11650, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1888, 87, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1900, 834, 6959, 23, 127, 834, 13442, 834, 11650, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 1751, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Population 1961 of West Sussex with a Population of 120,952 or less?
SELECT SUM(population_1961) FROM table_name_22 WHERE administrative_county = "west sussex" AND population_1891 < 120 OFFSET 952
CREATE TABLE table_name_22 (population_1961 INTEGER, administrative_county VARCHAR, population_1891 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 9791, 7830, 834, 2294, 4241, 3, 21342, 17966, 6, 6601, 834, 13362, 63, 584, 4280, 28027, 6, 2074, 834, 2606, 4729, 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, 180, 6122, 599, 9791, 7830, 834, 26937, 6982, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 6601, 834, 13362, 63, 3274, 96, 12425, 4324, 7, 994, 121, 3430, 2074, 834, 2606, 4729, 3, 2, 5864, 3, 15316, 20788, 66...
What is the Population n1891 of the County with Sleaford Headquarters?
SELECT MAX(population_1891) FROM table_name_44 WHERE headquarters = "sleaford"
CREATE TABLE table_name_44 (population_1891 INTEGER, headquarters VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 9791, 7830, 834, 2606, 4729, 3, 21342, 17966, 6, 13767, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 29659, 3, 29, 2606, 4729, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 9791, 7830, 834, 25312, 6982, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 13767, 3274, 96, 7, 109, 9, 2590, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the mascot in Anderson for the Independent previous conference?
SELECT mascot FROM table_name_74 WHERE previous_conference = "independent" AND location = "anderson"
CREATE TABLE table_name_74 (mascot VARCHAR, previous_conference VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 2754, 4310, 584, 4280, 28027, 6, 1767, 834, 28496, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 3, 27...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2754, 4310, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 1767, 834, 28496, 3274, 96, 77, 17631, 121, 3430, 1128, 3274, 96, 232, 13515, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What's the location for the Spartans?
SELECT location FROM table_name_99 WHERE mascot = "spartans"
CREATE TABLE table_name_99 (location VARCHAR, mascot VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 14836, 584, 4280, 28027, 6, 3, 2754, 4310, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 1128, 21, 8, 13063, 17, 3247, 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, 1128, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 3, 2754, 4310, 3274, 96, 7, 2274, 3247, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What's the mascot in Huntington after the year 2000?
SELECT mascot FROM table_name_40 WHERE year_left > 2000 AND location = "huntington"
CREATE TABLE table_name_40 (mascot VARCHAR, year_left VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 2754, 4310, 584, 4280, 28027, 6, 215, 834, 17068, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 3, 275...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2754, 4310, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 215, 834, 17068, 2490, 2766, 3430, 1128, 3274, 96, 24963, 6029, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many Spectators have a Date of 17 june 2006, and a Time (CET) larger than 15?
SELECT SUM(spectators) FROM table_name_47 WHERE date = "17 june 2006" AND time__cet_ > 15
CREATE TABLE table_name_47 (spectators INTEGER, date VARCHAR, time__cet_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 5628, 6230, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 6, 97, 834, 834, 9113, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3, 77...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5628, 6230, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 833, 3274, 96, 2517, 3, 6959, 15, 3581, 121, 3430, 97, 834, 834, 9113, 834, 2490, 627, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of cuts made when the top-25 is more than 0, and top-5 is more than 1?
SELECT COUNT(cuts_made) FROM table_name_68 WHERE top_25 > 0 AND top_5 > 1
CREATE TABLE table_name_68 (cuts_made VARCHAR, top_25 VARCHAR, top_5 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 3044, 7, 834, 4725, 584, 4280, 28027, 6, 420, 834, 1828, 584, 4280, 28027, 6, 420, 834, 755, 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, 2847, 17161, 599, 3044, 7, 834, 4725, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 420, 834, 1828, 2490, 3, 632, 3430, 420, 834, 755, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total number of cuts made when the events are more than 3?
SELECT COUNT(cuts_made) FROM table_name_47 WHERE events > 3
CREATE TABLE table_name_47 (cuts_made VARCHAR, events INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 3044, 7, 834, 4725, 584, 4280, 28027, 6, 984, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 8620, 263, 116, 8, 984, 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, 2847, 17161, 599, 3044, 7, 834, 4725, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 984, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What episodes had the title ロト6で3億2千万円当てた男 in Japanese?
SELECT episodes FROM table_name_13 WHERE japanese_title = "ロト6で3億2千万円当てた男"
CREATE TABLE table_name_13 (episodes VARCHAR, japanese_title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 15, 102, 159, 32, 1395, 584, 4280, 28027, 6, 2662, 2837, 15, 7, 15, 834, 21869, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 13562, 141, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 13562, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 2662, 2837, 15, 7, 15, 834, 21869, 3274, 96, 2, 948, 2, 519, 2, 357, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What Japanese title had average ratings at 9.1%?
SELECT japanese_title FROM table_name_67 WHERE average_ratings = "9.1%"
CREATE TABLE table_name_67 (japanese_title VARCHAR, average_ratings VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 1191, 2837, 15, 7, 15, 834, 21869, 584, 4280, 28027, 6, 1348, 834, 52, 1014, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 4318, 2233, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2662, 2837, 15, 7, 15, 834, 21869, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 1348, 834, 52, 1014, 7, 3274, 96, 8797, 4704, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which TV station had a Romaji Title Maou?
SELECT tv_station FROM table_name_64 WHERE romaji_title = "maou"
CREATE TABLE table_name_64 (tv_station VARCHAR, romaji_title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 17, 208, 834, 6682, 584, 4280, 28027, 6, 3, 3522, 17815, 834, 21869, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1424, 2478, 141, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17, 208, 834, 6682, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 3, 3522, 17815, 834, 21869, 3274, 96, 51, 9, 1063, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What Japanese title had average ratings of 9.2% on the NHK station?
SELECT japanese_title FROM table_name_78 WHERE average_ratings = "9.2%" AND tv_station = "nhk"
CREATE TABLE table_name_78 (japanese_title VARCHAR, average_ratings VARCHAR, tv_station VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 1191, 2837, 15, 7, 15, 834, 21869, 584, 4280, 28027, 6, 1348, 834, 52, 1014, 7, 584, 4280, 28027, 6, 3, 17, 208, 834, 6682, 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, 2662, 2837, 15, 7, 15, 834, 21869, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 1348, 834, 52, 1014, 7, 3274, 96, 8797, 5406, 121, 3430, 3, 17, 208, 834, 6682, 3274, 96, 29, 107, 157, 121, 1, -100, -100, -...
What Japanese show on NHK had average ratings of 9.2%?
SELECT japanese_title FROM table_name_26 WHERE tv_station = "nhk" AND average_ratings = "9.2%"
CREATE TABLE table_name_26 (japanese_title VARCHAR, tv_station VARCHAR, average_ratings VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 1191, 2837, 15, 7, 15, 834, 21869, 584, 4280, 28027, 6, 3, 17, 208, 834, 6682, 584, 4280, 28027, 6, 1348, 834, 52, 1014, 7, 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, 0, 0...
[ 3, 23143, 14196, 2662, 2837, 15, 7, 15, 834, 21869, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 3, 17, 208, 834, 6682, 3274, 96, 29, 107, 157, 121, 3430, 1348, 834, 52, 1014, 7, 3274, 96, 8797, 5406, 121, 1, -100, -100, -...
What is the 1st leg when team 2 is Asil Lysi?
SELECT 1 AS st_leg FROM table_name_91 WHERE team_2 = "asil lysi"
CREATE TABLE table_name_91 (team_2 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 11650, 834, 357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 209, 7, 17, 4553, 116, 372, 204, 19, 282, 173, 5225, 7, 23, 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, 0...
[ 3, 23143, 14196, 209, 6157, 3, 7, 17, 834, 5772, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 372, 834, 357, 3274, 96, 9, 7, 173, 3, 120, 7, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the 2nd leg when Ermis Aradippou is the first team?
SELECT 2 AS nd_leg FROM table_name_50 WHERE team_1 = "ermis aradippou"
CREATE TABLE table_name_50 (team_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 11650, 834, 536, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 204, 727, 4553, 116, 848, 51, 159, 21702, 23640, 76, 19, 8, 166, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 204, 6157, 3, 727, 834, 5772, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 372, 834, 536, 3274, 96, 49, 51, 159, 3, 9, 5883, 1572, 1063, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the average number of gold medals won among the nations that won more than 1 bronze?
SELECT AVG(gold) FROM table_name_40 WHERE bronze > 1
CREATE TABLE table_name_40 (gold INTEGER, bronze INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 14910, 3, 21342, 17966, 6, 13467, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 2045, 9365, 7, 751, 859, 8, 9352, 24, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14910, 61, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 13467, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average number of bronze medals won among nations that won at least 1 medal and are not ranked 1st?
SELECT AVG(bronze) FROM table_name_65 WHERE total > 1 AND rank > 1
CREATE TABLE table_name_65 (bronze INTEGER, total VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 13711, 776, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 13467, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 792, 2490, 209, 3430, 11003, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the least number of gold medals won among nations ranked 1 with no silver medals?
SELECT MIN(gold) FROM table_name_8 WHERE rank = 1 AND silver < 1
CREATE TABLE table_name_8 (gold INTEGER, rank VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 14910, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 709, 381, 13, 2045, 9365, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 14910, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 11003, 3274, 209, 3430, 4294, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which athlete represented the country of egypt?
SELECT athlete FROM table_name_35 WHERE country = "egypt"
CREATE TABLE table_name_35 (athlete VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 26170, 15, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 17893, 7283, 8, 684, 13, 3, 15, 122, 63, 102, 17, 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, 17893, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 684, 3274, 96, 15, 122, 63, 102, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What rank did rower have with the time of 6:52.74?
SELECT SUM(rank) FROM table_name_70 WHERE time = "6:52.74"
CREATE TABLE table_name_70 (rank INTEGER, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 6254, 3, 21342, 17966, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 11003, 410, 7358, 49, 43, 28, 8, 97, 13, 431, 10, 5373, 5, 45...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 6254, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 97, 3274, 96, 948, 10, 5373, 5, 4581, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What were the notes for the player who finished with a rank smaller than 2?
SELECT notes FROM table_name_48 WHERE rank < 2
CREATE TABLE table_name_48 (notes VARCHAR, rank INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 7977, 7, 584, 4280, 28027, 6, 11003, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 130, 8, 3358, 21, 8, 1959, 113, 2369, 28, 3, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3358, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 11003, 3, 2, 204, 1, -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 highest week that has carolina panthers as the opponent?
SELECT MAX(week) FROM table_name_51 WHERE opponent = "carolina panthers"
CREATE TABLE table_name_51 (week INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 471, 24, 65, 443, 12057, 9, 2131, 189, 277, 38,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8041, 61, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 15264, 3274, 96, 1720, 12057, 9, 2131, 189, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which opponent has September 14, 2003 as the date?
SELECT opponent FROM table_name_14 WHERE date = "september 14, 2003"
CREATE TABLE table_name_14 (opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 15264, 65, 1600, 11363, 3888, 38, 8, 833, 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, 2534, 549, 17444, 427, 833, 3274, 96, 7, 6707, 18247, 11363, 3888, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest week that has September 14, 2003 as the date?
SELECT MAX(week) FROM table_name_81 WHERE date = "september 14, 2003"
CREATE TABLE table_name_81 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 471, 24, 65, 1600, 11363, 3888, 38, 8, 833, 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, 4800, 4, 599, 8041, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 833, 3274, 96, 7, 6707, 18247, 11363, 3888, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest week that has November 30, 2003 as the date?
SELECT MIN(week) FROM table_name_19 WHERE date = "november 30, 2003"
CREATE TABLE table_name_19 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 471, 24, 65, 1671, 11558, 3888, 38, 8, 833, 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, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 833, 3274, 96, 5326, 18247, 11558, 3888, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which League Goals have FA Cup Apps of 2, and Total Goals smaller than 0?
SELECT AVG(league_goals) FROM table_name_80 WHERE fa_cup_apps = "2" AND total_goals < 0
CREATE TABLE table_name_80 (league_goals INTEGER, fa_cup_apps VARCHAR, total_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 29512, 834, 839, 5405, 3, 21342, 17966, 6, 3, 89, 9, 834, 4658, 834, 3096, 7, 584, 4280, 28027, 6, 792, 834, 839, 5405, 584, 4280, 28027, 61, 3, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29512, 834, 839, 5405, 61, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 3, 89, 9, 834, 4658, 834, 3096, 7, 3274, 96, 357, 121, 3430, 792, 834, 839, 5405, 3, 2, 3, 632, 1, -100, -100, -100, ...
How many League Cup Goals have Total Apps of 36, and Total Goals smaller than 1?
SELECT COUNT(league_cup_goals) FROM table_name_76 WHERE total_apps = "36" AND total_goals < 1
CREATE TABLE table_name_76 (league_cup_goals VARCHAR, total_apps VARCHAR, total_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 29512, 834, 4658, 834, 839, 5405, 584, 4280, 28027, 6, 792, 834, 3096, 7, 584, 4280, 28027, 6, 792, 834, 839, 5405, 584, 4280, 28027, 61, 3, 32105, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29512, 834, 4658, 834, 839, 5405, 61, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 792, 834, 3096, 7, 3274, 96, 3420, 121, 3430, 792, 834, 839, 5405, 3, 2, 209, 1, -100, -100, -100, -100, -...
Which position has 5 total apps?
SELECT position FROM table_name_39 WHERE total_apps = "5"
CREATE TABLE table_name_39 (position VARCHAR, total_apps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 4718, 584, 4280, 28027, 6, 792, 834, 3096, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1102, 65, 305, 792, 4050, 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, 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, 3288, 549, 17444, 427, 792, 834, 3096, 7, 3274, 96, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the population density (per km) that has -6.7 as the change (%)?
SELECT population_density__per_km²_ FROM table_name_8 WHERE change___percentage_ = "-6.7"
CREATE TABLE table_name_8 (population_density__per_km²_ VARCHAR, change___percentage_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 9791, 7830, 834, 537, 7, 485, 834, 834, 883, 834, 5848, 357, 834, 584, 4280, 28027, 6, 483, 834, 834, 834, 883, 3728, 545, 834, 584, 4280, 28027, 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, 2074, 834, 537, 7, 485, 834, 834, 883, 834, 5848, 357, 834, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 483, 834, 834, 834, 883, 3728, 545, 834, 3274, 96, 18, 29045, 121, 1, -100, -100, -100, -100, -100, -10...
What population density (per km) that has 84 as the population (2006)?
SELECT population_density__per_km²_ FROM table_name_56 WHERE population__2006_ = "84"
CREATE TABLE table_name_56 (population_density__per_km²_ VARCHAR, population__2006_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 9791, 7830, 834, 537, 7, 485, 834, 834, 883, 834, 5848, 357, 834, 584, 4280, 28027, 6, 2074, 834, 834, 21196, 834, 584, 4280, 28027, 61, 3, 32105, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2074, 834, 537, 7, 485, 834, 834, 883, 834, 5848, 357, 834, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 2074, 834, 834, 21196, 834, 3274, 96, 4608, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the socket of sSpec number of sr0pk(e1)?
SELECT socket FROM table_name_31 WHERE sspec_number = "sr0pk(e1)"
CREATE TABLE table_name_31 (socket VARCHAR, sspec_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 7, 3961, 15, 17, 584, 4280, 28027, 6, 3, 7, 7576, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 16197, 13, 3, 7, 772...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16197, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 3, 7, 7576, 834, 5525, 1152, 3274, 96, 7, 52, 632, 102, 157, 599, 15, 6982, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Release date has a sSpec number of sr0pk(e1)?
SELECT release_date FROM table_name_55 WHERE sspec_number = "sr0pk(e1)"
CREATE TABLE table_name_55 (release_date VARCHAR, sspec_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 3, 7, 7576, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 13048, 833, 65, 3, 9, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1576, 834, 5522, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 3, 7, 7576, 834, 5525, 1152, 3274, 96, 7, 52, 632, 102, 157, 599, 15, 6982, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...