NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
what is the highest attendance for week 3?
SELECT MAX(attendance) FROM table_name_34 WHERE week = 3
CREATE TABLE table_name_34 (attendance INTEGER, week VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 15116, 663, 3, 21342, 17966, 6, 471, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2030, 11364, 21, 471, 220, 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, 4800, 4, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 471, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
what is the result for the week higher than 7 on november 4, 1979?
SELECT result FROM table_name_16 WHERE week > 7 AND date = "november 4, 1979"
CREATE TABLE table_name_16 (result VARCHAR, week VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 741, 21, 8, 471, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 471, 2490, 489, 3430, 833, 3274, 96, 5326, 18247, 6464, 15393, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the lowest week when the date is september 16, 1979 and the attendance less than 54,212?
SELECT MIN(week) FROM table_name_2 WHERE date = "september 16, 1979" AND attendance < 54 OFFSET 212
CREATE TABLE table_name_2 (week INTEGER, date VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 7402, 471, 116, 8, 833, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 833, 3274, 96, 7, 6707, 18247, 11940, 15393, 121, 3430, 11364, 3, 2, 10630, 3, 15316, 20788, 3, 24837, 1, -100, -100, -100, -100, -100, -100...
Which competition has stuart potts as the man of the match?
SELECT competition FROM table_name_98 WHERE man_of_the_match = "stuart potts"
CREATE TABLE table_name_98 (competition VARCHAR, man_of_the_match VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 388, 834, 858, 834, 532, 834, 19515, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2259, 65, 21341, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2259, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 388, 834, 858, 834, 532, 834, 19515, 3274, 96, 7, 17, 76, 1408, 815, 17, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which venue had a lost 5-4 result?
SELECT venue FROM table_name_15 WHERE result = "lost 5-4"
CREATE TABLE table_name_15 (venue VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 15098, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5669, 141, 3, 9, 1513, 305, 4278, 741, 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, 5669, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 741, 3274, 96, 2298, 17, 7670, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the venue of the match with the wightlink raiders as the opponent?
SELECT venue FROM table_name_9 WHERE opponent = "wightlink raiders"
CREATE TABLE table_name_9 (venue VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 15098, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5669, 13, 8, 1588, 28, 8, 3, 210, 2632, 4907, 15941...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5669, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 15264, 3274, 96, 210, 2632, 4907, 15941, 277, 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 league/cup competition with the swindon wildcats as the opponent and neil liddiard as the man of the match?
SELECT result FROM table_name_45 WHERE competition = "league/cup" AND opponent = "swindon wildcats" AND man_of_the_match = "neil liddiard"
CREATE TABLE table_name_45 (result VARCHAR, man_of_the_match VARCHAR, competition VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 388, 834, 858, 834, 532, 834, 19515, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 6, 15264, 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, 741, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 2259, 3274, 96, 29512, 87, 4658, 121, 3430, 15264, 3274, 96, 7, 5165, 106, 3645, 2138, 7, 121, 3430, 388, 834, 858, 834, 532, 834, 19515, 3274, 96, 29, 15, 1...
What is the attendance of the match on the 2nd with the slough jets as the opponent?
SELECT attendance FROM table_name_35 WHERE opponent = "slough jets" AND date = "2nd"
CREATE TABLE table_name_35 (attendance VARCHAR, opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 15116, 663, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11364, 13, 8, 1588, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11364, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 15264, 3274, 96, 7, 40, 4607, 8757, 7, 121, 3430, 833, 3274, 96, 357, 727, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the score when the total was 75–53?
SELECT score FROM table_name_89 WHERE total = "75–53"
CREATE TABLE table_name_89 (score VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 7, 9022, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 116, 8, 792, 47, 6374, 104, 4867, 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, 3914, 549, 17444, 427, 792, 3274, 96, 3072, 104, 4867, 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 total when the set 3 was 25–14?
SELECT total FROM table_name_80 WHERE set_3 = "25–14"
CREATE TABLE table_name_80 (total VARCHAR, set_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 235, 1947, 584, 4280, 28027, 6, 356, 834, 519, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 792, 116, 8, 356, 220, 47, 944, 104, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 792, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 356, 834, 519, 3274, 96, 1828, 104, 2534, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What date was the set 1 25–23, and a Set 3 of 25–14?
SELECT date FROM table_name_12 WHERE set_1 = "25–23" AND set_3 = "25–14"
CREATE TABLE table_name_12 (date VARCHAR, set_1 VARCHAR, set_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 5522, 584, 4280, 28027, 6, 356, 834, 536, 584, 4280, 28027, 6, 356, 834, 519, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 47, 8, 356...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 356, 834, 536, 3274, 96, 1828, 104, 2773, 121, 3430, 356, 834, 519, 3274, 96, 1828, 104, 2534, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What date was the Set 3 of 12–25?
SELECT date FROM table_name_79 WHERE set_3 = "12–25"
CREATE TABLE table_name_79 (date VARCHAR, set_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 5522, 584, 4280, 28027, 6, 356, 834, 519, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 47, 8, 2821, 220, 13, 586, 104, 1828, 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, 833, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 356, 834, 519, 3274, 96, 2122, 104, 1828, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Set 3 when the total was 53–75?
SELECT set_3 FROM table_name_26 WHERE total = "53–75"
CREATE TABLE table_name_26 (set_3 VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 2244, 834, 519, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2821, 220, 116, 8, 792, 47, 12210, 104, 3072...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 356, 834, 519, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 792, 3274, 96, 4867, 104, 3072, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average win with a top 5 greater than 2 and a top 10 less than 5?
SELECT AVG(wins) FROM table_name_99 WHERE top_5 > 2 AND top_10 < 5
CREATE TABLE table_name_99 (wins INTEGER, top_5 VARCHAR, top_10 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 3757, 7, 3, 21342, 17966, 6, 420, 834, 755, 584, 4280, 28027, 6, 420, 834, 1714, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 420, 834, 755, 2490, 204, 3430, 420, 834, 1714, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many poles have 4 Starts of 4 and position of 46th?
SELECT COUNT(poles) FROM table_name_20 WHERE starts = 4 AND position = "46th"
CREATE TABLE table_name_20 (poles VARCHAR, starts VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 14332, 7, 584, 4280, 28027, 6, 3511, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 11148, 7, 43, 314, 3273, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 14332, 7, 61, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 3511, 3274, 314, 3430, 1102, 3274, 96, 4448, 189, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Sum of m. night shyamalan ranks?
SELECT SUM(rank) FROM table_name_41 WHERE director_s_ = "m. night shyamalan"
CREATE TABLE table_name_41 (rank INTEGER, director_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 6254, 3, 21342, 17966, 6, 2090, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 12198, 13, 3, 51, 5, 706, 6660, 22990, 1618, 13799, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 6254, 61, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 2090, 834, 7, 834, 3274, 96, 51, 5, 706, 6660, 22990, 1618, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Director for Star Wars Episode II: attack of the clones?
SELECT director_s_ FROM table_name_92 WHERE title = "star wars episode ii: attack of the clones"
CREATE TABLE table_name_92 (director_s_ VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 25982, 834, 7, 834, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2578, 21, 2042, 10265, 16112, 2466, 10, 3211, 13, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2090, 834, 7, 834, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 2233, 3274, 96, 3624, 615, 7, 5640, 3, 23, 23, 10, 3211, 13, 8, 3, 3903, 1496, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the tie no when Oxford city was the away team?
SELECT tie_no FROM table_name_39 WHERE away_team = "oxford city"
CREATE TABLE table_name_39 (tie_no VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 6177, 150, 116, 10274, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 550, 834, 11650, 3274, 96, 32, 226, 2590, 690, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the tie no when Wrexham was the away team?
SELECT tie_no FROM table_name_97 WHERE away_team = "wrexham"
CREATE TABLE table_name_97 (tie_no VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 6177, 150, 116, 549, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 550, 834, 11650, 3274, 96, 210, 60, 226, 1483, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the score when Spennymoor United as the away team?
SELECT score FROM table_name_67 WHERE away_team = "spennymoor united"
CREATE TABLE table_name_67 (score VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 7, 9022, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 116, 2526, 35, 29, 63, 21477, 907...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 550, 834, 11650, 3274, 96, 7, 3208, 29, 63, 21477, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What date was Grimsby Town the away team?
SELECT date FROM table_name_34 WHERE away_team = "grimsby town"
CREATE TABLE table_name_34 (date VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 5522, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 47, 23427, 7, 969, 4463, 8, 550, 372, 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, 833, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 550, 834, 11650, 3274, 96, 3496, 51, 7, 969, 1511, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was eliminated on Banana Night?
SELECT name FROM table_name_33 WHERE eliminated = "banana night"
CREATE TABLE table_name_33 (name VARCHAR, eliminated VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 4350, 584, 4280, 28027, 6, 17809, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 17809, 30, 5185, 152, 9, 5190, 58, 1, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 17809, 3274, 96, 3478, 152, 9, 706, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the special guest when the category was vocal groups and the name was Romantic?
SELECT special_guest FROM table_name_28 WHERE category = "vocal groups" AND name = "romantic"
CREATE TABLE table_name_28 (special_guest VARCHAR, category VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 17434, 834, 15991, 17, 584, 4280, 28027, 6, 3295, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 534, 3886, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 534, 834, 15991, 17, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 3295, 3274, 96, 6117, 138, 1637, 121, 3430, 564, 3274, 96, 3522, 288, 447, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
On what date was elimination on final night?
SELECT date FROM table_name_43 WHERE eliminated = "final night"
CREATE TABLE table_name_43 (date VARCHAR, eliminated VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 5522, 584, 4280, 28027, 6, 17809, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 47, 23458, 30, 804, 706, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 17809, 3274, 96, 12406, 706, 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 total number of games for the opponent in Washington?
SELECT COUNT(game) FROM table_name_89 WHERE opponent = "washington"
CREATE TABLE table_name_89 (game VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 7261, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 1031, 21, 8, 15264, 16, 2386, 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, 7261, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 15264, 3274, 96, 14710, 6029, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many stories have a height less than 138 meters with a completion date in 1971?
SELECT stories FROM table_name_53 WHERE height__m_ < 138 AND year_of_completion = 1971
CREATE TABLE table_name_53 (stories VARCHAR, height__m_ VARCHAR, year_of_completion VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 7279, 725, 584, 4280, 28027, 6, 3902, 834, 834, 51, 834, 584, 4280, 28027, 6, 215, 834, 858, 834, 7699, 109, 1575, 584, 4280, 28027, 61, 3, 32105, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1937, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 3902, 834, 834, 51, 834, 3, 2, 3, 22744, 3430, 215, 834, 858, 834, 7699, 109, 1575, 3274, 17961, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the largest number of stories in Recife completed later than 2007 with a height less than 135 meters?
SELECT MAX(stories) FROM table_name_38 WHERE location = "recife" AND year_of_completion > 2007 AND height__m_ < 135
CREATE TABLE table_name_38 (stories INTEGER, height__m_ VARCHAR, location VARCHAR, year_of_completion VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 7279, 725, 3, 21342, 17966, 6, 3902, 834, 834, 51, 834, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 6, 215, 834, 858, 834, 7699, 109, 1575, 584, 4280,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 7279, 725, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 1128, 3274, 96, 7886, 89, 15, 121, 3430, 215, 834, 858, 834, 7699, 109, 1575, 2490, 4101, 3430, 3902, 834, 834, 51, 834, 3, 2, 209, ...
Which Sanskrit has an English of mindfulness of breathing?
SELECT sanskrit FROM table_name_26 WHERE english = "mindfulness of breathing"
CREATE TABLE table_name_26 (sanskrit VARCHAR, english VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 7, 3247, 10648, 17, 584, 4280, 28027, 6, 22269, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1051, 7, 10648, 17, 65, 46, 1566, 13, 26360, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1532, 10648, 17, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 22269, 3274, 96, 14481, 18154, 13, 10882, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Sanskrit has a Chinese of —, and an English of cultivation of settling?
SELECT sanskrit FROM table_name_74 WHERE chinese = "—" AND english = "cultivation of settling"
CREATE TABLE table_name_74 (sanskrit VARCHAR, chinese VARCHAR, english VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 7, 3247, 10648, 17, 584, 4280, 28027, 6, 3, 1436, 1496, 15, 584, 4280, 28027, 6, 22269, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1051, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1532, 10648, 17, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 3, 1436, 1496, 15, 3274, 96, 318, 121, 3430, 22269, 3274, 96, 1497, 5499, 257, 13, 3, 19691, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
Which Pali has an English of mindfulness of breathing?
SELECT pali FROM table_name_54 WHERE english = "mindfulness of breathing"
CREATE TABLE table_name_54 (pali VARCHAR, english VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 6459, 23, 584, 4280, 28027, 6, 22269, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4826, 23, 65, 46, 1566, 13, 26360, 13, 10882, 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, 7692, 23, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 22269, 3274, 96, 14481, 18154, 13, 10882, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Pali has an English of meditative concentration?
SELECT pali FROM table_name_74 WHERE english = "meditative concentration"
CREATE TABLE table_name_74 (pali VARCHAR, english VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 6459, 23, 584, 4280, 28027, 6, 22269, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4826, 23, 65, 46, 1566, 13, 3, 5700, 17, 1528, 6145, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7692, 23, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 22269, 3274, 96, 5700, 17, 1528, 6145, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Chinese has a Pali of atappa?
SELECT chinese FROM table_name_59 WHERE pali = "atappa"
CREATE TABLE table_name_59 (chinese VARCHAR, pali VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 1436, 1496, 15, 584, 4280, 28027, 6, 7692, 23, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2830, 65, 3, 9, 4826, 23, 13, 44, 3096, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 1436, 1496, 15, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 7692, 23, 3274, 96, 144, 3096, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which English has a Sanskrit of samādhi?
SELECT english FROM table_name_42 WHERE sanskrit = "samādhi"
CREATE TABLE table_name_42 (english VARCHAR, sanskrit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 4606, 40, 1273, 584, 4280, 28027, 6, 1532, 10648, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1566, 65, 3, 9, 1051, 7, 10648, 17, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 22269, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 1532, 10648, 17, 3274, 96, 7, 265, 2, 26, 107, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who is the player in guard position from Stephen F. Austin in a round less than 8?
SELECT player FROM table_name_60 WHERE round < 8 AND position = "guard" AND school_club_team = "stephen f. austin"
CREATE TABLE table_name_60 (player VARCHAR, school_club_team VARCHAR, round VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 20846, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 1102, 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, 1959, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 1751, 3, 2, 505, 3430, 1102, 3274, 96, 11010, 121, 3430, 496, 834, 13442, 834, 11650, 3274, 96, 849, 19017, 3, 89, 5, 403, 17, 77, 121, 1, -100, -100, -100,...
Which position has a pick less than 41 from Ohio State?
SELECT position FROM table_name_31 WHERE pick < 41 AND school_club_team = "ohio state"
CREATE TABLE table_name_31 (position VARCHAR, pick VARCHAR, school_club_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 4718, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1102, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1102, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 1432, 3, 2, 8798, 3430, 496, 834, 13442, 834, 11650, 3274, 96, 32, 107, 23, 32, 538, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What shows for 2006 when 2002 is Grand Slam Tournaments?
SELECT 2006 FROM table_name_52 WHERE 2002 = "grand slam tournaments"
CREATE TABLE table_name_52 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 21, 3581, 116, 4407, 19, 2698, 29291, 20502, 7, 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, 3581, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 4407, 3274, 96, 15448, 3, 7, 40, 265, 5892, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What shows for 2002 when 2006 is Grand Slam Tournaments?
SELECT 2002 FROM table_name_65 WHERE 2006 = "grand slam tournaments"
CREATE TABLE table_name_65 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 21, 4407, 116, 3581, 19, 2698, 29291, 20502, 7, 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, 4407, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 3581, 3274, 96, 15448, 3, 7, 40, 265, 5892, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What shows for 2005 when 2002 shows 0–1?
SELECT 2005 FROM table_name_16 WHERE 2002 = "0–1"
CREATE TABLE table_name_16 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 21, 3105, 116, 4407, 1267, 3, 632, 104, 536, 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, 3105, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 4407, 3274, 96, 632, 104, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What shows for 2006 when 2002 is 0–1?
SELECT 2006 FROM table_name_96 WHERE 2002 = "0–1"
CREATE TABLE table_name_96 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 21, 3581, 116, 4407, 19, 3, 632, 104, 536, 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, 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, 3581, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 4407, 3274, 96, 632, 104, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What shows for 2002 when the 2004 is A, and the 2005 is 1r?
SELECT 2002 FROM table_name_40 WHERE 2004 = "a" AND 2005 = "1r"
CREATE TABLE table_name_40 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 21, 4407, 116, 8, 4406, 19, 71, 6, 11, 8, 3105, 19, 209, 52, 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, 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, 4407, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 4406, 3274, 96, 9, 121, 3430, 3105, 3274, 96, 536, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What shows for 2004 when 2005 is A, 2006 is A, tournament is US Open?
SELECT 2004 FROM table_name_60 WHERE 2005 = "a" AND 2006 = "a" AND tournament = "us open"
CREATE TABLE table_name_60 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1267, 21, 4406, 116, 3105, 19, 71, 6, 3581, 19, 71, 6, 5892, 19, 837, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4406, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 3105, 3274, 96, 9, 121, 3430, 3581, 3274, 96, 9, 121, 3430, 5892, 3274, 96, 302, 539, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was the opponent on December 2, 1962?
SELECT opponent FROM table_name_8 WHERE date = "december 2, 1962"
CREATE TABLE table_name_8 (opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 15264, 30, 1882, 3547, 20236, 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, 15264, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 833, 3274, 96, 221, 75, 18247, 3547, 20236, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Population of the Town with a Census Ranking of 1,379 of 5,008 and an Area km 2 smaller than 8.35?
SELECT MAX(population) FROM table_name_70 WHERE status = "town" AND census_ranking = "1,379 of 5,008" AND area_km_2 < 8.35
CREATE TABLE table_name_70 (population INTEGER, area_km_2 VARCHAR, status VARCHAR, census_ranking VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 9791, 7830, 3, 21342, 17966, 6, 616, 834, 5848, 834, 357, 584, 4280, 28027, 6, 2637, 584, 4280, 28027, 6, 23087, 834, 6254, 53, 584, 4280, 28027, 61, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 9791, 7830, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 2637, 3274, 96, 3540, 121, 3430, 23087, 834, 6254, 53, 3274, 96, 4347, 519, 4440, 13, 7836, 1206, 927, 121, 3430, 616, 834, 5848, 834,...
What is the Official Name of the Community with an Area km 2 of 16.13?
SELECT official_name FROM table_name_50 WHERE area_km_2 = 16.13
CREATE TABLE table_name_50 (official_name VARCHAR, area_km_2 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 20884, 834, 4350, 584, 4280, 28027, 6, 616, 834, 5848, 834, 357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 13686, 5570, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2314, 834, 4350, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 616, 834, 5848, 834, 357, 3274, 10128, 2368, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Country, when To Par is "–2", and when Player is "Tsuneyuki Nakajima"?
SELECT country FROM table_name_48 WHERE to_par = "–2" AND player = "tsuneyuki nakajima"
CREATE TABLE table_name_48 (country VARCHAR, to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 17529, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 6993, 6, 116, 304, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3707, 549, 17444, 427, 12, 834, 1893, 3274, 96, 104, 357, 121, 3430, 1959, 3274, 96, 17, 7, 444, 63, 1598, 23, 3, 29, 5667, 354, 603, 9, 121, 1, -100, -100, -100, -100, -100, -10...
What is Country, when Score is "72-65=137"?
SELECT country FROM table_name_40 WHERE score = 72 - 65 = 137
CREATE TABLE table_name_40 (country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 17529, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 6993, 6, 116, 17763, 19, 96, 5865, 18, 4122, 2423, 24636,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2445, 549, 17444, 427, 2604, 3274, 9455, 3, 18, 7123, 3274, 3, 24636, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Country, when Place is "T3", and when Player is "Jim Thorpe"?
SELECT country FROM table_name_44 WHERE place = "t3" AND player = "jim thorpe"
CREATE TABLE table_name_44 (country VARCHAR, place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 17529, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 6993, 6, 116, 3399, 19, 96, 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, 684, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 286, 3274, 96, 17, 519, 121, 3430, 1959, 3274, 96, 354, 603, 3, 189, 127, 855, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the team for game 34?
SELECT team FROM table_name_79 WHERE game = 34
CREATE TABLE table_name_79 (team VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 11650, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 372, 21, 467, 6154, 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, 372, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 467, 3274, 6154, 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,...
How many goals for had a drawn more than 12 for the Goole Town team, as well as more than 60 goals against?
SELECT SUM(goals_for) FROM table_name_45 WHERE drawn > 12 AND team = "goole town" AND goals_against > 60
CREATE TABLE table_name_45 (goals_for INTEGER, goals_against VARCHAR, drawn VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 6, 372, 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, 2128, 549, 17444, 427, 6796, 2490, 586, 3430, 372, 3274, 96, 839, 32, 109, 1511, 121, 3430, 1766, 834, 9, 16720, 7, 17, 2490, 1640, 1, -100, -1...
What are the average goals for with a drawn higher than 7 and goals against less than 86, as well as more than 11 losses and more than 42 games played?
SELECT AVG(goals_for) FROM table_name_19 WHERE drawn > 7 AND goals_against < 86 AND lost > 11 AND played > 42
CREATE TABLE table_name_19 (goals_for INTEGER, played VARCHAR, lost VARCHAR, drawn VARCHAR, goals_against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1944, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 6796, 2490, 489, 3430, 1766, 834, 9, 16720, 7, 17, 3, 2, 3, 3840, 3430, 1513, 2490, 850, 3430, 1944, 2490, 6426, 1, -100...
What is the highest lost with a drawn more than 11, a position lower than 17 and more than 61 goals?
SELECT MAX(lost) FROM table_name_75 WHERE drawn > 11 AND position < 17 AND goals_for > 61
CREATE TABLE table_name_75 (lost INTEGER, goals_for VARCHAR, drawn VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 2298, 17, 3, 21342, 17966, 6, 1766, 834, 1161, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 6, 1102, 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, 4800, 4, 599, 2298, 17, 61, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 6796, 2490, 850, 3430, 1102, 3, 2, 1003, 3430, 1766, 834, 1161, 2490, 3, 4241, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who held the title of Ruler?
SELECT name FROM table_name_31 WHERE title = "ruler"
CREATE TABLE table_name_31 (name VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 4350, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1213, 8, 2233, 13, 17104, 52, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 2233, 3274, 96, 5155, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What type of state did the ruler have a title?
SELECT type FROM table_name_54 WHERE title = "ruler"
CREATE TABLE table_name_54 (type VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 6137, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 686, 13, 538, 410, 8, 21893, 43, 3, 9, 2233, 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, 686, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 2233, 3274, 96, 5155, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
In what state did Jing have the title of Marquis?
SELECT state FROM table_name_2 WHERE title = "marquis" AND name = "jing"
CREATE TABLE table_name_2 (state VARCHAR, title VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 5540, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 538, 410, 446, 53, 43, 8, 2233,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 538, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 2233, 3274, 96, 1635, 1169, 7, 121, 3430, 564, 3274, 96, 354, 53, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was Gongbo's title?
SELECT title FROM table_name_37 WHERE name = "gongbo"
CREATE TABLE table_name_37 (title VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 21869, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 350, 2444, 115, 32, 31, 7, 2233, 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, 2233, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 564, 3274, 96, 122, 2444, 115, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the name of Yi's state?
SELECT state FROM table_name_49 WHERE name = "yi"
CREATE TABLE table_name_49 (state VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 5540, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 14224, 31, 7, 538, 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, 538, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 564, 3274, 96, 63, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Devices per channel where the Name is sata revision 3.0?
SELECT devices_per_channel FROM table_name_19 WHERE name = "sata revision 3.0"
CREATE TABLE table_name_19 (devices_per_channel VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 9776, 867, 7, 834, 883, 834, 19778, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 15511, 7, 399, 4245, 213...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1904, 834, 883, 834, 19778, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 564, 3274, 96, 7, 144, 9, 14724, 1877, 632, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Raw bandwidth (Mbit/s) for the SAS 300?
SELECT raw_bandwidth__mbit_s_ FROM table_name_8 WHERE name = "sas 300"
CREATE TABLE table_name_8 (raw_bandwidth__mbit_s_ VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 10936, 834, 3348, 12018, 189, 834, 834, 51, 2360, 834, 7, 834, 584, 4280, 28027, 6, 564, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5902, 834, 3348, 12018, 189, 834, 834, 51, 2360, 834, 7, 834, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 564, 3274, 96, 7, 9, 7, 3147, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name the Away team score which has an Away team of st kilda, and a Crowd of 8157?
SELECT away_team AS score FROM table_name_3 WHERE away_team = "st kilda" AND crowd = 8157
CREATE TABLE table_name_3 (away_team VARCHAR, crowd VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 4374, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 71, 1343, 372, 2604, 84, 65, 46, 71, 1343, 37...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 550, 834, 11650, 6157, 2604, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 550, 834, 11650, 3274, 96, 7, 17, 3, 157, 173, 26, 9, 121, 3430, 4374, 3274, 505, 27452, 1, -100, -100, -100, -100, -100, -100, -100, ...
Name the Away team which have a Ground of colonial stadium on friday, 2 march?
SELECT away_team FROM table_name_83 WHERE ground = "colonial stadium" AND date = "friday, 2 march"
CREATE TABLE table_name_83 (away_team VARCHAR, ground VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 1591, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 71, 1343, 372, 84, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 834, 11650, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 1591, 3274, 96, 8135, 7419, 14939, 121, 3430, 833, 3274, 96, 89, 52, 23, 1135, 6, 204, 10556, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Which team has 71 Points and F/Laps of 4?
SELECT team FROM table_name_85 WHERE points = "71" AND f_laps = "4"
CREATE TABLE table_name_85 (team VARCHAR, points VARCHAR, f_laps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 11650, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 3, 89, 834, 8478, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 372, 65, 3, 4450,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 979, 3274, 96, 4450, 121, 3430, 3, 89, 834, 8478, 7, 3274, 96, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What Poles do Team jva have?
SELECT poles FROM table_name_2 WHERE team = "team jva"
CREATE TABLE table_name_2 (poles VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 14332, 7, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19418, 7, 103, 2271, 3, 354, 900, 43, 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, 11148, 7, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 372, 3274, 96, 11650, 3, 354, 900, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
If the Season is later than 2008 and Races is 11, what ate the Points?
SELECT points FROM table_name_64 WHERE races = "11" AND season > 2008
CREATE TABLE table_name_64 (points VARCHAR, races VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 2700, 7, 584, 4280, 28027, 6, 10879, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 7960, 19, 865, 145, 2628, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 979, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 10879, 3274, 96, 2596, 121, 3430, 774, 2490, 2628, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Position is Team Sahara Force india f1 team with 46 Points?
SELECT position FROM table_name_38 WHERE team = "sahara force india f1 team" AND points = "46"
CREATE TABLE table_name_38 (position VARCHAR, team VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 4718, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 14258, 19, 2271, 1138, 14888, 5205, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1102, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 372, 3274, 96, 7, 9, 14888, 2054, 18222, 3, 89, 536, 372, 121, 3430, 979, 3274, 96, 4448, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Poles have a position of 4th?
SELECT poles FROM table_name_63 WHERE position = "4th"
CREATE TABLE table_name_63 (poles VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 14332, 7, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 19418, 7, 43, 3, 9, 1102, 13, 314, 189, 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, 11148, 7, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 1102, 3274, 96, 591, 189, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which F/Laps have 27 Points?
SELECT f_laps FROM table_name_77 WHERE points = "27"
CREATE TABLE table_name_77 (f_laps VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 89, 834, 8478, 7, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 377, 87, 3612, 102, 7, 43, 2307, 4564, 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...
[ 3, 23143, 14196, 3, 89, 834, 8478, 7, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 979, 3274, 96, 2555, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What country has the SBA Towers Tower Hayneville?
SELECT country FROM table_name_71 WHERE name = "sba towers tower hayneville"
CREATE TABLE table_name_71 (country VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 17529, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 684, 65, 8, 180, 4882, 10677, 7, 10677, 454, 21993, 1420, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 564, 3274, 96, 7, 115, 9, 7293, 7, 7293, 3, 107, 21993, 1420, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What type of structure is there at the American Tower Christmas?
SELECT structure_type FROM table_name_17 WHERE name = "american tower christmas"
CREATE TABLE table_name_17 (structure_type VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 16180, 834, 6137, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 686, 13, 1809, 19, 132, 44, 8, 797, 10677, 1619, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1809, 834, 6137, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 564, 3274, 96, 23064, 29, 7293, 23997, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the name of the structure at Egypt, Arkansas?
SELECT name FROM table_name_53 WHERE town = "egypt, arkansas"
CREATE TABLE table_name_53 (name VARCHAR, town VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 4350, 584, 4280, 28027, 6, 1511, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 564, 13, 8, 1809, 44, 10438, 6, 16622, 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, 564, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 1511, 3274, 96, 15, 122, 63, 102, 17, 6, 3, 6604, 3247, 9, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What country was the woman from who was born 1976-07-23 and became a grandmaster in 1991?
SELECT country FROM table_name_83 WHERE date = 1991 AND birth_date = "1976-07-23"
CREATE TABLE table_name_83 (country VARCHAR, date VARCHAR, birth_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 17529, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 3879, 834, 5522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 684, 47, 8, 2335, 45, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 833, 3274, 9957, 3430, 3879, 834, 5522, 3274, 96, 27181, 28625, 940, 18, 2773, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Name the Points which has a Team of sportivo luqueño, and Wins larger than 1?
SELECT MIN(points) FROM table_name_41 WHERE team = "sportivo luqueño" AND wins > 1
CREATE TABLE table_name_41 (points INTEGER, team VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 2700, 7, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 4564, 7, 84, 65, 3, 9, 227...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 372, 3274, 96, 6661, 23, 1621, 3, 40, 76, 835, 2, 32, 121, 3430, 9204, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the Wins which has Points smaller than 10, Losses smaller than 3, and a Scored of 11?
SELECT MIN(wins) FROM table_name_80 WHERE points < 10 AND losses < 3 AND scored = 11
CREATE TABLE table_name_80 (wins INTEGER, scored VARCHAR, points VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 3757, 7, 3, 21342, 17966, 6, 5799, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 979, 3, 2, 335, 3430, 8467, 3, 2, 220, 3430, 5799, 3274, 850, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Please name the highest Conceded which has a Played smaller than 5?
SELECT MAX(conceded) FROM table_name_4 WHERE played < 5
CREATE TABLE table_name_4 (conceded INTEGER, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 11620, 221, 26, 3, 21342, 17966, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 863, 564, 8, 2030, 1193, 565, 221, 26, 84, 65, 3, 9, 291...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 11620, 221, 26, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 1944, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Please name the Losses that has a Played smaller than 5?
SELECT MAX(losses) FROM table_name_57 WHERE played < 5
CREATE TABLE table_name_57 (losses INTEGER, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 2298, 2260, 3, 21342, 17966, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 863, 564, 8, 3144, 2260, 24, 65, 3, 9, 2911, 15, 26, 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, 0, 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, 3436, 549, 17444, 427, 1944, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the Scored which has a Position larger than 6?
SELECT COUNT(scored) FROM table_name_28 WHERE position > 6
CREATE TABLE table_name_28 (scored VARCHAR, position INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 3523, 1271, 584, 4280, 28027, 6, 1102, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 17763, 26, 84, 65, 3, 9, 14258, 2186, 145, 431, 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, 3523, 1271, 61, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 1102, 2490, 431, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the earliest week with an opponent of cincinnati bengals?
SELECT MIN(week) FROM table_name_15 WHERE opponent = "cincinnati bengals"
CREATE TABLE table_name_15 (week INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 16454, 471, 28, 46, 15264, 13, 13935, 29, 18530, 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, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 15264, 3274, 96, 75, 11542, 29, 18530, 36, 29, 6191, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the sum for the week with the date october 30, 1994?
SELECT SUM(week) FROM table_name_55 WHERE date = "october 30, 1994"
CREATE TABLE table_name_55 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 21, 8, 471, 28, 8, 833, 3, 32, 75, 235, 1152, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3769, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 11558, 7520, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date for a week before 9, and a opponent of dallas cowboys?
SELECT date FROM table_name_18 WHERE week < 9 AND opponent = "dallas cowboys"
CREATE TABLE table_name_18 (date VARCHAR, week VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 5522, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 21, 3, 9, 471, 274, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 471, 3, 2, 668, 3430, 15264, 3274, 96, 26, 1748, 9, 7, 9321, 7531, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the biggest week with an opponent of washington redskins?
SELECT MAX(week) FROM table_name_18 WHERE opponent = "washington redskins"
CREATE TABLE table_name_18 (week INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2630, 471, 28, 46, 15264, 13, 6179, 6029, 1131, 7, 78...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8041, 61, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 15264, 3274, 96, 14710, 6029, 1131, 7, 7815, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the attendance for a week larger than 3, and an opponent of philadelphia eagles?
SELECT attendance FROM table_name_58 WHERE week > 3 AND opponent = "philadelphia eagles"
CREATE TABLE table_name_58 (attendance VARCHAR, week VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 15116, 663, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 11364, 21, 3, 9, 471...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 11364, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 471, 2490, 220, 3430, 15264, 3274, 96, 18118, 15311, 11692, 9, 3, 15, 9, 3537, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the result of the match with Jeff Monson as opponent?
SELECT res FROM table_name_96 WHERE opponent = "jeff monson"
CREATE TABLE table_name_96 (res VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 60, 7, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 13, 8, 1588, 28, 8507, 2963, 739, 38, 15264, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 60, 7, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 15264, 3274, 96, 1924, 89, 89, 1911, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many rounds was the match against Jason Fairn?
SELECT round FROM table_name_78 WHERE opponent = "jason fairn"
CREATE TABLE table_name_78 (round VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 7775, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14419, 47, 8, 1588, 581, 9637, 4506, 29, 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, 1751, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 15264, 3274, 96, 1191, 739, 2725, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the method of the match where there was a loss to Carlos Newton in round 1?
SELECT method FROM table_name_61 WHERE round = "1" AND res = "loss" AND opponent = "carlos newton"
CREATE TABLE table_name_61 (method VARCHAR, opponent VARCHAR, round VARCHAR, res VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 23152, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 3, 60, 7, 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, 1573, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 1751, 3274, 96, 536, 121, 3430, 3, 60, 7, 3274, 96, 2298, 7, 121, 3430, 15264, 3274, 96, 1720, 2298, 126, 17, 106, 121, 1, -100, -100, -100, -100, -100, -10...
Who had the most points in games over 59?
SELECT high_points FROM table_name_12 WHERE game > 59
CREATE TABLE table_name_12 (high_points VARCHAR, game INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 6739, 834, 2700, 7, 584, 4280, 28027, 6, 467, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 2645, 141, 8, 167, 979, 16, 1031, 147, 3, 3390, 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, 306, 834, 2700, 7, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 467, 2490, 3, 3390, 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 for the game against San Antonio?
SELECT score FROM table_name_97 WHERE team = "san antonio"
CREATE TABLE table_name_97 (score VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 7, 9022, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 21, 8, 467, 581, 1051, 12923, 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, 2604, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 372, 3274, 96, 7, 152, 3, 9, 6992, 23, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who had the most assists in the game against Indiana?
SELECT high_assists FROM table_name_57 WHERE team = "indiana"
CREATE TABLE table_name_57 (high_assists VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 6739, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 141, 8, 167, 13041, 16, 8, 467, 581, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 306, 834, 6500, 7, 17, 7, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 372, 3274, 96, 77, 8603, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the UK Railway with an ObjectNumber of 1975-7023?
SELECT railway FROM table_name_16 WHERE objectnumber = "1975-7023"
CREATE TABLE table_name_16 (railway VARCHAR, objectnumber VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 12977, 1343, 584, 4280, 28027, 6, 3735, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1270, 18025, 28, 46, 3, 17057, 567, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14421, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 3735, 5525, 1152, 3274, 96, 27181, 23440, 632, 2773, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was the manager that was positioned 11th in table and resigned in departure?
SELECT replaced_by FROM table_name_30 WHERE position_in_table = "11th" AND manner_of_departure = "resigned"
CREATE TABLE table_name_30 (replaced_by VARCHAR, position_in_table VARCHAR, manner_of_departure VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 60, 4687, 26, 834, 969, 584, 4280, 28027, 6, 1102, 834, 77, 834, 3869, 584, 4280, 28027, 6, 3107, 834, 858, 834, 221, 2274, 1462, 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, 5821, 834, 969, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 1102, 834, 77, 834, 3869, 3274, 96, 2596, 189, 121, 3430, 3107, 834, 858, 834, 221, 2274, 1462, 3274, 96, 60, 15532, 121, 1, -100, -100, -100, -100,...
what is the least tournaments played when the year is 1998?
SELECT MIN(tournaments_played) FROM table_name_62 WHERE year = 1998
CREATE TABLE table_name_62 (tournaments_played INTEGER, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 17, 1211, 29, 9, 4128, 834, 4895, 15, 26, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 709, 5892, 7, 194...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 17, 1211, 29, 9, 4128, 834, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 215, 3274, 6260, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
what is the year when tournaments played is less than 2, cuts made is 1 and earnings ($) is less than 10,547?
SELECT SUM(year) FROM table_name_89 WHERE tournaments_played < 2 AND cuts_made = 1 AND earnings___$__ < 10 OFFSET 547
CREATE TABLE table_name_89 (year INTEGER, earnings___$__ VARCHAR, tournaments_played VARCHAR, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 1201, 3, 21342, 17966, 6, 8783, 834, 834, 834, 3229, 834, 834, 584, 4280, 28027, 6, 5892, 7, 834, 4895, 15, 26, 584, 4280, 28027, 6, 8620, 834, 4725, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1201, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 5892, 7, 834, 4895, 15, 26, 3, 2, 204, 3430, 8620, 834, 4725, 3274, 209, 3430, 8783, 834, 834, 834, 3229, 834, 834, 3, 2, 335, 3, 1531...
what is the best finish when money list rank is n/a, earnings ($) is more than 0 and cuts made is more than 1?
SELECT best_finish FROM table_name_41 WHERE money_list_rank = "n/a" AND earnings___$__ > 0 AND cuts_made > 1
CREATE TABLE table_name_41 (best_finish VARCHAR, cuts_made VARCHAR, money_list_rank VARCHAR, earnings___$__ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 9606, 834, 25535, 584, 4280, 28027, 6, 8620, 834, 4725, 584, 4280, 28027, 6, 540, 834, 3350, 834, 6254, 584, 4280, 28027, 6, 8783, 834, 834, 834, 3229, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 200, 834, 25535, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 540, 834, 3350, 834, 6254, 3274, 96, 29, 87, 9, 121, 3430, 8783, 834, 834, 834, 3229, 834, 834, 2490, 3, 632, 3430, 8620, 834, 4725, 2490, 209, 1...
how many times is the money list rank 221 and cuts more than 2?
SELECT COUNT(tournaments_played) FROM table_name_97 WHERE money_list_rank = "221" AND cuts_made > 2
CREATE TABLE table_name_97 (tournaments_played VARCHAR, money_list_rank VARCHAR, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 17, 1211, 29, 9, 4128, 834, 4895, 15, 26, 584, 4280, 28027, 6, 540, 834, 3350, 834, 6254, 584, 4280, 28027, 6, 8620, 834, 4725, 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, 17, 1211, 29, 9, 4128, 834, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 540, 834, 3350, 834, 6254, 3274, 96, 357, 2658, 121, 3430, 8620, 834, 4725, 2490, 204, 1, -100, -1...
what is the earliest year with the best finish t-65?
SELECT MIN(year) FROM table_name_82 WHERE best_finish = "t-65"
CREATE TABLE table_name_82 (year INTEGER, best_finish VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 1201, 3, 21342, 17966, 6, 200, 834, 25535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 3, 16454, 215, 28, 8, 200, 1992, 3, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 200, 834, 25535, 3274, 96, 17, 18, 4122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the average tournaments played when cuts made is 14?
SELECT AVG(tournaments_played) FROM table_name_63 WHERE cuts_made = 14
CREATE TABLE table_name_63 (tournaments_played INTEGER, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 17, 1211, 29, 9, 4128, 834, 4895, 15, 26, 3, 21342, 17966, 6, 8620, 834, 4725, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1348, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 17, 1211, 29, 9, 4128, 834, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 8620, 834, 4725, 3274, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the earliest date of taking office for district 22?
SELECT MIN(took_office) FROM table_name_2 WHERE district = 22
CREATE TABLE table_name_2 (took_office INTEGER, district VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 235, 1825, 834, 19632, 3, 21342, 17966, 6, 3939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 16454, 833, 13, 838, 828, 21, 3939,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 235, 1825, 834, 19632, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 3939, 3274, 1630, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What district has a democratic leader from Roby?
SELECT SUM(district) FROM table_name_37 WHERE party = "democratic" AND home_town = "roby"
CREATE TABLE table_name_37 (district INTEGER, party VARCHAR, home_town VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 26, 23, 20066, 3, 21342, 17966, 6, 1088, 584, 4280, 28027, 6, 234, 834, 3540, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3939, 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, 180, 6122, 599, 26, 23, 20066, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 1088, 3274, 96, 23319, 447, 121, 3430, 234, 834, 3540, 3274, 96, 5840, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What is the district where Steve Carriker is the Democratic Senator and he took office later than 1988?
SELECT MAX(district) FROM table_name_72 WHERE party = "democratic" AND senator = "steve carriker" AND took_office > 1988
CREATE TABLE table_name_72 (district INTEGER, took_office VARCHAR, party VARCHAR, senator VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 26, 23, 20066, 3, 21342, 17966, 6, 808, 834, 19632, 584, 4280, 28027, 6, 1088, 584, 4280, 28027, 6, 20596, 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, 4800, 4, 599, 26, 23, 20066, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 1088, 3274, 96, 23319, 447, 121, 3430, 20596, 3274, 96, 849, 162, 443, 9629, 49, 121, 3430, 808, 834, 19632, 2490, 10414, 1, -100, ...
How many series originally aired before 1999 with more than 7 episodes and a DVD Region 1 release date of 16 april 2013?
SELECT COUNT(series_number) FROM table_name_24 WHERE original_air_date < 1999 AND number_of_episodes > 7 AND dvd_region_1_release_date = "16 april 2013"
CREATE TABLE table_name_24 (series_number VARCHAR, dvd_region_1_release_date VARCHAR, original_air_date VARCHAR, number_of_episodes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 10833, 7, 834, 5525, 1152, 584, 4280, 28027, 6, 30114, 834, 18145, 834, 536, 834, 21019, 834, 5522, 584, 4280, 28027, 6, 926, 834, 2256, 834, 5522, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10833, 7, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 926, 834, 2256, 834, 5522, 3, 2, 5247, 3430, 381, 834, 858, 834, 15, 102, 159, 32, 1395, 2490, 489, 3430, 30114, ...
What's the latest original air date with more than 10 episodes and a DVD Region 2 release date of 23 april 2012?
SELECT MAX(original_air_date) FROM table_name_17 WHERE dvd_region_2_release_date = "23 april 2012" AND number_of_episodes > 10
CREATE TABLE table_name_17 (original_air_date INTEGER, dvd_region_2_release_date VARCHAR, number_of_episodes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 21878, 834, 2256, 834, 5522, 3, 21342, 17966, 6, 30114, 834, 18145, 834, 357, 834, 21019, 834, 5522, 584, 4280, 28027, 6, 381, 834, 858, 834, 15, 102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 21878, 834, 2256, 834, 5522, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 30114, 834, 18145, 834, 357, 834, 21019, 834, 5522, 3274, 96, 2773, 3, 9, 2246, 40, 1673, 121, 3430, 381, 834, 858, ...
What was the original air date of series number 10?
SELECT AVG(original_air_date) FROM table_name_20 WHERE series_number = 10
CREATE TABLE table_name_20 (original_air_date INTEGER, series_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 21878, 834, 2256, 834, 5522, 3, 21342, 17966, 6, 939, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 926, 799, 833, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 21878, 834, 2256, 834, 5522, 61, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 939, 834, 5525, 1152, 3274, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...