NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
Show the Result of inger miller?
SELECT result FROM table_name_75 WHERE athlete = "inger miller"
CREATE TABLE table_name_75 (result VARCHAR, athlete VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 17893, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3111, 8, 3, 20119, 13, 3, 9963, 3293, 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, 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, 741, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 17893, 3274, 96, 9963, 3293, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many byes for the team with more than 14 losses and more than 0 wins?
SELECT AVG(byes) FROM table_name_92 WHERE losses > 14 AND wins > 0
CREATE TABLE table_name_92 (byes INTEGER, losses VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 969, 15, 7, 3, 21342, 17966, 6, 8467, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 57, 15, 7, 21, 8, 372...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 8467, 2490, 968, 3430, 9204, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many wins for the Caramut team with fewer than 11 losses and fewer than 2 byes?
SELECT MAX(wins) FROM table_name_48 WHERE losses < 11 AND mininera_dfl = "caramut" AND byes < 2
CREATE TABLE table_name_48 (wins INTEGER, byes VARCHAR, losses VARCHAR, mininera_dfl VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 3757, 7, 3, 21342, 17966, 6, 57, 15, 7, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 3016, 687, 9, 834, 26, 89, 40, 584, 4280, 28027, 61, 3, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 8467, 3, 2, 850, 3430, 3016, 687, 9, 834, 26, 89, 40, 3274, 96, 1720, 9, 4246, 121, 3430, 57, 15, 7, 3, 2, 204, 1, -100, -100, -1...
How many wins for the team with more than 1282 against and fewer than 14 losses?
SELECT MIN(wins) FROM table_name_59 WHERE against > 1282 AND losses < 14
CREATE TABLE table_name_59 (wins INTEGER, against VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 3757, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 21, 8, 372, 28, 72, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 581, 2490, 586, 4613, 3430, 8467, 3, 2, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many wins for the team with fewer than 2 byes?
SELECT AVG(wins) FROM table_name_1 WHERE byes < 2
CREATE TABLE table_name_1 (wins INTEGER, byes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 3757, 7, 3, 21342, 17966, 6, 57, 15, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 21, 8, 372, 28, 3, 10643, 145, 204, 57, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 57, 15, 7, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many against for the Moyston-Willaura team with 4 losses and fewer than 2 byes?
SELECT MAX(against) FROM table_name_15 WHERE losses = 4 AND mininera_dfl = "moyston-willaura" AND byes < 2
CREATE TABLE table_name_15 (against INTEGER, byes VARCHAR, losses VARCHAR, mininera_dfl VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 57, 15, 7, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 3016, 687, 9, 834, 26, 89, 40, 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, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 8467, 3274, 314, 3430, 3016, 687, 9, 834, 26, 89, 40, 3274, 96, 51, 32, 63, 4411, 18, 8894, 9, 2414, 121, 3430, 57, 15, 7, ...
Who is the player of the match at canberra stadium?
SELECT player FROM table_name_89 WHERE venue = "canberra stadium"
CREATE TABLE table_name_89 (player VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 20846, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 1959, 13, 8, 1588, 44, 54, 115, 16841, 14939, 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, 1959, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 5669, 3274, 96, 1608, 115, 16841, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the average number of tries of player israel folau?
SELECT AVG(tries) FROM table_name_25 WHERE player = "israel folau"
CREATE TABLE table_name_25 (tries INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 9000, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 3, 9000, 13, 1959, 3, 30178, 5575, 40, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 9000, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 1959, 3274, 96, 30178, 5575, 40, 402, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What round is player phil graham in?
SELECT round FROM table_name_8 WHERE player = "phil graham"
CREATE TABLE table_name_8 (round VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 7775, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1751, 19, 1959, 3, 18118, 3, 3484, 1483, 16, 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, 1751, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 1959, 3274, 96, 18118, 3, 3484, 1483, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who is the opponent of the match at cua stadium?
SELECT opponent FROM table_name_7 WHERE venue = "cua stadium"
CREATE TABLE table_name_7 (opponent VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 32, 102, 9977, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 15264, 13, 8, 1588, 44, 123, 9, 14939, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 5669, 3274, 96, 1071, 9, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the opponent of player phil graham?
SELECT opponent FROM table_name_72 WHERE player = "phil graham"
CREATE TABLE table_name_72 (opponent VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 15264, 13, 1959, 3, 18118, 3, 3484, 1483, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 1959, 3274, 96, 18118, 3, 3484, 1483, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Can you tell me the Money (£) that has the Country of england, and the Player of malcolm mackenzie?
SELECT money___£__ FROM table_name_59 WHERE country = "england" AND player = "malcolm mackenzie"
CREATE TABLE table_name_59 (money___£__ VARCHAR, country VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 28442, 834, 834, 834, 19853, 834, 834, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 540, 834, 834, 834, 19853, 834, 834, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 684, 3274, 96, 4606, 40, 232, 121, 3430, 1959, 3274, 96, 1982, 3297, 51, 954, 4695, 5600, 121, 1, -100, -100, -100, -100, -100,...
Which Year has a Nominee of stephen sondheim, and a Category of the best original score?
SELECT year FROM table_name_90 WHERE nominee = "stephen sondheim" AND category = "best original score"
CREATE TABLE table_name_90 (year VARCHAR, nominee VARCHAR, category VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 1201, 584, 4280, 28027, 6, 21077, 584, 4280, 28027, 6, 3295, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2929, 65, 3, 9, 465, 8695, 15, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 215, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 21077, 3274, 96, 849, 19017, 520, 26, 3254, 121, 3430, 3295, 3274, 96, 9606, 926, 2604, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Result has a Category of the best costume design?
SELECT result FROM table_name_3 WHERE category = "best costume design"
CREATE TABLE table_name_3 (result VARCHAR, category VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 3295, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 20119, 65, 3, 9, 17459, 13, 8, 200, 11594, 408...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 3295, 3274, 96, 9606, 11594, 408, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Nominee has an Award Ceremony of tony award, and a Category of the best performance by a leading actor in a musical?
SELECT nominee FROM table_name_73 WHERE award_ceremony = "tony award" AND category = "best performance by a leading actor in a musical"
CREATE TABLE table_name_73 (nominee VARCHAR, award_ceremony VARCHAR, category VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 3114, 630, 15, 584, 4280, 28027, 6, 2760, 834, 2110, 15, 21208, 584, 4280, 28027, 6, 3295, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 465...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 21077, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 2760, 834, 2110, 15, 21208, 3274, 96, 17, 106, 63, 2760, 121, 3430, 3295, 3274, 96, 9606, 821, 57, 3, 9, 1374, 7556, 16, 3, 9, 4183, 121, 1, -100, -100, ...
When there are more than 126 errors, more than 551 kills, and more than 40 assists for the 2007 season, what is the total of Solo Blocks?
SELECT SUM(solo_blocks) FROM table_name_24 WHERE errors > 126 AND kills > 551 AND season = "2007" AND assists > 40
CREATE TABLE table_name_24 (solo_blocks INTEGER, assists VARCHAR, season VARCHAR, errors VARCHAR, kills VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 4099, 32, 834, 10734, 7, 3, 21342, 17966, 6, 13041, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 6, 6854, 584, 4280, 28027, 6, 5781, 7, 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, 180, 6122, 599, 4099, 32, 834, 10734, 7, 61, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 6854, 2490, 3, 21976, 3430, 5781, 7, 2490, 305, 5553, 3430, 774, 3274, 96, 20615, 121, 3430, 13041, 2490, 1283, 1, -100...
When there is less than 13 services aces with a percentage greater than 0.34900000000000003, what is the smallest total attempts?
SELECT MIN(total_attempts) FROM table_name_47 WHERE percentage > 0.34900000000000003 AND service_aces < 13
CREATE TABLE table_name_47 (total_attempts INTEGER, percentage VARCHAR, service_aces VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 235, 1947, 834, 144, 17, 9045, 7, 3, 21342, 17966, 6, 5294, 584, 4280, 28027, 6, 313, 834, 9, 2319, 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, 3, 17684, 599, 235, 1947, 834, 144, 17, 9045, 7, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 5294, 2490, 3, 19997, 3647, 19568, 19568, 19568, 4928, 3430, 313, 834, 9, 2319, 3, 2, 1179, 1, -100, -100, -1...
When the percentage is 0.34900000000000003 with more than 13 solo blocks and less than 4713 total attempts, what is the greatest assists?
SELECT MAX(assists) FROM table_name_63 WHERE percentage < 0.34900000000000003 AND solo_blocks > 13 AND total_attempts < 4713
CREATE TABLE table_name_63 (assists INTEGER, total_attempts VARCHAR, percentage VARCHAR, solo_blocks VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 6500, 7, 17, 7, 3, 21342, 17966, 6, 792, 834, 144, 17, 9045, 7, 584, 4280, 28027, 6, 5294, 584, 4280, 28027, 6, 6729, 834, 10734, 7, 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, 4800, 4, 599, 6500, 7, 17, 7, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 5294, 3, 2, 3, 19997, 3647, 19568, 19568, 19568, 4928, 3430, 6729, 834, 10734, 7, 2490, 1179, 3430, 792, 834, 144, 17, 9045, 7, ...
When assists is more than 32 and total blocks is more than 88, what is the total of block assists?
SELECT SUM(Block) AS assists FROM table_name_12 WHERE assists > 32 AND total_blocks > 88
CREATE TABLE table_name_12 (Block INTEGER, assists VARCHAR, total_blocks VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 279, 4029, 3, 21342, 17966, 6, 13041, 584, 4280, 28027, 6, 792, 834, 10734, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 13041, 19, 72, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 279, 4029, 61, 6157, 13041, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 13041, 2490, 3538, 3430, 792, 834, 10734, 7, 2490, 3, 4060, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the total number of Against, when Losses is less than 52, when Matches is greater than 4, and when Draw is less than 2?
SELECT COUNT(against) FROM table_name_66 WHERE losses < 52 AND matches > 4 AND draw < 2
CREATE TABLE table_name_66 (against VARCHAR, draw VARCHAR, losses VARCHAR, matches VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 9, 16720, 7, 17, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 6407, 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, 2847, 17161, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 8467, 3, 2, 9065, 3430, 6407, 2490, 314, 3430, 3314, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total number of Against, when Draw is greater than 48?
SELECT COUNT(against) FROM table_name_12 WHERE draw > 48
CREATE TABLE table_name_12 (against VARCHAR, draw INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 9, 16720, 7, 17, 584, 4280, 28027, 6, 3314, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 3, 20749, 6, 116, 19183, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 3314, 2490, 4678, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest Losses, when Wins is "1", and when Matches is less than 2?
SELECT MAX(losses) FROM table_name_21 WHERE wins = 1 AND matches < 2
CREATE TABLE table_name_21 (losses INTEGER, wins VARCHAR, matches VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 2298, 2260, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 6, 6407, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 3144, 2260, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 9204, 3274, 209, 3430, 6407, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the highest Against, when Wins is greater than 2, and when Matches is less than 17?
SELECT MAX(against) FROM table_name_47 WHERE wins > 2 AND matches < 17
CREATE TABLE table_name_47 (against INTEGER, wins VARCHAR, matches VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 6, 6407, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 3, 20749, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 9204, 2490, 204, 3430, 6407, 3, 2, 1003, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest Matches, when Against is less than 7, and when Wins is greater than 1?
SELECT MIN(matches) FROM table_name_74 WHERE against < 7 AND wins > 1
CREATE TABLE table_name_74 (matches INTEGER, against VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 19515, 15, 7, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 12296, 15, 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, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 19515, 15, 7, 61, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 581, 3, 2, 489, 3430, 9204, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What position did tomasz kiełbowicz play?
SELECT position FROM table_name_35 WHERE player = "tomasz kiełbowicz"
CREATE TABLE table_name_35 (position VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 4718, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1102, 410, 12, 2754, 172, 3, 11390, 2, 17710, 447, 172, 577, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1102, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 1959, 3274, 96, 235, 2754, 172, 3, 11390, 2, 17710, 447, 172, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which # of Episodes has a Mole of craig slike?
SELECT MIN(_number_of_episodes) FROM table_name_55 WHERE mole = "craig slike"
CREATE TABLE table_name_55 (_number_of_episodes INTEGER, mole VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 3, 21342, 17966, 6, 2288, 109, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1713, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 61, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 2288, 109, 3274, 96, 2935, 23, 122, 3, 7, 2376, 121, 1, -100, -100, -100, -100, -100, ...
Which host has more than 11 episodes?
SELECT host FROM table_name_95 WHERE _number_of_episodes > 11
CREATE TABLE table_name_95 (host VARCHAR, _number_of_episodes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 12675, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 2290, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2290, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 3, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 2490, 850, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Season has a Mole of frederique van der wal?
SELECT MAX(season) FROM table_name_77 WHERE mole = "frederique van der wal"
CREATE TABLE table_name_77 (season INTEGER, mole VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 9476, 3, 21342, 17966, 6, 2288, 109, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7960, 65, 3, 9, 11019, 15, 13, 2515, 15, 588, 1495, 404...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 9476, 61, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 2288, 109, 3274, 96, 89, 60, 588, 1495, 4049, 74, 3, 5380, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Res., when Time is "1:09"?
SELECT res FROM table_name_51 WHERE time = "1:09"
CREATE TABLE table_name_51 (res VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 60, 7, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7127, 5, 6, 116, 2900, 19, 96, 536, 10, 4198, 121, 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, 3, 60, 7, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 97, 3274, 96, 536, 10, 4198, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Res., when Round is greater than 2, and when Event is "Midwest Cage Championships 25: Inferno"?
SELECT res FROM table_name_92 WHERE round > 2 AND event = "midwest cage championships 25: inferno"
CREATE TABLE table_name_92 (res VARCHAR, round VARCHAR, event VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 60, 7, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 605, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7127, 5, 6, 116, 9609, 19, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 60, 7, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 1751, 2490, 204, 3430, 605, 3274, 96, 6983, 12425, 17276, 10183, 7, 944, 10, 16, 8377, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Time, when Round is "3", when Method is "Decision (unanimous)", and when Record is "7-3"?
SELECT time FROM table_name_45 WHERE round = 3 AND method = "decision (unanimous)" AND record = "7-3"
CREATE TABLE table_name_45 (time VARCHAR, record VARCHAR, round VARCHAR, method VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 715, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 1573, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2900,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 97, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 1751, 3274, 220, 3430, 1573, 3274, 96, 221, 18901, 41, 202, 13607, 1162, 61, 121, 3430, 1368, 3274, 96, 940, 3486, 121, 1, -100, -100, -100, -100, -100, -100, -...
What is Record, when Location is "Des Moines, Iowa , United States", and when Method is "Submission (arm-triangle choke)"?
SELECT record FROM table_name_31 WHERE location = "des moines, iowa , united states" AND method = "submission (arm-triangle choke)"
CREATE TABLE table_name_31 (record VARCHAR, location VARCHAR, method VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 60, 7621, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 6, 1573, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 11392, 6, 116, 10450, 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, 1368, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 1128, 3274, 96, 1395, 5387, 1496, 6, 3, 23, 2381, 9, 3, 6, 18279, 2315, 121, 3430, 1573, 3274, 96, 7304, 5451, 41, 6768, 18, 1788, 13247, 29787, 61, 121, 1,...
What is the score for the game with 213 attending?
SELECT score FROM table_name_3 WHERE attendance = "213"
CREATE TABLE table_name_3 (score VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 7, 9022, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 21, 8, 467, 28, 204, 2368, 7078, 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, 2604, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 11364, 3274, 96, 357, 2368, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the away team for the game in Slough Town?
SELECT away_team FROM table_name_75 WHERE home_team = "slough town"
CREATE TABLE table_name_75 (away_team VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 550, 372, 21, 8, 467, 16, 1804...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 834, 11650, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 40, 4607, 1511, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who was the home team that played against Armthorpe Welfare?
SELECT home_team FROM table_name_51 WHERE away_team = "armthorpe welfare"
CREATE TABLE table_name_51 (home_team VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 234, 372, 24, 1944, 581, 5412, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5553, 549, 17444, 427, 550, 834, 11650, 3274, 96, 6768, 189, 127, 855, 13454, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Tie no for the game with the away team Whyteleafe?
SELECT tie_no FROM table_name_99 WHERE away_team = "whyteleafe"
CREATE TABLE table_name_99 (tie_no VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2262, 15, 150, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 550, 834, 11650, 3274, 96, 24443, 1931, 9, 89, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is home team Maine Road's score?
SELECT score FROM table_name_46 WHERE home_team = "maine road"
CREATE TABLE table_name_46 (score VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 7, 9022, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 234, 372, 13905, 2409, 31, 7, 2604, 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, 2604, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7484, 15, 1373, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What year was the US Open that had a partnering of Maikel Scheffers?
SELECT SUM(year) FROM table_name_56 WHERE partnering = "maikel scheffers" AND championship = "us open"
CREATE TABLE table_name_56 (year INTEGER, partnering VARCHAR, championship VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 1201, 3, 21342, 17966, 6, 3, 26361, 584, 4280, 28027, 6, 10183, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 837, 2384, 24, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 3, 26361, 3274, 96, 6840, 5768, 3, 3992, 7010, 7, 121, 3430, 10183, 3274, 96, 302, 539, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What was the championship before 2012 that had Stephane Houdet Michael Jeremiasz as opponents?
SELECT championship FROM table_name_23 WHERE year < 2012 AND opponents_in_final = "stephane houdet michael jeremiasz"
CREATE TABLE table_name_23 (championship VARCHAR, year VARCHAR, opponents_in_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 17788, 12364, 2009, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 16383, 834, 77, 834, 12406, 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, 10183, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 215, 3, 2, 1673, 3430, 16383, 834, 77, 834, 12406, 3274, 96, 849, 8237, 15, 3, 9492, 221, 17, 2278, 9, 15, 40, 3, 12488, 11658, 7, 172, 121, 1, -100, -10...
What was the score when the Shingo Kunieda Satoshi Saida were the opponents?
SELECT score_in_final FROM table_name_84 WHERE opponents_in_final = "shingo kunieda satoshi saida"
CREATE TABLE table_name_84 (score_in_final VARCHAR, opponents_in_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 7, 9022, 834, 77, 834, 12406, 584, 4280, 28027, 6, 16383, 834, 77, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 834, 77, 834, 12406, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 16383, 834, 77, 834, 12406, 3274, 96, 9525, 32, 3, 157, 202, 5973, 9, 3, 7, 9, 235, 5605, 243, 9, 121, 1, -100, -100, -100, -100, -10...
What year were the opponents Shingo Kunieda Satoshi Saida?
SELECT MIN(year) FROM table_name_22 WHERE opponents_in_final = "shingo kunieda satoshi saida"
CREATE TABLE table_name_22 (year INTEGER, opponents_in_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 1201, 3, 21342, 17966, 6, 16383, 834, 77, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 130, 8, 16383, 14215, 839, 20930, 59...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 16383, 834, 77, 834, 12406, 3274, 96, 9525, 32, 3, 157, 202, 5973, 9, 3, 7, 9, 235, 5605, 243, 9, 121, 1, -100, -100, -100, -100, -100,...
In what place is the golfer with a score of 68-69-73-70=280?
SELECT place FROM table_name_24 WHERE score = 68 - 69 - 73 - 70 = 280
CREATE TABLE table_name_24 (place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 4687, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 286, 19, 8, 4319, 49, 28, 3, 9, 2604, 13, 3, 3651, 18,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 2604, 3274, 3, 3651, 3, 18, 3, 3951, 3, 18, 3, 4552, 3, 18, 2861, 3274, 3, 17518, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the to par of the golfer with winnings of 40,850 and a score of 72-74-70-70=286?
SELECT to_par FROM table_name_52 WHERE money___£__ = "40,850" AND score = 72 - 74 - 70 - 70 = 286
CREATE TABLE table_name_52 (to_par VARCHAR, money___£__ VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 235, 834, 1893, 584, 4280, 28027, 6, 540, 834, 834, 834, 19853, 834, 834, 584, 4280, 28027, 6, 2604, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 540, 834, 834, 834, 19853, 834, 834, 3274, 96, 2445, 6, 17246, 121, 3430, 2604, 3274, 9455, 3, 18, 3, 4581, 3, 18, 2861, 3, 18, 2861, 3274, 204, ...
What is the to par for the player with winnings of 49,500?
SELECT to_par FROM table_name_74 WHERE money___£__ = "49,500"
CREATE TABLE table_name_74 (to_par VARCHAR, money___£__ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 235, 834, 1893, 584, 4280, 28027, 6, 540, 834, 834, 834, 19853, 834, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 12, 260, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 540, 834, 834, 834, 19853, 834, 834, 3274, 96, 3647, 6, 2560, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Score of the Round with Player Aaron Baddeley having a To par of +2?
SELECT score FROM table_name_61 WHERE to_par = "+2" AND player = "aaron baddeley"
CREATE TABLE table_name_61 (score VARCHAR, to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 7, 9022, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 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, 4241, 549, 17444, 427, 12, 834, 1893, 3274, 96, 1220, 357, 121, 3430, 1959, 3274, 96, 9, 291, 106, 1282, 221, 1306, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Charlie Wi's To par?
SELECT to_par FROM table_name_29 WHERE player = "charlie wi"
CREATE TABLE table_name_29 (to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 235, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 12707, 2142, 31, 7, 304, 260, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 1959, 3274, 96, 4059, 1896, 11064, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Country of the T8 Place Player with a Score of 68-74=142?
SELECT country FROM table_name_99 WHERE place = "t8" AND score = 68 - 74 = 142
CREATE TABLE table_name_99 (country VARCHAR, place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 17529, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6993, 13, 8, 332, 927, 339...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 684, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 286, 3274, 96, 17, 927, 121, 3430, 2604, 3274, 3, 3651, 3, 18, 3, 4581, 3274, 3, 24978, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the T8 Place Player with a Score of 68-74=142?
SELECT player FROM table_name_67 WHERE place = "t8" AND score = 68 - 74 = 142
CREATE TABLE table_name_67 (player VARCHAR, place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 20846, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 332, 927, 3399, 12387, 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, 1959, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 286, 3274, 96, 17, 927, 121, 3430, 2604, 3274, 3, 3651, 3, 18, 3, 4581, 3274, 3, 24978, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Country is David Toms from?
SELECT country FROM table_name_84 WHERE player = "david toms"
CREATE TABLE table_name_84 (country VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 17529, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 6993, 19, 1955, 3059, 7, 45, 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, 684, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 1959, 3274, 96, 26, 9, 6961, 12, 51, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the To par for Robert Allenby from Australia
SELECT to_par FROM table_name_6 WHERE country = "australia" AND player = "robert allenby"
CREATE TABLE table_name_6 (to_par VARCHAR, country VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 235, 834, 1893, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 304, 260, 21, 2715...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 684, 3274, 96, 2064, 8792, 23, 9, 121, 3430, 1959, 3274, 96, 5840, 49, 17, 6127, 969, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When Rocco Mediate of the United States has a To par of +2, what was his score?
SELECT score FROM table_name_43 WHERE to_par = "+2" AND country = "united states" AND player = "rocco mediate"
CREATE TABLE table_name_43 (score VARCHAR, player VARCHAR, to_par VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 7, 9022, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 684, 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, 2604, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 12, 834, 1893, 3274, 96, 1220, 357, 121, 3430, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 1959, 3274, 96, 7818, 509, 783, 17, 15, 121, 1, -100, -100, -1...
What is the score for Greg Norman
SELECT score FROM table_name_84 WHERE player = "greg norman"
CREATE TABLE table_name_84 (score VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 7, 9022, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 21, 11859, 13615, 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, 2604, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 1959, 3274, 96, 18301, 7982, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When Rocco Mediate has a To par of +2 and a 69-73=142 score, what is the country listed?
SELECT country FROM table_name_36 WHERE to_par = "+2" AND score = 69 - 73 = 142 AND player = "rocco mediate"
CREATE TABLE table_name_36 (country VARCHAR, player VARCHAR, to_par VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 17529, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 684, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 12, 834, 1893, 3274, 96, 1220, 357, 121, 3430, 2604, 3274, 3, 3951, 3, 18, 3, 4552, 3274, 3, 24978, 3430, 1959, 3274, 96, 7818, 509, 783, 17, 15, 121, 1, -...
What is the country listed that has a place of t4 with a score of 72-70=142?
SELECT country FROM table_name_85 WHERE place = "t4" AND score = 72 - 70 = 142
CREATE TABLE table_name_85 (country VARCHAR, place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 17529, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 684, 2616, 24, 65, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 286, 3274, 96, 17, 20364, 3430, 2604, 3274, 9455, 3, 18, 2861, 3274, 3, 24978, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Home team of the Kidderminster Harriers Away game?
SELECT home_team FROM table_name_20 WHERE away_team = "kidderminster harriers"
CREATE TABLE table_name_20 (home_team VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1210, 372, 13, 8, 13824, 588, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 11650, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 550, 834, 11650, 3274, 96, 2168, 26, 588, 1109, 1370, 3, 3272, 6711, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Date of the Sutton United Home game?
SELECT date FROM table_name_35 WHERE home_team = "sutton united"
CREATE TABLE table_name_35 (date VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 5522, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 13, 8, 180, 12499, 907, 1210, 467, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 12499, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Date of Tie no 35 with a Score of 3–2?
SELECT date FROM table_name_78 WHERE score = "3–2" AND tie_no = "35"
CREATE TABLE table_name_78 (date VARCHAR, score VARCHAR, tie_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 13, 226...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 2604, 3274, 96, 519, 104, 357, 121, 3430, 6177, 834, 29, 32, 3274, 96, 2469, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Tie no of the Carlisle United Away game on 17/11/1990 with a Score of 5–0?
SELECT tie_no FROM table_name_27 WHERE date = "17/11/1990" AND score = "5–0" AND away_team = "carlisle united"
CREATE TABLE table_name_27 (tie_no VARCHAR, away_team VARCHAR, date VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 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, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 833, 3274, 96, 2517, 20223, 13523, 2394, 121, 3430, 2604, 3274, 96, 755, 104, 632, 121, 3430, 550, 834, 11650, 3274, 96, 1720, 40, 159, 109, 1827...
What is the Home team of Tie no 40?
SELECT home_team FROM table_name_35 WHERE tie_no = "40"
CREATE TABLE table_name_35 (home_team VARCHAR, tie_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1210, 372, 13, 2262, 15, 150...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2469, 549, 17444, 427, 6177, 834, 29, 32, 3274, 96, 2445, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Away team of the Merthyr Tydfil Home game with a Score of 1–1?
SELECT away_team FROM table_name_46 WHERE score = "1–1" AND home_team = "merthyr tydfil"
CREATE TABLE table_name_46 (away_team VARCHAR, score VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 71, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 834, 11650, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 2604, 3274, 96, 536, 104, 536, 121, 3430, 234, 834, 11650, 3274, 96, 935, 189, 63, 52, 3, 17, 63, 26, 8027, 121, 1, -100, -100, -100, -100, -100,...
What is the lowest Attendance, when Home Team is "Welling United"?
SELECT MIN(attendance) FROM table_name_26 WHERE home_team = "welling united"
CREATE TABLE table_name_26 (attendance INTEGER, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 15116, 663, 3, 21342, 17966, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 22497, 663, 6, 116, 1210, 2271, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17684, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 234, 834, 11650, 3274, 96, 2091, 53, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Score, when Attendance is "303"?
SELECT score FROM table_name_14 WHERE attendance = 303
CREATE TABLE table_name_14 (score VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 7, 9022, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 17763, 6, 116, 22497, 663, 19, 96, 23335, 121, 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, 2604, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 11364, 3274, 3, 23335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which place is Andy Bean from the United States?
SELECT place FROM table_name_50 WHERE country = "united states" AND player = "andy bean"
CREATE TABLE table_name_50 (place VARCHAR, country VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 4687, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 286, 19, 12838, 17790, 45, 8, 907, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 1959, 3274, 96, 232, 63, 15431, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which United States player has a place of T3?
SELECT player FROM table_name_3 WHERE country = "united states" AND place = "t3"
CREATE TABLE table_name_3 (player VARCHAR, country VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 20846, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 907, 1323, 1959, 65, 3, 9, 286, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 286, 3274, 96, 17, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What country is Lee Trevino from?
SELECT country FROM table_name_41 WHERE player = "lee trevino"
CREATE TABLE table_name_41 (country VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 17529, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 684, 19, 5531, 4691, 2494, 32, 45, 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, 684, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 1959, 3274, 96, 109, 15, 3, 929, 2494, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the state that has the 2012 rank of 43?
SELECT state FROM table_name_98 WHERE rank__2012_ = 43
CREATE TABLE table_name_98 (state VARCHAR, rank__2012_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 5540, 584, 4280, 28027, 6, 11003, 834, 834, 12172, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 538, 24, 65, 8, 1673, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 538, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 11003, 834, 834, 12172, 834, 3274, 8838, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the highest Year, when Apparatus is "Vault", and when Rank-Final is less than 9?
SELECT MAX(year) FROM table_name_45 WHERE apparatus = "vault" AND rank_final < 9
CREATE TABLE table_name_45 (year INTEGER, apparatus VARCHAR, rank_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 1201, 3, 21342, 17966, 6, 20282, 584, 4280, 28027, 6, 11003, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 2929, 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, 4800, 4, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 20282, 3274, 96, 208, 10335, 121, 3430, 11003, 834, 12406, 3, 2, 668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is Year, when Competition Description is "U.S. Championships", when Rank-Final is less than 3, and when Apparatus is "All-Around"?
SELECT year FROM table_name_79 WHERE competition_description = "u.s. championships" AND rank_final < 3 AND apparatus = "all-around"
CREATE TABLE table_name_79 (year VARCHAR, apparatus VARCHAR, competition_description VARCHAR, rank_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 1201, 584, 4280, 28027, 6, 20282, 584, 4280, 28027, 6, 2259, 834, 221, 11830, 584, 4280, 28027, 6, 11003, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 215, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 2259, 834, 221, 11830, 3274, 96, 76, 5, 7, 5, 10183, 7, 121, 3430, 11003, 834, 12406, 3, 2, 220, 3430, 20282, 3274, 96, 1748, 18, 15590, 121, 1, -100, -100, ...
What is Apparatus, when Rank-Final is greater than 6, and when Competition Description is "U.S. Championships"?
SELECT apparatus FROM table_name_9 WHERE rank_final > 6 AND competition_description = "u.s. championships"
CREATE TABLE table_name_9 (apparatus VARCHAR, rank_final VARCHAR, competition_description VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 10198, 144, 302, 584, 4280, 28027, 6, 11003, 834, 12406, 584, 4280, 28027, 6, 2259, 834, 221, 11830, 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, 20282, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 11003, 834, 12406, 2490, 431, 3430, 2259, 834, 221, 11830, 3274, 96, 76, 5, 7, 5, 10183, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the first leg home that had a total aggregate of 3-1?
SELECT home__1st_leg_ FROM table_name_90 WHERE aggregate = "3-1"
CREATE TABLE table_name_90 (home__1st_leg_ VARCHAR, aggregate VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 5515, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 6, 12955, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 166, 4553, 234...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 12955, 3274, 96, 519, 2292, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the 1st leg that had a 4-2 aggregate?
SELECT 1 AS st_leg FROM table_name_33 WHERE aggregate = "4-2"
CREATE TABLE table_name_33 (aggregate VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 31761, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 209, 7, 17, 4553, 24, 141, 3, 9, 314, 4949, 12955, 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, 209, 6157, 3, 7, 17, 834, 5772, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 12955, 3274, 96, 591, 4949, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the 1st leg that had a 1st get home for the Boca Juniors?
SELECT 1 AS st_leg FROM table_name_82 WHERE home__1st_leg_ = "boca juniors"
CREATE TABLE table_name_82 (home__1st_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 5515, 834, 834, 536, 7, 17, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 209, 7, 17, 4553, 24, 141, 3, 9, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 209, 6157, 3, 7, 17, 834, 5772, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 234, 834, 834, 536, 7, 17, 834, 5772, 834, 3274, 96, 26943, 9, 9212, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the 2nd leg that had the Estudiantes La Plata home for the 2nd leg?
SELECT 2 AS nd_leg FROM table_name_41 WHERE home__2nd_leg_ = "estudiantes la plata"
CREATE TABLE table_name_41 (home__2nd_leg_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 5515, 834, 834, 357, 727, 834, 5772, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 204, 727, 4553, 24, 141, 8, 7545, 5291, 8386...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 204, 6157, 3, 727, 834, 5772, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 234, 834, 834, 357, 727, 834, 5772, 834, 3274, 96, 222, 5291, 8386, 50, 16116, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
Can you tell me the Player that has the Place of t5, and the Score of 73-72-71-75=291?
SELECT player FROM table_name_33 WHERE place = "t5" AND score = 73 - 72 - 71 - 75 = 291
CREATE TABLE table_name_33 (player VARCHAR, place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 20846, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, 140, 8, 12387, 24, 65, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 286, 3274, 96, 17, 17395, 3430, 2604, 3274, 3, 4552, 3, 18, 9455, 3, 18, 3, 4450, 3, 18, 6374, 3274, 204, 4729, 1, -100, -100, -100, -100, -100, -100, -100,...
Can you tell me the average Money ($) that has the To par larger than 14, and the Player of ed dudley?
SELECT AVG(money___) AS $__ FROM table_name_87 WHERE to_par > 14 AND player = "ed dudley"
CREATE TABLE table_name_87 (money___ INTEGER, to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 28442, 834, 834, 834, 3, 21342, 17966, 6, 12, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 28442, 834, 834, 834, 61, 6157, 1514, 834, 834, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 12, 834, 1893, 2490, 968, 3430, 1959, 3274, 96, 15, 26, 146, 26, 1306, 121, 1, -100, -100, -100, -...
What is the transfer window for Hleb?
SELECT transfer_window FROM table_name_69 WHERE name = "hleb"
CREATE TABLE table_name_69 (transfer_window VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 7031, 1010, 834, 5165, 2381, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2025, 2034, 21, 454, 109, 115, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2025, 834, 5165, 2381, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 564, 3274, 96, 107, 109, 115, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the lowest ends for Dani Alves?
SELECT MIN(ends) FROM table_name_49 WHERE name = "dani alves"
CREATE TABLE table_name_49 (ends INTEGER, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 989, 7, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 5542, 21, 2744, 23, 71, 8391, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 989, 7, 61, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 564, 3274, 96, 26, 2738, 3, 9, 8391, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the name of the person with a type of transfer, and a Transfer fee of €8m + €2m in variables?
SELECT name FROM table_name_64 WHERE type = "transfer" AND transfer_fee = "€8m + €2m in variables"
CREATE TABLE table_name_64 (name VARCHAR, type VARCHAR, transfer_fee VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 4350, 584, 4280, 28027, 6, 686, 584, 4280, 28027, 6, 2025, 834, 89, 15, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 686, 3274, 96, 7031, 1010, 121, 3430, 2025, 834, 89, 15, 15, 3274, 96, 3378, 927, 51, 1768, 3416, 357, 51, 16, 11445, 121, 1, -100, -100, -100, -100, -100, -...
What is To par, when Margin of Victory is "2 Strokes", and when Tournament is "Women's British Open"?
SELECT to_par FROM table_name_98 WHERE margin_of_victory = "2 strokes" AND tournament = "women's british open"
CREATE TABLE table_name_98 (to_par VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 235, 834, 1893, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3916, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 357, 9529, 7, 121, 3430, 5892, 3274, 96, 210, 32, 904, 31, 7, 3, 2160, 17, 1273, 539, 121, 1, -100, -...
What is Date, when Runner(s)-Up is "Bo-Mee Lee"?
SELECT date FROM table_name_65 WHERE runner_s__up = "bo-mee lee"
CREATE TABLE table_name_65 (date VARCHAR, runner_s__up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 5522, 584, 4280, 28027, 6, 3, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 3, 23572, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 3, 10806, 834, 7, 834, 834, 413, 3274, 96, 115, 32, 18, 526, 15, 90, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is To par, when Margin of Victory is "2 Strokes", and when Tournament is "Women's British Open"?
SELECT to_par FROM table_name_36 WHERE margin_of_victory = "2 strokes" AND tournament = "women's british open"
CREATE TABLE table_name_36 (to_par VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 235, 834, 1893, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3420, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 357, 9529, 7, 121, 3430, 5892, 3274, 96, 210, 32, 904, 31, 7, 3, 2160, 17, 1273, 539, 121, 1, -100, -...
What did Steve Stricker score?
SELECT score FROM table_name_54 WHERE player = "steve stricker"
CREATE TABLE table_name_54 (score VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 7, 9022, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 410, 5659, 472, 5206, 49, 2604, 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, 2604, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 1959, 3274, 96, 849, 162, 3, 7, 1788, 3383, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sum of the number of clubs in seasons before 1992 with more than 3 total wins?
SELECT SUM(number_of_clubs) FROM table_name_30 WHERE season < 1992 AND total_wins > 3
CREATE TABLE table_name_30 (number_of_clubs INTEGER, season VARCHAR, total_wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 5525, 1152, 834, 858, 834, 13442, 7, 3, 21342, 17966, 6, 774, 584, 4280, 28027, 6, 792, 834, 3757, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 5525, 1152, 834, 858, 834, 13442, 7, 61, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 774, 3, 2, 9047, 3430, 792, 834, 3757, 7, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum of the season with 8 clubs and shanghai as the runners-up?
SELECT SUM(season) FROM table_name_63 WHERE number_of_clubs = 8 AND runners_up = "shanghai"
CREATE TABLE table_name_63 (season INTEGER, number_of_clubs VARCHAR, runners_up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 9476, 3, 21342, 17966, 6, 381, 834, 858, 834, 13442, 7, 584, 4280, 28027, 6, 16448, 834, 413, 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, 180, 6122, 599, 9476, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 381, 834, 858, 834, 13442, 7, 3274, 505, 3430, 16448, 834, 413, 3274, 96, 7, 9270, 1024, 23, 121, 1, -100, -100, -100, -100, -100, -100, ...
Who is third-place with less than 5 total wins with china b as the winners?
SELECT third_place FROM table_name_89 WHERE total_wins < 5 AND winners = "china b"
CREATE TABLE table_name_89 (third_place VARCHAR, total_wins VARCHAR, winners VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 14965, 834, 4687, 584, 4280, 28027, 6, 792, 834, 3757, 7, 584, 4280, 28027, 6, 8969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 1025,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1025, 834, 4687, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 792, 834, 3757, 7, 3, 2, 305, 3430, 8969, 3274, 96, 5675, 9, 3, 115, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the lowest total number of wins in a season before 1989 with tianjin as the runners-up and more than 8 clubs?
SELECT MIN(total_wins) FROM table_name_92 WHERE season < 1989 AND runners_up = "tianjin" AND number_of_clubs > 8
CREATE TABLE table_name_92 (total_wins INTEGER, number_of_clubs VARCHAR, season VARCHAR, runners_up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 235, 1947, 834, 3757, 7, 3, 21342, 17966, 6, 381, 834, 858, 834, 13442, 7, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 6, 16448, 834, 413, 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, 3, 17684, 599, 235, 1947, 834, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 774, 3, 2, 9975, 3430, 16448, 834, 413, 3274, 96, 12572, 354, 77, 121, 3430, 381, 834, 858, 834, 13442, 7, 2490, 505, ...
What was the result for Rank 2 on December 6, 1969?
SELECT result FROM table_name_23 WHERE rank_number = "2" AND date = "december 6, 1969"
CREATE TABLE table_name_23 (result VARCHAR, rank_number VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 11003, 834, 5525, 1152, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 11003, 834, 5525, 1152, 3274, 96, 357, 121, 3430, 833, 3274, 96, 221, 75, 18247, 8580, 17185, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the rank # for opponent AT Baylor?
SELECT rank_number FROM table_name_27 WHERE opponent_number = "at baylor"
CREATE TABLE table_name_27 (rank_number VARCHAR, opponent_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 6254, 834, 5525, 1152, 584, 4280, 28027, 6, 15264, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 11003, 1713, 21, 152...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11003, 834, 5525, 1152, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 15264, 834, 5525, 1152, 3274, 96, 144, 10210, 322, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the result for opponent TCU?
SELECT result FROM table_name_89 WHERE opponent_number = "tcu"
CREATE TABLE table_name_89 (result VARCHAR, opponent_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 15264, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 21, 15264, 332, 5211,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 15264, 834, 5525, 1152, 3274, 96, 17, 1071, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What date was the attendance 82,500?
SELECT date FROM table_name_81 WHERE attendance = "82,500"
CREATE TABLE table_name_81 (date VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 5522, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 47, 8, 11364, 505, 22092, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 11364, 3274, 96, 927, 22092, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which League Cup has a Total smaller than 1?
SELECT SUM(league_cup) FROM table_name_3 WHERE total < 1
CREATE TABLE table_name_3 (league_cup INTEGER, total INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 29512, 834, 4658, 3, 21342, 17966, 6, 792, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 3815, 3802, 65, 3, 9, 9273, 2755, 145, 209, 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, 180, 6122, 599, 29512, 834, 4658, 61, 21680, 953, 834, 4350, 834, 519, 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, ...
Which Total has a League Cup smaller than 0?
SELECT MAX(total) FROM table_name_69 WHERE league_cup < 0
CREATE TABLE table_name_69 (total INTEGER, league_cup INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 235, 1947, 3, 21342, 17966, 6, 5533, 834, 4658, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 9273, 65, 3, 9, 3815, 3802, 2755, 145, 3, 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, 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, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 5533, 834, 4658, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Championship has a League Cup larger than 0, and a FA Cup larger than 0?
SELECT MIN(championship) FROM table_name_68 WHERE league_cup > 0 AND fa_cup > 0
CREATE TABLE table_name_68 (championship INTEGER, league_cup VARCHAR, fa_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 17788, 12364, 2009, 3, 21342, 17966, 6, 5533, 834, 4658, 584, 4280, 28027, 6, 3, 89, 9, 834, 4658, 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, 3, 17684, 599, 17788, 12364, 2009, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 5533, 834, 4658, 2490, 3, 632, 3430, 3, 89, 9, 834, 4658, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Championship has a League Cup smaller than 0?
SELECT AVG(championship) FROM table_name_14 WHERE league_cup < 0
CREATE TABLE table_name_14 (championship INTEGER, league_cup INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 17788, 12364, 2009, 3, 21342, 17966, 6, 5533, 834, 4658, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 7666, 65, 3, 9, 3815, 3802, 2755, 145,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 17788, 12364, 2009, 61, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 5533, 834, 4658, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Age (as of 1 February 2014) has a Rank smaller than 9, and a Death date of 24 january 2007?
SELECT age__as_of_1_february_2014_ FROM table_name_3 WHERE rank < 9 AND death_date = "24 january 2007"
CREATE TABLE table_name_3 (age__as_of_1_february_2014_ VARCHAR, rank VARCHAR, death_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 545, 834, 834, 9, 7, 834, 858, 834, 536, 834, 89, 15, 9052, 1208, 834, 10218, 834, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 1687, 834, 5522, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1246, 834, 834, 9, 7, 834, 858, 834, 536, 834, 89, 15, 9052, 1208, 834, 10218, 834, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 11003, 3, 2, 668, 3430, 1687, 834, 5522, 3274, 96, 2266, 3, 7066, 76, 1208, 4...
Which Death date has a Rank smaller than 49, and an Age (as of 1 February 2014) of 112 years, 172 days?
SELECT death_date FROM table_name_65 WHERE rank < 49 AND age__as_of_1_february_2014_ = "112 years, 172 days"
CREATE TABLE table_name_65 (death_date VARCHAR, rank VARCHAR, age__as_of_1_february_2014_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 221, 9, 189, 834, 5522, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 1246, 834, 834, 9, 7, 834, 858, 834, 536, 834, 89, 15, 9052, 1208, 834, 1021...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1687, 834, 5522, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 11003, 3, 2, 9526, 3430, 1246, 834, 834, 9, 7, 834, 858, 834, 536, 834, 89, 15, 9052, 1208, 834, 10218, 834, 3274, 96, 2596, 357, 203, 6, 3, 27...
Which Death date has a Place of death or residence of united states, and an Age (as of 1 February 2014) of 111 years, 61 days?
SELECT death_date FROM table_name_49 WHERE place_of_death_or_residence = "united states" AND age__as_of_1_february_2014_ = "111 years, 61 days"
CREATE TABLE table_name_49 (death_date VARCHAR, place_of_death_or_residence VARCHAR, age__as_of_1_february_2014_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 221, 9, 189, 834, 5522, 584, 4280, 28027, 6, 286, 834, 858, 834, 221, 9, 189, 834, 127, 834, 60, 1583, 3772, 584, 4280, 28027, 6, 1246, 834, 834, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1687, 834, 5522, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 286, 834, 858, 834, 221, 9, 189, 834, 127, 834, 60, 1583, 3772, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 1246, 834, 834, 9, 7, 834, 858, 834, ...
What was the record on Feb 25?
SELECT record FROM table_name_83 WHERE date = "feb 25"
CREATE TABLE table_name_83 (record VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 60, 7621, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1368, 30, 8037, 944, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 833, 3274, 96, 89, 15, 115, 944, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the streak when the opponent was @ new jersey nets?
SELECT streak FROM table_name_26 WHERE opponent = "@ new jersey nets"
CREATE TABLE table_name_26 (streak VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 7, 929, 1639, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 18631, 116, 8, 15264, 47, 3320, 126, 13426, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 18631, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 15264, 3274, 96, 1741, 126, 13426, 3134, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What year was the competition vitry-sur-seine humarathon?
SELECT AVG(year) FROM table_name_41 WHERE competition = "vitry-sur-seine humarathon"
CREATE TABLE table_name_41 (year INTEGER, competition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 1201, 3, 21342, 17966, 6, 2259, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 2259, 11614, 63, 18, 3042, 18, 7, 15, 630, 3, 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, 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, 4853, 549, 17444, 427, 2259, 3274, 96, 5566, 651, 18, 3042, 18, 7, 15, 630, 3, 4884, 291, 24718, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...