NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is the lowest result for Christian Malcolm with a reaction time greater than 0.185 and a lane higher than 3?
SELECT MIN(result) FROM table_name_66 WHERE reaction_time > 0.185 AND name = "christian malcolm" AND lane > 3
CREATE TABLE table_name_66 (result INTEGER, lane VARCHAR, reaction_time VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 60, 7, 83, 17, 3, 21342, 17966, 6, 3, 8102, 584, 4280, 28027, 6, 6363, 834, 715, 584, 4280, 28027, 6, 564, 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, 3, 17684, 599, 60, 7, 83, 17, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 6363, 834, 715, 2490, 4097, 21594, 3430, 564, 3274, 96, 15294, 23, 152, 1460, 3297, 51, 121, 3430, 3, 8102, 2490, 220, 1, -100, ...
What are the lowest conceded with 1 draw, and a score larger than 14?
SELECT MIN(conceded) FROM table_name_71 WHERE draws = 1 AND scored > 14
CREATE TABLE table_name_71 (conceded INTEGER, draws VARCHAR, scored VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 11620, 221, 26, 3, 21342, 17966, 6, 14924, 584, 4280, 28027, 6, 5799, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 7402, 28325, 26, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11620, 221, 26, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 14924, 3274, 209, 3430, 5799, 2490, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What are the lowest losses with more than 13 scored, and more than 7 draws?
SELECT MIN(losses) FROM table_name_38 WHERE scored > 13 AND draws > 7
CREATE TABLE table_name_38 (losses INTEGER, scored VARCHAR, draws VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 2298, 2260, 3, 21342, 17966, 6, 5799, 584, 4280, 28027, 6, 14924, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 7402, 8467, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 5799, 2490, 1179, 3430, 14924, 2490, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average played for less than 8 points?
SELECT AVG(played) FROM table_name_37 WHERE points < 8
CREATE TABLE table_name_37 (played INTEGER, points INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 4895, 15, 26, 3, 21342, 17966, 6, 979, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 1944, 21, 705, 145, 505, 979, 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, 71, 17217, 599, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 979, 3, 2, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What competition has a Result of 1–2?
SELECT competition FROM table_name_73 WHERE result = "1–2"
CREATE TABLE table_name_73 (competition VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2259, 65, 3, 9, 3, 20119, 13, 209, 104, 357, 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, 2259, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 741, 3274, 96, 536, 104, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is moving from fee in Hun country?
SELECT moving_from FROM table_name_33 WHERE country = "hun"
CREATE TABLE table_name_33 (moving_from VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 7168, 53, 834, 7152, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 1735, 45, 2572, 16, 3455, 29, 684, 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, 1735, 834, 7152, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 684, 3274, 96, 107, 202, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is thr type in Aut country?
SELECT type FROM table_name_81 WHERE country = "aut"
CREATE TABLE table_name_81 (type VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 6137, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 189, 52, 686, 16, 1957, 17, 684, 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, 686, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 684, 3274, 96, 402, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who is the owner of the radio station that plays adult hits?
SELECT owner FROM table_name_8 WHERE format = "adult hits"
CREATE TABLE table_name_8 (owner VARCHAR, format VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 13238, 584, 4280, 28027, 6, 1910, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2527, 13, 8, 2252, 2478, 24, 4805, 3165, 8046, 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, 2527, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 1910, 3274, 96, 28491, 8046, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the call sign for the radio owned by astral media?
SELECT call_sign FROM table_name_7 WHERE owner = "astral media"
CREATE TABLE table_name_7 (call_sign VARCHAR, owner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 16482, 834, 6732, 584, 4280, 28027, 6, 2527, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 580, 1320, 21, 8, 2252, 4157, 57, 38, 8792...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 580, 834, 6732, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 2527, 3274, 96, 12163, 138, 783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the frequency for the radio owned by bell media with a call sign of chsu-fm?
SELECT frequency FROM table_name_6 WHERE owner = "bell media" AND call_sign = "chsu-fm"
CREATE TABLE table_name_6 (frequency VARCHAR, owner VARCHAR, call_sign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 30989, 584, 4280, 28027, 6, 2527, 584, 4280, 28027, 6, 580, 834, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7321, 21, 8, 225...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7321, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 2527, 3274, 96, 7708, 783, 121, 3430, 580, 834, 6732, 3274, 96, 524, 7, 76, 18, 89, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the branding for the radio with a frequency of 1150 am?
SELECT branding FROM table_name_44 WHERE frequency = "1150 am"
CREATE TABLE table_name_44 (branding VARCHAR, frequency VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 12164, 53, 584, 4280, 28027, 6, 7321, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 14282, 21, 8, 2252, 28, 3, 9, 7321, 13, 850, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 14282, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 7321, 3274, 96, 2596, 1752, 183, 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 format for the radio with a frequency of 00 96.3 fm?
SELECT format FROM table_name_8 WHERE frequency = "00 96.3 fm"
CREATE TABLE table_name_8 (format VARCHAR, frequency VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 8995, 584, 4280, 28027, 6, 7321, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1910, 21, 8, 2252, 28, 3, 9, 7321, 13, 3, 1206, 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, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1910, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 7321, 3274, 96, 1206, 668, 27865, 3, 89, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the owner of the radio frequency of 0 101.5 fm?
SELECT owner FROM table_name_90 WHERE frequency = "0 101.5 fm"
CREATE TABLE table_name_90 (owner VARCHAR, frequency VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 13238, 584, 4280, 28027, 6, 7321, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2527, 13, 8, 2252, 7321, 13, 3, 632, 335, 16593, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2527, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 7321, 3274, 96, 632, 335, 16593, 3, 89, 51, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
how many times is the name matt targett and the lane higher than 7?
SELECT COUNT(time) FROM table_name_44 WHERE name = "matt targett" AND lane > 7
CREATE TABLE table_name_44 (time VARCHAR, name VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 715, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 149, 186, 648, 19, 8, 564, 6928, 17, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 715, 61, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 564, 3274, 96, 3357, 17, 2387, 17, 121, 3430, 3, 8102, 2490, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what is the highest time when the rank is less than 5 and the name is eamon sullivan?
SELECT MAX(time) FROM table_name_30 WHERE rank < 5 AND name = "eamon sullivan"
CREATE TABLE table_name_30 (time INTEGER, rank VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 715, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2030, 97, 116, 8, 11003, 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, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 715, 61, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 11003, 3, 2, 305, 3430, 564, 3274, 96, 15, 9, 2157, 3, 7, 83, 20580, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the average rank when the lane is more than 4 and the name is dominik meichtry?
SELECT AVG(rank) FROM table_name_97 WHERE lane > 4 AND name = "dominik meichtry"
CREATE TABLE table_name_97 (rank INTEGER, lane VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 6254, 3, 21342, 17966, 6, 3, 8102, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1348, 11003, 116, 8, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 6254, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 3, 8102, 2490, 314, 3430, 564, 3274, 96, 5012, 23, 4953, 140, 362, 8224, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the 2012 Employees (Total) when the rank (2012) is 7?
SELECT 2012 AS _employees__total_ FROM table_name_63 WHERE rank__2012_ = 7
CREATE TABLE table_name_63 (rank__2012_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 6254, 834, 834, 12172, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1673, 15871, 7, 41, 3696, 1947, 61, 116, 8, 11003, 24705, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1673, 6157, 3, 834, 15, 51, 7379, 63, 15, 15, 7, 834, 834, 235, 1947, 834, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 11003, 834, 834, 12172, 834, 3274, 489, 1, -100, -100, -100, -100, -100, -100, -100, -1...
What shows for 2010 Employees (Total) when the employer is University of Alberta?
SELECT SUM(2010 AS _employees__total_) FROM table_name_1 WHERE employer = "university of alberta"
CREATE TABLE table_name_1 (employer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 15, 1167, 28014, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 21, 2735, 15871, 7, 41, 3696, 1947, 61, 116, 8, 6152, 19, 636, 13, 1901...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 14926, 6157, 3, 834, 15, 51, 7379, 63, 15, 15, 7, 834, 834, 235, 1947, 834, 61, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 6152, 3274, 96, 7846, 485, 13, 491, 7041, 9, 121, 1, -100, -100, ...
What year was the 190 South Lasalle Street?
SELECT MAX(year) FROM table_name_9 WHERE name = "190 south lasalle street"
CREATE TABLE table_name_9 (year INTEGER, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 1201, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 3, 11776, 1013, 7263, 13701, 1887, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 1201, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 564, 3274, 96, 11776, 3414, 50, 7, 13701, 2815, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What rank has a Time of 4:00.191?
SELECT rank FROM table_name_94 WHERE time = "4:00.191"
CREATE TABLE table_name_94 (rank VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 6254, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 11003, 65, 3, 9, 2900, 13, 29415, 5, 2294, 536, 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, 11003, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 97, 3274, 96, 591, 10, 632, 16029, 4729, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the time for Brazil?
SELECT time FROM table_name_5 WHERE country = "brazil"
CREATE TABLE table_name_5 (time VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 715, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 97, 21, 9278, 58, 1, 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, 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, 97, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 684, 3274, 96, 1939, 702, 40, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
what is the date when the format is cd (limited edition steel-box) from united kingdom?
SELECT date FROM table_name_16 WHERE format = "cd (limited edition steel-box)" AND country = "united kingdom"
CREATE TABLE table_name_16 (date VARCHAR, format VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 5522, 584, 4280, 28027, 6, 1910, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 833, 116, 8, 1910, 19, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 1910, 3274, 96, 75, 26, 41, 29901, 4182, 2470, 18, 2689, 61, 121, 3430, 684, 3274, 96, 15129, 15, 26, 14740, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the country that has the format of cd, the label of sony music and the catalogue no sicp-2055?
SELECT country FROM table_name_61 WHERE format = "cd" AND label = "sony music" AND catalogue_no = "sicp-2055"
CREATE TABLE table_name_61 (country VARCHAR, catalogue_no VARCHAR, format VARCHAR, label VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 17529, 584, 4280, 28027, 6, 14978, 834, 29, 32, 584, 4280, 28027, 6, 1910, 584, 4280, 28027, 6, 3783, 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, 684, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 1910, 3274, 96, 75, 26, 121, 3430, 3783, 3274, 96, 739, 63, 723, 121, 3430, 14978, 834, 29, 32, 3274, 96, 7, 447, 102, 7988, 3769, 121, 1, -100, -100, -100, ...
what is the format for the country united kingdom on 20 october 2008?
SELECT format FROM table_name_28 WHERE country = "united kingdom" AND date = "20 october 2008"
CREATE TABLE table_name_28 (format VARCHAR, country VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 8995, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1910, 21, 8, 684, 18279, 147...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1910, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 14740, 121, 3430, 833, 3274, 96, 1755, 3, 32, 75, 235, 1152, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
what is the catalogue no when the format is cd (limited edition steel-box) and the country is germany?
SELECT catalogue_no FROM table_name_12 WHERE format = "cd (limited edition steel-box)" AND country = "germany"
CREATE TABLE table_name_12 (catalogue_no VARCHAR, format VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 2138, 9, 10384, 834, 29, 32, 584, 4280, 28027, 6, 1910, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1497...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14978, 834, 29, 32, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 1910, 3274, 96, 75, 26, 41, 29901, 4182, 2470, 18, 2689, 61, 121, 3430, 684, 3274, 96, 1304, 348, 63, 121, 1, -100, -100, -100, -100, -100, -1...
Which Total has a Rank of 4, and a Silver larger than 2?
SELECT MIN(total) FROM table_name_11 WHERE rank = "4" AND silver > 2
CREATE TABLE table_name_11 (total INTEGER, rank VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 235, 1947, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9273, 65, 3, 9, 3, 22557, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 11003, 3274, 96, 20364, 3430, 4294, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How much Total has a Rank of 5, and a Bronze larger than 3?
SELECT SUM(total) FROM table_name_44 WHERE rank = "5" AND bronze > 3
CREATE TABLE table_name_44 (total INTEGER, rank VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 235, 1947, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 9273, 65, 3, 9, 3, 225...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 11003, 3274, 96, 17395, 3430, 13467, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Silver has a Nation of total, and a Bronze smaller than 18?
SELECT MAX(silver) FROM table_name_1 WHERE nation = "total" AND bronze < 18
CREATE TABLE table_name_1 (silver INTEGER, nation VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 7, 173, 624, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5642, 65, 3, 9, 11046, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 2982, 3274, 96, 235, 1947, 121, 3430, 13467, 3, 2, 507, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How much Silver has a Nation of total, and a Total smaller than 54?
SELECT COUNT(silver) FROM table_name_58 WHERE nation = "total" AND "total" < 54
CREATE TABLE table_name_58 (silver VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 7, 173, 624, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 5642, 65, 3, 9, 11046, 13, 792, 6, 11, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 2982, 3274, 96, 235, 1947, 121, 3430, 96, 235, 1947, 121, 3, 2, 10630, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the result for the award for best current affairs presenter?
SELECT result FROM table_name_68 WHERE award = "best current affairs presenter"
CREATE TABLE table_name_68 (result VARCHAR, award VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 2760, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 741, 21, 8, 2760, 21, 200, 750, 12748, 915...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 2760, 3274, 96, 9606, 750, 12748, 915, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which award was given to Lianhe Zaobao?
SELECT award FROM table_name_84 WHERE organisation = "lianhe zaobao"
CREATE TABLE table_name_84 (award VARCHAR, organisation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 9, 2239, 584, 4280, 28027, 6, 5102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2760, 47, 787, 12, 1414, 152, 88, 4904, 32, 115, 9, 32, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2760, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 5102, 3274, 96, 9928, 88, 3, 1629, 32, 115, 9, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's the release date of Feather Finger with an MM Series?
SELECT release_date FROM table_name_4 WHERE series = "mm" AND title = "feather finger"
CREATE TABLE table_name_4 (release_date VARCHAR, series VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 1576, 833, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1576, 834, 5522, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 939, 3274, 96, 635, 121, 3430, 2233, 3274, 96, 89, 1544, 760, 8425, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Opponent has a Venue of h, and a Result of 0–1, and a Date of 29 august 1998?
SELECT opponent FROM table_name_12 WHERE venue = "h" AND result = "0–1" AND date = "29 august 1998"
CREATE TABLE table_name_12 (opponent VARCHAR, date VARCHAR, venue VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 5669, 3274, 96, 107, 121, 3430, 741, 3274, 96, 632, 104, 536, 121, 3430, 833, 3274, 96, 3166, 14663, 6260, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
Which Opponent has a Result of 1–1, and a Date of 28 november 1998?
SELECT opponent FROM table_name_30 WHERE result = "1–1" AND date = "28 november 1998"
CREATE TABLE table_name_30 (opponent VARCHAR, result VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 32, 102, 9977, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4495, 9977, 65, 3, 9, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 741, 3274, 96, 536, 104, 536, 121, 3430, 833, 3274, 96, 2577, 3, 5326, 18247, 6260, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the venue on 14 november 1998?
SELECT venue FROM table_name_82 WHERE date = "14 november 1998"
CREATE TABLE table_name_82 (venue VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 15098, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 5669, 30, 968, 3, 5326, 18247, 6260, 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, 5669, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 833, 3274, 96, 2534, 3, 5326, 18247, 6260, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Place is the highest one that has a Draw larger than 1, and 49 Points?
SELECT MAX(place) FROM table_name_3 WHERE draw > 1 AND points = 49
CREATE TABLE table_name_3 (place INTEGER, draw VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 4687, 3, 21342, 17966, 6, 3314, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3399, 19, 8, 2030, 80, 24, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 4687, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 3314, 2490, 209, 3430, 979, 3274, 9526, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Song has Points smaller than 54, and a Draw smaller than 4, and a Place smaller than 10?
SELECT song FROM table_name_90 WHERE points < 54 AND draw < 4 AND place < 10
CREATE TABLE table_name_90 (song VARCHAR, place VARCHAR, points VARCHAR, draw VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 7, 2444, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 11263,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2324, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 979, 3, 2, 10630, 3430, 3314, 3, 2, 314, 3430, 286, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the bronze number when the total is 54/
SELECT AVG(bronze) FROM table_name_30 WHERE total = 54
CREATE TABLE table_name_30 (bronze INTEGER, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 13711, 776, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 13467, 381, 116, 8, 792, 19, 10630, 87, 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, 71, 17217, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 792, 3274, 10630, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the least bronze number when the silver is less than 0?
SELECT MIN(bronze) FROM table_name_34 WHERE silver < 0
CREATE TABLE table_name_34 (bronze INTEGER, silver INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 13711, 776, 3, 21342, 17966, 6, 4294, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 709, 13467, 381, 116, 8, 4294, 19, 705, 145, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 4294, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the least silver when the total is more than 2, bronze is 3, gold is more than 0, and rank is 1?
SELECT MIN(silver) FROM table_name_4 WHERE total > 2 AND bronze = 3 AND gold > 0 AND rank = "1"
CREATE TABLE table_name_4 (silver INTEGER, rank VARCHAR, gold VARCHAR, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 7, 173, 624, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 13467, 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, 3, 17684, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 792, 2490, 204, 3430, 13467, 3274, 220, 3430, 2045, 2490, 3, 632, 3430, 11003, 3274, 96, 536, 121, 1, -100, -100, -100, -100, -100, ...
What is the number of silver when the total is more than 2, and bronze is less than 3, with a rank of 7?
SELECT COUNT(silver) FROM table_name_44 WHERE total > 2 AND bronze < 3 AND rank = "7"
CREATE TABLE table_name_44 (silver VARCHAR, rank VARCHAR, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 7, 173, 624, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 792, 2490, 204, 3430, 13467, 3, 2, 220, 3430, 11003, 3274, 96, 940, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Time has a Lane smaller than 4, and a Rank larger than 6?
SELECT AVG(time) FROM table_name_94 WHERE lane < 4 AND rank > 6
CREATE TABLE table_name_94 (time INTEGER, lane VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 715, 3, 21342, 17966, 6, 3, 8102, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2900, 65, 3, 9, 11834, 2755, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 715, 61, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 3, 8102, 3, 2, 314, 3430, 11003, 2490, 431, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Rank has a Nationality of france, and a Name of alain bernard, and a Lane smaller than 6?
SELECT AVG(rank) FROM table_name_18 WHERE nationality = "france" AND name = "alain bernard" AND lane < 6
CREATE TABLE table_name_18 (rank INTEGER, lane VARCHAR, nationality VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 6254, 3, 21342, 17966, 6, 3, 8102, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 6254, 61, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 1157, 485, 3274, 96, 89, 5219, 121, 3430, 564, 3274, 96, 138, 9, 77, 3, 1152, 29, 986, 121, 3430, 3, 8102, 3, 2, 431, 1, -100, -100, ...
Which Nationality has a Rank larger than 1, and a Time smaller than 22.12, and a Lane smaller than 4, and a Name of ashley callus?
SELECT nationality FROM table_name_99 WHERE rank > 1 AND time < 22.12 AND lane < 4 AND name = "ashley callus"
CREATE TABLE table_name_99 (nationality VARCHAR, name VARCHAR, lane VARCHAR, rank VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 16557, 485, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 97, 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, 1157, 485, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 11003, 2490, 209, 3430, 97, 3, 2, 1630, 5, 2122, 3430, 3, 8102, 3, 2, 314, 3430, 564, 3274, 96, 3198, 1306, 580, 302, 121, 1, -100, -100, -100, -100, ...
When the date is 8 october 2008 what is the sum of attendance?
SELECT SUM(attendance) FROM table_name_62 WHERE date = "8 october 2008"
CREATE TABLE table_name_62 (attendance INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 15116, 663, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 833, 19, 505, 3, 32, 75, 235, 1152, 2628, 125, 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, 180, 6122, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 833, 3274, 96, 927, 3, 32, 75, 235, 1152, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What date has an against of pohang steelers?
SELECT date FROM table_name_2 WHERE against = "pohang steelers"
CREATE TABLE table_name_2 (date VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 5522, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 65, 46, 581, 13, 1977, 9270, 2470, 277, 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, 833, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 581, 3274, 96, 102, 32, 9270, 2470, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What weekday has an against of kashima antlers?
SELECT weekday FROM table_name_68 WHERE against = "kashima antlers"
CREATE TABLE table_name_68 (weekday VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 8041, 1135, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 471, 1135, 65, 46, 581, 13, 3, 1258, 7, 10813, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 1135, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 581, 3274, 96, 1258, 7, 10813, 9, 46, 14539, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the final score of Game #4?
SELECT score FROM table_name_14 WHERE game = 4
CREATE TABLE table_name_14 (score VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 804, 2604, 13, 4435, 24156, 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, 2604, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 467, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Level has a Leading scorer 1 of tom greaves 8?
SELECT level FROM table_name_26 WHERE leading_scorer_1 = "tom greaves 8"
CREATE TABLE table_name_26 (level VARCHAR, leading_scorer_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 4563, 584, 4280, 28027, 6, 1374, 834, 7, 5715, 49, 834, 536, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7166, 65, 3, 9, 22798, 2604, 52...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 593, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 1374, 834, 7, 5715, 49, 834, 536, 3274, 96, 235, 51, 3, 3584, 16001, 505, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Leading scorer 1 has a Season of 2010–11?
SELECT leading_scorer_1 FROM table_name_8 WHERE season = "2010–11"
CREATE TABLE table_name_8 (leading_scorer_1 VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 17103, 834, 7, 5715, 49, 834, 536, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 22798, 2604, 52, 209, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1374, 834, 7, 5715, 49, 834, 536, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 774, 3274, 96, 14926, 104, 2596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Leading scorer 1 has a League Contested of northern premier league premier division, and an FA Cup of 2q?
SELECT leading_scorer_1 FROM table_name_2 WHERE leaguecontested = "northern premier league premier division" AND fa_cup = "2q"
CREATE TABLE table_name_2 (leading_scorer_1 VARCHAR, leaguecontested VARCHAR, fa_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 17103, 834, 7, 5715, 49, 834, 536, 584, 4280, 28027, 6, 5533, 29365, 584, 4280, 28027, 6, 3, 89, 9, 834, 4658, 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, 1374, 834, 7, 5715, 49, 834, 536, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 5533, 29365, 3274, 96, 29, 127, 189, 49, 29, 2761, 5533, 2761, 4889, 121, 3430, 3, 89, 9, 834, 4658, 3274, 96, 357, 1824, 121, ...
Which Level has a League Contested of northern premier league premier division, and a Season of 2011–12?
SELECT AVG(level) FROM table_name_45 WHERE leaguecontested = "northern premier league premier division" AND season = "2011–12"
CREATE TABLE table_name_45 (level INTEGER, leaguecontested VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 4563, 3, 21342, 17966, 6, 5533, 29365, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7166, 65, 3, 9, 3815, 1193, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 4563, 61, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 5533, 29365, 3274, 96, 29, 127, 189, 49, 29, 2761, 5533, 2761, 4889, 121, 3430, 774, 3274, 96, 13907, 104, 2122, 121, 1, -100, -100, -100,...
What is the least Top-5 when 1 is the cuts made?
SELECT MIN(top_5) FROM table_name_36 WHERE cuts_made = 1
CREATE TABLE table_name_36 (top_5 INTEGER, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 2916, 834, 755, 3, 21342, 17966, 6, 8620, 834, 4725, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 709, 2224, 4525, 116, 209, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 2916, 834, 9120, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 8620, 834, 4725, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
With events less than 0, what is the fewest Top-5?
SELECT MIN(top_5) FROM table_name_12 WHERE events < 0
CREATE TABLE table_name_12 (top_5 INTEGER, events INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 2916, 834, 755, 3, 21342, 17966, 6, 984, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 438, 984, 705, 145, 8014, 125, 19, 8, 360, 222, 2224, 4525...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2916, 834, 9120, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 984, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many wins of average has cuts made less than 0?
SELECT AVG(wins) FROM table_name_79 WHERE cuts_made < 0
CREATE TABLE table_name_79 (wins INTEGER, cuts_made INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 3757, 7, 3, 21342, 17966, 6, 8620, 834, 4725, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 13, 1348, 65, 8620, 263, 705, 145, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 8620, 834, 4725, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many events total is the Top-5 2, and 4 is the cuts made, and less than 0 wins?
SELECT COUNT(events) FROM table_name_58 WHERE top_5 = 2 AND cuts_made = 4 AND wins < 0
CREATE TABLE table_name_58 (events VARCHAR, wins VARCHAR, top_5 VARCHAR, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 15, 2169, 7, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 6, 8620, 834, 4725, 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, 15, 2169, 7, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 420, 834, 755, 3274, 204, 3430, 8620, 834, 4725, 3274, 314, 3430, 9204, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -1...
In the Open Championship with more than 3 cuts made, what is the average wins?
SELECT AVG(wins) FROM table_name_15 WHERE tournament = "the open championship" AND cuts_made > 3
CREATE TABLE table_name_15 (wins INTEGER, tournament VARCHAR, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 3757, 7, 3, 21342, 17966, 6, 5892, 584, 4280, 28027, 6, 8620, 834, 4725, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 8, 2384, 7666, 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, 71, 17217, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 5892, 3274, 96, 532, 539, 10183, 121, 3430, 8620, 834, 4725, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What lane did the barbados swimmer compete in before heat 3?
SELECT lane FROM table_name_23 WHERE heat < 3 AND nationality = "barbados"
CREATE TABLE table_name_23 (lane VARCHAR, heat VARCHAR, nationality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 8102, 584, 4280, 28027, 6, 1678, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3, 8102, 410, 8, 9935, 14073, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8102, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 1678, 3, 2, 220, 3430, 1157, 485, 3274, 96, 1047, 115, 14073, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the time of the 5th ranked swimmer who swam after heat 3 and was in a lane under 5?
SELECT time FROM table_name_24 WHERE heat > 3 AND lane < 5 AND rank = 5
CREATE TABLE table_name_24 (time VARCHAR, rank VARCHAR, heat VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 715, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 1678, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 97, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 1678, 2490, 220, 3430, 3, 8102, 3, 2, 305, 3430, 11003, 3274, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average population for an area less than 433.7km and a 23013 code?
SELECT AVG(population) FROM table_name_17 WHERE area__km_2__ < 433.7 AND code = 23013
CREATE TABLE table_name_17 (population INTEGER, area__km_2__ VARCHAR, code VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 9791, 7830, 3, 21342, 17966, 6, 616, 834, 834, 5848, 834, 357, 834, 834, 584, 4280, 28027, 6, 1081, 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, 9791, 7830, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 616, 834, 834, 5848, 834, 357, 834, 834, 3, 2, 8838, 25168, 3430, 1081, 3274, 3, 13427, 2368, 1, -100, -100, -100, -100, -100, -100,...
What is the total code number for Amadiba?
SELECT COUNT(code) FROM table_name_54 WHERE place = "amadiba"
CREATE TABLE table_name_54 (code VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 4978, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 1081, 381, 21, 71, 11374, 23, 115, 9, 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, 2847, 17161, 599, 4978, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 286, 3274, 96, 9, 11374, 23, 115, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the total capacity for the Leicester Tigers?
SELECT COUNT(capacity) FROM table_name_61 WHERE club = "leicester tigers"
CREATE TABLE table_name_61 (capacity VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 4010, 9, 6726, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 2614, 21, 8, 26956, 11804, 7, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 4010, 9, 6726, 61, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 1886, 3274, 96, 109, 867, 1370, 3, 2880, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What town has the Welford Road Stadium?
SELECT city_town FROM table_name_3 WHERE stadium = "welford road"
CREATE TABLE table_name_3 (city_town VARCHAR, stadium VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 6726, 834, 3540, 584, 4280, 28027, 6, 14939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1511, 65, 8, 101, 40, 2590, 2409, 12750, 58, 1, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 690, 834, 3540, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 14939, 3274, 96, 9803, 2590, 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 player David Rose?
SELECT SUM(year) FROM table_name_97 WHERE player = "david rose"
CREATE TABLE table_name_97 (year INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 1201, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 1959, 1955, 5088, 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, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 1959, 3274, 96, 26, 9, 6961, 4659, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the median family income when the per capita is $24,114?
SELECT median_family_income FROM table_name_23 WHERE per_capita_income = "$24,114"
CREATE TABLE table_name_23 (median_family_income VARCHAR, per_capita_income VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 8172, 29, 834, 15474, 834, 15759, 584, 4280, 28027, 6, 399, 834, 4010, 155, 9, 834, 15759, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15572, 834, 15474, 834, 15759, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 399, 834, 4010, 155, 9, 834, 15759, 3274, 96, 3229, 2266, 6, 18959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the median household income when the per capita is $21,585?
SELECT median_household_income FROM table_name_56 WHERE per_capita_income = "$21,585"
CREATE TABLE table_name_56 (median_household_income VARCHAR, per_capita_income VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 8172, 29, 834, 1840, 6134, 834, 15759, 584, 4280, 28027, 6, 399, 834, 4010, 155, 9, 834, 15759, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15572, 834, 1840, 6134, 834, 15759, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 399, 834, 4010, 155, 9, 834, 15759, 3274, 96, 3229, 2658, 6, 3449, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the population where the median family income is $48,446 and there are more than 35,343 households?
SELECT AVG(population) FROM table_name_48 WHERE median_family_income = "$48,446" AND number_of_households > 35 OFFSET 343
CREATE TABLE table_name_48 (population INTEGER, median_family_income VARCHAR, number_of_households VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 9791, 7830, 3, 21342, 17966, 6, 15572, 834, 15474, 834, 15759, 584, 4280, 28027, 6, 381, 834, 858, 834, 1840, 6134, 7, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 9791, 7830, 61, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 15572, 834, 15474, 834, 15759, 3274, 96, 3229, 3707, 6, 591, 4448, 121, 3430, 381, 834, 858, 834, 1840, 6134, 7, 2490, 3097, 3, 1531...
What is the population where the median household income is $87,832 and there are fewer than 64,886 households?
SELECT AVG(population) FROM table_name_83 WHERE median_household_income = "$87,832" AND number_of_households < 64 OFFSET 886
CREATE TABLE table_name_83 (population INTEGER, median_household_income VARCHAR, number_of_households VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 9791, 7830, 3, 21342, 17966, 6, 15572, 834, 1840, 6134, 834, 15759, 584, 4280, 28027, 6, 381, 834, 858, 834, 1840, 6134, 7, 584, 4280, 28027, 61, 3, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 9791, 7830, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 15572, 834, 1840, 6134, 834, 15759, 3274, 96, 3229, 4225, 6, 4591, 357, 121, 3430, 381, 834, 858, 834, 1840, 6134, 7, 3, 2, 6687, ...
What is the score 1 for the major league soccer all-star game?
SELECT score1 FROM table_name_20 WHERE competition_or_tour = "major league soccer all-star game"
CREATE TABLE table_name_20 (score1 VARCHAR, competition_or_tour VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 7, 9022, 536, 584, 4280, 28027, 6, 2259, 834, 127, 834, 17, 1211, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 209, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 536, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 2259, 834, 127, 834, 17, 1211, 3274, 96, 16547, 127, 5533, 10749, 66, 18, 3624, 467, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the score 1 with a h ground?
SELECT score1 FROM table_name_85 WHERE ground = "h"
CREATE TABLE table_name_85 (score1 VARCHAR, ground VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 7, 9022, 536, 584, 4280, 28027, 6, 1591, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 209, 28, 3, 9, 3, 107, 1591, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 536, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 1591, 3274, 96, 107, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who are the scorers on 1 August 2008, where the ground was A?
SELECT scorers FROM table_name_34 WHERE ground = "a" AND date = "1 august 2008"
CREATE TABLE table_name_34 (scorers VARCHAR, ground VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 7, 5715, 277, 584, 4280, 28027, 6, 1591, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 33, 8, 14056, 277, 30, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 14056, 277, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 1591, 3274, 96, 9, 121, 3430, 833, 3274, 96, 536, 14663, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What ground had Portsmouth reserves as an opponent?
SELECT ground FROM table_name_98 WHERE opponent = "portsmouth reserves"
CREATE TABLE table_name_98 (ground VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 9232, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1591, 141, 31696, 11222, 38, 46, 15264, 58, 1, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1591, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 15264, 3274, 96, 1493, 7, 11975, 11222, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What ground had a match smaller than 6 and Chelsea Reserves as the opponent?
SELECT ground FROM table_name_17 WHERE match < 6 AND opponent = "chelsea reserves"
CREATE TABLE table_name_17 (ground VARCHAR, match VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 9232, 584, 4280, 28027, 6, 1588, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1591, 141, 3, 9, 1588, 2755, 145, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1591, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1588, 3, 2, 431, 3430, 15264, 3274, 96, 8738, 7, 15, 9, 11222, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Team has Losses larger than 5, and a Position of 12?
SELECT team FROM table_name_53 WHERE losses > 5 AND position = 12
CREATE TABLE table_name_53 (team VARCHAR, losses VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 11650, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2271, 65, 3144, 2260, 2186, 145, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 8467, 2490, 305, 3430, 1102, 3274, 586, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Points have a Position larger than 4, and Losses larger than 5, and a Conceded of 15, and a Scored larger than 11?
SELECT COUNT(points) FROM table_name_70 WHERE position > 4 AND losses > 5 AND conceded = 15 AND scored > 11
CREATE TABLE table_name_70 (points VARCHAR, scored VARCHAR, conceded VARCHAR, position VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 2700, 7, 584, 4280, 28027, 6, 5799, 584, 4280, 28027, 6, 28325, 26, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 1102, 2490, 314, 3430, 8467, 2490, 305, 3430, 28325, 26, 3274, 627, 3430, 5799, 2490, 850, 1, -100, -100, -100, -100, -100, -100, -100,...
How many positions have Played smaller than 12?
SELECT SUM(position) FROM table_name_79 WHERE played < 12
CREATE TABLE table_name_79 (position INTEGER, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 4718, 3, 21342, 17966, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 4655, 43, 2911, 15, 26, 2755, 145, 586, 58, 1, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 4718, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 1944, 3, 2, 586, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the Prato Elector with a faction of Italian?
SELECT elector FROM table_name_51 WHERE faction = "italian" AND nationality = "prato"
CREATE TABLE table_name_51 (elector VARCHAR, faction VARCHAR, nationality VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 400, 5317, 584, 4280, 28027, 6, 26405, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 6110, 235, 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, 11924, 127, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 26405, 3274, 96, 155, 9, 9928, 121, 3430, 1157, 485, 3274, 96, 5319, 235, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the elevator of Jacques D'euse?
SELECT elevator FROM table_name_74 WHERE elector = "jacques d'euse"
CREATE TABLE table_name_74 (elevator VARCHAR, elector VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 15, 10912, 1016, 584, 4280, 28027, 6, 11924, 127, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 19967, 13, 3, 17453, 309, 31, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 19967, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 11924, 127, 3274, 96, 1191, 75, 7771, 3, 26, 31, 15, 1074, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the nationality for Nicholas III?
SELECT nationality FROM table_name_97 WHERE elevator = "nicholas iii"
CREATE TABLE table_name_97 (nationality VARCHAR, elevator VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 16557, 485, 584, 4280, 28027, 6, 19967, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 1157, 485, 21, 22509, 6289, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1157, 485, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 19967, 3274, 96, 2532, 2831, 9, 7, 3, 23, 23, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the fewest mintage from Dora de Pédery-Hunt, and the year was before 2002?
SELECT MIN(mintage) FROM table_name_93 WHERE artist = "dora de pédery-hunt" AND year < 2002
CREATE TABLE table_name_93 (mintage INTEGER, artist VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 1109, 6505, 3, 21342, 17966, 6, 2377, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 360, 222, 13983, 545, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1109, 6505, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 2377, 3274, 96, 26, 127, 9, 20, 3, 3890, 588, 63, 18, 24963, 121, 3430, 215, 3, 2, 4407, 1, -100, -100, -100, -100, -100, -100, -...
What is the most mintage with common eider as the theme, and the year less than 2008?
SELECT MAX(mintage) FROM table_name_57 WHERE theme = "common eider" AND year < 2008
CREATE TABLE table_name_57 (mintage INTEGER, theme VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 1109, 6505, 3, 21342, 17966, 6, 3800, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 167, 13983, 545, 28, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 1109, 6505, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 3800, 3274, 96, 287, 2157, 3, 15, 23, 588, 121, 3430, 215, 3, 2, 2628, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the earliest year when the 25th Anniversary Loonie was the theme, and the mintage was less than 35,000?
SELECT MIN(year) FROM table_name_18 WHERE theme = "25th anniversary loonie" AND mintage < 35 OFFSET 000
CREATE TABLE table_name_18 (year INTEGER, theme VARCHAR, mintage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 1201, 3, 21342, 17966, 6, 3800, 584, 4280, 28027, 6, 13983, 545, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 16454, 215, 116, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 3800, 3274, 96, 1828, 189, 7685, 6899, 106, 23, 15, 121, 3430, 13983, 545, 3, 2, 3097, 3, 15316, 20788, 6078, 1, -100, -100, -100, -100, ...
Who was the artist that had $49.95 as the issue price for the 2010 year?
SELECT artist FROM table_name_50 WHERE issue_price = "$49.95" AND year = 2010
CREATE TABLE table_name_50 (artist VARCHAR, issue_price VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 1408, 343, 584, 4280, 28027, 6, 962, 834, 102, 4920, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 2377, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2377, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 962, 834, 102, 4920, 3274, 96, 3229, 591, 29963, 121, 3430, 215, 3274, 2735, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the score for the southern home team?
SELECT score FROM table_name_78 WHERE home_team = "southern"
CREATE TABLE table_name_78 (score VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 7, 9022, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 21, 8, 7518, 234, 372, 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, 3940, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 670, 760, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What time is it for the southern home team?
SELECT time FROM table_name_82 WHERE home_team = "southern"
CREATE TABLE table_name_82 (time VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 715, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 97, 19, 34, 21, 8, 7518, 234, 372, 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, 97, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 670, 760, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Result of the game on November 24, 1946?
SELECT result FROM table_name_78 WHERE date = "november 24, 1946"
CREATE TABLE table_name_78 (result VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 20119, 13, 8, 467, 30, 1671, 14320, 2502...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3940, 549, 17444, 427, 833, 3274, 96, 5326, 18247, 14320, 25021, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Week number on September 6, 1946?
SELECT SUM(week) FROM table_name_48 WHERE date = "september 6, 1946"
CREATE TABLE table_name_48 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6551, 381, 30, 1600, 8580, 25021, 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, 180, 6122, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 833, 3274, 96, 7, 6707, 18247, 8580, 25021, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Date of the game with a Record of 5-3?
SELECT date FROM table_name_53 WHERE record = "5-3"
CREATE TABLE table_name_53 (date VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 5522, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 13, 8, 467, 28, 3, 9, 11392, 13, 305, 3486, 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, 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, 4867, 549, 17444, 427, 1368, 3274, 96, 755, 3486, 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 lowest ranking rower from Great Britain?
SELECT MIN(rank) FROM table_name_86 WHERE country = "great britain"
CREATE TABLE table_name_86 (rank INTEGER, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 6254, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 7402, 11592, 7358, 49, 45, 1651, 7190, 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, 3, 17684, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 684, 3274, 96, 20288, 3, 115, 10694, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the notes for the rower in ranks over 2 and having a time of 7:00:46?
SELECT notes FROM table_name_48 WHERE rank > 2 AND time = "7:00:46"
CREATE TABLE table_name_48 (notes VARCHAR, rank VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 7977, 7, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 3358, 21, 8, 7358, 49, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3358, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 11003, 2490, 204, 3430, 97, 3274, 96, 18735, 10, 4448, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Programming has a Video of audio only?
SELECT programming FROM table_name_62 WHERE video = "audio only"
CREATE TABLE table_name_62 (programming VARCHAR, video VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 7050, 53, 584, 4280, 28027, 6, 671, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7106, 53, 65, 3, 9, 3953, 13, 2931, 163, 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, 6020, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 671, 3274, 96, 28696, 163, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Video has a Channel of 25.3?
SELECT video FROM table_name_49 WHERE channel = 25.3
CREATE TABLE table_name_49 (video VARCHAR, channel VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 17241, 584, 4280, 28027, 6, 4245, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3953, 65, 3, 9, 9916, 13, 204, 26627, 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, 671, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 4245, 3274, 204, 26627, 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 Video has an Aspect of 16:9?
SELECT video FROM table_name_14 WHERE aspect = "16:9"
CREATE TABLE table_name_14 (video VARCHAR, aspect VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 17241, 584, 4280, 28027, 6, 2663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3953, 65, 46, 71, 5628, 13, 898, 10, 1298, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 671, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 2663, 3274, 96, 2938, 10, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
On which date did Michael Signer earn 4%?
SELECT date FROM table_name_62 WHERE michael_signer = "4%"
CREATE TABLE table_name_62 (date VARCHAR, michael_signer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 5522, 584, 4280, 28027, 6, 2278, 9, 15, 40, 834, 6732, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 84, 833, 410, 2457, 6365, 49, 3807...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 2278, 9, 15, 40, 834, 6732, 49, 3274, 96, 5988, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which polling source gave Michael Signer 5%?
SELECT source FROM table_name_54 WHERE michael_signer = "5%"
CREATE TABLE table_name_54 (source VARCHAR, michael_signer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 7928, 584, 4280, 28027, 6, 2278, 9, 15, 40, 834, 6732, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5492, 53, 1391, 1891, 2457, 6365, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1391, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 2278, 9, 15, 40, 834, 6732, 49, 3274, 96, 2712, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which date had the undecided percentage at 42%?
SELECT date FROM table_name_10 WHERE undecided = "42%"
CREATE TABLE table_name_10 (date VARCHAR, undecided VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 5522, 584, 4280, 28027, 6, 3550, 10812, 15, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 833, 141, 8, 3550, 10812, 15, 26, 5294, 44, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 3550, 10812, 15, 26, 3274, 96, 591, 5406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Rich Savage percentage in the poll with Jody Wagner at 30%?
SELECT rich_savage FROM table_name_90 WHERE jody_wagner = "30%"
CREATE TABLE table_name_90 (rich_savage VARCHAR, jody_wagner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 3723, 834, 7, 9, 11515, 584, 4280, 28027, 6, 3, 354, 9666, 834, 15238, 687, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 10825, 113...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2354, 834, 7, 9, 11515, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 3, 354, 9666, 834, 15238, 687, 3274, 96, 1458, 1454, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Rich Savage percentage in the poll that had undecideds at 68%?
SELECT rich_savage FROM table_name_82 WHERE undecided = "68%"
CREATE TABLE table_name_82 (rich_savage VARCHAR, undecided VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 3723, 834, 7, 9, 11515, 584, 4280, 28027, 6, 3550, 10812, 15, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 10825, 1138, 11515, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2354, 834, 7, 9, 11515, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 3550, 10812, 15, 26, 3274, 96, 3651, 1454, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the opponent when the record was 31-24?
SELECT opponent FROM table_name_40 WHERE record = "31-24"
CREATE TABLE table_name_40 (opponent VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 15264, 116, 8, 1368, 47, 2664, 14962, 58, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 1368, 3274, 96, 3341, 14962, 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 score of Game 48?
SELECT score FROM table_name_43 WHERE game = "48"
CREATE TABLE table_name_43 (score VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 13, 4435, 4678, 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, 2604, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 467, 3274, 96, 3707, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...