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 Top-25 when events shows 12, the top-5 is 1, and less than 11 cuts?
SELECT MIN(top_25) FROM table_name_63 WHERE events = 12 AND top_5 = 1 AND cuts_made < 11
CREATE TABLE table_name_63 (top_25 INTEGER, cuts_made VARCHAR, events VARCHAR, top_5 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 2916, 834, 1828, 3, 21342, 17966, 6, 8620, 834, 4725, 584, 4280, 28027, 6, 984, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 61, 3, 32105, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 2916, 834, 1828, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 984, 3274, 586, 3430, 420, 834, 755, 3274, 209, 3430, 8620, 834, 4725, 3, 2, 850, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the Enrollment at Onalaska?
SELECT MAX(enrollment) FROM table_name_93 WHERE location = "onalaska"
CREATE TABLE table_name_93 (enrollment INTEGER, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 35, 4046, 297, 3, 21342, 17966, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 695, 4046, 297, 44, 461, 138, 9, 10717, 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, 4800, 4, 599, 35, 4046, 297, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 1128, 3274, 96, 9533, 9, 10717, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What Public Institution is in Black River Falls?
SELECT institution FROM table_name_80 WHERE affiliation = "public" AND location = "black river falls"
CREATE TABLE table_name_80 (institution VARCHAR, affiliation VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 77, 17448, 584, 4280, 28027, 6, 24405, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2575, 14932, 19, 16, 1589, 24...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6568, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 24405, 3274, 96, 15727, 121, 3430, 1128, 3274, 96, 19699, 4033, 7250, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of Block for the Player with less than 85 Weight and more than 187 Height?
SELECT COUNT(block) FROM table_name_73 WHERE weight < 85 AND height > 187
CREATE TABLE table_name_73 (block VARCHAR, weight VARCHAR, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 10734, 584, 4280, 28027, 6, 1293, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 9387, 21, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 10734, 61, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 1293, 3, 2, 11989, 3430, 3902, 2490, 3, 25828, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Name of the player with less than 342 Block, less than 87 Weight and Height more than 187?
SELECT name FROM table_name_50 WHERE block < 342 AND weight < 87 AND height > 187
CREATE TABLE table_name_50 (name VARCHAR, height VARCHAR, block VARCHAR, weight VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 4350, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 6, 2463, 584, 4280, 28027, 6, 1293, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 2463, 3, 2, 220, 4165, 3430, 1293, 3, 2, 3, 4225, 3430, 3902, 2490, 3, 25828, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Weight of the player with a Block larger than 328, Spike greater than 375 and Height larger than 207?
SELECT COUNT(weight) FROM table_name_28 WHERE block > 328 AND height > 207 AND spike > 375
CREATE TABLE table_name_28 (weight VARCHAR, spike VARCHAR, block VARCHAR, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 9378, 584, 4280, 28027, 6, 22440, 584, 4280, 28027, 6, 2463, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 9378, 61, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 2463, 2490, 3, 28070, 3430, 3902, 2490, 3, 26426, 3430, 22440, 2490, 3, 22954, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Result with a Category of album of the year in a Year that is 2011?
SELECT result FROM table_name_47 WHERE category = "album of the year" AND year = 2011
CREATE TABLE table_name_47 (result VARCHAR, category VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 3295, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 20119, 28, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 3295, 3274, 96, 23703, 13, 8, 215, 121, 3430, 215, 3274, 2722, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Season, when Name is Tony Boy Espinosa?
SELECT season FROM table_name_57 WHERE name = "tony boy espinosa"
CREATE TABLE table_name_57 (season VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 9476, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7960, 6, 116, 5570, 19, 9137, 7508, 1122, 3180, 32, 7, 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, 774, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 564, 3274, 96, 17, 106, 63, 4940, 16159, 23, 4844, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average Number, when Position is Forward?
SELECT AVG(number) FROM table_name_13 WHERE position = "forward"
CREATE TABLE table_name_13 (number INTEGER, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 5525, 1152, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 7720, 6, 116, 14258, 19, 25633, 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, 71, 17217, 599, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 1102, 3274, 96, 26338, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the lowest Number, when School/Club Team is Misamis Institute?
SELECT MIN(number) FROM table_name_30 WHERE school_club_team = "misamis institute"
CREATE TABLE table_name_30 (number INTEGER, school_club_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 5525, 1152, 3, 21342, 17966, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 7720, 6, 116, 1121, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 496, 834, 13442, 834, 11650, 3274, 96, 51, 159, 3690, 7, 13681, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is School/Club Team, when Season is 2006-2012?
SELECT school_club_team FROM table_name_79 WHERE season = "2006-2012"
CREATE TABLE table_name_79 (school_club_team VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 6646, 834, 13442, 834, 11650, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 1121, 87, 254, 11158, 2271, 6, 116,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 496, 834, 13442, 834, 11650, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 774, 3274, 96, 21196, 18, 12172, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Acquisition via, when Season is 2006-2012?
SELECT acquisition_via FROM table_name_50 WHERE season = "2006-2012"
CREATE TABLE table_name_50 (acquisition_via VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 28222, 834, 5907, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 31713, 1009, 6, 116, 7960, 19, 3581, 18, 12172,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6566, 834, 5907, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 774, 3274, 96, 21196, 18, 12172, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Set 4, when Set 1 is 19-25, and when Set 2 is 23-25?
SELECT set_4 FROM table_name_33 WHERE set_1 = "19-25" AND set_2 = "23-25"
CREATE TABLE table_name_33 (set_4 VARCHAR, set_1 VARCHAR, set_2 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 2244, 834, 591, 584, 4280, 28027, 6, 356, 834, 536, 584, 4280, 28027, 6, 356, 834, 357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 356, 834, 591, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 356, 834, 536, 3274, 96, 2294, 14855, 121, 3430, 356, 834, 357, 3274, 96, 2773, 14855, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Set 1, when Set 4 is NA, when Score is 3-0, and when Set 2 is 29-27?
SELECT set_1 FROM table_name_30 WHERE set_4 = "na" AND score = "3-0" AND set_2 = "29-27"
CREATE TABLE table_name_30 (set_1 VARCHAR, set_2 VARCHAR, set_4 VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 2244, 834, 536, 584, 4280, 28027, 6, 356, 834, 357, 584, 4280, 28027, 6, 356, 834, 591, 584, 4280, 28027, 6, 2604, 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, 356, 834, 536, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 356, 834, 591, 3274, 96, 29, 9, 121, 3430, 2604, 3274, 96, 22773, 121, 3430, 356, 834, 357, 3274, 96, 3166, 18, 2555, 121, 1, -100, -100, -100, -10...
What is Set 2, when Date is May 31?
SELECT set_2 FROM table_name_67 WHERE date = "may 31"
CREATE TABLE table_name_67 (set_2 VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 2244, 834, 357, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2821, 3547, 116, 7678, 19, 932, 2664, 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, 356, 834, 357, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 833, 3274, 96, 13726, 2664, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is Set 1, when Set 2 is 17-25?
SELECT set_1 FROM table_name_22 WHERE set_2 = "17-25"
CREATE TABLE table_name_22 (set_1 VARCHAR, set_2 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 2244, 834, 536, 584, 4280, 28027, 6, 356, 834, 357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2821, 1914, 116, 2821, 204, 19, 1003, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 536, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 356, 834, 357, 3274, 96, 2517, 14855, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Set 3, when Set 4 is 25-21, and when Date is Jun 14?
SELECT set_3 FROM table_name_79 WHERE set_4 = "25-21" AND date = "jun 14"
CREATE TABLE table_name_79 (set_3 VARCHAR, set_4 VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 2244, 834, 519, 584, 4280, 28027, 6, 356, 834, 591, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2821, 6180, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 356, 834, 519, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 356, 834, 591, 3274, 96, 1828, 16539, 121, 3430, 833, 3274, 96, 6959, 968, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What were the total number of Events, when the Top-5 was less than 2, and when the Top-25 was less than 3?
SELECT COUNT(events) FROM table_name_23 WHERE top_5 < 2 AND top_25 < 3
CREATE TABLE table_name_23 (events VARCHAR, top_5 VARCHAR, top_25 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 15, 2169, 7, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 6, 420, 834, 1828, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 130, 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, 2847, 17161, 599, 15, 2169, 7, 61, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 420, 834, 755, 3, 2, 204, 3430, 420, 834, 1828, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the total number of Top-25 values, for which Cuts made was 62, and for which Wins were less than 1?
SELECT COUNT(top_25) FROM table_name_37 WHERE cuts_made = 62 AND wins < 1
CREATE TABLE table_name_37 (top_25 VARCHAR, cuts_made VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 2916, 834, 1828, 584, 4280, 28027, 6, 8620, 834, 4725, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 792, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2916, 834, 1828, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 8620, 834, 4725, 3274, 3, 4056, 3430, 9204, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the total number of Cuts made, when Top-5 was greater than 3, and when Events were 85?
SELECT COUNT(cuts_made) FROM table_name_79 WHERE top_5 > 3 AND events = 85
CREATE TABLE table_name_79 (cuts_made VARCHAR, top_5 VARCHAR, events VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 3044, 7, 834, 4725, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 6, 984, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 792,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 3044, 7, 834, 4725, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 420, 834, 755, 2490, 220, 3430, 984, 3274, 11989, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the sum of Events, when Wins were less than 1, when Top-25 was 3, and when Top-5 was less than 1?
SELECT SUM(events) FROM table_name_57 WHERE wins < 1 AND top_25 = 3 AND top_5 < 1
CREATE TABLE table_name_57 (events INTEGER, top_5 VARCHAR, wins VARCHAR, top_25 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 15, 2169, 7, 3, 21342, 17966, 6, 420, 834, 755, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 420, 834, 1828, 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, 180, 6122, 599, 15, 2169, 7, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 9204, 3, 2, 209, 3430, 420, 834, 1828, 3274, 220, 3430, 420, 834, 755, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, ...
What was the highest Top-10, when the Top-5 was greater than 3, when the Cuts made were 20, and when the Top-25 was more than 10?
SELECT MAX(top_10) FROM table_name_77 WHERE top_5 > 3 AND cuts_made = 20 AND top_25 > 10
CREATE TABLE table_name_77 (top_10 INTEGER, top_25 VARCHAR, top_5 VARCHAR, cuts_made VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 2916, 834, 1714, 3, 21342, 17966, 6, 420, 834, 1828, 584, 4280, 28027, 6, 420, 834, 755, 584, 4280, 28027, 6, 8620, 834, 4725, 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, 2916, 834, 16968, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 420, 834, 755, 2490, 220, 3430, 8620, 834, 4725, 3274, 460, 3430, 420, 834, 1828, 2490, 335, 1, -100, -100, -100, -100, -100, -100, ...
What was the lowest Top-10, when the Wins were 0, when the Top-25 was 12, and when the Events were less than 23?
SELECT MIN(top_10) FROM table_name_4 WHERE wins = 0 AND top_25 = 12 AND events < 23
CREATE TABLE table_name_4 (top_10 INTEGER, events VARCHAR, wins VARCHAR, top_25 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 2916, 834, 1714, 3, 21342, 17966, 6, 984, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 420, 834, 1828, 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, 3, 17684, 599, 2916, 834, 16968, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 9204, 3274, 3, 632, 3430, 420, 834, 1828, 3274, 586, 3430, 984, 3, 2, 1902, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the average Against when the drawn is more than 2 and the Difference of- 17, and a Played smaller than 20?
SELECT AVG(against) FROM table_name_88 WHERE drawn > 2 AND difference = "- 17" AND played < 20
CREATE TABLE table_name_88 (against INTEGER, played VARCHAR, drawn VARCHAR, difference VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 1944, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 6, 1750, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 6796, 2490, 204, 3430, 1750, 3274, 96, 18, 1003, 121, 3430, 1944, 3, 2, 460, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the number of Position when the team was são paulo railway and the against is less than 46?
SELECT COUNT(position) FROM table_name_28 WHERE team = "são paulo railway" AND against < 46
CREATE TABLE table_name_28 (position VARCHAR, team VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 4718, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 14258, 116, 8, 372,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 4718, 61, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 372, 3274, 96, 7, 2, 32, 2576, 83, 32, 14421, 121, 3430, 581, 3, 2, 9668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Team when the lost is less than 13, and the position is less than 4, with a Difference of 42?
SELECT team FROM table_name_58 WHERE lost < 13 AND position < 4 AND difference = "42"
CREATE TABLE table_name_58 (team VARCHAR, difference VARCHAR, lost VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 11650, 584, 4280, 28027, 6, 1750, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 1513, 3, 2, 1179, 3430, 1102, 3, 2, 314, 3430, 1750, 3274, 96, 4165, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the sum of Played when the drawn is less than 2 and against is more than 29?
SELECT SUM(played) FROM table_name_35 WHERE drawn < 2 AND against > 29
CREATE TABLE table_name_35 (played INTEGER, drawn VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 4895, 15, 26, 3, 21342, 17966, 6, 6796, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 2911, 15, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 6796, 3, 2, 204, 3430, 581, 2490, 2838, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Wins has a Byes larger than 0?
SELECT MAX(wins) FROM table_name_65 WHERE byes > 0
CREATE TABLE table_name_65 (wins INTEGER, byes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 3757, 7, 3, 21342, 17966, 6, 57, 15, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 4871, 7, 65, 3, 9, 938, 15, 7, 2186, 145, 3, 632,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 57, 15, 7, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Against has a Peel of waroona, and a Byes larger than 0?
SELECT MAX(against) FROM table_name_55 WHERE peel = "waroona" AND byes > 0
CREATE TABLE table_name_55 (against INTEGER, peel VARCHAR, byes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 14517, 584, 4280, 28027, 6, 57, 15, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 20749, 65, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 14517, 3274, 96, 2910, 32, 106, 9, 121, 3430, 57, 15, 7, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Draws has a Wins smaller than 17, and an Against smaller than 1158?
SELECT COUNT(draws) FROM table_name_64 WHERE wins < 17 AND against < 1158
CREATE TABLE table_name_64 (draws VARCHAR, wins VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 19489, 7, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 19183, 7, 65, 3, 9, 4871, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 9204, 3, 2, 1003, 3430, 581, 3, 2, 850, 3449, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Draws has an Against larger than 1158, and a Wins of 9, and a Losses smaller than 9?
SELECT SUM(draws) FROM table_name_74 WHERE against > 1158 AND wins = 9 AND losses < 9
CREATE TABLE table_name_74 (draws INTEGER, losses VARCHAR, against VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 19489, 7, 3, 21342, 17966, 6, 8467, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 19183...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 581, 2490, 850, 3449, 3430, 9204, 3274, 668, 3430, 8467, 3, 2, 668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Losses has a Wins of 6, and an Against smaller than 1741?
SELECT MIN(losses) FROM table_name_56 WHERE wins = 6 AND against < 1741
CREATE TABLE table_name_56 (losses INTEGER, wins VARCHAR, against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 2298, 2260, 3, 21342, 17966, 6, 9204, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3144, 2260, 65, 3, 9, 4871, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 9204, 3274, 431, 3430, 581, 3, 2, 1003, 4853, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What venue was the game played in when the winner was the atlanta hawks (11)?
SELECT venue FROM table_name_81 WHERE winner = "atlanta hawks (11)"
CREATE TABLE table_name_81 (venue VARCHAR, winner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 15098, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5669, 47, 8, 467, 1944, 16, 116, 8, 4668, 47, 8, 44, 6761, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5669, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 4668, 3274, 96, 144, 6761, 9, 3, 14400, 7, 4077, 6982, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What team was the loser when the result was 119–113?
SELECT loser FROM table_name_83 WHERE result = "119–113"
CREATE TABLE table_name_83 (loser VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 2298, 49, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 372, 47, 8, 2615, 52, 116, 8, 741, 47, 3, 19993, 104, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2615, 52, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 741, 3274, 96, 19993, 104, 20522, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Loser when the winner was los angeles lakers (10)?
SELECT loser FROM table_name_18 WHERE winner = "los angeles lakers (10)"
CREATE TABLE table_name_18 (loser VARCHAR, winner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 2298, 49, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3144, 49, 116, 8, 4668, 47, 10381, 11831, 15, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2615, 52, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 4668, 3274, 96, 2298, 11831, 15, 7, 50, 11758, 41, 16968, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Venue when the result was 88–87?
SELECT venue FROM table_name_78 WHERE result = "88–87"
CREATE TABLE table_name_78 (venue VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 15098, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 29940, 116, 8, 741, 47, 3, 4060, 104, 4225, 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, 5669, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 741, 3274, 96, 4060, 104, 4225, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What team was the winner when the result was 90–86?
SELECT winner FROM table_name_35 WHERE result = "90–86"
CREATE TABLE table_name_35 (winner VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 3757, 687, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 372, 47, 8, 4668, 116, 8, 741, 47, 2777, 104, 3840, 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, 4668, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 741, 3274, 96, 2394, 104, 3840, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Result when the memphis grizzlies ( 2) were the loser?
SELECT result FROM table_name_10 WHERE loser = "memphis grizzlies ( 2)"
CREATE TABLE table_name_10 (result VARCHAR, loser VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 2615, 52, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 20119, 116, 8, 140, 7656, 159, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 2615, 52, 3274, 96, 526, 7656, 159, 3, 3496, 5271, 4664, 41, 9266, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What year was the Win percentage 60%?
SELECT years FROM table_name_77 WHERE win_percentage = "60%"
CREATE TABLE table_name_77 (years VARCHAR, win_percentage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 1201, 7, 584, 4280, 28027, 6, 1369, 834, 883, 3728, 545, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 4871, 5294, 15436, 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, 203, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 1369, 834, 883, 3728, 545, 3274, 96, 3328, 1454, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total number of Tests when the lost is less than 9 for sir fred allen?
SELECT COUNT(tests) FROM table_name_43 WHERE lost < 9 AND name = "sir fred allen"
CREATE TABLE table_name_43 (tests VARCHAR, lost VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 4377, 7, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 2300, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 4377, 7, 61, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 1513, 3, 2, 668, 3430, 564, 3274, 96, 7, 23, 52, 3, 89, 1271, 6127, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Win percentage where there were 5 lost and 0 is drew?
SELECT win_percentage FROM table_name_62 WHERE lost = 5 AND drew = 0
CREATE TABLE table_name_62 (win_percentage VARCHAR, lost VARCHAR, drew VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 3757, 834, 883, 3728, 545, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 3, 26, 60, 210, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 1369, 834, 883, 3728, 545, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 1513, 3274, 305, 3430, 3, 26, 60, 210, 3274, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many Campeonato Paulistas had a campeonato brasileiro of more than 2, an others number of more than 0, and a copa sudamericana of more than 5?
SELECT COUNT(campeonato_paulista) FROM table_name_72 WHERE campeonato_brasileiro > 2 AND others > 0 AND copa_sudamericana > 5
CREATE TABLE table_name_72 (campeonato_paulista VARCHAR, copa_sudamericana VARCHAR, campeonato_brasileiro VARCHAR, others VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 12389, 15, 106, 9, 235, 834, 102, 402, 3350, 9, 584, 4280, 28027, 6, 7326, 9, 834, 7, 76, 26, 23064, 29, 9, 584, 4280, 28027, 6, 2856, 15, 106, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 12389, 15, 106, 9, 235, 834, 102, 402, 3350, 9, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 2856, 15, 106, 9, 235, 834, 1939, 7, 173, 21810, 2490, 204, 3430, 717, 2490, 3, 632, 3430, ...
What is the largest copa sudamericana number when the others number is less than 0?
SELECT MAX(copa_sudamericana) FROM table_name_80 WHERE others < 0
CREATE TABLE table_name_80 (copa_sudamericana INTEGER, others INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 10845, 9, 834, 7, 76, 26, 23064, 29, 9, 3, 21342, 17966, 6, 717, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2015, 7326, 9, 8411,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10845, 9, 834, 7, 76, 26, 23064, 29, 9, 61, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 717, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Unit has Authors of dalla vecchia, wild, & reitner?
SELECT unit FROM table_name_65 WHERE authors = "dalla vecchia, wild, & reitner"
CREATE TABLE table_name_65 (unit VARCHAR, authors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 15129, 584, 4280, 28027, 6, 5921, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5579, 65, 10236, 7, 13, 836, 195, 9, 3, 162, 75, 1436, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1745, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 5921, 3274, 96, 26, 1748, 9, 3, 162, 75, 1436, 9, 6, 3645, 6, 3, 184, 3, 60, 155, 687, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Where is two medicine formation?
SELECT location FROM table_name_46 WHERE unit = "two medicine formation"
CREATE TABLE table_name_46 (location VARCHAR, unit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 14836, 584, 4280, 28027, 6, 1745, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 19, 192, 4404, 3239, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 1745, 3274, 96, 8264, 4404, 3239, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is varricchio's unit?
SELECT unit FROM table_name_75 WHERE authors = "varricchio"
CREATE TABLE table_name_75 (unit VARCHAR, authors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 15129, 584, 4280, 28027, 6, 5921, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 4331, 2234, 1436, 32, 31, 7, 1745, 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, 1745, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 5921, 3274, 96, 4331, 2234, 1436, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which authors have a Unit of densuș-ciula formation?
SELECT authors FROM table_name_42 WHERE unit = "densuș-ciula formation"
CREATE TABLE table_name_42 (authors VARCHAR, unit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 17415, 7, 584, 4280, 28027, 6, 1745, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5921, 43, 3, 9, 5579, 13, 177, 7, 76, 1198, 18, 8469, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5921, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 1745, 3274, 96, 537, 7, 76, 1198, 18, 8469, 521, 3239, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Status has a Unit of daohugou beds?
SELECT status FROM table_name_55 WHERE unit = "daohugou beds"
CREATE TABLE table_name_55 (status VARCHAR, unit VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 8547, 302, 584, 4280, 28027, 6, 1745, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 19318, 65, 3, 9, 5579, 13, 836, 32, 107, 76, 839, 76, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2637, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 1745, 3274, 96, 26, 9, 32, 107, 76, 839, 76, 8326, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is varricchio's status?
SELECT status FROM table_name_75 WHERE authors = "varricchio"
CREATE TABLE table_name_75 (status VARCHAR, authors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 8547, 302, 584, 4280, 28027, 6, 5921, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 4331, 2234, 1436, 32, 31, 7, 2637, 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, 2637, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 5921, 3274, 96, 4331, 2234, 1436, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the points average when the tied is greater than 8, less than 82 games and the coach of Bryan Mclay † Morris Lallo ‡ Gerry Moore ‡, and greater than 322 goals?
SELECT AVG(points) FROM table_name_13 WHERE tied > 8 AND games < 82 AND coach = "bryan mclay † morris lallo ‡ gerry moore ‡" AND goals_against > 322
CREATE TABLE table_name_13 (points INTEGER, goals_against VARCHAR, coach VARCHAR, tied VARCHAR, games VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 2700, 7, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 3763, 584, 4280, 28027, 6, 10422, 584, 4280, 28027, 6, 1031, 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, 71, 17217, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 10422, 2490, 505, 3430, 1031, 3, 2, 3, 4613, 3430, 3763, 3274, 96, 115, 651, 152, 3, 51, 4651, 63, 3, 2, 8030, 52, 159, 50, 195, ...
What are the most games when the points are 100 and goals for less than 356?
SELECT MAX(games) FROM table_name_23 WHERE points = 100 AND goals_for < 356
CREATE TABLE table_name_23 (games INTEGER, points VARCHAR, goals_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 7261, 7, 3, 21342, 17966, 6, 979, 584, 4280, 28027, 6, 1766, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 167, 1031, 116...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 7261, 7, 61, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 979, 3274, 910, 3430, 1766, 834, 1161, 3, 2, 220, 4834, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the most points when the goals against are 354 and games less than 82?
SELECT MAX(points) FROM table_name_49 WHERE goals_against = 354 AND games < 82
CREATE TABLE table_name_49 (points INTEGER, goals_against VARCHAR, games VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 2700, 7, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1031, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 3274, 220, 5062, 3430, 1031, 3, 2, 3, 4613, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For games less than 70 and goals for greater than 335 what is the most points?
SELECT MAX(points) FROM table_name_85 WHERE goals_for > 335 AND games < 70
CREATE TABLE table_name_85 (points INTEGER, goals_for VARCHAR, games VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 2700, 7, 3, 21342, 17966, 6, 1766, 834, 1161, 584, 4280, 28027, 6, 1031, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 1031, 705, 145, 2861, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 1766, 834, 1161, 2490, 220, 2469, 3430, 1031, 3, 2, 2861, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Gold, when Total is less than 4, when Silver is 1, and when Bronze is 1?
SELECT gold FROM table_name_71 WHERE total < 4 AND silver = "1" AND bronze = "1"
CREATE TABLE table_name_71 (gold VARCHAR, bronze VARCHAR, total VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 14910, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 254...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2045, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 792, 3, 2, 314, 3430, 4294, 3274, 96, 536, 121, 3430, 13467, 3274, 96, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is Silver, when Total is greater than 4, when Bronze is 2, and when Rank is greater than 1?
SELECT silver FROM table_name_51 WHERE total > 4 AND bronze = "2" AND rank > 1
CREATE TABLE table_name_51 (silver VARCHAR, rank VARCHAR, total VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 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, 4294, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 792, 2490, 314, 3430, 13467, 3274, 96, 357, 121, 3430, 11003, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was on the Socialist Labor ticket that had Arthur Levitt as the Liberal Ticket?
SELECT socialist_labor_ticket FROM table_name_60 WHERE liberal_ticket = "arthur levitt"
CREATE TABLE table_name_60 (socialist_labor_ticket VARCHAR, liberal_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 15745, 343, 834, 9456, 834, 26639, 584, 4280, 28027, 6, 10215, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 30, 8, 2730, 34...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 23737, 834, 9456, 834, 26639, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 10215, 834, 26639, 3274, 96, 10702, 450, 90, 5566, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Robert S. Flanzer was the Free Libertarian ticket with who listed as the Liberal Ticket?
SELECT liberal_ticket FROM table_name_51 WHERE free_libertarian_ticket = "robert s. flanzer"
CREATE TABLE table_name_51 (liberal_ticket VARCHAR, free_libertarian_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 10661, 138, 834, 26639, 584, 4280, 28027, 6, 339, 834, 10661, 17, 6855, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2715, 180, 5, 70...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 10215, 834, 26639, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 339, 834, 10661, 17, 6855, 834, 26639, 3274, 96, 5840, 49, 17, 3, 7, 5, 5731, 29, 2558, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
The Liberal Ticket listed which candidate when Jack A. Martin was listed on the Free Libertarian Ticket?
SELECT liberal_ticket FROM table_name_21 WHERE free_libertarian_ticket = "jack a. martin"
CREATE TABLE table_name_21 (liberal_ticket VARCHAR, free_libertarian_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 10661, 138, 834, 26639, 584, 4280, 28027, 6, 339, 834, 10661, 17, 6855, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 18587, 3, 15...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 10215, 834, 26639, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 339, 834, 10661, 17, 6855, 834, 26639, 3274, 96, 9325, 3, 9, 5, 3157, 17, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
The person who is on the Democratic ticket for the position of Office of U.S. Senator was who?
SELECT democratic_ticket FROM table_name_68 WHERE office = "u.s. senator"
CREATE TABLE table_name_68 (democratic_ticket VARCHAR, office VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 23319, 447, 834, 26639, 584, 4280, 28027, 6, 828, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 568, 113, 19, 30, 8, 10021, 4142, 21, 8, 110...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15053, 834, 26639, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 828, 3274, 96, 76, 5, 7, 5, 20596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Leland W. Schubert, Free Libertarian ticket, had who listed on the Democratic ticket?
SELECT democratic_ticket FROM table_name_56 WHERE free_libertarian_ticket = "leland w. schubert"
CREATE TABLE table_name_56 (democratic_ticket VARCHAR, free_libertarian_ticket VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 23319, 447, 834, 26639, 584, 4280, 28027, 6, 339, 834, 10661, 17, 6855, 834, 26639, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 312, 40, 232, 54...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15053, 834, 26639, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 339, 834, 10661, 17, 6855, 834, 26639, 3274, 96, 109, 40, 232, 3, 210, 5, 3, 860, 14659, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest Extras for Chamara Kapugedera, with an E.R. less than 4.59?
SELECT MIN(extras) FROM table_name_50 WHERE name = "chamara kapugedera" AND er < 4.59
CREATE TABLE table_name_50 (extras INTEGER, name VARCHAR, er VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 25666, 7, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 3, 49, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 8505, 7, 21, 18...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 25666, 7, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 564, 3274, 96, 17788, 2551, 3, 18852, 12972, 588, 9, 121, 3430, 3, 49, 3, 2, 2853, 3390, 1, -100, -100, -100, -100, -100, -100, -100,...
What is the highest Extras with an E.R. of 4.59, and more than 101 Runs Conceded?
SELECT MAX(extras) FROM table_name_9 WHERE er = 4.59 AND runs_conceded > 101
CREATE TABLE table_name_9 (extras INTEGER, er VARCHAR, runs_conceded VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 25666, 7, 3, 21342, 17966, 6, 3, 49, 584, 4280, 28027, 6, 3154, 834, 11620, 221, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 25666, 7, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 3, 49, 3274, 2853, 3390, 3430, 3154, 834, 11620, 221, 26, 2490, 13736, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the average Extras for Muttiah Muralitharan, with less than 353 Runs Conceded?
SELECT AVG(extras) FROM table_name_38 WHERE name = "muttiah muralitharan" AND runs_conceded < 353
CREATE TABLE table_name_38 (extras INTEGER, name VARCHAR, runs_conceded VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 25666, 7, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 3154, 834, 11620, 221, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 134...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 25666, 7, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 564, 3274, 96, 51, 31944, 9, 107, 15848, 155, 14888, 29, 121, 3430, 3154, 834, 11620, 221, 26, 3, 2, 220, 4867, 1, -100, -100, -100,...
What is the highest Extras for Farveez Maharoof, with more than 4 wickets?
SELECT MAX(extras) FROM table_name_79 WHERE name = "farveez maharoof" AND wickets > 4
CREATE TABLE table_name_79 (extras INTEGER, name VARCHAR, wickets VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 25666, 7, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 29719, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 8505, 7, 21, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 25666, 7, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 564, 3274, 96, 5544, 162, 457, 954, 3272, 32, 858, 121, 3430, 29719, 7, 2490, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of Maidens when E.R. is less than 9.5, and a Overs Bowled larger than 57, and a Wickets of 9?
SELECT COUNT(maidens) FROM table_name_95 WHERE er < 9.5 AND overs_bowled > 57 AND wickets = 9
CREATE TABLE table_name_95 (maidens VARCHAR, wickets VARCHAR, er VARCHAR, overs_bowled VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 6840, 537, 7, 584, 4280, 28027, 6, 29719, 7, 584, 4280, 28027, 6, 3, 49, 584, 4280, 28027, 6, 147, 7, 834, 17710, 1361, 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, 6840, 537, 7, 61, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 3, 49, 3, 2, 3, 22321, 3430, 147, 7, 834, 17710, 1361, 2490, 3, 3436, 3430, 29719, 7, 3274, 668, 1, -100, -100, -100, -100, ...
How many FA Cups on average have a larger total than 32 and a larger league than 24?
SELECT AVG(fa_cup) FROM table_name_15 WHERE total > 32 AND league > 24
CREATE TABLE table_name_15 (fa_cup INTEGER, total VARCHAR, league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 89, 9, 834, 4658, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 8536, 3802, 7, 30,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 89, 9, 834, 4658, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 792, 2490, 3538, 3430, 5533, 2490, 997, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many FA Trophies had a total of 27, 2 FA cups, and a league larger than 24?
SELECT SUM(fa_trophy) FROM table_name_82 WHERE total = 27 AND fa_cup = 2 AND league > 24
CREATE TABLE table_name_82 (fa_trophy INTEGER, league VARCHAR, total VARCHAR, fa_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 89, 9, 834, 17, 29006, 3, 21342, 17966, 6, 5533, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 3, 89, 9, 834, 4658, 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, 180, 6122, 599, 89, 9, 834, 17, 29006, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 792, 3274, 2307, 3430, 3, 89, 9, 834, 4658, 3274, 204, 3430, 5533, 2490, 997, 1, -100, -100, -100, -100, -100, -100, -1...
What is the year built of the home with a built status and a 42 m. height?
SELECT "built" FROM table_name_41 WHERE status = "built" AND height = "42 m."
CREATE TABLE table_name_41 (status VARCHAR, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 8547, 302, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 215, 1192, 13, 8, 234, 28, 3, 9, 1192, 2637, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 96, 16152, 121, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 2637, 3274, 96, 16152, 121, 3430, 3902, 3274, 96, 4165, 3, 51, 535, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the height of the home with stories greater than 22 and built in 2009?
SELECT height FROM table_name_34 WHERE stories > 22 AND built = "2009"
CREATE TABLE table_name_34 (height VARCHAR, stories VARCHAR, built VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 88, 2632, 584, 4280, 28027, 6, 1937, 584, 4280, 28027, 6, 1192, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3902, 13, 8, 234, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3902, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 1937, 2490, 1630, 3430, 1192, 3274, 96, 16660, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the highest number of stories in homes with a height of 42 m.?
SELECT MAX(stories) FROM table_name_7 WHERE height = "42 m."
CREATE TABLE table_name_7 (stories INTEGER, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 7279, 725, 3, 21342, 17966, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 13, 1937, 16, 2503, 28, 3, 9, 3902, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 7279, 725, 61, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 3902, 3274, 96, 4165, 3, 51, 535, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
When the game is listed as 2, what is the score?
SELECT score FROM table_name_81 WHERE game = 2
CREATE TABLE table_name_81 (score VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 467, 19, 2616, 38, 3547, 125, 19, 8, 2604, 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, 4959, 549, 17444, 427, 467, 3274, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the latest November date with an Opponent of @ Pittsburgh Pirates and the game is more than 3?
SELECT MAX(november) FROM table_name_55 WHERE opponent = "@ pittsburgh pirates" AND game > 3
CREATE TABLE table_name_55 (november INTEGER, opponent VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 5326, 18247, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1251, 1671, 833, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 5326, 18247, 61, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 15264, 3274, 96, 1741, 7688, 17, 7289, 107, 19910, 7, 121, 3430, 467, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
When the record is listed as 2-0-0, and the November date is less than 27, what is the sum of the game?
SELECT SUM(game) FROM table_name_71 WHERE november < 27 AND record = "2-0-0"
CREATE TABLE table_name_71 (game INTEGER, november VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 7261, 3, 21342, 17966, 6, 3, 5326, 18247, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 1368, 19, 2616, 38, 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, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 7261, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 3, 5326, 18247, 3, 2, 2307, 3430, 1368, 3274, 96, 7412, 18629, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the lowest number of Total Foreign-born (millions) people, when the number of people Born in a non EU state (millions) was 6.415?
SELECT MIN(total_foreign_born__millions_) FROM table_name_38 WHERE born_in_a_non_eu_state__millions_ = 6.415
CREATE TABLE table_name_38 (total_foreign_born__millions_ INTEGER, born_in_a_non_eu_state__millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 235, 1947, 834, 1161, 15, 3191, 834, 7473, 834, 834, 17030, 7, 834, 3, 21342, 17966, 6, 2170, 834, 77, 834, 9, 834, 29, 106, 834, 15, 76, 834, 5540, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 235, 1947, 834, 1161, 15, 3191, 834, 7473, 834, 834, 17030, 7, 834, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 2170, 834, 77, 834, 9, 834, 29, 106, 834, 15, 76, 834, 5540, 834, 834, 17...
What was the average number of people born in other EU states in millions, when the total number of foreign-born people in millions was 0.5, and when the total population in millions was less than 5.534?
SELECT AVG(born_in_other_eu_state__millions_) FROM table_name_57 WHERE total_foreign_born__millions_ = 0.5 AND total_population__millions_ < 5.534
CREATE TABLE table_name_57 (born_in_other_eu_state__millions_ INTEGER, total_foreign_born__millions_ VARCHAR, total_population__millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 7473, 834, 77, 834, 9269, 834, 15, 76, 834, 5540, 834, 834, 17030, 7, 834, 3, 21342, 17966, 6, 792, 834, 1161, 15, 3191, 834, 7473, 834, 834, 17030, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7473, 834, 77, 834, 9269, 834, 15, 76, 834, 5540, 834, 834, 17030, 7, 834, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 792, 834, 1161, 15, 3191, 834, 7473, 834, 834, 17030, 7, 834, 3274,...
What was the average number of people born in other EU states in millions, when the number of people born in a non EU state in millions was 31.368, and when the total population in millions was higher than 501.098?
SELECT AVG(born_in_other_eu_state__millions_) FROM table_name_88 WHERE born_in_a_non_eu_state__millions_ = 31.368 AND total_population__millions_ > 501.098
CREATE TABLE table_name_88 (born_in_other_eu_state__millions_ INTEGER, born_in_a_non_eu_state__millions_ VARCHAR, total_population__millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 7473, 834, 77, 834, 9269, 834, 15, 76, 834, 5540, 834, 834, 17030, 7, 834, 3, 21342, 17966, 6, 2170, 834, 77, 834, 9, 834, 29, 106, 834, 15, 76, 83...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7473, 834, 77, 834, 9269, 834, 15, 76, 834, 5540, 834, 834, 17030, 7, 834, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 2170, 834, 77, 834, 9, 834, 29, 106, 834, 15, 76, 834, 5540, 834,...
How many people were born in a non EU state (in millions), when the Total population (in millions) was 62.008?
SELECT born_in_a_non_eu_state__millions_ FROM table_name_32 WHERE total_population__millions_ = 62.008
CREATE TABLE table_name_32 (born_in_a_non_eu_state__millions_ VARCHAR, total_population__millions_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 7473, 834, 77, 834, 9, 834, 29, 106, 834, 15, 76, 834, 5540, 834, 834, 17030, 7, 834, 584, 4280, 28027, 6, 792, 834, 9791, 7830, 834, 834, 17030, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2170, 834, 77, 834, 9, 834, 29, 106, 834, 15, 76, 834, 5540, 834, 834, 17030, 7, 834, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 792, 834, 9791, 7830, 834, 834, 17030, 7, 834, 3274, 431, 24273, 4018, 1, ...
What away team has tottenham hotspur as the home team?
SELECT away_team FROM table_name_67 WHERE home_team = "tottenham hotspur"
CREATE TABLE table_name_67 (away_team VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 550, 372, 65, 12, 17, 324, 1483, 1312, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 834, 11650, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 234, 834, 11650, 3274, 96, 235, 17, 324, 1483, 1312, 7, 3791, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Tamil Name of the Thaipusam holiday?
SELECT tamil_name FROM table_name_96 WHERE english_name = "thaipusam"
CREATE TABLE table_name_96 (tamil_name VARCHAR, english_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 17, 265, 173, 834, 4350, 584, 4280, 28027, 6, 22269, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22503, 5570, 13, 8, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17, 265, 173, 834, 4350, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 22269, 834, 4350, 3274, 96, 189, 9, 23, 7800, 265, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Tamil Name of சந்திர புத்தாண்டு (தினம் 2)?
SELECT type FROM table_name_80 WHERE tamil_name = "சந்திர புத்தாண்டு (தினம் 2)"
CREATE TABLE table_name_80 (type VARCHAR, tamil_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 6137, 584, 4280, 28027, 6, 3, 17, 265, 173, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22503, 5570, 13, 3, 2, 3, 2, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 686, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 3, 17, 265, 173, 834, 4350, 3274, 96, 2, 3, 2, 41, 2, 9266, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Chinese Type Chinese Name of the holiday with a Tamil Name of சந்திர புத்தாண்டு (தினம் 3)?
SELECT chinese_name FROM table_name_25 WHERE type = "chinese" AND tamil_name = "சந்திர புத்தாண்டு (தினம் 3)"
CREATE TABLE table_name_25 (chinese_name VARCHAR, type VARCHAR, tamil_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 1436, 1496, 15, 834, 4350, 584, 4280, 28027, 6, 686, 584, 4280, 28027, 6, 3, 17, 265, 173, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 1436, 1496, 15, 834, 4350, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 686, 3274, 96, 1436, 1496, 15, 121, 3430, 3, 17, 265, 173, 834, 4350, 3274, 96, 2, 3, 2, 41, 2, 3, 5268, 121, 1, -100, -100, -10...
Who was second for the United States team?
SELECT second FROM table_name_35 WHERE nation = "united states"
CREATE TABLE table_name_35 (second VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 12091, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 511, 21, 8, 907, 1323, 372, 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, 511, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 2982, 3274, 96, 15129, 15, 26, 2315, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Yumie Hayashi was third for which club?
SELECT club FROM table_name_23 WHERE third = "yumie hayashi"
CREATE TABLE table_name_23 (club VARCHAR, third VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 13442, 584, 4280, 28027, 6, 1025, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 6214, 2720, 8567, 17155, 47, 1025, 21, 84, 1886, 58, 1, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 1025, 3274, 96, 63, 76, 2720, 3, 12687, 17155, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who was Switzerland's alternate?
SELECT alternate FROM table_name_86 WHERE nation = "switzerland"
CREATE TABLE table_name_86 (alternate VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 8818, 29, 342, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 12527, 31, 7, 13902, 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, 13902, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 2982, 3274, 96, 7, 15686, 15, 7721, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which club was from Great Britain?
SELECT club FROM table_name_27 WHERE nation = "great britain"
CREATE TABLE table_name_27 (club VARCHAR, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 13442, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1886, 47, 45, 1651, 7190, 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, 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, 1886, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 2982, 3274, 96, 20288, 3, 115, 10694, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Glenys Bakker was second for which nation?
SELECT nation FROM table_name_74 WHERE second = "glenys bakker"
CREATE TABLE table_name_74 (nation VARCHAR, second VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 29, 257, 584, 4280, 28027, 6, 511, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 8300, 63, 7, 21200, 2304, 47, 511, 21, 84, 2982, 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, 2982, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 511, 3274, 96, 3537, 29, 63, 7, 3, 19272, 2304, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Rosa Pompanin was second for which club?
SELECT club FROM table_name_64 WHERE second = "rosa pompanin"
CREATE TABLE table_name_64 (club VARCHAR, second VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 13442, 584, 4280, 28027, 6, 511, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 15641, 1908, 51, 2837, 77, 47, 511, 21, 84, 1886, 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, 1886, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 511, 3274, 96, 1859, 9, 13092, 152, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What date was the Singapore Gross 1999?
SELECT date FROM table_name_18 WHERE singapore_gross = "1999"
CREATE TABLE table_name_18 (date VARCHAR, singapore_gross VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 5522, 584, 4280, 28027, 6, 10159, 9, 21642, 834, 3844, 7, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 47, 8, 6243, 17969, 5247, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 10159, 9, 21642, 834, 3844, 7, 7, 3274, 96, 2294, 3264, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the name of the producer that produced a film with a production cost of $1,000,000?
SELECT producer FROM table_name_71 WHERE production_cost = "$1,000,000"
CREATE TABLE table_name_71 (producer VARCHAR, production_cost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 1409, 4817, 49, 584, 4280, 28027, 6, 999, 834, 11290, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 8211, 24, 2546, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 8211, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 999, 834, 11290, 3274, 96, 3229, 536, 23916, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the name of the director who directed the movie that Raintree Pictures produced?
SELECT director FROM table_name_13 WHERE producer = "raintree pictures"
CREATE TABLE table_name_13 (director VARCHAR, producer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 25982, 584, 4280, 28027, 6, 8211, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 2090, 113, 6640, 8, 1974, 24, 12574, 929...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2090, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 8211, 3274, 96, 6559, 929, 15, 1933, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the title of the film that had a production cost of $850,000?
SELECT title FROM table_name_93 WHERE production_cost = "$850,000"
CREATE TABLE table_name_93 (title VARCHAR, production_cost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 21869, 584, 4280, 28027, 6, 999, 834, 11290, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2233, 13, 8, 814, 24, 141, 3, 9, 999, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2233, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 999, 834, 11290, 3274, 96, 3229, 927, 9286, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How much is the Singapore Gross for the film that Siu Wing directed?
SELECT singapore_gross FROM table_name_93 WHERE director = "siu wing"
CREATE TABLE table_name_93 (singapore_gross VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 7, 53, 9, 21642, 834, 3844, 7, 7, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 19, 8, 6243, 17969, 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, 10159, 9, 21642, 834, 3844, 7, 7, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 2090, 3274, 96, 7, 23, 76, 3, 3108, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Date with an Away that is broadview hawks?
SELECT date FROM table_name_5 WHERE away = "broadview hawks"
CREATE TABLE table_name_5 (date VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 5522, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 28, 46, 71, 1343, 24, 19, 4358, 4576, 3, 14400, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 755, 549, 17444, 427, 550, 3274, 96, 115, 8635, 4576, 3, 14400, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Home with an Away that is toronto rebels?
SELECT home FROM table_name_94 WHERE away = "toronto rebels"
CREATE TABLE table_name_94 (home VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 5515, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1210, 28, 46, 71, 1343, 24, 19, 12, 4438, 32, 16054, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 550, 3274, 96, 235, 4438, 32, 16054, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Time with a Score that is 46-82?
SELECT time FROM table_name_17 WHERE score = "46-82"
CREATE TABLE table_name_17 (time VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 715, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2900, 28, 3, 9, 17763, 24, 19, 9668, 18, 4613, 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, 97, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 2604, 3274, 96, 4448, 18, 4613, 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 the Date with an Away that is central blues?
SELECT date FROM table_name_15 WHERE away = "central blues"
CREATE TABLE table_name_15 (date VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 5522, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7678, 28, 46, 71, 1343, 24, 19, 2069, 1692, 7, 58, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1808, 549, 17444, 427, 550, 3274, 96, 20071, 1692, 7, 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 the Time with a Home that is high park demons?
SELECT time FROM table_name_31 WHERE home = "high park demons"
CREATE TABLE table_name_31 (time VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 715, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2900, 28, 3, 9, 1210, 24, 19, 306, 2447, 20, 2157, 7,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3341, 549, 17444, 427, 234, 3274, 96, 6739, 2447, 20, 2157, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Away with a Score that is 46-82?
SELECT away FROM table_name_70 WHERE score = "46-82"
CREATE TABLE table_name_70 (away VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 8006, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 71, 1343, 28, 3, 9, 17763, 24, 19, 9668, 18, 4613, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 550, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 2604, 3274, 96, 4448, 18, 4613, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Partner is on 22 april 2002?
SELECT partner FROM table_name_35 WHERE date = "22 april 2002"
CREATE TABLE table_name_35 (partner VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 12300, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5793, 19, 30, 1630, 3, 9, 2246, 40, 4407, 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, 2397, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 833, 3274, 96, 2884, 3, 9, 2246, 40, 4407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Partner has an Opponents of wayne arthurs sandon stolle?
SELECT partner FROM table_name_24 WHERE opponents = "wayne arthurs sandon stolle"
CREATE TABLE table_name_24 (partner VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 12300, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5793, 65, 46, 4495, 9977, 7, 13, 194, 29, 15, 3, 10702, 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, 2397, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 16383, 3274, 96, 1343, 29, 15, 3, 10702, 3589, 3, 7, 232, 106, 3, 7, 235, 195, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...