NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is the smallest Weight, when Spike is less than 330, when Block is 315, and when Height is greater than 187?
SELECT MIN(weight) FROM table_name_78 WHERE spike < 330 AND block = 315 AND height > 187
CREATE TABLE table_name_78 (weight INTEGER, height VARCHAR, spike VARCHAR, block VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 9378, 3, 21342, 17966, 6, 3902, 584, 4280, 28027, 6, 22440, 584, 4280, 28027, 6, 2463, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 9378, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 22440, 3, 2, 3, 17225, 3430, 2463, 3274, 220, 1808, 3430, 3902, 2490, 3, 25828, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the average Spike, when Name is Gustavo Porporatto, and when Block is greater than 323?
SELECT AVG(spike) FROM table_name_67 WHERE name = "gustavo porporatto" AND block > 323
CREATE TABLE table_name_67 (spike INTEGER, name VARCHAR, block VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 7675, 1050, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 2463, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 2526, 5208, 6, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 71, 17217, 599, 7675, 1050, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 564, 3274, 96, 17198, 9, 1621, 5569, 102, 127, 144, 235, 121, 3430, 2463, 2490, 220, 2773, 1, -100, -100, -100, -100, -100, -100, -1...
What is the Match with Points that are 24?
SELECT match FROM table_name_11 WHERE points = 24
CREATE TABLE table_name_11 (match VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 19515, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12296, 28, 4564, 7, 24, 33, 997, 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, 1588, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 979, 3274, 997, 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 Team 2 with a Team 1 that is milli piyango sk?
SELECT team_2 FROM table_name_34 WHERE team_1 = "milli piyango sk"
CREATE TABLE table_name_34 (team_2 VARCHAR, team_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 11650, 834, 357, 584, 4280, 28027, 6, 372, 834, 536, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2271, 204, 28, 3, 9, 2271, 209, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 372, 834, 357, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 372, 834, 536, 3274, 96, 12415, 23, 2816, 63, 17934, 3, 7, 157, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Team 1 with a Team 2 with brest hc meshkov?
SELECT team_1 FROM table_name_69 WHERE team_2 = "brest hc meshkov"
CREATE TABLE table_name_69 (team_1 VARCHAR, team_2 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 11650, 834, 536, 584, 4280, 28027, 6, 372, 834, 357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2271, 209, 28, 3, 9, 2271, 204, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 372, 834, 536, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 372, 834, 357, 3274, 96, 115, 6216, 3, 107, 75, 13476, 9789, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the position number when there were 29 points, and less than 2 is lost?
SELECT COUNT(position) FROM table_name_86 WHERE points = 29 AND lost < 2
CREATE TABLE table_name_86 (position VARCHAR, points VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 4718, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1102, 381, 116, 132, 130, 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, 2847, 17161, 599, 4718, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 979, 3274, 2838, 3430, 1513, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the lowest Points with an against of 20 and less than 1 lost?
SELECT MIN(points) FROM table_name_92 WHERE against = 20 AND lost < 1
CREATE TABLE table_name_92 (points INTEGER, against VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 2700, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 4564, 7, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 581, 3274, 460, 3430, 1513, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the sum of Points when the against is less than 24 and played is less than 20?
SELECT SUM(points) FROM table_name_66 WHERE against < 24 AND played < 20
CREATE TABLE table_name_66 (points INTEGER, against VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 2700, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 4564, 7, 116, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 581, 3, 2, 997, 3430, 1944, 3, 2, 460, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What region is dated April 30, 2004, and cataloged Nebdj058?
SELECT region FROM table_name_37 WHERE date = "april 30, 2004" AND catalog = "nebdj058"
CREATE TABLE table_name_37 (region VARCHAR, date VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 18145, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1719, 19, 3, 14134, 1186, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1719, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 833, 3274, 96, 9, 2246, 40, 11558, 4406, 121, 3430, 10173, 3274, 96, 29, 15, 115, 26, 354, 632, 3449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What s the format for the catalog nebcd058?
SELECT format FROM table_name_3 WHERE catalog = "nebcd058"
CREATE TABLE table_name_3 (format VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 8995, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3, 7, 8, 1910, 21, 8, 10173, 3, 29, 15, 115, 75, 26, 632, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1910, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 10173, 3274, 96, 29, 15, 115, 75, 26, 632, 3449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What region has the catalog sir021-6?
SELECT region FROM table_name_93 WHERE catalog = "sir021-6"
CREATE TABLE table_name_93 (region VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 18145, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1719, 65, 8, 10173, 108, 52, 4305, 27019, 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, 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, 1719, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 10173, 3274, 96, 7, 23, 52, 4305, 27019, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What label has the catalog nebt058?
SELECT label FROM table_name_10 WHERE catalog = "nebt058"
CREATE TABLE table_name_10 (label VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 40, 10333, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3783, 65, 8, 10173, 3, 29, 15, 115, 17, 632, 3449, 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, 3783, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 10173, 3274, 96, 29, 15, 115, 17, 632, 3449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the game number when the score was l 90–104 (ot)?
SELECT COUNT(game) FROM table_name_59 WHERE score = "l 90–104 (ot)"
CREATE TABLE table_name_59 (game VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 7261, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 467, 381, 116, 8, 2604, 47, 3, 40, 2777, 104, 15442, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7261, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 2604, 3274, 96, 40, 2777, 104, 15442, 41, 32, 17, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Score of the game with a Record of 12–12?
SELECT score FROM table_name_93 WHERE record = "12–12"
CREATE TABLE table_name_93 (score VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 7, 9022, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17763, 13, 8, 467, 28, 3, 9, 11392, 13, 586, 104...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 1368, 3274, 96, 2122, 104, 2122, 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 Score for the Game less than 21, and of antonio davis (12)had the High rebounds?
SELECT score FROM table_name_87 WHERE game < 21 AND high_rebounds = "antonio davis (12)"
CREATE TABLE table_name_87 (score VARCHAR, game VARCHAR, high_rebounds VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 6, 306, 834, 23768, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17763, 21, 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, 2604, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 467, 3, 2, 1401, 3430, 306, 834, 23768, 3274, 96, 9, 6992, 23, 32, 836, 3466, 16465, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Record when antonio davis (14) had the high rebounds?
SELECT record FROM table_name_37 WHERE high_rebounds = "antonio davis (14)"
CREATE TABLE table_name_37 (record VARCHAR, high_rebounds VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 60, 7621, 584, 4280, 28027, 6, 306, 834, 23768, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11392, 116, 3, 9, 6992, 23, 32, 836, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1368, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 306, 834, 23768, 3274, 96, 9, 6992, 23, 32, 836, 3466, 4077, 7256, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the team when vince carter (19) had the high points?
SELECT team FROM table_name_52 WHERE high_points = "vince carter (19)"
CREATE TABLE table_name_52 (team VARCHAR, high_points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 11650, 584, 4280, 28027, 6, 306, 834, 2700, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 372, 116, 4671, 565, 3329, 52, 2863, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 306, 834, 2700, 7, 3274, 96, 2494, 565, 3329, 52, 2863, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the number for gold where there were total 1, and bronze 1?
SELECT COUNT(gold) FROM table_name_86 WHERE total = 1 AND bronze = 1
CREATE TABLE table_name_86 (gold VARCHAR, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 14910, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 21, 2045, 213, 132, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14910, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 792, 3274, 209, 3430, 13467, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which player had a total of 152?
SELECT player FROM table_name_60 WHERE total = "152"
CREATE TABLE table_name_60 (player VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 20846, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 141, 3, 9, 792, 13, 3, 26320, 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, 1959, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 792, 3274, 96, 26320, 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 player won the Masters in 1976?
SELECT player FROM table_name_66 WHERE year_s__won = "1976"
CREATE TABLE table_name_66 (player VARCHAR, year_s__won VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 20846, 584, 4280, 28027, 6, 215, 834, 7, 834, 834, 210, 106, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 751, 8, 14119, 16, 16164, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 215, 834, 7, 834, 834, 210, 106, 3274, 96, 2294, 3959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the total of the player from Spain?
SELECT total FROM table_name_24 WHERE country = "spain"
CREATE TABLE table_name_24 (total VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 235, 1947, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 792, 13, 8, 1959, 45, 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, 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, 792, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 684, 3274, 96, 14147, 77, 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 won in 1987 and ended with a score of +9?
SELECT total FROM table_name_75 WHERE to_par = "+9" AND year_s__won = "1987"
CREATE TABLE table_name_75 (total VARCHAR, to_par VARCHAR, year_s__won VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 235, 1947, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 215, 834, 7, 834, 834, 210, 106, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 792, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 12, 834, 1893, 3274, 96, 1220, 1298, 121, 3430, 215, 834, 7, 834, 834, 210, 106, 3274, 96, 2294, 4225, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the name of the award given to Team number 23?
SELECT award_name FROM table_name_77 WHERE team_number = 23
CREATE TABLE table_name_77 (award_name VARCHAR, team_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 9, 2239, 834, 4350, 584, 4280, 28027, 6, 372, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 564, 13, 8, 2760, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2760, 834, 4350, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 372, 834, 5525, 1152, 3274, 1902, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Volume:Issue, when Weeks on Top is less than 5, and when Issue Date(s) are 10 July - 24 July?
SELECT volume AS :issue FROM table_name_75 WHERE weeks_on_top < 5 AND issue_date_s_ = "10 july - 24 july"
CREATE TABLE table_name_75 (volume VARCHAR, weeks_on_top VARCHAR, issue_date_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 23439, 584, 4280, 28027, 6, 1274, 834, 106, 834, 2916, 584, 4280, 28027, 6, 962, 834, 5522, 834, 7, 834, 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, 2908, 6157, 3, 10, 13159, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 1274, 834, 106, 834, 2916, 3, 2, 305, 3430, 962, 834, 5522, 834, 7, 834, 3274, 96, 1714, 3, 2047, 120, 3, 18, 997, 3, 2047, 120, 121, ...
Which text has traditional characters of 心如猨猴?
SELECT text FROM table_name_47 WHERE traditional_characters = "心如猨猴"
CREATE TABLE table_name_47 (text VARCHAR, traditional_characters VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 6327, 584, 4280, 28027, 6, 1435, 834, 31886, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1499, 65, 1435, 2850, 13, 3, 2, 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, 1499, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 1435, 834, 31886, 7, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which text has simplified characters of 心猿 … 意马?
SELECT text FROM table_name_42 WHERE simplified_characters = "心猿 … 意马"
CREATE TABLE table_name_42 (text VARCHAR, simplified_characters VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 6327, 584, 4280, 28027, 6, 24687, 834, 31886, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1499, 65, 24687, 2850, 13, 3, 2, 3, 233, 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, 1499, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 24687, 834, 31886, 7, 3274, 96, 2, 3, 233, 3, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which text has Wade-Giles translation of ai-ma … hsin-yüan?
SELECT text FROM table_name_85 WHERE wade_giles = "ai-ma … hsin-yüan"
CREATE TABLE table_name_85 (text VARCHAR, wade_giles VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 6327, 584, 4280, 28027, 6, 8036, 221, 834, 122, 699, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1499, 65, 26765, 18, 517, 699, 7, 73...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1499, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 8036, 221, 834, 122, 699, 7, 3274, 96, 9, 23, 18, 51, 9, 3, 233, 3, 107, 7, 77, 18, 63, 1272, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Pinyin translation of the Wade-Giles of hsin-yüan-i-ma?
SELECT pinyin FROM table_name_4 WHERE wade_giles = "hsin-yüan-i-ma"
CREATE TABLE table_name_4 (pinyin VARCHAR, wade_giles VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 3180, 63, 77, 584, 4280, 28027, 6, 8036, 221, 834, 122, 699, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8050, 63, 77, 7314, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4522, 63, 77, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 8036, 221, 834, 122, 699, 7, 3274, 96, 107, 7, 77, 18, 63, 1272, 152, 18, 23, 18, 51, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Wade-Giles translation of the Pinyin xīn rú yuánhóu?
SELECT wade_giles FROM table_name_44 WHERE pinyin = "xīn rú yuánhóu"
CREATE TABLE table_name_44 (wade_giles VARCHAR, pinyin VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 210, 9, 221, 834, 122, 699, 7, 584, 4280, 28027, 6, 4522, 63, 77, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 26765, 18, 517, 69...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8036, 221, 834, 122, 699, 7, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 4522, 63, 77, 3274, 96, 226, 2, 29, 3, 52, 2, 3, 63, 76, 12916, 107, 4922, 76, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
Which text has a date of c. 1180?
SELECT text FROM table_name_13 WHERE date__ce_ = "c. 1180"
CREATE TABLE table_name_13 (text VARCHAR, date__ce_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 6327, 584, 4280, 28027, 6, 833, 834, 834, 565, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1499, 65, 3, 9, 833, 13, 3, 75, 5, 850...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1499, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 833, 834, 834, 565, 834, 3274, 96, 75, 5, 850, 2079, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the fewest number of silvers have 0 golds?
SELECT MIN(silver) FROM table_name_42 WHERE gold < 0
CREATE TABLE table_name_42 (silver INTEGER, gold INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 7, 173, 624, 3, 21342, 17966, 6, 2045, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 360, 222, 381, 13, 4294, 7, 43, 3, 632, 2045, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 2045, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the smallest total that has 11 golds and bronzes over 2?
SELECT MIN(total) FROM table_name_42 WHERE gold = 11 AND bronze > 2
CREATE TABLE table_name_42 (total INTEGER, gold VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 235, 1947, 3, 21342, 17966, 6, 2045, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 17924, 792, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 2045, 3274, 850, 3430, 13467, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total having a bronze value over 1, silver under 5, and ranked 9?
SELECT total FROM table_name_55 WHERE bronze > 1 AND silver < 5 AND rank = "9"
CREATE TABLE table_name_55 (total VARCHAR, rank VARCHAR, bronze VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 235, 1947, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 6, 4294, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 792, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 13467, 2490, 209, 3430, 4294, 3, 2, 305, 3430, 11003, 3274, 96, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
When did the Chargers play the Denver Broncos before Week 10?
SELECT date FROM table_name_87 WHERE week < 10 AND opponent = "denver broncos"
CREATE TABLE table_name_87 (date VARCHAR, week VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 5522, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 410, 8, 15907, 52, 7, 577, 8, 121...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 471, 3, 2, 335, 3430, 15264, 3274, 96, 537, 624, 3, 13711, 509, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sum of Bronze when the rank is more than 11 and gold is less than 0?
SELECT SUM(bronze) FROM table_name_47 WHERE rank > 11 AND gold < 0
CREATE TABLE table_name_47 (bronze INTEGER, rank VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 13711, 776, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 20841, 116, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13711, 776, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 11003, 2490, 850, 3430, 2045, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the total number of Total when Germany is the nation with less than 1 silver?
SELECT COUNT(total) FROM table_name_35 WHERE nation = "germany" AND silver < 1
CREATE TABLE table_name_35 (total VARCHAR, nation VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 235, 1947, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 9273, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 2982, 3274, 96, 1304, 348, 63, 121, 3430, 4294, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average Total that has a Gold of 0, when the rank is less than 16, the nation is Georgia and there is more than 2 for Bronze?
SELECT AVG(total) FROM table_name_70 WHERE gold = 0 AND rank < 16 AND nation = "georgia" AND bronze > 2
CREATE TABLE table_name_70 (total INTEGER, bronze VARCHAR, nation VARCHAR, gold VARCHAR, rank 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, 2982, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 11003, 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, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 2045, 3274, 3, 632, 3430, 11003, 3, 2, 898, 3430, 2982, 3274, 96, 397, 1677, 23, 9, 121, 3430, 13467, 2490, 204, 1, -100, -100, -10...
What is the highest Total when Georgia is the nation with less than 11 rank?
SELECT MAX(total) FROM table_name_46 WHERE nation = "georgia" AND rank < 11
CREATE TABLE table_name_46 (total INTEGER, nation VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 235, 1947, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 9273, 116, 5664, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 2982, 3274, 96, 397, 1677, 23, 9, 121, 3430, 11003, 3, 2, 850, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the total number of Total with more than 16 rank for the nation of Romania with more than 0 for silver?
SELECT COUNT(total) FROM table_name_36 WHERE rank > 16 AND nation = "romania" AND silver > 0
CREATE TABLE table_name_36 (total VARCHAR, silver VARCHAR, rank VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 235, 1947, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 2982, 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, 2847, 17161, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 11003, 2490, 898, 3430, 2982, 3274, 96, 3522, 11219, 121, 3430, 4294, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What type of video coding has a format name of dvcam?
SELECT video_coding FROM table_name_69 WHERE format_name = "dvcam"
CREATE TABLE table_name_69 (video_coding VARCHAR, format_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 17241, 834, 9886, 584, 4280, 28027, 6, 1910, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 686, 13, 671, 3, 9886, 65, 3, 9, 1910...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 671, 834, 9886, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 1910, 834, 4350, 3274, 96, 26, 208, 6527, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What format name has dv as video coding and 4:1:1 as the color sampling?
SELECT format_name FROM table_name_44 WHERE video_coding = "dv" AND color_sampling = "4:1:1"
CREATE TABLE table_name_44 (format_name VARCHAR, video_coding VARCHAR, color_sampling VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 8995, 834, 4350, 584, 4280, 28027, 6, 671, 834, 9886, 584, 4280, 28027, 6, 945, 834, 7, 4624, 697, 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, 0...
[ 3, 23143, 14196, 1910, 834, 4350, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 671, 834, 9886, 3274, 96, 26, 208, 121, 3430, 945, 834, 7, 4624, 697, 3274, 96, 591, 10, 536, 10, 536, 121, 1, -100, -100, -100, -100, -100, -100...
What bit depth has 4:1:1 as the color sampling?
SELECT SUM(bit_depth) FROM table_name_38 WHERE color_sampling = "4:1:1"
CREATE TABLE table_name_38 (bit_depth INTEGER, color_sampling VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 2360, 834, 10437, 3, 21342, 17966, 6, 945, 834, 7, 4624, 697, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 720, 4963, 65, 31348, 10, 536, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 2360, 834, 10437, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 945, 834, 7, 4624, 697, 3274, 96, 591, 10, 536, 10, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What frame size has pcm 4 ch/16 bit/48khz as audio coding and dvcam as the format name and 4:1:1 as the color sampling?
SELECT frame_size FROM table_name_44 WHERE audio_coding = "pcm 4 ch/16 bit/48khz" AND format_name = "dvcam" AND color_sampling = "4:1:1"
CREATE TABLE table_name_44 (frame_size VARCHAR, color_sampling VARCHAR, audio_coding VARCHAR, format_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 11415, 834, 7991, 584, 4280, 28027, 6, 945, 834, 7, 4624, 697, 584, 4280, 28027, 6, 2931, 834, 9886, 584, 4280, 28027, 6, 1910, 834, 4350, 584, 4280, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2835, 834, 7991, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 2931, 834, 9886, 3274, 96, 102, 75, 51, 314, 3, 524, 16033, 720, 87, 3707, 157, 107, 172, 121, 3430, 1910, 834, 4350, 3274, 96, 26, 208, 6527, 12...
Where was the landing site when the duration on the lunar surface was 21:31?
SELECT lunar_landing_site FROM table_name_52 WHERE duration_on_lunar_surface = "21:31"
CREATE TABLE table_name_52 (lunar_landing_site VARCHAR, duration_on_lunar_surface VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 40, 202, 291, 834, 40, 232, 53, 834, 3585, 584, 4280, 28027, 6, 8659, 834, 106, 834, 40, 202, 291, 834, 26899, 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, 0...
[ 3, 23143, 14196, 19920, 834, 40, 232, 53, 834, 3585, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 8659, 834, 106, 834, 40, 202, 291, 834, 26899, 3274, 96, 2658, 10, 3341, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
Who were the crew for the Falcon?
SELECT crew FROM table_name_87 WHERE lunar_lander = "falcon"
CREATE TABLE table_name_87 (crew VARCHAR, lunar_lander VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 5045, 210, 584, 4280, 28027, 6, 19920, 834, 20319, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 130, 8, 4627, 21, 8, 22150, 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, 4627, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 19920, 834, 20319, 3274, 96, 89, 138, 1018, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average number of EVA for the Orion?
SELECT AVG(number_of_s_eva) FROM table_name_50 WHERE lunar_lander = "orion"
CREATE TABLE table_name_50 (number_of_s_eva INTEGER, lunar_lander VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 5525, 1152, 834, 858, 834, 7, 834, 4721, 3, 21342, 17966, 6, 19920, 834, 20319, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 5525, 1152, 834, 858, 834, 7, 834, 4721, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 19920, 834, 20319, 3274, 96, 2057, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the highest Year, when Rank is less than 28, and when Accolade is "The 100 greatest metal albums of the decade"?
SELECT MAX(year) FROM table_name_59 WHERE rank < 28 AND accolade = "the 100 greatest metal albums of the decade"
CREATE TABLE table_name_59 (year INTEGER, rank VARCHAR, accolade VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 1201, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 30022, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 2929, 6, 116, 3, 22...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1201, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 11003, 3, 2, 2059, 3430, 30022, 3274, 96, 532, 910, 4016, 1946, 14234, 13, 8, 5112, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Accolade, when Year is less than 2009, and when Country is Germany?
SELECT accolade FROM table_name_3 WHERE year < 2009 AND country = "germany"
CREATE TABLE table_name_3 (accolade VARCHAR, year VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 21007, 14712, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 4292, 12600, 221, 6, 116, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 30022, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 215, 3, 2, 2464, 3430, 684, 3274, 96, 1304, 348, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the highest Rank, when Publication is Dagsavisen, and when Year is less than 2005?
SELECT MAX(rank) FROM table_name_81 WHERE publication = "dagsavisen" AND year < 2005
CREATE TABLE table_name_81 (rank INTEGER, publication VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 6254, 3, 21342, 17966, 6, 5707, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 3, 22557, 6, 116, 2575...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6254, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 5707, 3274, 96, 26, 9, 122, 7, 2960, 7, 35, 121, 3430, 215, 3, 2, 3105, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
When has a Score of 0–0, and a Away team of scunthorpe united?
SELECT date FROM table_name_65 WHERE score = "0–0" AND away_team = "scunthorpe united"
CREATE TABLE table_name_65 (date VARCHAR, score VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 65, 3, 9, 17763, 13, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 2604, 3274, 96, 632, 104, 632, 121, 3430, 550, 834, 11650, 3274, 96, 7, 75, 202, 189, 127, 855, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Tie has a Score of 5–1?
SELECT tie_no FROM table_name_98 WHERE score = "5–1"
CREATE TABLE table_name_98 (tie_no VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2262, 15, 65, 3, 9, 17763, 13, 305, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 2604, 3274, 96, 755, 104, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Home team that has a Tie no of 20?
SELECT home_team FROM table_name_74 WHERE tie_no = "20"
CREATE TABLE table_name_74 (home_team VARCHAR, tie_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1210, 372, 24, 65, 3, 9, 2262, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 834, 11650, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 6177, 834, 29, 32, 3274, 96, 1755, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Home has a Tie no of 6?
SELECT home_team FROM table_name_26 WHERE tie_no = "6"
CREATE TABLE table_name_26 (home_team VARCHAR, tie_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1210, 65, 3, 9, 2262, 15, 150, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 834, 11650, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 6177, 834, 29, 32, 3274, 96, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Away team that has a Tie no of replay, and a Score of 1–2?
SELECT away_team FROM table_name_93 WHERE tie_no = "replay" AND score = "1–2"
CREATE TABLE table_name_93 (away_team VARCHAR, tie_no VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 71, 1343,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 834, 11650, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 6177, 834, 29, 32, 3274, 96, 60, 4895, 121, 3430, 2604, 3274, 96, 536, 104, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Score has a Away team of walthamstow avenue?
SELECT score FROM table_name_44 WHERE away_team = "walthamstow avenue"
CREATE TABLE table_name_44 (score VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 7, 9022, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 17763, 65, 3, 9, 71, 1343, 372, 13, 3, 5380, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 550, 834, 11650, 3274, 96, 5380, 17, 1483, 7, 17, 2381, 18836, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many gp-gs have 121.70 as an effic and an avg/g less than 218.7?
SELECT COUNT(gp_gs) FROM table_name_41 WHERE effic = "121.70" AND avg_g < 218.7
CREATE TABLE table_name_41 (gp_gs VARCHAR, effic VARCHAR, avg_g VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 122, 102, 834, 122, 7, 584, 4280, 28027, 6, 13577, 447, 584, 4280, 28027, 6, 3, 9, 208, 122, 834, 122, 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, 2847, 17161, 599, 122, 102, 834, 122, 7, 61, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 13577, 447, 3274, 96, 22011, 5, 2518, 121, 3430, 3, 9, 208, 122, 834, 122, 3, 2, 204, 2606, 5, 940, 1, -100, -100, ...
What is the lowest gp-gs that has an avg/g less than 234.3, with 410.80 as the effic?
SELECT MIN(gp_gs) FROM table_name_42 WHERE avg_g < 234.3 AND effic = "410.80"
CREATE TABLE table_name_42 (gp_gs INTEGER, avg_g VARCHAR, effic VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 122, 102, 834, 122, 7, 3, 21342, 17966, 6, 3, 9, 208, 122, 834, 122, 584, 4280, 28027, 6, 13577, 447, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 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, 122, 102, 834, 122, 7, 61, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 3, 9, 208, 122, 834, 122, 3, 2, 1902, 21841, 3430, 13577, 447, 3274, 96, 24175, 5, 2079, 121, 1, -100, -100, -100, -10...
What is the last 10 meetings that have slu, 9-8 as the overall record?
SELECT last_10_meetings FROM table_name_52 WHERE overall_record = "slu, 9-8"
CREATE TABLE table_name_52 (last_10_meetings VARCHAR, overall_record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 5064, 834, 1714, 834, 526, 15, 1222, 7, 584, 4280, 28027, 6, 1879, 834, 60, 7621, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 336,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 336, 834, 1714, 834, 526, 15, 1222, 7, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 1879, 834, 60, 7621, 3274, 96, 7, 40, 76, 6, 668, 6039, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the last 5 meetings that has w 5 as the current streak, and 3/18/2010 as the last meeting?
SELECT last_5_meetings FROM table_name_69 WHERE current_streak = "w 5" AND last_meeting = "3/18/2010"
CREATE TABLE table_name_69 (last_5_meetings VARCHAR, current_streak VARCHAR, last_meeting VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 5064, 834, 755, 834, 526, 15, 1222, 7, 584, 4280, 28027, 6, 750, 834, 7, 929, 1639, 584, 4280, 28027, 6, 336, 834, 526, 15, 1222, 584, 4280, 28027, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 336, 834, 755, 834, 526, 15, 1222, 7, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 750, 834, 7, 929, 1639, 3274, 96, 210, 3, 17395, 3430, 336, 834, 526, 15, 1222, 3274, 96, 519, 19133, 87, 14926, 121, 1, -...
What is the last 10 meetings that have 12 as the games played?
SELECT last_10_meetings FROM table_name_43 WHERE games_played = "12"
CREATE TABLE table_name_43 (last_10_meetings VARCHAR, games_played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 5064, 834, 1714, 834, 526, 15, 1222, 7, 584, 4280, 28027, 6, 1031, 834, 4895, 15, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 336, 834, 1714, 834, 526, 15, 1222, 7, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 1031, 834, 4895, 15, 26, 3274, 96, 2122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the last 10 meetings that have 11/26/1988 as the lasr meeting?
SELECT last_10_meetings FROM table_name_32 WHERE last_meeting = "11/26/1988"
CREATE TABLE table_name_32 (last_10_meetings VARCHAR, last_meeting VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 5064, 834, 1714, 834, 526, 15, 1222, 7, 584, 4280, 28027, 6, 336, 834, 526, 15, 1222, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 336, 834, 1714, 834, 526, 15, 1222, 7, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 336, 834, 526, 15, 1222, 3274, 96, 2596, 87, 2688, 13523, 4060, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What kansas vs. that has w 2 as the current streak, and 31 as games played?
SELECT kansas_state_vs FROM table_name_85 WHERE current_streak = "w 2" AND games_played = "31"
CREATE TABLE table_name_85 (kansas_state_vs VARCHAR, current_streak VARCHAR, games_played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 3304, 7, 9, 7, 834, 5540, 834, 208, 7, 584, 4280, 28027, 6, 750, 834, 7, 929, 1639, 584, 4280, 28027, 6, 1031, 834, 4895, 15, 26, 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, 3304, 7, 9, 7, 834, 5540, 834, 208, 7, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 750, 834, 7, 929, 1639, 3274, 96, 210, 204, 121, 3430, 1031, 834, 4895, 15, 26, 3274, 96, 3341, 121, 1, -100, -100, ...
What is the sum of the attendance during the game against the philadelphia eagles after week 9?
SELECT SUM(attendance) FROM table_name_58 WHERE opponent = "philadelphia eagles" AND week > 9
CREATE TABLE table_name_58 (attendance INTEGER, opponent VARCHAR, week VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 15116, 663, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 8, 11364, 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, 180, 6122, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 15264, 3274, 96, 18118, 15311, 11692, 9, 3, 15, 9, 3537, 7, 121, 3430, 471, 2490, 668, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of fans attending the game on October 8, 1989 before week 5?
SELECT COUNT(attendance) FROM table_name_4 WHERE date = "october 8, 1989" AND week < 5
CREATE TABLE table_name_4 (attendance VARCHAR, date VARCHAR, week VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 15116, 663, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 2675, 707...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 9478, 9975, 121, 3430, 471, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the qualities of the sign cancer?
SELECT qualities FROM table_name_59 WHERE sign = "cancer"
CREATE TABLE table_name_59 (qualities VARCHAR, sign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 11433, 2197, 584, 4280, 28027, 6, 1320, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 10596, 13, 8, 1320, 1874, 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, 10596, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 1320, 3274, 96, 1608, 2110, 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 south season of the scorpio sign, which has cold & wet qualities?
SELECT season AS :_south FROM table_name_88 WHERE qualities = "cold & wet" AND sign = "scorpio"
CREATE TABLE table_name_88 (season VARCHAR, qualities VARCHAR, sign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 9476, 584, 4280, 28027, 6, 10596, 584, 4280, 28027, 6, 1320, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3414, 774, 13, 8, 3, 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, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 774, 6157, 3, 10, 834, 7, 670, 107, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 10596, 3274, 96, 3297, 26, 3, 184, 62, 17, 121, 3430, 1320, 3274, 96, 7, 14723, 23, 32, 121, 1, -100, -100, -100, -100, -100...
What is the average Prize fund ( US$ ), when OWGR pts is greater than 20, and when Dates is Nov 6-9?
SELECT AVG(prize_fund___us) AS $__ FROM table_name_56 WHERE owgr_pts > 20 AND dates = "nov 6-9"
CREATE TABLE table_name_56 (prize_fund___us INTEGER, owgr_pts VARCHAR, dates VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 2246, 776, 834, 7610, 834, 834, 834, 302, 3, 21342, 17966, 6, 3, 2381, 122, 52, 834, 102, 17, 7, 584, 4280, 28027, 6, 5128, 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, 71, 17217, 599, 2246, 776, 834, 7610, 834, 834, 834, 302, 61, 6157, 1514, 834, 834, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 3, 2381, 122, 52, 834, 102, 17, 7, 2490, 460, 3430, 5128, 3274, 96, 5326, 431,...
What is Winner, when Dates is Dec 11-14?
SELECT winner FROM table_name_18 WHERE dates = "dec 11-14"
CREATE TABLE table_name_18 (winner VARCHAR, dates VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 3757, 687, 584, 4280, 28027, 6, 5128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 18125, 6, 116, 7678, 7, 19, 4451, 850, 11590, 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, 4668, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 5128, 3274, 96, 221, 75, 850, 11590, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the lowest number of games with a rank less than 1?
SELECT MIN(games) FROM table_name_48 WHERE rank < 1
CREATE TABLE table_name_48 (games INTEGER, rank INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 7261, 7, 3, 21342, 17966, 6, 11003, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 381, 13, 1031, 28, 3, 9, 11003, 705, 145, 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, 3, 17684, 599, 7261, 7, 61, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 11003, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the name of the player with 305 points?
SELECT name FROM table_name_46 WHERE points = 305
CREATE TABLE table_name_46 (name VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 4350, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 1959, 28, 3, 26724, 979, 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, 564, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 979, 3274, 3, 26724, 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 total rank of team roanne, which has less than 14 games?
SELECT COUNT(rank) FROM table_name_58 WHERE team = "roanne" AND games < 14
CREATE TABLE table_name_58 (rank VARCHAR, team VARCHAR, games VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 6254, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 1031, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 11003, 13, 372, 3, 52,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 372, 3274, 96, 52, 32, 4515, 121, 3430, 1031, 3, 2, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the lowest of Episode Number that has a Air Date on 20 july 2007?
SELECT MIN(episode_number) FROM table_name_79 WHERE air_date = "20 july 2007"
CREATE TABLE table_name_79 (episode_number INTEGER, air_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 15, 102, 159, 32, 221, 834, 5525, 1152, 3, 21342, 17966, 6, 799, 834, 5522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 15, 102, 159, 32, 221, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 799, 834, 5522, 3274, 96, 1755, 3, 2047, 120, 4101, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
What kind of Guest Host has a Episode Number of 7?
SELECT guest_host FROM table_name_19 WHERE episode_number = 7
CREATE TABLE table_name_19 (guest_host VARCHAR, episode_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 15991, 17, 834, 12675, 584, 4280, 28027, 6, 5640, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 773, 13, 14252, 1546, 7, 17,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3886, 834, 12675, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 5640, 834, 5525, 1152, 3274, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What kind of Episode Number has a Air Date on 29 june 2007?
SELECT AVG(episode_number) FROM table_name_41 WHERE air_date = "29 june 2007"
CREATE TABLE table_name_41 (episode_number INTEGER, air_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 15, 102, 159, 32, 221, 834, 5525, 1152, 3, 21342, 17966, 6, 799, 834, 5522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 773, 13, 16112, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 15, 102, 159, 32, 221, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 799, 834, 5522, 3274, 96, 3166, 3, 6959, 15, 4101, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
What kind of Guest Host has a Episode Number of 7?
SELECT guest_host FROM table_name_10 WHERE episode_number = 7
CREATE TABLE table_name_10 (guest_host VARCHAR, episode_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 15991, 17, 834, 12675, 584, 4280, 28027, 6, 5640, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 773, 13, 14252, 1546, 7, 17,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3886, 834, 12675, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 5640, 834, 5525, 1152, 3274, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
WHich Coat of Cash" Wearing Celebrity has a Episode Number larger than 1 and with amy macdonald ( mr rock & roll )?
SELECT "coat_of_cash" AS _wearing_celebrity FROM table_name_92 WHERE episode_number > 1 AND musical_guest__song_performed_ = "amy macdonald ( mr rock & roll )"
CREATE TABLE table_name_92 (episode_number VARCHAR, musical_guest__song_performed_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 15, 102, 159, 32, 221, 834, 5525, 1152, 584, 4280, 28027, 6, 4183, 834, 15991, 17, 834, 834, 7, 2444, 834, 883, 10816, 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, 96, 18954, 834, 858, 834, 75, 3198, 121, 6157, 3, 834, 7258, 53, 834, 75, 400, 2160, 17, 63, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 5640, 834, 5525, 1152, 2490, 209, 3430, 4183, 834, 15991, 17, 834, 83...
What is the highest bronze when the silver was 3 and the total was larger than 5?
SELECT MAX(bronze) FROM table_name_20 WHERE silver = 3 AND total > 5
CREATE TABLE table_name_20 (bronze INTEGER, silver VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 13711, 776, 3, 21342, 17966, 6, 4294, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 13467, 116, 8, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 4294, 3274, 220, 3430, 792, 2490, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest bronze when the silver was 0, the gold was larger than 0, and the total was larger than 2?
SELECT MAX(bronze) FROM table_name_67 WHERE silver = 0 AND gold > 0 AND total > 2
CREATE TABLE table_name_67 (bronze INTEGER, total VARCHAR, silver VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 13711, 776, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 6, 2045, 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, 4800, 4, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 4294, 3274, 3, 632, 3430, 2045, 2490, 3, 632, 3430, 792, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the lowest silver for France with a rank less than 5 and a total larger than 19?
SELECT MIN(silver) FROM table_name_43 WHERE rank < 5 AND nation = "france" AND total > 19
CREATE TABLE table_name_43 (silver INTEGER, total VARCHAR, rank VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 7, 173, 624, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 11003, 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, 3, 17684, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 11003, 3, 2, 305, 3430, 2982, 3274, 96, 89, 5219, 121, 3430, 792, 2490, 957, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many bronze had a rank of less than 6 and a total less than 5?
SELECT COUNT(bronze) FROM table_name_43 WHERE rank < 6 AND total < 5
CREATE TABLE table_name_43 (bronze VARCHAR, rank VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 13711, 776, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 13467, 141, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 11003, 3, 2, 431, 3430, 792, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which date was the Winning Score 72-66-67-71=276?
SELECT date FROM table_name_87 WHERE winning_score = 72 - 66 - 67 - 71 = 276
CREATE TABLE table_name_87 (date VARCHAR, winning_score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 5522, 584, 4280, 28027, 6, 3447, 834, 7, 9022, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 833, 47, 8, 549, 10503, 17763, 9455, 18, 3539, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4225, 549, 17444, 427, 3447, 834, 7, 9022, 3274, 9455, 3, 18, 3, 3539, 3, 18, 3, 3708, 3, 18, 3, 4450, 3274, 204, 3959, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Margin of victory at the Bob Hope Desert Classic Tournament?
SELECT margin_of_victory FROM table_name_54 WHERE tournament = "bob hope desert classic"
CREATE TABLE table_name_54 (margin_of_victory VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 1635, 122, 77, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 16409, 77, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6346, 834, 858, 834, 7287, 10972, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 5892, 3274, 96, 17396, 897, 9980, 2431, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
On what Date is the Winning Score 71-69-68-70=278?
SELECT date FROM table_name_60 WHERE winning_score = 71 - 69 - 68 - 70 = 278
CREATE TABLE table_name_60 (date VARCHAR, winning_score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 5522, 584, 4280, 28027, 6, 3447, 834, 7, 9022, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 7678, 19, 8, 549, 10503, 17763, 3, 4450, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 3447, 834, 7, 9022, 3274, 3, 4450, 3, 18, 3, 3951, 3, 18, 3, 3651, 3, 18, 2861, 3274, 204, 3940, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What draw did Nigel Connell?
SELECT draw FROM table_name_95 WHERE performer = "nigel connell"
CREATE TABLE table_name_95 (draw VARCHAR, performer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 19489, 584, 4280, 28027, 6, 1912, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3314, 410, 2504, 1803, 1193, 10361, 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, 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, 3314, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 1912, 49, 3274, 96, 29, 23, 1803, 975, 10361, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who scored 57 points?
SELECT performer FROM table_name_22 WHERE points = 57
CREATE TABLE table_name_22 (performer VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 883, 2032, 49, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 5799, 3, 3436, 979, 58, 1, 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, 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, 1912, 49, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 979, 3274, 3, 3436, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many points did Nigel Connell have?
SELECT points FROM table_name_44 WHERE performer = "nigel connell"
CREATE TABLE table_name_44 (points VARCHAR, performer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 2700, 7, 584, 4280, 28027, 6, 1912, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 979, 410, 2504, 1803, 1193, 10361, 43, 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, 979, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 1912, 49, 3274, 96, 29, 23, 1803, 975, 10361, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many draws did gary o'shaughnessy have?
SELECT SUM(draw) FROM table_name_91 WHERE performer = "gary o'shaughnessy"
CREATE TABLE table_name_91 (draw INTEGER, performer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 19489, 3, 21342, 17966, 6, 1912, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14924, 410, 5260, 63, 3, 32, 31, 7, 107, 18819, 655...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 19489, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 1912, 49, 3274, 96, 1478, 63, 3, 32, 31, 7, 107, 18819, 655, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Attendance with a Week that is 18?
SELECT attendance FROM table_name_19 WHERE week = 18
CREATE TABLE table_name_19 (attendance VARCHAR, week VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 15116, 663, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22497, 663, 28, 3, 9, 6551, 24, 19, 507, 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, 11364, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 471, 3274, 507, 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 Attendance has a Date that is november 1, 1993?
SELECT attendance FROM table_name_69 WHERE date = "november 1, 1993"
CREATE TABLE table_name_69 (attendance VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 15116, 663, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 22497, 663, 65, 3, 9, 7678, 24, 19, 3, 5326, 18247, 191...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11364, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 833, 3274, 96, 5326, 18247, 1914, 8388, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Record with a Game Site that is joe robbie stadium?
SELECT record FROM table_name_3 WHERE game_site = "joe robbie stadium"
CREATE TABLE table_name_3 (record VARCHAR, game_site VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 60, 7621, 584, 4280, 28027, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11392, 28, 3, 9, 4435, 3238, 24, 19, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 467, 834, 3585, 3274, 96, 1927, 15, 3, 5840, 4232, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the sum of Silver with a Bronze that is larger than 0 with a Gold smaller than 0?
SELECT SUM(silver) FROM table_name_26 WHERE bronze > 0 AND gold < 0
CREATE TABLE table_name_26 (silver INTEGER, bronze VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 7, 173, 624, 3, 21342, 17966, 6, 13467, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 5642, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 13467, 2490, 3, 632, 3430, 2045, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average Silver with a Total that is smaller than 1?
SELECT AVG(silver) FROM table_name_97 WHERE total < 1
CREATE TABLE table_name_97 (silver INTEGER, total INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 7, 173, 624, 3, 21342, 17966, 6, 792, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 5642, 28, 3, 9, 9273, 24, 19, 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, 1, 0, 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, 4327, 549, 17444, 427, 792, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the lowest Rank with a Nation that is east germany?
SELECT MIN(rank) FROM table_name_43 WHERE nation = "east germany"
CREATE TABLE table_name_43 (rank INTEGER, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 6254, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 3, 22557, 28, 3, 9, 11046, 24, 19, 5727, 13692, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 6254, 61, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 2982, 3274, 96, 11535, 13692, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total number of Established for soccer plated in kuntz stadium?
SELECT COUNT(established) FROM table_name_65 WHERE sport = "soccer" AND venue = "kuntz stadium"
CREATE TABLE table_name_65 (established VARCHAR, sport VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 24109, 584, 4280, 28027, 6, 2600, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 25275, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 24109, 61, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 2600, 3274, 96, 7, 13377, 49, 121, 3430, 5669, 3274, 96, 2729, 26897, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Club that has an Established more than 2000 for soccer plated in kuntz stadium?
SELECT club FROM table_name_90 WHERE established > 2000 AND sport = "soccer" AND venue = "kuntz stadium"
CREATE TABLE table_name_90 (club VARCHAR, venue VARCHAR, established VARCHAR, sport VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 13442, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 6, 2127, 584, 4280, 28027, 6, 2600, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 2127, 2490, 2766, 3430, 2600, 3274, 96, 7, 13377, 49, 121, 3430, 5669, 3274, 96, 2729, 26897, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the highest Established for the kuntz stadium?
SELECT MAX(established) FROM table_name_79 WHERE venue = "kuntz stadium"
CREATE TABLE table_name_79 (established INTEGER, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 24109, 3, 21342, 17966, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 25275, 21, 8, 3, 2729, 26897, 14939, 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, 4800, 4, 599, 24109, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 5669, 3274, 96, 2729, 26897, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the highest number of titles won by the Järve club before 2013?
SELECT MAX(titles) FROM table_name_9 WHERE current_run_since < 2013 AND club = "järve"
CREATE TABLE table_name_9 (titles INTEGER, current_run_since VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 21869, 7, 3, 21342, 17966, 6, 750, 834, 4312, 834, 27296, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 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, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 21869, 7, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 750, 834, 4312, 834, 27296, 3, 2, 2038, 3430, 1886, 3274, 96, 354, 3185, 162, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of losses against the Rajasthan Royals with more than 0 ties?
SELECT COUNT(lost) FROM table_name_57 WHERE opposition = "rajasthan royals" AND tied > 0
CREATE TABLE table_name_57 (lost VARCHAR, opposition VARCHAR, tied VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 2298, 17, 584, 4280, 28027, 6, 8263, 584, 4280, 28027, 6, 10422, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 8467, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 2298, 17, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 8263, 3274, 96, 9655, 9, 7, 6736, 11268, 7, 121, 3430, 10422, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the average number of losses when there are more than 0 ties?
SELECT AVG(lost) FROM table_name_49 WHERE tied > 0
CREATE TABLE table_name_49 (lost INTEGER, tied INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 2298, 17, 3, 21342, 17966, 6, 10422, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 8467, 116, 132, 33, 72, 145, 3, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 2298, 17, 61, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 10422, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Location has a result of L 31-52?
SELECT location FROM table_name_67 WHERE result = "l 31-52"
CREATE TABLE table_name_67 (location VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 14836, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 10450, 65, 3, 9, 741, 13, 301, 2664, 18, 5373, 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, 1128, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 741, 3274, 96, 40, 2664, 18, 5373, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...