NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What Country has a ICAO of EKCH?
SELECT country FROM table_name_67 WHERE icao = "ekch"
CREATE TABLE table_name_67 (country VARCHAR, icao VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 17529, 584, 4280, 28027, 6, 3, 2617, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 6993, 65, 3, 9, 3, 15038, 667, 13, 262, 439, 8360, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 684, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 3, 2617, 32, 3274, 96, 15, 157, 524, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Airport in Oslo?
SELECT airport FROM table_name_64 WHERE city = "oslo"
CREATE TABLE table_name_64 (airport VARCHAR, city VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 2256, 1493, 584, 4280, 28027, 6, 690, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5735, 16, 29206, 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, 3761, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 690, 3274, 96, 32, 7, 40, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Drawn have a Lost smaller than 25, and a Goal Difference of +7, and a Played larger than 34?
SELECT COUNT(drawn) FROM table_name_4 WHERE lost < 25 AND goal_difference = "+7" AND played > 34
CREATE TABLE table_name_4 (drawn VARCHAR, played VARCHAR, lost VARCHAR, goal_difference VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 19489, 29, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 1288, 834, 26, 99, 11788, 584, 4280, 28027, 61, 3, 32105, 32106, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 19489, 29, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 1513, 3, 2, 944, 3430, 1288, 834, 26, 99, 11788, 3274, 96, 1220, 940, 121, 3430, 1944, 2490, 6154, 1, -100, -100, -100, -100, -100, ...
Which Goals For has a Played larger than 34?
SELECT MIN(goals_for) FROM table_name_86 WHERE played > 34
CREATE TABLE table_name_86 (goals_for INTEGER, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 17916, 7, 242, 65, 3, 9, 2911, 15, 26, 2186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 1944, 2490, 6154, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Position has 47 Goals Against, and a Played larger than 34?
SELECT MAX(position) FROM table_name_2 WHERE goals_against = 47 AND played > 34
CREATE TABLE table_name_2 (position INTEGER, goals_against VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 4718, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 14258, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 4718, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 3274, 10635, 3430, 1944, 2490, 6154, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Goals For has a Lost of 12, and a Played larger than 34?
SELECT MAX(goals_for) FROM table_name_28 WHERE lost = 12 AND played > 34
CREATE TABLE table_name_28 (goals_for INTEGER, lost VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1513, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 17916, 7, 242, 65, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 1513, 3274, 586, 3430, 1944, 2490, 6154, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What did Taiwan score?
SELECT score FROM table_name_1 WHERE country = "taiwan"
CREATE TABLE table_name_1 (score VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 7, 9022, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 410, 14441, 2604, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 684, 3274, 96, 17, 9, 23, 3877, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which country placed t9 and had the player jiyai shin?
SELECT country FROM table_name_95 WHERE place = "t9" AND player = "jiyai shin"
CREATE TABLE table_name_95 (country VARCHAR, place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 17529, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 684, 2681, 3, 17, 1298, 11, 141, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 684, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 286, 3274, 96, 17, 1298, 121, 3430, 1959, 3274, 96, 354, 23, 63, 9, 23, 3, 7, 2907, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who scored 69-74=143 for Colombia?
SELECT player FROM table_name_78 WHERE score = 69 - 74 = 143 AND country = "colombia"
CREATE TABLE table_name_78 (player VARCHAR, country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 20846, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 5799, 3, 3951, 18, 4581, 2423, 251...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 2604, 3274, 3, 3951, 3, 18, 3, 4581, 3274, 3, 25133, 3430, 684, 3274, 96, 8135, 14382, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was Momoko Ueda's place?
SELECT place FROM table_name_86 WHERE player = "momoko ueda"
CREATE TABLE table_name_86 (place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 4687, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8822, 12948, 412, 15, 26, 9, 31, 7, 286, 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, 286, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 1959, 3274, 96, 51, 32, 51, 12948, 3, 76, 15, 26, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who placed t5 and had a score of 70-72=142?
SELECT player FROM table_name_45 WHERE place = "t5" AND score = 70 - 72 = 142
CREATE TABLE table_name_45 (player VARCHAR, place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 20846, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 2681, 3, 17, 755, 11, 141, 3, 9,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 286, 3274, 96, 17, 17395, 3430, 2604, 3274, 2861, 3, 18, 9455, 3274, 3, 24978, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What place is David Graham in?
SELECT place FROM table_name_47 WHERE player = "david graham"
CREATE TABLE table_name_47 (place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 4687, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 286, 19, 1955, 15146, 16, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 1959, 3274, 96, 26, 9, 6961, 3, 3484, 1483, 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 goals with less than 30 points, a position less than 10, and more than 57 goals against?
SELECT SUM(goals_for) FROM table_name_14 WHERE points < 30 AND position < 10 AND goals_against > 57
CREATE TABLE table_name_14 (goals_for INTEGER, goals_against VARCHAR, points VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 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, 180, 6122, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 979, 3, 2, 604, 3430, 1102, 3, 2, 335, 3430, 1766, 834, 9, 16720, 7, 17, 2490, 3, 3436, 1, -100, -100, -100, -100, -10...
What is the lowest amount of draws with less than 12 wins and less than 30 played?
SELECT MIN(draws) FROM table_name_27 WHERE wins < 12 AND played < 30
CREATE TABLE table_name_27 (draws INTEGER, wins VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 19489, 7, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 866, 13, 14924, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 9204, 3, 2, 586, 3430, 1944, 3, 2, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest amount of goals with more than 51 goals against and less than 30 played?
SELECT MAX(goals_for) FROM table_name_66 WHERE goals_against > 51 AND played < 30
CREATE TABLE table_name_66 (goals_for INTEGER, goals_against VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 2490, 11696, 3430, 1944, 3, 2, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the number of goals with less than 14 wins and a goal difference less than -4?
SELECT goals_for FROM table_name_97 WHERE wins < 14 AND goal_difference < -4
CREATE TABLE table_name_97 (goals_for VARCHAR, wins VARCHAR, goal_difference VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 839, 5405, 834, 1161, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 1288, 834, 26, 99, 11788, 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, 0...
[ 3, 23143, 14196, 1766, 834, 1161, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 9204, 3, 2, 968, 3430, 1288, 834, 26, 99, 11788, 3, 2, 3, 4278, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average number of goals against with more than 12 wins, 12 losses, and a position greater than 3?
SELECT AVG(goals_against) FROM table_name_98 WHERE wins > 12 AND losses = 12 AND position > 3
CREATE TABLE table_name_98 (goals_against INTEGER, position VARCHAR, wins VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 839, 5405, 834, 9, 16720, 7, 17, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 32105, 32106,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 839, 5405, 834, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 9204, 2490, 586, 3430, 8467, 3274, 586, 3430, 1102, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total number of losses with less than 73 goals for, less than 11 wins, more than 24 points, and a position greater than 15?
SELECT COUNT(losses) FROM table_name_54 WHERE goals_for < 73 AND wins < 11 AND points > 24 AND position > 15
CREATE TABLE table_name_54 (losses VARCHAR, position VARCHAR, points VARCHAR, goals_for VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 2298, 2260, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 1766, 834, 1161, 584, 4280, 28027, 6, 9204, 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, 2847, 17161, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 1766, 834, 1161, 3, 2, 3, 4552, 3430, 9204, 3, 2, 850, 3430, 979, 2490, 997, 3430, 1102, 2490, 627, 1, -100, -100, -100, -100, -...
What is the sum of Goals, when Matches is less than 29?
SELECT SUM(goals) FROM table_name_31 WHERE matches < 29
CREATE TABLE table_name_31 (goals INTEGER, matches INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 839, 5405, 3, 21342, 17966, 6, 6407, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 17916, 7, 6, 116, 12296, 15, 7, 19, 70...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 839, 5405, 61, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 6407, 3, 2, 2838, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest Average, when Goals is "34", and when Matches is less than 37?
SELECT MAX(average) FROM table_name_41 WHERE goals = 34 AND matches < 37
CREATE TABLE table_name_41 (average INTEGER, goals VARCHAR, matches VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 28951, 3, 21342, 17966, 6, 1766, 584, 4280, 28027, 6, 6407, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 23836, 6, 116, 17916, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 28951, 61, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 1766, 3274, 6154, 3430, 6407, 3, 2, 6862, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
With a tonnage of 225 what is the ship type?
SELECT ship_type FROM table_name_93 WHERE tonnage = "225"
CREATE TABLE table_name_93 (ship_type VARCHAR, tonnage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 2009, 834, 6137, 584, 4280, 28027, 6, 12, 29, 9761, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 3, 9, 12, 29, 9761, 13, 3, 20489, 125, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4383, 834, 6137, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 12, 29, 9761, 3274, 96, 20489, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Where was the ship when the ship had captured as the disposition of ship and was carrying 225 tonnage?
SELECT location FROM table_name_29 WHERE disposition_of_ship = "captured" AND tonnage = "225"
CREATE TABLE table_name_29 (location VARCHAR, disposition_of_ship VARCHAR, tonnage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 14836, 584, 4280, 28027, 6, 8295, 834, 858, 834, 2009, 584, 4280, 28027, 6, 12, 29, 9761, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 8295, 834, 858, 834, 2009, 3274, 96, 4010, 2693, 26, 121, 3430, 12, 29, 9761, 3274, 96, 20489, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
For the ship that was a brig and located in the English Channel, what was the disposition of ship?
SELECT disposition_of_ship FROM table_name_57 WHERE ship_type = "brig" AND location = "english channel"
CREATE TABLE table_name_57 (disposition_of_ship VARCHAR, ship_type VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 26, 159, 4718, 834, 858, 834, 2009, 584, 4280, 28027, 6, 4383, 834, 6137, 584, 4280, 28027, 6, 1128, 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, 8295, 834, 858, 834, 2009, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 4383, 834, 6137, 3274, 96, 2160, 122, 121, 3430, 1128, 3274, 96, 4606, 40, 1273, 4245, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
With 14 under the date, what is the tonnage of the ship?
SELECT tonnage FROM table_name_19 WHERE date = "14"
CREATE TABLE table_name_19 (tonnage VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 17, 106, 9761, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 968, 365, 8, 833, 6, 125, 19, 8, 12, 29, 9761, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 12, 29, 9761, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 833, 3274, 96, 2534, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
The ship named Bacchus with a tonnage of t had what disposition of ship?
SELECT disposition_of_ship FROM table_name_37 WHERE tonnage = "t" AND ship_name = "bacchus"
CREATE TABLE table_name_37 (disposition_of_ship VARCHAR, tonnage VARCHAR, ship_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 26, 159, 4718, 834, 858, 834, 2009, 584, 4280, 28027, 6, 12, 29, 9761, 584, 4280, 28027, 6, 4383, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 8295, 834, 858, 834, 2009, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 12, 29, 9761, 3274, 96, 17, 121, 3430, 4383, 834, 4350, 3274, 96, 9305, 8019, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What date was a brig type ship located in SW Approaches?
SELECT date FROM table_name_30 WHERE ship_type = "brig" AND location = "sw approaches"
CREATE TABLE table_name_30 (date VARCHAR, ship_type VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 5522, 584, 4280, 28027, 6, 4383, 834, 6137, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 47, 3, 9, 3, 2160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 4383, 834, 6137, 3274, 96, 2160, 122, 121, 3430, 1128, 3274, 96, 7, 210, 6315, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the attendance at Round 9?
SELECT COUNT(crowd) FROM table_name_59 WHERE round = "round 9"
CREATE TABLE table_name_59 (crowd VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 75, 3623, 26, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 11364, 44, 9609, 668, 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, 2847, 17161, 599, 75, 3623, 26, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 1751, 3274, 96, 7775, 668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Number of electorates (2009) has a Constituency number of 46?
SELECT AVG(number_of_electorates__2009_) FROM table_name_77 WHERE constituency_number = "46"
CREATE TABLE table_name_77 (number_of_electorates__2009_ INTEGER, constituency_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 5525, 1152, 834, 858, 834, 400, 5317, 6203, 834, 834, 16660, 834, 3, 21342, 17966, 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, 1, 1, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 5525, 1152, 834, 858, 834, 400, 5317, 6203, 834, 834, 16660, 834, 61, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 6439, 4392, 834, 5525, 1152, 3274, 96, 4448, 121, 1, -100, -100, -100, -100, -...
What is the capacity of code f4r?
SELECT capacity FROM table_name_81 WHERE code = "f4r"
CREATE TABLE table_name_81 (capacity VARCHAR, code VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 4010, 9, 6726, 584, 4280, 28027, 6, 1081, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2614, 13, 1081, 3, 89, 591, 52, 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, 2614, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 1081, 3274, 96, 89, 591, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the code of 1.5 dci 110, which has a capacity of 1,461cc?
SELECT code FROM table_name_7 WHERE capacity = "1,461cc" AND name = "1.5 dci 110"
CREATE TABLE table_name_7 (code VARCHAR, capacity VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 4978, 584, 4280, 28027, 6, 2614, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1081, 13, 8613, 3, 26, 75, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1081, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 2614, 3274, 96, 4347, 4448, 536, 75, 75, 121, 3430, 564, 3274, 96, 16593, 3, 26, 75, 23, 11190, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Can you tell me the Name that has the Height of 6-5, and the Year of junior?
SELECT name FROM table_name_55 WHERE height = "6-5" AND year = "junior"
CREATE TABLE table_name_55 (name VARCHAR, height VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 4350, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, 140, 8, 5570, 24, 65, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 3902, 3274, 96, 948, 18, 17395, 3430, 215, 3274, 96, 6959, 23, 127, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Can you tell me the average Weight that has Height of 6-9?
SELECT AVG(weight) FROM table_name_69 WHERE height = "6-9"
CREATE TABLE table_name_69 (weight INTEGER, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 9378, 3, 21342, 17966, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, 140, 8, 1348, 14230, 24, 65, 24231, 13, 431, 7141, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 9378, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 3902, 3274, 96, 948, 7141, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What team has fewer than 9 wins and less than 1593 against?
SELECT lexton_plains FROM table_name_18 WHERE wins < 9 AND against < 1593
CREATE TABLE table_name_18 (lexton_plains VARCHAR, wins VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 109, 20706, 834, 18689, 7, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 372, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 90, 20706, 834, 18689, 7, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 9204, 3, 2, 668, 3430, 581, 3, 2, 627, 4271, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the most wins with 0 byes?
SELECT MAX(wins) FROM table_name_84 WHERE byes > 0
CREATE TABLE table_name_84 (wins INTEGER, byes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 3757, 7, 3, 21342, 17966, 6, 57, 15, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 167, 9204, 28, 3, 632, 57, 15, 7, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 57, 15, 7, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What total has 10 as the clubs, with a place greater than 1?
SELECT total FROM table_name_65 WHERE clubs = 10 AND place > 1
CREATE TABLE table_name_65 (total VARCHAR, clubs VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 235, 1947, 584, 4280, 28027, 6, 8122, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 792, 65, 335, 38, 8, 8122, 6,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 792, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 8122, 3274, 335, 3430, 286, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the lowest clubs that have a place greater than 5, with an all around greater than 9.7?
SELECT MIN(clubs) FROM table_name_88 WHERE place > 5 AND all_around > 9.7
CREATE TABLE table_name_88 (clubs INTEGER, place VARCHAR, all_around VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 13442, 7, 3, 21342, 17966, 6, 286, 584, 4280, 28027, 6, 66, 834, 15590, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 7402, 8122, 24...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 13442, 7, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 286, 2490, 305, 3430, 66, 834, 15590, 2490, 5835, 940, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest total that has andrea sinko as the name, with an all around greater than 9.65?
SELECT MAX(total) FROM table_name_98 WHERE name = "andrea sinko" AND all_around > 9.65
CREATE TABLE table_name_98 (total INTEGER, name VARCHAR, all_around VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 235, 1947, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 66, 834, 15590, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 792, 24...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 564, 3274, 96, 232, 864, 5067, 32, 121, 3430, 66, 834, 15590, 2490, 5835, 4122, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many places have bianka panova as the name, with clubs less than 10?
SELECT COUNT(place) FROM table_name_84 WHERE name = "bianka panova" AND clubs < 10
CREATE TABLE table_name_84 (place VARCHAR, name VARCHAR, clubs VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 4687, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 8122, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1747, 43, 3, 12032, 1258, 2131,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4687, 61, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 564, 3274, 96, 12032, 1258, 2131, 6194, 121, 3430, 8122, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Date, when Country is "China", and when Perpetrator is "Shi Yuejun , 35"?
SELECT date FROM table_name_59 WHERE country = "china" AND perpetrator = "shi yuejun , 35"
CREATE TABLE table_name_59 (date VARCHAR, country VARCHAR, perpetrator VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 5522, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 28998, 127, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 6993, 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, 833, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 684, 3274, 96, 5675, 9, 121, 3430, 28998, 127, 3274, 96, 5605, 3, 63, 76, 15, 6959, 3, 6, 3097, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Injured, when Country is "Afghanistan"?
SELECT injured FROM table_name_21 WHERE country = "afghanistan"
CREATE TABLE table_name_21 (injured VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 77, 2047, 1271, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 86, 2047, 1271, 6, 116, 6993, 19, 96, 188, 89, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7532, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 684, 3274, 96, 9, 89, 22637, 343, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Country, when Killed is "100.9", and when Year is greater than 1939.9?
SELECT country FROM table_name_87 WHERE killed = 100.9 AND year > 1939.9
CREATE TABLE table_name_87 (country VARCHAR, killed VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 17529, 584, 4280, 28027, 6, 4792, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 6993, 6, 116, 12672, 1361, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 4792, 3274, 335, 23758, 3430, 215, 2490, 957, 3288, 5, 1298, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average Year, when Date is "04.01 April 1"?
SELECT AVG(year) FROM table_name_64 WHERE date = "04.01 april 1"
CREATE TABLE table_name_64 (year INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 1201, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 2929, 6, 116, 7678, 19, 96, 14161, 4542, 1186, 20...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1201, 61, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 833, 3274, 96, 14161, 4542, 3, 9, 2246, 40, 209, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total number of positions when there are more than 48 goals against, 1 of 29 points are played, and less than 34 games have been played?
SELECT COUNT(position) FROM table_name_61 WHERE goals_against > 48 AND points_1 = "29" AND played < 34
CREATE TABLE table_name_61 (position VARCHAR, played VARCHAR, goals_against VARCHAR, points_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 4718, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 979, 834, 536, 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, 4718, 61, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 2490, 4678, 3430, 979, 834, 536, 3274, 96, 3166, 121, 3430, 1944, 3, 2, 6154, 1, -100, -100, -100, -100, -...
What is the smallest number of goals against when 8 games were lost, and the goals for are 60?
SELECT MIN(goals_against) FROM table_name_86 WHERE lost = 8 AND goals_for = 60
CREATE TABLE table_name_86 (goals_against INTEGER, lost VARCHAR, goals_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 839, 5405, 834, 9, 16720, 7, 17, 3, 21342, 17966, 6, 1513, 584, 4280, 28027, 6, 1766, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 839, 5405, 834, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 1513, 3274, 505, 3430, 1766, 834, 1161, 3274, 1640, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the smallest number of goals against when there are 1 of 18 points, and more than 8 are drawn?
SELECT MIN(goals_against) FROM table_name_58 WHERE points_1 = "18" AND drawn > 8
CREATE TABLE table_name_58 (goals_against INTEGER, points_1 VARCHAR, drawn VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 839, 5405, 834, 9, 16720, 7, 17, 3, 21342, 17966, 6, 979, 834, 536, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 839, 5405, 834, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 979, 834, 536, 3274, 96, 2606, 121, 3430, 6796, 2490, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of goals for when the drawn is less than 7, less than 21 games have been lost, and there are 1 of 33 points?
SELECT COUNT(goals_for) FROM table_name_33 WHERE drawn < 7 AND lost < 21 AND points_1 = "33"
CREATE TABLE table_name_33 (goals_for VARCHAR, points_1 VARCHAR, drawn VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 839, 5405, 834, 1161, 584, 4280, 28027, 6, 979, 834, 536, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 6, 1513, 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, 2847, 17161, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 6796, 3, 2, 489, 3430, 1513, 3, 2, 1401, 3430, 979, 834, 536, 3274, 96, 4201, 121, 1, -100, -100, -100, -100, -100, -1...
Which Engine has a Model of sl500, and a Year From larger than 1999?
SELECT MAX(engine) FROM table_name_57 WHERE model = "sl500" AND year_from > 1999
CREATE TABLE table_name_57 (engine INTEGER, model VARCHAR, year_from VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 20165, 3, 21342, 17966, 6, 825, 584, 4280, 28027, 6, 215, 834, 7152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 10612, 65, 3, 9, 5154, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 20165, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 825, 3274, 96, 7, 40, 2560, 121, 3430, 215, 834, 7152, 2490, 5247, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Engine has a Model of sl500, and a Chassis smaller than 129.067?
SELECT MIN(engine) FROM table_name_60 WHERE model = "sl500" AND chassis < 129.067
CREATE TABLE table_name_60 (engine INTEGER, model VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 20165, 3, 21342, 17966, 6, 825, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 10612, 65, 3, 9, 5154, 13, 3, 7,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 20165, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 825, 3274, 96, 7, 40, 2560, 121, 3430, 22836, 3, 2, 3, 22174, 5, 632, 3708, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many engines have a Model of sl600, and a Year From of 1994, and a Year To smaller than 1995?
SELECT COUNT(engine) FROM table_name_82 WHERE model = "sl600" AND year_from = 1994 AND year_to < 1995
CREATE TABLE table_name_82 (engine VARCHAR, year_to VARCHAR, model VARCHAR, year_from VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 20165, 584, 4280, 28027, 6, 215, 834, 235, 584, 4280, 28027, 6, 825, 584, 4280, 28027, 6, 215, 834, 7152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 20165, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 825, 3274, 96, 7, 40, 6007, 121, 3430, 215, 834, 7152, 3274, 7520, 3430, 215, 834, 235, 3, 2, 7273, 1, -100, -100, -100, -100, -100, ...
Which Year To has an Engine of 119.972, and a Chassis smaller than 129.067?
SELECT MIN(year_to) FROM table_name_14 WHERE engine = 119.972 AND chassis < 129.067
CREATE TABLE table_name_14 (year_to INTEGER, engine VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 1201, 834, 235, 3, 21342, 17966, 6, 1948, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2929, 304, 65, 46, 10612...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1201, 834, 235, 61, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 1948, 3274, 3, 19993, 5, 4327, 357, 3430, 22836, 3, 2, 3, 22174, 5, 632, 3708, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What Time has a Show Name of mornings with neil mitchell?
SELECT time FROM table_name_44 WHERE show_name = "mornings with neil mitchell"
CREATE TABLE table_name_44 (time VARCHAR, show_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 715, 584, 4280, 28027, 6, 504, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2900, 65, 3, 9, 3111, 5570, 13, 1379, 7, 28, 3, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 97, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 504, 834, 4350, 3274, 96, 2528, 29, 53, 7, 28, 3, 29, 15, 173, 181, 1033, 195, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What Time has Ad Freq of 15 minutes, and a Show Name of country today?
SELECT time FROM table_name_37 WHERE ad_freq = "15 minutes" AND show_name = "country today"
CREATE TABLE table_name_37 (time VARCHAR, ad_freq VARCHAR, show_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 715, 584, 4280, 28027, 6, 3, 9, 26, 834, 89, 60, 1824, 584, 4280, 28027, 6, 504, 834, 4350, 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, 97, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 3, 9, 26, 834, 89, 60, 1824, 3274, 96, 1808, 676, 121, 3430, 504, 834, 4350, 3274, 96, 17529, 469, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What Time has a Show Name of mornings with neil mitchell?
SELECT time FROM table_name_15 WHERE show_name = "mornings with neil mitchell"
CREATE TABLE table_name_15 (time VARCHAR, show_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 715, 584, 4280, 28027, 6, 504, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2900, 65, 3, 9, 3111, 5570, 13, 1379, 7, 28, 3, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 97, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 504, 834, 4350, 3274, 96, 2528, 29, 53, 7, 28, 3, 29, 15, 173, 181, 1033, 195, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What Local/Networked has a Show Name of nightline?
SELECT local_networked FROM table_name_99 WHERE show_name = "nightline"
CREATE TABLE table_name_99 (local_networked VARCHAR, show_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 16882, 834, 1582, 1981, 15, 26, 584, 4280, 28027, 6, 504, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 4593, 87, 9688, 1981, 15, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 415, 834, 1582, 1981, 15, 26, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 504, 834, 4350, 3274, 96, 7602, 747, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What News Freq has a Time of 1:00pm–4:00pm?
SELECT news_freq FROM table_name_90 WHERE time = "1:00pm–4:00pm"
CREATE TABLE table_name_90 (news_freq VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 15808, 834, 89, 60, 1824, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3529, 5532, 1824, 65, 3, 9, 2900, 13, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1506, 834, 89, 60, 1824, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 97, 3274, 96, 24294, 2028, 104, 591, 10, 1206, 2028, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the ERP W for 96.7 MHz?
SELECT erp_w FROM table_name_44 WHERE frequency_mhz = 96.7
CREATE TABLE table_name_44 (erp_w VARCHAR, frequency_mhz VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 49, 102, 834, 210, 584, 4280, 28027, 6, 7321, 834, 51, 107, 172, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 22568, 549, 21, 668, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 49, 102, 834, 210, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 7321, 834, 51, 107, 172, 3274, 668, 29045, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the class for Appleton, Wisconsin?
SELECT class FROM table_name_96 WHERE city_of_license = "appleton, wisconsin"
CREATE TABLE table_name_96 (class VARCHAR, city_of_license VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 4057, 584, 4280, 28027, 6, 690, 834, 858, 834, 28062, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 853, 21, 2276, 13248, 6, 10212, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 853, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 690, 834, 858, 834, 28062, 3274, 96, 3096, 13248, 6, 11064, 7, 8056, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the transfers in for Hungary?
SELECT transfers_in FROM table_name_36 WHERE country = "hungary"
CREATE TABLE table_name_36 (transfers_in VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 7031, 1010, 7, 834, 77, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 16319, 16, 21, 22768, 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, 16319, 834, 77, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 684, 3274, 96, 6668, 1208, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are the Transfers out for Peru?
SELECT transfers_out FROM table_name_76 WHERE country = "peru"
CREATE TABLE table_name_76 (transfers_out VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 7031, 1010, 7, 834, 670, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 9900, 7, 91, 21, 17665, 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, 16319, 834, 670, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 684, 3274, 96, 883, 76, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
WHAT POINTS 1 HAD A 22 LOST?
SELECT points_1 FROM table_name_88 WHERE lost = 22
CREATE TABLE table_name_88 (points_1 VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 2700, 7, 834, 536, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 9915, 13777, 134, 209, 454, 6762, 71, 1630, 301...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 979, 834, 536, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1513, 3274, 1630, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
WHAT GOALS AGAINST HAD A GOAL FOR OF 46, AND PLAYED LESS THAN 38?
SELECT SUM(goals_against) FROM table_name_85 WHERE goals_for = 46 AND played < 38
CREATE TABLE table_name_85 (goals_against INTEGER, goals_for VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 839, 5405, 834, 9, 16720, 7, 17, 3, 21342, 17966, 6, 1766, 834, 1161, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 839, 5405, 834, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 1766, 834, 1161, 3274, 9668, 3430, 1944, 3, 2, 6654, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
WHAT IS THE POSITION WITH A LOST OF 6, FOR CAERNARFON TOWN?
SELECT SUM(position) FROM table_name_29 WHERE lost = 6 AND team = "caernarfon town"
CREATE TABLE table_name_29 (position INTEGER, lost VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 4718, 3, 21342, 17966, 6, 1513, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, 3, 16034, 196, 9562, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 4718, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 1513, 3274, 431, 3430, 372, 3274, 96, 658, 49, 29, 291, 89, 106, 1511, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
WHAT IS THE SUM PLAYED WITH POINTS 1 OF 53, AND POSITION LARGER THAN 3?
SELECT SUM(played) FROM table_name_81 WHERE points_1 = "53" AND position > 3
CREATE TABLE table_name_81 (played INTEGER, points_1 VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 4895, 15, 26, 3, 21342, 17966, 6, 979, 834, 536, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, 180, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 979, 834, 536, 3274, 96, 4867, 121, 3430, 1102, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
WHAT IS THE LOST WITH A DRAWN 11, FOR LEEK TOWN?
SELECT MAX(lost) FROM table_name_15 WHERE drawn = 11 AND team = "leek town"
CREATE TABLE table_name_15 (lost INTEGER, drawn VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 2298, 17, 3, 21342, 17966, 6, 6796, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, 301, 14464, 11951, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2298, 17, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 6796, 3274, 850, 3430, 372, 3274, 96, 40, 10266, 1511, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which player has a subtotal of more than 3 and more than 8 in round 1?
SELECT player FROM table_name_59 WHERE subtotal > 3 AND round_1 > 8
CREATE TABLE table_name_59 (player VARCHAR, subtotal VARCHAR, round_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 20846, 584, 4280, 28027, 6, 769, 235, 1947, 584, 4280, 28027, 6, 1751, 834, 536, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 769, 235, 1947, 2490, 220, 3430, 1751, 834, 536, 2490, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the ranking for the United States when the money is $200?
SELECT place FROM table_name_52 WHERE country = "united states" AND money___$__ = "200"
CREATE TABLE table_name_52 (place VARCHAR, country VARCHAR, money___$__ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 4687, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 540, 834, 834, 834, 3229, 834, 834, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 540, 834, 834, 834, 3229, 834, 834, 3274, 96, 3632, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the ranking when Archie Compston is the player and the money is $73?
SELECT place FROM table_name_6 WHERE money___$__ = "73" AND player = "archie compston"
CREATE TABLE table_name_6 (place VARCHAR, money___$__ VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 4687, 584, 4280, 28027, 6, 540, 834, 834, 834, 3229, 834, 834, 584, 4280, 28027, 6, 1959, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 540, 834, 834, 834, 3229, 834, 834, 3274, 96, 4552, 121, 3430, 1959, 3274, 96, 291, 9781, 2890, 4411, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which country has a to par less than 19 and a score of 75-79-77-73=304?
SELECT country FROM table_name_92 WHERE to_par < 19 AND score = 75 - 79 - 77 - 73 = 304
CREATE TABLE table_name_92 (country VARCHAR, to_par VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 17529, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 684, 65, 3, 9, 12, 260...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 684, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 12, 834, 1893, 3, 2, 957, 3430, 2604, 3274, 6374, 3, 18, 3, 4440, 3, 18, 3, 4013, 3, 18, 3, 4552, 3274, 3, 23702, 1, -100, -100, -100, -100, -100, -100, ...
What is the score for the United States when Harry Hampton is the player and the money is $73?
SELECT score FROM table_name_23 WHERE country = "united states" AND money___$__ = "73" AND player = "harry hampton"
CREATE TABLE table_name_23 (score VARCHAR, player VARCHAR, country VARCHAR, money___$__ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 7, 9022, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 540, 834, 834, 834, 3229, 834, 834, 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, 2604, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 540, 834, 834, 834, 3229, 834, 834, 3274, 96, 4552, 121, 3430, 1959, 3274, 96, 3272, 651, 3, 1483, 11632, 121, ...
What is the greatest 2010 for Miami, Fl?
SELECT MAX(2010) FROM table_name_94 WHERE state = "fl" AND major_city_served = "miami"
CREATE TABLE table_name_94 (state VARCHAR, major_city_served VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 5540, 584, 4280, 28027, 6, 779, 834, 6726, 834, 3473, 15, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4016, 2735, 21, 8327, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 14926, 61, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 538, 3274, 96, 89, 40, 121, 3430, 779, 834, 6726, 834, 3473, 15, 26, 3274, 96, 51, 23, 3690, 121, 1, -100, -100, -100, -100, -100, -100, ...
What is the North American release date of the remake with a European release date on 2013-03-20?
SELECT north_american_release_date FROM table_name_25 WHERE european_release_date = "2013-03-20"
CREATE TABLE table_name_25 (north_american_release_date VARCHAR, european_release_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 29, 127, 189, 834, 23064, 29, 834, 21019, 834, 5522, 584, 4280, 28027, 6, 14864, 834, 21019, 834, 5522, 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, 3457, 834, 23064, 29, 834, 21019, 834, 5522, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 14864, 834, 21019, 834, 5522, 3274, 96, 11138, 18, 4928, 7988, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the series with a North American release date on 2013-09-03?
SELECT series FROM table_name_12 WHERE north_american_release_date = "2013-09-03"
CREATE TABLE table_name_12 (series VARCHAR, north_american_release_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 10833, 7, 584, 4280, 28027, 6, 3457, 834, 23064, 29, 834, 21019, 834, 5522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 939, 28, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 939, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 3457, 834, 23064, 29, 834, 21019, 834, 5522, 3274, 96, 11138, 18, 4198, 18, 4928, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the US cash box before 1978 with a US billboard of 35?
SELECT us_cash_box FROM table_name_20 WHERE year < 1978 AND us_billboard = 35
CREATE TABLE table_name_20 (us_cash_box VARCHAR, year VARCHAR, us_billboard VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 302, 834, 75, 3198, 834, 2689, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 178, 834, 3727, 40, 1976, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 178, 834, 75, 3198, 834, 2689, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 215, 3, 2, 14834, 3430, 178, 834, 3727, 40, 1976, 3274, 3097, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the country of the player with a t6 place?
SELECT country FROM table_name_33 WHERE place = "t6"
CREATE TABLE table_name_33 (country VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 17529, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 684, 13, 8, 1959, 28, 3, 9, 3, 17, 948, 286, 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, 684, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 286, 3274, 96, 17, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the place of the player with a 72-71-65=208 score?
SELECT place FROM table_name_33 WHERE score = 72 - 71 - 65 = 208
CREATE TABLE table_name_33 (place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 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, 4450, 18, 412...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 2604, 3274, 9455, 3, 18, 3, 4450, 3, 18, 7123, 3274, 3, 23946, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What country is player thomas bjørn from?
SELECT country FROM table_name_96 WHERE player = "thomas bjørn"
CREATE TABLE table_name_96 (country VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 17529, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 684, 19, 1959, 3, 189, 32, 2754, 3, 115, 354, 2, 52, 29, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4314, 549, 17444, 427, 1959, 3274, 96, 189, 32, 2754, 3, 115, 354, 2, 52, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the place of the player with a 66-68-70=204 score?
SELECT place FROM table_name_86 WHERE score = 66 - 68 - 70 = 204
CREATE TABLE table_name_86 (place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 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, 3, 3539, 18, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 2604, 3274, 3, 3539, 3, 18, 3, 3651, 3, 18, 2861, 3274, 3, 26363, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the number of wins when the goals against is larger than 41, points is 29, and draws are larger than 5?
SELECT COUNT(wins) FROM table_name_53 WHERE goals_against > 41 AND points = 29 AND draws > 5
CREATE TABLE table_name_53 (wins VARCHAR, draws VARCHAR, goals_against VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 3757, 7, 584, 4280, 28027, 6, 14924, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 979, 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, 2847, 17161, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 2490, 8798, 3430, 979, 3274, 2838, 3430, 14924, 2490, 305, 1, -100, -100, -100, -100, -100, -100, -100, -...
What is the number of draws when played is smaller than 30?
SELECT COUNT(draws) FROM table_name_74 WHERE played < 30
CREATE TABLE table_name_74 (draws VARCHAR, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 19489, 7, 584, 4280, 28027, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 14924, 116, 1944, 19, 2755, 145, 604, 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, 2847, 17161, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 1944, 3, 2, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the number of losses when the goal difference was -8, and position is smaller than 10?
SELECT COUNT(losses) FROM table_name_37 WHERE goal_difference = -8 AND position < 10
CREATE TABLE table_name_37 (losses VARCHAR, goal_difference VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 2298, 2260, 584, 4280, 28027, 6, 1288, 834, 26, 99, 11788, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 1288, 834, 26, 99, 11788, 3274, 3, 6039, 3430, 1102, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the wins number when the points were smaller than 27, and goals against was 41?
SELECT SUM(wins) FROM table_name_76 WHERE points < 27 AND goals_against = 41
CREATE TABLE table_name_76 (wins INTEGER, points VARCHAR, goals_against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 3757, 7, 3, 21342, 17966, 6, 979, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 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, 180, 6122, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 979, 3, 2, 2307, 3430, 1766, 834, 9, 16720, 7, 17, 3274, 8798, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the losses when the goal difference is larger than 26?
SELECT MAX(losses) FROM table_name_45 WHERE goal_difference > 26
CREATE TABLE table_name_45 (losses INTEGER, goal_difference INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 2298, 2260, 3, 21342, 17966, 6, 1288, 834, 26, 99, 11788, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8467, 116, 8, 1288, 1750, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 1288, 834, 26, 99, 11788, 2490, 2208, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the goals for when played is larger than 30?
SELECT MIN(goals_for) FROM table_name_72 WHERE played > 30
CREATE TABLE table_name_72 (goals_for INTEGER, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1766, 21, 116, 1944, 19, 2186, 145, 604...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 1944, 2490, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the score on 2 October 2011?
SELECT score FROM table_name_72 WHERE date = "2 october 2011"
CREATE TABLE table_name_72 (score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 30, 204, 1797, 2722, 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, 2604, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 833, 3274, 96, 357, 3, 32, 75, 235, 1152, 2722, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the surface of the tournament with a runner-up outcome and dudi sela as the opponent?
SELECT surface FROM table_name_59 WHERE outcome = "runner-up" AND opponent = "dudi sela"
CREATE TABLE table_name_59 (surface VARCHAR, outcome VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 26899, 584, 4280, 28027, 6, 6138, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1774, 13, 8, 5892, 28, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 1774, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 6138, 3274, 96, 10806, 18, 413, 121, 3430, 15264, 3274, 96, 26, 5291, 142, 521, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the shooter for the WC Beijing event?
SELECT shooter FROM table_name_75 WHERE event = "wc beijing"
CREATE TABLE table_name_75 (shooter VARCHAR, event VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 5630, 32, 449, 584, 4280, 28027, 6, 605, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 4279, 49, 21, 8, 3, 10038, 14465, 605, 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, 4279, 49, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 605, 3274, 96, 210, 75, 468, 354, 53, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
With Olympic Bronze Medalist as the total what are the score points?
SELECT score_points FROM table_name_65 WHERE total = "olympic bronze medalist"
CREATE TABLE table_name_65 (score_points VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 7, 9022, 834, 2700, 7, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 11548, 20841, 20002, 343, 38, 8, 792, 125, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 834, 2700, 7, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 792, 3274, 96, 32, 120, 51, 6174, 13467, 9365, 343, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
With a total of 11, and 10 rank points, what are the score points?
SELECT score_points FROM table_name_25 WHERE rank_points = "10" AND total = "11"
CREATE TABLE table_name_25 (score_points VARCHAR, rank_points VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 7, 9022, 834, 2700, 7, 584, 4280, 28027, 6, 11003, 834, 2700, 7, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 834, 2700, 7, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 11003, 834, 2700, 7, 3274, 96, 1714, 121, 3430, 792, 3274, 96, 2596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who is the shooter with 15 rank points, and 0 score points?
SELECT shooter FROM table_name_56 WHERE rank_points = "15" AND score_points = "0"
CREATE TABLE table_name_56 (shooter VARCHAR, rank_points VARCHAR, score_points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 5630, 32, 449, 584, 4280, 28027, 6, 11003, 834, 2700, 7, 584, 4280, 28027, 6, 2604, 834, 2700, 7, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4279, 49, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 11003, 834, 2700, 7, 3274, 96, 1808, 121, 3430, 2604, 834, 2700, 7, 3274, 96, 632, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
With a total of 11, what is the score points?
SELECT score_points FROM table_name_32 WHERE total = "11"
CREATE TABLE table_name_32 (score_points VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 7, 9022, 834, 2700, 7, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 3, 9, 792, 13, 9694, 125, 19, 8, 2604, 979...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 834, 2700, 7, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 792, 3274, 96, 2596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Losses have a South West DFL of branxholme-wallacedale, and less than 2 Byes?
SELECT AVG(losses) FROM table_name_21 WHERE south_west_dfl = "branxholme-wallacedale" AND byes < 2
CREATE TABLE table_name_21 (losses INTEGER, south_west_dfl VARCHAR, byes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 2298, 2260, 3, 21342, 17966, 6, 3414, 834, 12425, 834, 26, 89, 40, 584, 4280, 28027, 6, 57, 15, 7, 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, 71, 17217, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 3414, 834, 12425, 834, 26, 89, 40, 3274, 96, 1939, 29, 226, 2831, 526, 18, 10279, 3302, 5437, 121, 3430, 57, 15, 7, 3, 2, 204, 1...
Which draws have an average of 14 wins?
SELECT AVG(draws) FROM table_name_89 WHERE wins = 14
CREATE TABLE table_name_89 (draws INTEGER, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 19489, 7, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 14924, 43, 46, 1348, 13, 968, 9204, 58, 1, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 9204, 3274, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many wins have 16 losses and an Against smaller than 3213?
SELECT SUM(wins) FROM table_name_82 WHERE losses = 16 AND against < 3213
CREATE TABLE table_name_82 (wins INTEGER, losses VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 3757, 7, 3, 21342, 17966, 6, 8467, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 43, 898, 8467, 11, 46...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 8467, 3274, 898, 3430, 581, 3, 2, 3538, 2368, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many Draws have a South West DFL of tyrendarra, and less than 10 wins?
SELECT SUM(draws) FROM table_name_83 WHERE south_west_dfl = "tyrendarra" AND wins < 10
CREATE TABLE table_name_83 (draws INTEGER, south_west_dfl VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 19489, 7, 3, 21342, 17966, 6, 3414, 834, 12425, 834, 26, 89, 40, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 19489, 7, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 3414, 834, 12425, 834, 26, 89, 40, 3274, 96, 17, 63, 1536, 26, 10116, 121, 3430, 9204, 3, 2, 335, 1, -100, -100, -100, -100, -100, ...
What Circuit has a Winning constructor of bugatti, and a Winning driver of edward bret?
SELECT circuit FROM table_name_20 WHERE winning_constructor = "bugatti" AND winning_driver = "edward bret"
CREATE TABLE table_name_20 (circuit VARCHAR, winning_constructor VARCHAR, winning_driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 15357, 21560, 584, 4280, 28027, 6, 3447, 834, 15982, 5317, 584, 4280, 28027, 6, 3447, 834, 13739, 52, 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, 4558, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 3447, 834, 15982, 5317, 3274, 96, 14588, 15817, 121, 3430, 3447, 834, 13739, 52, 3274, 96, 15, 26, 2239, 3, 1999, 17, 121, 1, -100, -100, -100, -100, -100, -1...
What Circuit has a Date of 25 july?
SELECT circuit FROM table_name_55 WHERE date = "25 july"
CREATE TABLE table_name_55 (circuit VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 15357, 21560, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 17007, 65, 3, 9, 7678, 13, 944, 3, 2047, 120, 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, 4558, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 833, 3274, 96, 1828, 3, 2047, 120, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What Date has a Name of thuin circuit?
SELECT date FROM table_name_26 WHERE name = "thuin circuit"
CREATE TABLE table_name_26 (date VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 5522, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7678, 65, 3, 9, 5570, 13, 3, 17, 3464, 29, 4558, 58, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 564, 3274, 96, 17, 3464, 29, 4558, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What Name has a Winning constructor of bugatti, and a Winning driver of louis chiron?
SELECT name FROM table_name_78 WHERE winning_constructor = "bugatti" AND winning_driver = "louis chiron"
CREATE TABLE table_name_78 (name VARCHAR, winning_constructor VARCHAR, winning_driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 4350, 584, 4280, 28027, 6, 3447, 834, 15982, 5317, 584, 4280, 28027, 6, 3447, 834, 13739, 52, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 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, 564, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 3447, 834, 15982, 5317, 3274, 96, 14588, 15817, 121, 3430, 3447, 834, 13739, 52, 3274, 96, 40, 1063, 159, 3, 11727, 106, 121, 1, -100, -100, -100, -100, -100, ...
What Winning driver has a Name of mugello circuit?
SELECT winning_driver FROM table_name_55 WHERE name = "mugello circuit"
CREATE TABLE table_name_55 (winning_driver VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 8163, 834, 13739, 52, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 549, 10503, 2535, 65, 3, 9, 5570, 13, 3, 1296...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3447, 834, 13739, 52, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 564, 3274, 96, 12963, 7126, 4558, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Winning driver has a Winning constructor of talbot?
SELECT winning_driver FROM table_name_59 WHERE winning_constructor = "talbot"
CREATE TABLE table_name_59 (winning_driver VARCHAR, winning_constructor VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 8163, 834, 13739, 52, 584, 4280, 28027, 6, 3447, 834, 15982, 5317, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 549, 10503, 2535, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3447, 834, 13739, 52, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 3447, 834, 15982, 5317, 3274, 96, 1947, 4045, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...