NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is the Year won for the player with a To par of 8?
SELECT year_s__won FROM table_name_70 WHERE to_par = 8
CREATE TABLE table_name_70 (year_s__won VARCHAR, to_par VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 1201, 834, 7, 834, 834, 210, 106, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2929, 751, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 215, 834, 7, 834, 834, 210, 106, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 12, 834, 1893, 3274, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the To par of the United States, when the Total was 145, in 2004?
SELECT to_par FROM table_name_21 WHERE country = "united states" AND total = 145 AND year_s__won = "2004"
CREATE TABLE table_name_21 (to_par VARCHAR, year_s__won VARCHAR, country VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 235, 834, 1893, 584, 4280, 28027, 6, 215, 834, 7, 834, 834, 210, 106, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 792, 3274, 3, 20987, 3430, 215, 834, 7, 834, 834, 210, 106, 3274, 96, 21653, 121, 1, -100, -100, -10...
What is the fewest tally for the game played at Vasil Levski National Stadium, Sofia, Bulgaria?
SELECT MIN(tally) FROM table_name_9 WHERE venue = "vasil levski national stadium, sofia, bulgaria"
CREATE TABLE table_name_9 (tally INTEGER, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 17, 1427, 3, 21342, 17966, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 360, 222, 3, 17, 1427, 21, 8, 467, 1944, 44, 123...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17, 1427, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 5669, 3274, 96, 9856, 173, 3, 10912, 4009, 1157, 14939, 6, 78, 89, 23, 9, 6, 25876, 6286, 121, 1, -100, -100, -100, -100, -100, -100,...
For what competition was the game played on 28 March 2009?
SELECT competition FROM table_name_28 WHERE date = "28 march 2009"
CREATE TABLE table_name_28 (competition VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 125, 2259, 47, 8, 467, 1944, 30, 2059, 1332, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2259, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 833, 3274, 96, 2577, 10556, 2464, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
The swimmer in lane 7 has what as the smallest rank?
SELECT MIN(rank) FROM table_name_81 WHERE lane = 7
CREATE TABLE table_name_81 (rank INTEGER, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 6254, 3, 21342, 17966, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 27424, 16, 3, 8102, 489, 65, 125, 38, 8, 3, 17924, 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, 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, 6254, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 3, 8102, 3274, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Swimmer Aurore Mongel has what nationality?
SELECT nationality FROM table_name_88 WHERE name = "aurore mongel"
CREATE TABLE table_name_88 (nationality VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 16557, 485, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27813, 935, 71, 450, 127, 15, 2963, 1803, 65, 125, 1157, 485, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1157, 485, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 564, 3274, 96, 9, 450, 127, 15, 1911, 1803, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Swimmer Jiao Liuyang has what for the sum of lane?
SELECT COUNT(lane) FROM table_name_50 WHERE name = "jiao liuyang"
CREATE TABLE table_name_50 (lane VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 8102, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27813, 935, 7802, 9, 32, 1414, 76, 63, 1468, 65, 125, 21, 8, 4505,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 8102, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 564, 3274, 96, 354, 23, 9, 32, 3, 40, 23, 76, 63, 1468, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
For the swimmer in the lane less than 4, and is ranked greater than 4 what was the time?
SELECT time FROM table_name_42 WHERE lane < 4 AND rank > 4
CREATE TABLE table_name_42 (time VARCHAR, lane VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 715, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 27424, 16, 8, 3, 8102, 705,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 97, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 3, 8102, 3, 2, 314, 3430, 11003, 2490, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Swimmer Audrey Lacroix finished in what time?
SELECT time FROM table_name_20 WHERE name = "audrey lacroix"
CREATE TABLE table_name_20 (time VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 715, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27813, 935, 31423, 325, 2771, 2407, 2369, 16, 125, 97, 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, 97, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 564, 3274, 96, 402, 26, 60, 63, 50, 2771, 2407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
In which competition was Moradi's time 1:48.58?
SELECT competition FROM table_name_12 WHERE notes = "1:48.58"
CREATE TABLE table_name_12 (competition VARCHAR, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 84, 2259, 47, 1290, 5883, 31, 7, 97, 209, 10, 3707...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2259, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 3358, 3274, 96, 536, 10, 3707, 5, 3449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
In which event did Moradi compete and finish in 2nd at the Asian Championships in Kobe, Japan held after 2005?
SELECT event FROM table_name_21 WHERE year > 2005 AND competition = "asian championships" AND position = "2nd" AND venue = "kobe, japan"
CREATE TABLE table_name_21 (event VARCHAR, venue VARCHAR, position VARCHAR, year VARCHAR, competition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 15, 2169, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 61, 3, 32105, 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, 605, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 215, 2490, 3105, 3430, 2259, 3274, 96, 9, 10488, 10183, 7, 121, 3430, 1102, 3274, 96, 357, 727, 121, 3430, 5669, 3274, 96, 157, 32, 346, 6, 2662, 2837, 121, ...
What competition was held earlier than 2007 and has 7434 in the notes field?
SELECT competition FROM table_name_47 WHERE year < 2007 AND notes = "7434"
CREATE TABLE table_name_47 (competition VARCHAR, year VARCHAR, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2259, 47, 1213, 2283, 145...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2259, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 215, 3, 2, 4101, 3430, 3358, 3274, 96, 4581, 3710, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What event has 7860 notes?
SELECT event FROM table_name_86 WHERE notes = "7860"
CREATE TABLE table_name_86 (event VARCHAR, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 15, 2169, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 605, 65, 3, 3940, 3328, 3358, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 605, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 3358, 3274, 96, 3940, 3328, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What venue has 7964 pb notes?
SELECT venue FROM table_name_81 WHERE notes = "7964 pb"
CREATE TABLE table_name_81 (venue VARCHAR, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 15098, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5669, 65, 3, 4440, 4389, 3, 102, 115, 3358, 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, 5669, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 3358, 3274, 96, 4440, 4389, 3, 102, 115, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many times is vuelta wins when points is more than 0, country is spain and the name is josé pérez-francés?
SELECT COUNT(vuelta_wins) FROM table_name_67 WHERE points > 0 AND country = "spain" AND name = "josé pérez-francés"
CREATE TABLE table_name_67 (vuelta_wins VARCHAR, name VARCHAR, points VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 208, 76, 15, 40, 17, 9, 834, 3757, 7, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 979, 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, 2847, 17161, 599, 208, 76, 15, 40, 17, 9, 834, 3757, 7, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 979, 2490, 3, 632, 3430, 684, 3274, 96, 14147, 77, 121, 3430, 564, 3274, 96, 1927, 7, 154, 3, 3890, ...
Which constituency number has a name of Timarni?
SELECT constituency_number FROM table_name_99 WHERE name = "timarni"
CREATE TABLE table_name_99 (constituency_number VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 8056, 17, 155, 76, 4392, 834, 5525, 1152, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 6439, 4392, 381, 65, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6439, 4392, 834, 5525, 1152, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 564, 3274, 96, 2998, 23403, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the reserved for value for constituency number 132?
SELECT reserved_for___sc___st__none_ FROM table_name_76 WHERE constituency_number = "132"
CREATE TABLE table_name_76 (reserved_for___sc___st__none_ VARCHAR, constituency_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 60, 3473, 15, 26, 834, 1161, 834, 834, 834, 7, 75, 834, 834, 834, 7, 17, 834, 834, 29, 782, 834, 584, 4280, 28027, 6, 6439, 4392, 834, 5525, 1152, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14040, 834, 1161, 834, 834, 834, 7, 75, 834, 834, 834, 7, 17, 834, 834, 29, 782, 834, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 6439, 4392, 834, 5525, 1152, 3274, 96, 23757, 121, 1, -100, -100, -100, -100...
What is the place of the player with a 72-70-67=209 score?
SELECT place FROM table_name_51 WHERE score = 72 - 70 - 67 = 209
CREATE TABLE table_name_51 (place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 4687, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 286, 13, 8, 1959, 28, 3, 9, 9455, 18, 2518, 18, 370...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 2604, 3274, 9455, 3, 18, 2861, 3, 18, 3, 3708, 3274, 460, 1298, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the to par of player hunter mahan?
SELECT to_par FROM table_name_87 WHERE player = "hunter mahan"
CREATE TABLE table_name_87 (to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 235, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12, 260, 13, 1959, 8069, 49, 954, 2618, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 1959, 3274, 96, 107, 5957, 954, 2618, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the to par of canada?
SELECT to_par FROM table_name_65 WHERE country = "canada"
CREATE TABLE table_name_65 (to_par VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 235, 834, 1893, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12, 260, 13, 19343, 58, 1, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 684, 3274, 96, 658, 18089, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What album came out before 2008 called We're not Made in the USA?
SELECT album FROM table_name_93 WHERE year < 2008 AND title = "we're not made in the usa"
CREATE TABLE table_name_93 (album VARCHAR, year VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 23703, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2306, 764, 91, 274, 2628, 718, 101,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2306, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 215, 3, 2, 2628, 3430, 2233, 3274, 96, 1123, 31, 60, 59, 263, 16, 8, 178, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the average year for Faces?
SELECT AVG(year) FROM table_name_61 WHERE title = "faces"
CREATE TABLE table_name_61 (year INTEGER, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 1201, 3, 21342, 17966, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 215, 21, 8881, 7, 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, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 2233, 3274, 96, 4861, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is livorno's average election?
SELECT AVG(election) FROM table_name_69 WHERE municipality = "livorno"
CREATE TABLE table_name_69 (election INTEGER, municipality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 15, 12252, 3, 21342, 17966, 6, 27597, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 20580, 127, 29, 32, 31, 7, 1348, 4356, 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, 15, 12252, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 27597, 3274, 96, 20580, 127, 29, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Election has a Party of democratic party, and a Mayor of leonardo betti?
SELECT MAX(election) FROM table_name_52 WHERE party = "democratic party" AND mayor = "leonardo betti"
CREATE TABLE table_name_52 (election INTEGER, party VARCHAR, mayor VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 15, 12252, 3, 21342, 17966, 6, 1088, 584, 4280, 28027, 6, 18176, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 19488, 65, 3, 9, 3450, 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, 4800, 4, 599, 15, 12252, 61, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 1088, 3274, 96, 23319, 447, 1088, 121, 3430, 18176, 3274, 96, 109, 106, 986, 32, 3, 8805, 23, 121, 1, -100, -100, -100, -100, -100, -...
Which Inhabitants have a Mayor of matteo renzi, and an Election larger than 2009?
SELECT MIN(inhabitants) FROM table_name_4 WHERE mayor = "matteo renzi" AND election > 2009
CREATE TABLE table_name_4 (inhabitants INTEGER, mayor VARCHAR, election VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 77, 29884, 7, 3, 21342, 17966, 6, 18176, 584, 4280, 28027, 6, 4356, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 86, 29884, 7, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 77, 29884, 7, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 18176, 3274, 96, 51, 10206, 32, 3, 20276, 23, 121, 3430, 4356, 2490, 2464, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Inhabitants have a Party of democratic party, and a Municipality of florence, and an Election smaller than 2009?
SELECT MIN(inhabitants) FROM table_name_99 WHERE party = "democratic party" AND municipality = "florence" AND election < 2009
CREATE TABLE table_name_99 (inhabitants INTEGER, election VARCHAR, party VARCHAR, municipality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 77, 29884, 7, 3, 21342, 17966, 6, 4356, 584, 4280, 28027, 6, 1088, 584, 4280, 28027, 6, 27597, 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, 77, 29884, 7, 61, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 1088, 3274, 96, 23319, 447, 1088, 121, 3430, 27597, 3274, 96, 28138, 3772, 121, 3430, 4356, 3, 2, 2464, 1, -100, -100, -100, -100, ...
Which Seatshave a Share of votes of 18%, and a Share of seats of 3%, and a General election smaller than 1992?
SELECT MIN(seats) FROM table_name_6 WHERE share_of_votes = "18%" AND share_of_seats = "3%" AND general_election < 1992
CREATE TABLE table_name_6 (seats INTEGER, general_election VARCHAR, share_of_votes VARCHAR, share_of_seats VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 7, 1544, 7, 3, 21342, 17966, 6, 879, 834, 15, 12252, 584, 4280, 28027, 6, 698, 834, 858, 834, 1621, 1422, 584, 4280, 28027, 6, 698, 834, 858, 834, 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, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 7, 1544, 7, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 698, 834, 858, 834, 1621, 1422, 3274, 96, 536, 5953, 121, 3430, 698, 834, 858, 834, 7, 1544, 7, 3274, 96, 5170, 121, 3430, 879, 83...
How much General election has a Share of votes of 17%?
SELECT SUM(general_election) FROM table_name_92 WHERE share_of_votes = "17%"
CREATE TABLE table_name_92 (general_election INTEGER, share_of_votes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 27369, 834, 15, 12252, 3, 21342, 17966, 6, 698, 834, 858, 834, 1621, 1422, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 2146, 4356, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 27369, 834, 15, 12252, 61, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 698, 834, 858, 834, 1621, 1422, 3274, 96, 536, 6170, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Seats have a Share of votes of 18%, and a Share of seats of 3%, and a General election larger than 1992?
SELECT MAX(seats) FROM table_name_62 WHERE share_of_votes = "18%" AND share_of_seats = "3%" AND general_election > 1992
CREATE TABLE table_name_62 (seats INTEGER, general_election VARCHAR, share_of_votes VARCHAR, share_of_seats VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 7, 1544, 7, 3, 21342, 17966, 6, 879, 834, 15, 12252, 584, 4280, 28027, 6, 698, 834, 858, 834, 1621, 1422, 584, 4280, 28027, 6, 698, 834, 858, 834, 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, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 7, 1544, 7, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 698, 834, 858, 834, 1621, 1422, 3274, 96, 536, 5953, 121, 3430, 698, 834, 858, 834, 7, 1544, 7, 3274, 96, 5170, 121, 3430, 879, 83...
Which Share of seats has Seats smaller than 52, and a Name of sdp–liberal alliance, and a General election of 1983?
SELECT share_of_seats FROM table_name_66 WHERE seats < 52 AND name = "sdp–liberal alliance" AND general_election = 1983
CREATE TABLE table_name_66 (share_of_seats VARCHAR, general_election VARCHAR, seats VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 12484, 834, 858, 834, 7, 1544, 7, 584, 4280, 28027, 6, 879, 834, 15, 12252, 584, 4280, 28027, 6, 6116, 584, 4280, 28027, 6, 564, 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, 698, 834, 858, 834, 7, 1544, 7, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 6116, 3, 2, 9065, 3430, 564, 3274, 96, 7, 26, 102, 104, 10661, 138, 15454, 121, 3430, 879, 834, 15, 12252, 3274, 15041, 1, -100, ...
What is the voltage when the L2 cache is 2 × 256 kb and the turbo is 5/8?
SELECT voltage FROM table_name_71 WHERE l2_cache = "2 × 256 kb" AND turbo = "5/8"
CREATE TABLE table_name_71 (voltage VARCHAR, l2_cache VARCHAR, turbo VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 10897, 545, 584, 4280, 28027, 6, 3, 40, 357, 834, 75, 4933, 584, 4280, 28027, 6, 20353, 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, 10594, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 3, 40, 357, 834, 75, 4933, 3274, 96, 357, 3, 2, 3, 19337, 3, 157, 115, 121, 3430, 20353, 3274, 96, 755, 9483, 121, 1, -100, -100, -100, -100, -100, -100, ...
What is the L2 cache with ec number of slbmm(c2)slbsr(k0)?
SELECT l2_cache FROM table_name_92 WHERE sspec_number = "slbmm(c2)slbsr(k0)"
CREATE TABLE table_name_92 (l2_cache VARCHAR, sspec_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 40, 357, 834, 75, 4933, 584, 4280, 28027, 6, 3, 7, 7576, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 301, 357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 40, 357, 834, 75, 4933, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 3, 7, 7576, 834, 5525, 1152, 3274, 96, 7, 40, 115, 635, 599, 75, 7318, 7, 9949, 52, 599, 157, 632, 61, 121, 1, -100, -100, -100, -1...
What is the voltage when there are 2 cores, turbo is 5/8 and the release date is September 2010?
SELECT voltage FROM table_name_71 WHERE cores = "2" AND release_date = "september 2010" AND turbo = "5/8"
CREATE TABLE table_name_71 (voltage VARCHAR, turbo VARCHAR, cores VARCHAR, release_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 10897, 545, 584, 4280, 28027, 6, 20353, 584, 4280, 28027, 6, 2583, 7, 584, 4280, 28027, 6, 1576, 834, 5522, 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, 10594, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 2583, 7, 3274, 96, 357, 121, 3430, 1576, 834, 5522, 3274, 96, 7, 6707, 18247, 2735, 121, 3430, 20353, 3274, 96, 755, 9483, 121, 1, -100, -100, -100, -100, -1...
What is the frequency for I/O bus of DMI, voltage of 0.725–1.4v and part cn80617004458ab?
SELECT frequency FROM table_name_4 WHERE i_o_bus = "dmi" AND voltage = "0.725–1.4v" AND part_number_s_ = "cn80617004458ab"
CREATE TABLE table_name_4 (frequency VARCHAR, part_number_s_ VARCHAR, i_o_bus VARCHAR, voltage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 30989, 584, 4280, 28027, 6, 294, 834, 5525, 1152, 834, 7, 834, 584, 4280, 28027, 6, 3, 23, 834, 32, 834, 3465, 584, 4280, 28027, 6, 10594, 584, 4280, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7321, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 3, 23, 834, 32, 834, 3465, 3274, 96, 26, 51, 23, 121, 3430, 10594, 3274, 96, 22426, 1828, 104, 14912, 208, 121, 3430, 294, 834, 5525, 1152, 834, 7, 834, 3274...
What is I/O bus when socket is socket g1bga-1288?
SELECT i_o_bus FROM table_name_46 WHERE socket = "socket g1bga-1288"
CREATE TABLE table_name_46 (i_o_bus VARCHAR, socket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 23, 834, 32, 834, 3465, 584, 4280, 28027, 6, 16197, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 27, 87, 667, 2601, 116, 16197, 19, 16...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 23, 834, 32, 834, 3465, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 16197, 3274, 96, 7, 3961, 15, 17, 3, 122, 536, 115, 122, 9, 5947, 4060, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the memory when release date is January 2010 and socket is BGA-1288?
SELECT memory FROM table_name_13 WHERE release_date = "january 2010" AND socket = "bga-1288"
CREATE TABLE table_name_13 (memory VARCHAR, release_date VARCHAR, socket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 526, 2528, 63, 584, 4280, 28027, 6, 1576, 834, 5522, 584, 4280, 28027, 6, 16197, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2594, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2594, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 1576, 834, 5522, 3274, 96, 7066, 76, 1208, 2735, 121, 3430, 16197, 3274, 96, 115, 122, 9, 5947, 4060, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Premierships have Nicknamed of kangaroos?
SELECT COUNT(no_of_premierships) FROM table_name_72 WHERE nickname = "kangaroos"
CREATE TABLE table_name_72 (no_of_premierships VARCHAR, nickname VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 29, 32, 834, 858, 834, 2026, 51, 972, 2009, 7, 584, 4280, 28027, 6, 24649, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 6552, 2009, 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, 2847, 17161, 599, 29, 32, 834, 858, 834, 2026, 51, 972, 2009, 7, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 24649, 3274, 96, 3304, 1478, 32, 32, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the IHSAA class for Muncie Burris?
SELECT ihsaa_class FROM table_name_69 WHERE school = "muncie burris"
CREATE TABLE table_name_69 (ihsaa_class VARCHAR, school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 23, 107, 7, 9, 9, 834, 4057, 584, 4280, 28027, 6, 496, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 27, 4950, 5498, 853, 21, 9810...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 23, 107, 7, 9, 9, 834, 4057, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 496, 3274, 96, 51, 15254, 15, 7018, 52, 159, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the IHSAA class for Muncie Cowan?
SELECT ihsaa_class FROM table_name_27 WHERE school = "muncie cowan"
CREATE TABLE table_name_27 (ihsaa_class VARCHAR, school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 23, 107, 7, 9, 9, 834, 4057, 584, 4280, 28027, 6, 496, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 27, 4950, 5498, 853, 21, 9810...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 23, 107, 7, 9, 9, 834, 4057, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 496, 3274, 96, 51, 15254, 15, 9321, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the location where enrollment is 266 and and the county is 18 Delaware?
SELECT location FROM table_name_30 WHERE _number___county = "18 delaware" AND enrollment = 266
CREATE TABLE table_name_30 (location VARCHAR, _number___county VARCHAR, enrollment VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 14836, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 834, 834, 834, 13362, 63, 584, 4280, 28027, 6, 17938, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 3, 834, 5525, 1152, 834, 834, 834, 13362, 63, 3274, 96, 2606, 20, 4207, 355, 121, 3430, 17938, 3274, 204, 3539, 1, -100, -100, -100, -100, -100, -100, -100, -...
What is the enrollment at the school with IHSAA class A and where mascot is the Vikings?
SELECT enrollment FROM table_name_39 WHERE ihsaa_class = "a" AND mascot = "vikings"
CREATE TABLE table_name_39 (enrollment VARCHAR, ihsaa_class VARCHAR, mascot VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 35, 4046, 297, 584, 4280, 28027, 6, 3, 23, 107, 7, 9, 9, 834, 4057, 584, 4280, 28027, 6, 3, 2754, 4310, 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, 17938, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 3, 23, 107, 7, 9, 9, 834, 4057, 3274, 96, 9, 121, 3430, 3, 2754, 4310, 3274, 96, 21346, 53, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the IHSAA class for the school where the mascot is the Rebels?
SELECT ihsaa_class FROM table_name_80 WHERE mascot = "rebels"
CREATE TABLE table_name_80 (ihsaa_class VARCHAR, mascot VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 23, 107, 7, 9, 9, 834, 4057, 584, 4280, 28027, 6, 3, 2754, 4310, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 27, 4950, 5498, 853...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 23, 107, 7, 9, 9, 834, 4057, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 3, 2754, 4310, 3274, 96, 60, 2370, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the location with enrollment of 316 and county is 68 Randolph?
SELECT location FROM table_name_21 WHERE _number___county = "68 randolph" AND enrollment = 316
CREATE TABLE table_name_21 (location VARCHAR, _number___county VARCHAR, enrollment VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 14836, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 834, 834, 834, 13362, 63, 584, 4280, 28027, 6, 17938, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 3, 834, 5525, 1152, 834, 834, 834, 13362, 63, 3274, 96, 3651, 4037, 26, 23589, 121, 3430, 17938, 3274, 3, 25946, 1, -100, -100, -100, -100, -100, -100, -100, ...
What result took pace in 2009 and had an award of sopot international song festival?
SELECT result FROM table_name_17 WHERE year = 2009 AND award = "sopot international song festival"
CREATE TABLE table_name_17 (result VARCHAR, year VARCHAR, award VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 2760, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 741, 808, 4974, 16, 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, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 215, 3274, 2464, 3430, 2760, 3274, 96, 7, 32, 3013, 1038, 2324, 3994, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which award took place after 2009?
SELECT award FROM table_name_88 WHERE year > 2009
CREATE TABLE table_name_88 (award VARCHAR, year INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 9, 2239, 584, 4280, 28027, 6, 215, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 2760, 808, 286, 227, 2464, 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, 2760, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 215, 2490, 2464, 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 year had the category of best international newcomer?
SELECT COUNT(year) FROM table_name_53 WHERE category = "best international newcomer"
CREATE TABLE table_name_53 (year VARCHAR, category VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 1201, 584, 4280, 28027, 6, 3295, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 141, 8, 3295, 13, 200, 1038, 126, 287, 49, 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, 2847, 17161, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 3295, 3274, 96, 9606, 1038, 126, 287, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Player has an Opposition of clare?
SELECT player FROM table_name_11 WHERE opposition = "clare"
CREATE TABLE table_name_11 (player VARCHAR, opposition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 20846, 584, 4280, 28027, 6, 8263, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 12387, 65, 46, 4495, 4718, 13, 6860, 15, 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, 1959, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 8263, 3274, 96, 23982, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Total has a Player of matt ruth?
SELECT total FROM table_name_40 WHERE player = "matt ruth"
CREATE TABLE table_name_40 (total VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 235, 1947, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9273, 65, 3, 9, 12387, 13, 6928, 17, 3, 6830, 107, 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, 792, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 1959, 3274, 96, 3357, 17, 3, 6830, 107, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Rank has a Player of matt ruth?
SELECT SUM(rank) FROM table_name_62 WHERE player = "matt ruth"
CREATE TABLE table_name_62 (rank INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 6254, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 22557, 65, 3, 9, 12387, 13, 6928, 17, 3, 6830, 107, 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, 180, 6122, 599, 6254, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 1959, 3274, 96, 3357, 17, 3, 6830, 107, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many byes were there recorded with 0 draws?
SELECT SUM(byes) FROM table_name_27 WHERE draws < 0
CREATE TABLE table_name_27 (byes INTEGER, draws INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 969, 15, 7, 3, 21342, 17966, 6, 14924, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 57, 15, 7, 130, 132, 4381, 28, 3, 632, 14924, 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, 180, 6122, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 14924, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many draws occured with a record of 10 losses, and 6 wins?
SELECT COUNT(draws) FROM table_name_38 WHERE losses = 10 AND wins > 6
CREATE TABLE table_name_38 (draws VARCHAR, losses VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 19489, 7, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14924, 4093, 15, 26, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 8467, 3274, 335, 3430, 9204, 2490, 431, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many byes were there with an Against of 1655 and more than 10 wins?
SELECT MIN(byes) FROM table_name_51 WHERE against = 1655 AND wins > 10
CREATE TABLE table_name_51 (byes INTEGER, against VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 969, 15, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 57, 15, 7, 130, 132, 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, 3, 17684, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 581, 3274, 898, 3769, 3430, 9204, 2490, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the against were there were less than 3 byes?
SELECT AVG(against) FROM table_name_93 WHERE byes < 3
CREATE TABLE table_name_93 (against INTEGER, byes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 57, 15, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 581, 130, 132, 130, 705, 145, 220, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 57, 15, 7, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What's the general classification of Ignatas Konovalovas when the mountains classification was Stefano Garzelli and points classification was Danilo Di Luca?
SELECT general_classification FROM table_name_36 WHERE mountains_classification = "stefano garzelli" AND points_classification = "danilo di luca" AND winner = "ignatas konovalovas"
CREATE TABLE table_name_36 (general_classification VARCHAR, winner VARCHAR, mountains_classification VARCHAR, points_classification VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 27369, 834, 4057, 2420, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 6, 8022, 834, 4057, 2420, 584, 4280, 28027, 6, 979, 834, 4057, 2420, 584, 4280, 2802...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 879, 834, 4057, 2420, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 8022, 834, 4057, 2420, 3274, 96, 7, 24018, 32, 5260, 172, 7999, 121, 3430, 979, 834, 4057, 2420, 3274, 96, 3768, 173, 32, 1227, 3, 11525, 9, ...
What's the mountains classification when the points classification is Alessandro Petacchi and the general classification is Danilo Di Luca?
SELECT mountains_classification FROM table_name_26 WHERE points_classification = "alessandro petacchi" AND general_classification = "danilo di luca"
CREATE TABLE table_name_26 (mountains_classification VARCHAR, points_classification VARCHAR, general_classification VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 11231, 13676, 834, 4057, 2420, 584, 4280, 28027, 6, 979, 834, 4057, 2420, 584, 4280, 28027, 6, 879, 834, 4057, 2420, 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, 1, 1...
[ 3, 23143, 14196, 8022, 834, 4057, 2420, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 979, 834, 4057, 2420, 3274, 96, 9, 924, 9, 22357, 3947, 9, 75, 1436, 121, 3430, 879, 834, 4057, 2420, 3274, 96, 3768, 173, 32, 1227, 3, 115...
Who was the winner of Stage 9 when then general classification was Danilo Di Luca?
SELECT winner FROM table_name_60 WHERE general_classification = "danilo di luca" AND stage = "9"
CREATE TABLE table_name_60 (winner VARCHAR, general_classification VARCHAR, stage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 3757, 687, 584, 4280, 28027, 6, 879, 834, 4057, 2420, 584, 4280, 28027, 6, 1726, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 4668, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4668, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 879, 834, 4057, 2420, 3274, 96, 3768, 173, 32, 1227, 3, 11525, 9, 121, 3430, 1726, 3274, 96, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the stage of winner Carlos Sastre when the general classification was Denis Menchov?
SELECT stage FROM table_name_21 WHERE general_classification = "denis menchov" AND winner = "carlos sastre"
CREATE TABLE table_name_21 (stage VARCHAR, general_classification VARCHAR, winner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 10705, 584, 4280, 28027, 6, 879, 834, 4057, 2420, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1726, 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, 1726, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 879, 834, 4057, 2420, 3274, 96, 537, 159, 1076, 3995, 208, 121, 3430, 4668, 3274, 96, 1720, 2298, 3, 7, 12163, 15, 121, 1, -100, -100, -100, -100, -100, -100,...
What's the points classification of Stage 18 when the general classification was Denis Menchov?
SELECT points_classification FROM table_name_46 WHERE general_classification = "denis menchov" AND stage = "18"
CREATE TABLE table_name_46 (points_classification VARCHAR, general_classification VARCHAR, stage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 2700, 7, 834, 4057, 2420, 584, 4280, 28027, 6, 879, 834, 4057, 2420, 584, 4280, 28027, 6, 1726, 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, 979, 834, 4057, 2420, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 879, 834, 4057, 2420, 3274, 96, 537, 159, 1076, 3995, 208, 121, 3430, 1726, 3274, 96, 2606, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What's the mountains classification of winner Carlos Sastre when the general classification is Denis Menchov?
SELECT mountains_classification FROM table_name_15 WHERE general_classification = "denis menchov" AND winner = "carlos sastre"
CREATE TABLE table_name_15 (mountains_classification VARCHAR, general_classification VARCHAR, winner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 11231, 13676, 834, 4057, 2420, 584, 4280, 28027, 6, 879, 834, 4057, 2420, 584, 4280, 28027, 6, 4668, 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, 8022, 834, 4057, 2420, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 879, 834, 4057, 2420, 3274, 96, 537, 159, 1076, 3995, 208, 121, 3430, 4668, 3274, 96, 1720, 2298, 3, 7, 12163, 15, 121, 1, -100, -100, -100, ...
Who is team 1 with an agg of 2-5?
SELECT team_1 FROM table_name_1 WHERE agg = "2-5"
CREATE TABLE table_name_1 (team_1 VARCHAR, agg VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 11650, 834, 536, 584, 4280, 28027, 6, 3, 9, 4102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 372, 209, 28, 46, 3, 9, 4102, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 834, 536, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 3, 9, 4102, 3274, 96, 7412, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the director of the episode Rebel Rabbit?
SELECT director FROM table_name_90 WHERE title = "rebel rabbit"
CREATE TABLE table_name_90 (director VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 25982, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 2090, 13, 8, 5640, 24438, 20504, 17, 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, 2394, 549, 17444, 427, 2233, 3274, 96, 60, 2370, 18383, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many years have claudia beni as the artist?
SELECT SUM(year) FROM table_name_3 WHERE artist = "claudia beni"
CREATE TABLE table_name_3 (year INTEGER, artist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 1201, 3, 21342, 17966, 6, 2377, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 203, 43, 3, 4651, 5291, 9, 36, 29, 23, 38, 8, 2377, 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, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 2377, 3274, 96, 4651, 5291, 9, 36, 29, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What song has filipa sousa as an artist?
SELECT song FROM table_name_94 WHERE artist = "filipa sousa"
CREATE TABLE table_name_94 (song VARCHAR, artist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 7, 2444, 584, 4280, 28027, 6, 2377, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2324, 65, 361, 7446, 9, 2539, 9, 38, 46, 2377, 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, 2324, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 2377, 3274, 96, 89, 23, 7446, 9, 2539, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many rounds have a Surface of wintry asphalt?
SELECT COUNT(round) FROM table_name_24 WHERE surface = "wintry asphalt"
CREATE TABLE table_name_24 (round VARCHAR, surface VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 7775, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14419, 43, 3, 9, 18884, 13, 1369, 8224, 20158, 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, 2847, 17161, 599, 7775, 61, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 1774, 3274, 96, 3757, 8224, 20158, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Surface has a Support Category of jwrc/pwrc, and a Round larger than 5?
SELECT surface FROM table_name_21 WHERE support_category = "jwrc/pwrc" AND round > 5
CREATE TABLE table_name_21 (surface VARCHAR, support_category VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 26899, 584, 4280, 28027, 6, 380, 834, 8367, 839, 651, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 18884, 65, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1774, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 380, 834, 8367, 839, 651, 3274, 96, 354, 210, 52, 75, 87, 102, 210, 52, 75, 121, 3430, 1751, 2490, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Rally Name has a Surface of asphalt and gravel?
SELECT rally_name FROM table_name_17 WHERE surface = "asphalt and gravel"
CREATE TABLE table_name_17 (rally_name VARCHAR, surface VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 52, 1427, 834, 4350, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 391, 1427, 5570, 65, 3, 9, 18884, 13, 20158, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13980, 834, 4350, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1774, 3274, 96, 9, 7, 21367, 17, 11, 20422, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which dates have a Rally HQ of kingscliff?
SELECT dates FROM table_name_6 WHERE rally_hq = "kingscliff"
CREATE TABLE table_name_6 (dates VARCHAR, rally_hq VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 5522, 7, 584, 4280, 28027, 6, 13980, 834, 107, 1824, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5128, 43, 3, 9, 391, 1427, 3, 21447, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5128, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 13980, 834, 107, 1824, 3274, 96, 1765, 7, 12591, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Round has a Rally HQ of salou?
SELECT MIN(round) FROM table_name_80 WHERE rally_hq = "salou"
CREATE TABLE table_name_80 (round INTEGER, rally_hq VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 7775, 3, 21342, 17966, 6, 13980, 834, 107, 1824, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9609, 65, 3, 9, 391, 1427, 3, 21447, 13, 53...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7775, 61, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 13980, 834, 107, 1824, 3274, 96, 7, 138, 1063, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who were the Opponents on December 18, 2005?
SELECT opponent FROM table_name_31 WHERE date = "december 18, 2005"
CREATE TABLE table_name_31 (opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 130, 8, 4495, 9977, 7, 30, 1882, 14985, 3105, 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, 15264, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 833, 3274, 96, 221, 75, 18247, 14985, 3105, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Coach has a Runner-up of northeastern and a Score of 6–3?
SELECT coach FROM table_name_82 WHERE runner_up = "northeastern" AND score = "6–3"
CREATE TABLE table_name_82 (coach VARCHAR, runner_up VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 509, 1836, 584, 4280, 28027, 6, 3, 10806, 834, 413, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9493, 65, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 3763, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 3, 10806, 834, 413, 3274, 96, 29, 127, 532, 9, 13072, 121, 3430, 2604, 3274, 96, 948, 104, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the Score of the Year larger than 2004 and a Runner-up of northeastern?
SELECT score FROM table_name_43 WHERE year > 2004 AND runner_up = "northeastern"
CREATE TABLE table_name_43 (score VARCHAR, year VARCHAR, runner_up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 7, 9022, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 3, 10806, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 17763, 13, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 215, 2490, 4406, 3430, 3, 10806, 834, 413, 3274, 96, 29, 127, 532, 9, 13072, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Name the Runner-up of a Year in 1963?
SELECT runner_up FROM table_name_18 WHERE year = 1963
CREATE TABLE table_name_18 (runner_up VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 10806, 834, 413, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 3, 23572, 18, 413, 13, 3, 9, 2929, 16, 20613, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 10806, 834, 413, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 215, 3274, 20613, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the highest Year with a Score of 4–1?
SELECT MAX(year) FROM table_name_71 WHERE score = "4–1"
CREATE TABLE table_name_71 (year INTEGER, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 1201, 3, 21342, 17966, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 2030, 2929, 28, 3, 9, 17763, 13, 314, 104, 536, 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, 4800, 4, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 2604, 3274, 96, 591, 104, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Start has a Qual of 207.590?
SELECT start FROM table_name_55 WHERE qual = "207.590"
CREATE TABLE table_name_55 (start VARCHAR, qual VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 10208, 584, 4280, 28027, 6, 3, 11433, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3273, 65, 3, 9, 2415, 138, 13, 460, 15731, 2394, 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, 456, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 3, 11433, 3274, 96, 1755, 15731, 2394, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Year has a Rank of 25?
SELECT year FROM table_name_64 WHERE rank = "25"
CREATE TABLE table_name_64 (year VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 1201, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2929, 65, 3, 9, 3, 22557, 13, 944, 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, 215, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 11003, 3274, 96, 1828, 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 Laps have a Finish of 15?
SELECT laps FROM table_name_30 WHERE finish = "15"
CREATE TABLE table_name_30 (laps VARCHAR, finish VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 8478, 7, 584, 4280, 28027, 6, 1992, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 325, 102, 7, 43, 3, 9, 17578, 13, 627, 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, 14941, 7, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 1992, 3274, 96, 1808, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Qual has Laps smaller than 195, and a Rank of 25?
SELECT qual FROM table_name_74 WHERE laps < 195 AND rank = "25"
CREATE TABLE table_name_74 (qual VARCHAR, laps VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 11433, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2415, 138, 65, 325, 102, 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, 3, 11433, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 14941, 7, 3, 2, 3, 22464, 3430, 11003, 3274, 96, 1828, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Rank has a Finish of 8?
SELECT rank FROM table_name_11 WHERE finish = "8"
CREATE TABLE table_name_11 (rank VARCHAR, finish VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 6254, 584, 4280, 28027, 6, 1992, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 22557, 65, 3, 9, 17578, 13, 505, 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, 11003, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 1992, 3274, 96, 927, 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 Rank has a Heat larger than 7?
SELECT MAX(rank) FROM table_name_58 WHERE heat > 7
CREATE TABLE table_name_58 (rank INTEGER, heat INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 6254, 3, 21342, 17966, 6, 1678, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 22557, 65, 3, 9, 7862, 2186, 145, 489, 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, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 1678, 2490, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Heat has a Nation of australia, and a Rank larger than 7?
SELECT MAX(heat) FROM table_name_36 WHERE nation = "australia" AND rank > 7
CREATE TABLE table_name_36 (heat INTEGER, nation VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 88, 144, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7862, 65, 3, 9, 11046, 13, 23...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 88, 144, 61, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 2982, 3274, 96, 2064, 8792, 23, 9, 121, 3430, 11003, 2490, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the average number of podiums for drivers with under 12 finishes and under 1 start?
SELECT AVG(podiums) FROM table_name_24 WHERE finishes < 12 AND starts < 1
CREATE TABLE table_name_24 (podiums INTEGER, finishes VARCHAR, starts VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 11410, 2552, 7, 3, 21342, 17966, 6, 13084, 584, 4280, 28027, 6, 3511, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 11410, 2552, 7, 61, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 13084, 3, 2, 586, 3430, 3511, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the number of wins associated with 1 point, more than 1 start, and under 7 finishes?
SELECT wins FROM table_name_68 WHERE finishes < 7 AND starts > 1 AND points = 1
CREATE TABLE table_name_68 (wins VARCHAR, points VARCHAR, finishes VARCHAR, starts VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 3757, 7, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 13084, 584, 4280, 28027, 6, 3511, 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, 0, 0...
[ 3, 23143, 14196, 9204, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 13084, 3, 2, 489, 3430, 3511, 2490, 209, 3430, 979, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the number of finishes associated with 13 starts, more than 169 points, and 96 stage wins?
SELECT finishes FROM table_name_12 WHERE starts = 13 AND points > 169 AND stage_wins = 96
CREATE TABLE table_name_12 (finishes VARCHAR, stage_wins VARCHAR, starts VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 25535, 15, 7, 584, 4280, 28027, 6, 1726, 834, 3757, 7, 584, 4280, 28027, 6, 3511, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 13084, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 3511, 3274, 1179, 3430, 979, 2490, 3, 27096, 3430, 1726, 834, 3757, 7, 3274, 3, 4314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who directed the episode with production code 40811-005?
SELECT director FROM table_name_7 WHERE prod_code = "40811-005"
CREATE TABLE table_name_7 (director VARCHAR, prod_code VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 25982, 584, 4280, 28027, 6, 813, 26, 834, 4978, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 6640, 8, 5640, 28, 999, 1081, 1283, 4959, 18930...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2090, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 813, 26, 834, 4978, 3274, 96, 2445, 4959, 18930, 3076, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the title of the episode with production code 40811-002?
SELECT title FROM table_name_87 WHERE prod_code = "40811-002"
CREATE TABLE table_name_87 (title VARCHAR, prod_code VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 21869, 584, 4280, 28027, 6, 813, 26, 834, 4978, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2233, 13, 8, 5640, 28, 999, 1081, 1283...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2233, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 813, 26, 834, 4978, 3274, 96, 2445, 4959, 18930, 4305, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the tournament when the score is 2-6, 4-6?
SELECT tournament FROM table_name_1 WHERE score = "2-6, 4-6"
CREATE TABLE table_name_1 (tournament VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 5892, 116, 8, 2604, 19, 204, 5783, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 2604, 3274, 96, 7412, 11071, 3, 20445, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the outcome on april 24, 1988?
SELECT outcome FROM table_name_20 WHERE date = "april 24, 1988"
CREATE TABLE table_name_20 (outcome VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 670, 287, 15, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 6138, 30, 3, 9, 2246, 40, 14320, 10414, 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, 6138, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 833, 3274, 96, 9, 2246, 40, 14320, 10414, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the date when the tournament is san diego and the opponent is ann grossman?
SELECT date FROM table_name_92 WHERE tournament = "san diego" AND opponent = "ann grossman"
CREATE TABLE table_name_92 (date VARCHAR, tournament VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 5522, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 116, 8, 5892, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 5892, 3274, 96, 7, 152, 67, 839, 121, 3430, 15264, 3274, 96, 152, 29, 8690, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what is the outcome when the tournament is san diego and the opponent is ann grossman?
SELECT outcome FROM table_name_40 WHERE tournament = "san diego" AND opponent = "ann grossman"
CREATE TABLE table_name_40 (outcome VARCHAR, tournament VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 670, 287, 15, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 6138, 116, 8, 589...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6138, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 5892, 3274, 96, 7, 152, 67, 839, 121, 3430, 15264, 3274, 96, 152, 29, 8690, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what is the score when the opponent is ann grossman?
SELECT score FROM table_name_79 WHERE opponent = "ann grossman"
CREATE TABLE table_name_79 (score VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 7, 9022, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2604, 116, 8, 15264, 19, 46, 29, 8690, 348, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 15264, 3274, 96, 152, 29, 8690, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the outcome when the tournament is tokyo?
SELECT outcome FROM table_name_83 WHERE tournament = "tokyo"
CREATE TABLE table_name_83 (outcome VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 670, 287, 15, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 6138, 116, 8, 5892, 19, 12, 3781, 32, 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, 6138, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 5892, 3274, 96, 235, 3781, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
In what Year was the 32nd Ceremony with winner William A. Horning in the Film North by Northwest?
SELECT year FROM table_name_87 WHERE ceremony = "32nd" AND name = "william a. horning" AND film = "north by northwest"
CREATE TABLE table_name_87 (year VARCHAR, film VARCHAR, ceremony VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 1201, 584, 4280, 28027, 6, 814, 584, 4280, 28027, 6, 7252, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 2929, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 215, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 7252, 3274, 96, 2668, 727, 121, 3430, 564, 3274, 96, 8894, 23, 265, 3, 9, 5, 3, 6293, 53, 121, 3430, 814, 3274, 96, 29, 127, 189, 57, 24155, 121, 1, -100, ...
In what Year was the Film Your National Gallery winner?
SELECT year FROM table_name_70 WHERE film = "your national gallery"
CREATE TABLE table_name_70 (year VARCHAR, film VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 1201, 584, 4280, 28027, 6, 814, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 2929, 47, 8, 3417, 696, 868, 7557, 4668, 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, 215, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 814, 3274, 96, 13055, 1157, 4865, 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 Film with winner Jerome Kern in the 19th Ceremony?
SELECT film FROM table_name_47 WHERE ceremony = "19th" AND name = "jerome kern"
CREATE TABLE table_name_47 (film VARCHAR, ceremony VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 9988, 584, 4280, 28027, 6, 7252, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3417, 28, 4668, 1022, 11956, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 814, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 7252, 3274, 96, 2294, 189, 121, 3430, 564, 3274, 96, 1924, 11956, 3, 2304, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Academy Award for the Film Educating Peter?
SELECT academy_award FROM table_name_34 WHERE film = "educating peter"
CREATE TABLE table_name_34 (academy_award VARCHAR, film VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 9, 6615, 2258, 834, 9, 2239, 584, 4280, 28027, 6, 814, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4702, 3677, 21, 8, 3417, 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, 0...
[ 3, 23143, 14196, 25990, 834, 9, 2239, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 814, 3274, 96, 23251, 158, 449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Number of electorates (2009) has 188 Constituents?
SELECT number_of_electorates__2009_ FROM table_name_93 WHERE constituency_number = "188"
CREATE TABLE table_name_93 (number_of_electorates__2009_ VARCHAR, constituency_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 5525, 1152, 834, 858, 834, 400, 5317, 6203, 834, 834, 16660, 834, 584, 4280, 28027, 6, 6439, 4392, 834, 5525, 1152, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 381, 834, 858, 834, 400, 5317, 6203, 834, 834, 16660, 834, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 6439, 4392, 834, 5525, 1152, 3274, 96, 25794, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who is the runner(s)-up with a winning score of −5 (72-71-68=211)?
SELECT runner_s__up FROM table_name_48 WHERE winning_score = −5(72 - 71 - 68 = 211)
CREATE TABLE table_name_48 (runner_s__up VARCHAR, winning_score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 6, 3447, 834, 7, 9022, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 3, 10806, 599,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 10806, 834, 7, 834, 834, 413, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 3447, 834, 7, 9022, 3274, 3, 2, 755, 599, 5865, 3, 18, 3, 4450, 3, 18, 3, 3651, 3274, 1401, 6982, 1, -100, -100, -100, -100, ...
What date was there a playoff on the margin of victory during the Shirley Englehorn Invitational?
SELECT date FROM table_name_36 WHERE margin_of_victory = "playoff" AND tournament = "shirley englehorn invitational"
CREATE TABLE table_name_36 (date VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 5522, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 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, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 4895, 1647, 121, 3430, 5892, 3274, 96, 7, 9288, 1306, 3, 35, 3537, 6293, 7146, 138, 121, 1, -100, -100, -100, -100,...
Who is the runner(s)-up for the Lady Carling Open with 3 strokes margin of victory?
SELECT runner_s__up FROM table_name_10 WHERE margin_of_victory = "3 strokes" AND tournament = "lady carling open"
CREATE TABLE table_name_10 (runner_s__up VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 10806, 834, 7, 834, 834, 413, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 519, 9529, 7, 121, 3430, 5892, 3274, 96, 521, 26, 63, 443, 697, 539, 121, 1, -100, ...
What is the attendance in a week larter than 4, on December 6, 1992?
SELECT attendance FROM table_name_80 WHERE week > 4 AND date = "december 6, 1992"
CREATE TABLE table_name_80 (attendance VARCHAR, week VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 15116, 663, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11364, 16, 3, 9, 471, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11364, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 471, 2490, 314, 3430, 833, 3274, 96, 221, 75, 18247, 8580, 9047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...