NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
How many byes were then when there were less than 737 against?
SELECT SUM(byes) FROM table_name_13 WHERE against < 737
CREATE TABLE table_name_13 (byes INTEGER, against INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 969, 15, 7, 3, 21342, 17966, 6, 581, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 57, 15, 7, 130, 258, 116, 132, 130, 705, 145, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 969, 15, 7, 61, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 581, 3, 2, 3, 27931, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many wins were there when the byes were more than 3?
SELECT COUNT(wins) FROM table_name_27 WHERE byes > 3
CREATE TABLE table_name_27 (wins VARCHAR, byes INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 3757, 7, 584, 4280, 28027, 6, 57, 15, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 130, 132, 116, 8, 57, 15, 7, 130, 72, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 57, 15, 7, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many wins were there when draws were more than 0?
SELECT MIN(wins) FROM table_name_5 WHERE draws > 0
CREATE TABLE table_name_5 (wins INTEGER, draws INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 3757, 7, 3, 21342, 17966, 6, 14924, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9204, 130, 132, 116, 14924, 130, 72, 145, 3, 632, 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, 17684, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 14924, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many wins did Glenelg FL of bahgallah have when there were more than 3 byes?
SELECT COUNT(wins) FROM table_name_93 WHERE glenelg_fl = "bahgallah" AND byes > 3
CREATE TABLE table_name_93 (wins VARCHAR, glenelg_fl VARCHAR, byes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 3757, 7, 584, 4280, 28027, 6, 3, 122, 14205, 40, 122, 834, 89, 40, 584, 4280, 28027, 6, 57, 15, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 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, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 3, 122, 14205, 40, 122, 834, 89, 40, 3274, 96, 17670, 122, 30157, 121, 3430, 57, 15, 7, 2490, 220, 1, -100, -100, -100, -100, -100,...
What is Date, when Opponent in Final is "Guy Forget"?
SELECT date FROM table_name_64 WHERE opponent_in_final = "guy forget"
CREATE TABLE table_name_64 (date VARCHAR, opponent_in_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 5522, 584, 4280, 28027, 6, 15264, 834, 77, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 4495, 9977, 16, 6514, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 15264, 834, 77, 834, 12406, 3274, 96, 1744, 63, 2612, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Opponent in Final, when Date is "13 January 1992"?
SELECT opponent_in_final FROM table_name_12 WHERE date = "13 january 1992"
CREATE TABLE table_name_12 (opponent_in_final VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 32, 102, 9977, 834, 77, 834, 12406, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 4495, 9977, 16, 6514, 6, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 834, 77, 834, 12406, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 833, 3274, 96, 2368, 3, 7066, 76, 1208, 9047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Opponent in Final, when Surface is "Hard", and when Date is "13 January 1992"?
SELECT opponent_in_final FROM table_name_31 WHERE surface = "hard" AND date = "13 january 1992"
CREATE TABLE table_name_31 (opponent_in_final VARCHAR, surface VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 32, 102, 9977, 834, 77, 834, 12406, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 6, 833, 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, 1, 1, 1...
[ 3, 23143, 14196, 15264, 834, 77, 834, 12406, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 1774, 3274, 96, 5651, 121, 3430, 833, 3274, 96, 2368, 3, 7066, 76, 1208, 9047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Height of the Player with a Date of Birth of 1979-06-12?
SELECT height FROM table_name_23 WHERE date_of_birth = "1979-06-12"
CREATE TABLE table_name_23 (height VARCHAR, date_of_birth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 88, 2632, 584, 4280, 28027, 6, 833, 834, 858, 834, 20663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 24231, 13, 8, 12387, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3902, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 833, 834, 858, 834, 20663, 3274, 96, 2294, 4440, 18, 5176, 5947, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Height of the Player with a Date of Birth of 1982-07-05?
SELECT height FROM table_name_19 WHERE date_of_birth = "1982-07-05"
CREATE TABLE table_name_19 (height VARCHAR, date_of_birth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 88, 2632, 584, 4280, 28027, 6, 833, 834, 858, 834, 20663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 24231, 13, 8, 12387, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3902, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 833, 834, 858, 834, 20663, 3274, 96, 24151, 19423, 940, 18, 3076, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Height of the Player with a Date of Birth of 1982-07-05?
SELECT height FROM table_name_38 WHERE date_of_birth = "1982-07-05"
CREATE TABLE table_name_38 (height VARCHAR, date_of_birth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 88, 2632, 584, 4280, 28027, 6, 833, 834, 858, 834, 20663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 24231, 13, 8, 12387, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3902, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 833, 834, 858, 834, 20663, 3274, 96, 24151, 19423, 940, 18, 3076, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Weight of the Player with a Date of Birth of 1979-09-26?
SELECT weight FROM table_name_54 WHERE date_of_birth = "1979-09-26"
CREATE TABLE table_name_54 (weight VARCHAR, date_of_birth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 9378, 584, 4280, 28027, 6, 833, 834, 858, 834, 20663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 14230, 13, 8, 12387, 28, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1293, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 833, 834, 858, 834, 20663, 3274, 96, 2294, 4440, 18, 4198, 18, 2688, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Elise Norwood's Pos.?
SELECT pos FROM table_name_41 WHERE name = "elise norwood"
CREATE TABLE table_name_41 (pos VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 2748, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7495, 7, 15, 7005, 2037, 31, 7, 13995, 5, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 2748, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 564, 3274, 96, 15, 40, 159, 15, 3701, 2037, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Club of the Player with a Date of Birth of 1977-02-03?
SELECT club FROM table_name_61 WHERE date_of_birth = "1977-02-03"
CREATE TABLE table_name_61 (club VARCHAR, date_of_birth VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 13442, 584, 4280, 28027, 6, 833, 834, 858, 834, 20663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1949, 13, 8, 12387, 28, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 833, 834, 858, 834, 20663, 3274, 96, 2294, 4013, 18, 4305, 18, 4928, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What home has 1-5 as the away?
SELECT home FROM table_name_69 WHERE away = "1-5"
CREATE TABLE table_name_69 (home VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 5515, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 234, 65, 209, 4525, 38, 8, 550, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 550, 3274, 96, 536, 18, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What league has 2-3 as the away?
SELECT league FROM table_name_18 WHERE away = "2-3"
CREATE TABLE table_name_18 (league VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 29512, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5533, 65, 10948, 38, 8, 550, 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, 5533, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 550, 3274, 96, 357, 3486, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What away has 1-4 as the home?
SELECT away FROM table_name_82 WHERE home = "1-4"
CREATE TABLE table_name_82 (away VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 8006, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 550, 65, 3, 22840, 38, 8, 234, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 550, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 234, 3274, 96, 22840, 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 teams has 1-5 as the away?
SELECT teams FROM table_name_96 WHERE away = "1-5"
CREATE TABLE table_name_96 (teams VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 11650, 7, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2323, 65, 209, 4525, 38, 8, 550, 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, 2323, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 550, 3274, 96, 536, 18, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Date had a Series of ATCC Round 6?
SELECT date FROM table_name_28 WHERE series = "atcc round 6"
CREATE TABLE table_name_28 (date VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 5522, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7678, 141, 3, 9, 4531, 13, 8043, 2823, 9609, 431, 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, 833, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 939, 3274, 96, 144, 75, 75, 1751, 431, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the Winner in the AMC Round 4 at Lakeside International Raceway?
SELECT winner FROM table_name_96 WHERE circuit = "lakeside international raceway" AND series = "amc round 4"
CREATE TABLE table_name_96 (winner VARCHAR, circuit VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 3757, 687, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 18125, 16, 8, 71, 369...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4668, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 4558, 3274, 96, 16948, 1583, 1038, 1964, 1343, 121, 3430, 939, 3274, 96, 265, 75, 1751, 3, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the week 15 result for the team that had a week 9 result of Washington (6-1)?
SELECT week_15__final__dec_9 FROM table_name_98 WHERE week_9_oct_29 = "washington (6-1)"
CREATE TABLE table_name_98 (week_15__final__dec_9 VARCHAR, week_9_oct_29 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 8041, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 1298, 584, 4280, 28027, 6, 471, 834, 1298, 834, 32, 75, 17, 834, 3166, 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, 471, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 1298, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 471, 834, 1298, 834, 32, 75, 17, 834, 3166, 3274, 96, 14710, 6029, 11372, 18, 6982, 121, 1, -100, -...
What is the week 10 result for the tean when the week 15 result is Illinois (10-1)?
SELECT week_10_nov_5 FROM table_name_71 WHERE week_15__final__dec_9 = "illinois (10-1)"
CREATE TABLE table_name_71 (week_10_nov_5 VARCHAR, week_15__final__dec_9 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 8041, 834, 1714, 834, 5326, 834, 755, 584, 4280, 28027, 6, 471, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 1298, 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, 471, 834, 1714, 834, 5326, 834, 755, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 471, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 1298, 3274, 96, 1092, 77, 32, 159, 11704, 18, 6982, 121, 1, -100, -1...
What is the week 10 result where the week 9 result was Dropped: Maryland South Carolina?
SELECT week_10_nov_5 FROM table_name_13 WHERE week_9_oct_29 = "dropped: maryland south carolina"
CREATE TABLE table_name_13 (week_10_nov_5 VARCHAR, week_9_oct_29 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 8041, 834, 1714, 834, 5326, 834, 755, 584, 4280, 28027, 6, 471, 834, 1298, 834, 32, 75, 17, 834, 3166, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 471, 834, 1714, 834, 5326, 834, 755, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 471, 834, 1298, 834, 32, 75, 17, 834, 3166, 3274, 96, 15946, 3138, 10, 3157, 28900, 3414, 443, 12057, 9, 121, 1, -100, -100, ...
What is the week 13 result where the week 14 resulted in Maryland (10-1)?
SELECT week_13_nov_26 FROM table_name_18 WHERE week_14_dec_3 = "maryland (10-1)"
CREATE TABLE table_name_18 (week_13_nov_26 VARCHAR, week_14_dec_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 8041, 834, 2368, 834, 5326, 834, 2688, 584, 4280, 28027, 6, 471, 834, 2534, 834, 221, 75, 834, 519, 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, 0, 0...
[ 3, 23143, 14196, 471, 834, 2368, 834, 5326, 834, 2688, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 471, 834, 2534, 834, 221, 75, 834, 519, 3274, 96, 1635, 28900, 11704, 18, 6982, 121, 1, -100, -100, -100, -100, -100, -100, -1...
What happened in week 14 when week 11's result was Michigan (7-2)?
SELECT week_14_dec_3 FROM table_name_17 WHERE week_11_nov_12 = "michigan (7-2)"
CREATE TABLE table_name_17 (week_14_dec_3 VARCHAR, week_11_nov_12 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 8041, 834, 2534, 834, 221, 75, 834, 519, 584, 4280, 28027, 6, 471, 834, 2596, 834, 5326, 834, 2122, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 834, 2534, 834, 221, 75, 834, 519, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 471, 834, 2596, 834, 5326, 834, 2122, 3274, 96, 51, 362, 12588, 13649, 18, 7318, 121, 1, -100, -100, -100, -100, -100, -100,...
What happened in week 12 when week 13 resulted in Tennessee (9-1)?
SELECT week_12_nov_19 FROM table_name_20 WHERE week_13_nov_26 = "tennessee (9-1)"
CREATE TABLE table_name_20 (week_12_nov_19 VARCHAR, week_13_nov_26 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 8041, 834, 2122, 834, 5326, 834, 2294, 584, 4280, 28027, 6, 471, 834, 2368, 834, 5326, 834, 2688, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 834, 2122, 834, 5326, 834, 2294, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 471, 834, 2368, 834, 5326, 834, 2688, 3274, 96, 324, 655, 15, 15, 14156, 18, 6982, 121, 1, -100, -100, -100, -100, -100, -100,...
What is the fewest bronze medals when the total medals is less than 10, and the gold medals less than 0?
SELECT MIN(bronze) FROM table_name_16 WHERE total < 10 AND gold < 0
CREATE TABLE table_name_16 (bronze INTEGER, total VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 13711, 776, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 360, 222, 13467, 9365, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 792, 3, 2, 335, 3430, 2045, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
With 8 as the rank, and a total of more than 2 medals what is the average bronze medals?
SELECT AVG(bronze) FROM table_name_34 WHERE rank = "8" AND total > 2
CREATE TABLE table_name_34 (bronze INTEGER, rank VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 13711, 776, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 505, 38, 8, 11003, 6, 11, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 11003, 3274, 96, 927, 121, 3430, 792, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the maximum total medals when the rank is 8?
SELECT MAX(total) FROM table_name_64 WHERE rank = "8"
CREATE TABLE table_name_64 (total INTEGER, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 235, 1947, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2411, 792, 9365, 7, 116, 8, 11003, 19, 505, 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, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 11003, 3274, 96, 927, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the largest number of gold medals when the bronze medals is less than 49, and there is 22 silver medals, and the total is less than 60?
SELECT MAX(gold) FROM table_name_25 WHERE bronze < 49 AND silver = 22 AND total < 60
CREATE TABLE table_name_25 (gold INTEGER, total VARCHAR, bronze VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 14910, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 6, 4294, 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, 14910, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 13467, 3, 2, 9526, 3430, 4294, 3274, 1630, 3430, 792, 3, 2, 1640, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
When the number of gold medals is greater than 59, and the rank is total, what is the average bronze medals?
SELECT AVG(bronze) FROM table_name_89 WHERE rank = "total" AND gold > 59
CREATE TABLE table_name_89 (bronze INTEGER, rank VARCHAR, gold VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 13711, 776, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 381, 13, 2045, 9365, 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, 0...
[ 3, 23143, 14196, 71, 17217, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 11003, 3274, 96, 235, 1947, 121, 3430, 2045, 2490, 3, 3390, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the smallest number of medals a country with more than 14 silver has?
SELECT MIN(total) FROM table_name_78 WHERE silver > 14
CREATE TABLE table_name_78 (total INTEGER, silver INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 235, 1947, 3, 21342, 17966, 6, 4294, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 17924, 381, 13, 9365, 7, 3, 9, 684, 28, 72, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 4294, 2490, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the rank of a country with more than 2 gold, less than 5 silver, and less than 31 total medals?
SELECT SUM(rank) FROM table_name_67 WHERE gold > 2 AND total < 31 AND silver < 5
CREATE TABLE table_name_67 (rank INTEGER, silver VARCHAR, gold VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 6254, 3, 21342, 17966, 6, 4294, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 792, 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, 1...
[ 3, 23143, 14196, 180, 6122, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 2045, 2490, 204, 3430, 792, 3, 2, 2664, 3430, 4294, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
WHat was the score for Phil Mickelson when he placed t3?
SELECT score FROM table_name_60 WHERE place = "t3" AND player = "phil mickelson"
CREATE TABLE table_name_60 (score VARCHAR, place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 7, 9022, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3, 15313, 144, 47, 8, 2604, 21, 8188...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 286, 3274, 96, 17, 519, 121, 3430, 1959, 3274, 96, 18118, 1337, 15259, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What place did the golfer take whose country is South Africa?
SELECT place FROM table_name_72 WHERE country = "south africa"
CREATE TABLE table_name_72 (place VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 4687, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 286, 410, 8, 4319, 49, 240, 3, 2544, 684, 19, 1013, 2648, 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, 286, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 684, 3274, 96, 7, 670, 107, 24040, 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 result of the game played at Jeppesen Stadium?
SELECT result FROM table_name_95 WHERE game_site = "jeppesen stadium"
CREATE TABLE table_name_95 (result VARCHAR, game_site VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 741, 13, 8, 467, 1944, 44, 1022,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 467, 834, 3585, 3274, 96, 1924, 6811, 7, 35, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What week was the game played on November 12, 1961, with an attendance of 7,859 played?
SELECT MIN(week) FROM table_name_71 WHERE date = "november 12, 1961" AND attendance < 7 OFFSET 859
CREATE TABLE table_name_71 (week INTEGER, date VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 471, 47, 8, 467, 1944, 30, 1671, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8041, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 833, 3274, 96, 5326, 18247, 10440, 21018, 121, 3430, 11364, 3, 2, 489, 3, 15316, 20788, 505, 3390, 1, -100, -100, -100, -100, -100, -100, -...
What decade is the artist the replacements?
SELECT decade FROM table_name_92 WHERE artist = "the replacements"
CREATE TABLE table_name_92 (decade VARCHAR, artist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 221, 6615, 584, 4280, 28027, 6, 2377, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 5112, 19, 8, 2377, 8, 3709, 7, 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, 5112, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 2377, 3274, 96, 532, 3709, 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 number of households in the county with median income of $65,240 and population greater than 744,344?
SELECT SUM(number_of_households) FROM table_name_76 WHERE median_family_income = "$65,240" AND population > 744 OFFSET 344
CREATE TABLE table_name_76 (number_of_households INTEGER, median_family_income VARCHAR, population VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 5525, 1152, 834, 858, 834, 1840, 6134, 7, 3, 21342, 17966, 6, 15572, 834, 15474, 834, 15759, 584, 4280, 28027, 6, 2074, 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, 5525, 1152, 834, 858, 834, 1840, 6134, 7, 61, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 15572, 834, 15474, 834, 15759, 3274, 96, 3229, 4122, 6, 11944, 121, 3430, 2074, 2490, 489, 3628, 3, 15...
What is the population of Tioga county?
SELECT population FROM table_name_93 WHERE county = "tioga"
CREATE TABLE table_name_93 (population VARCHAR, county VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 9791, 7830, 584, 4280, 28027, 6, 5435, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2074, 13, 2262, 19914, 5435, 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, 2074, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 5435, 3274, 96, 17, 23, 19914, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Constructor has Laps larger than 9, and a Grid smaller than 2?
SELECT constructor FROM table_name_7 WHERE laps > 9 AND grid < 2
CREATE TABLE table_name_7 (constructor VARCHAR, laps VARCHAR, grid VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 15982, 5317, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 6, 8634, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1193, 7593, 127, 65, 325...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6774, 127, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 14941, 7, 2490, 668, 3430, 8634, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's filiberto rivera's height?
SELECT COUNT(height) FROM table_name_54 WHERE player = "filiberto rivera"
CREATE TABLE table_name_54 (height VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 88, 2632, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 361, 10661, 235, 4033, 9, 31, 7, 3902, 58, 1, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 88, 2632, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 1959, 3274, 96, 89, 23, 10661, 235, 4033, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who has a position of sg?
SELECT player FROM table_name_86 WHERE position = "sg"
CREATE TABLE table_name_86 (player VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 20846, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 65, 3, 9, 1102, 13, 3, 7, 122, 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, 1959, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 1102, 3274, 96, 7, 122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who has a height of 2.16?
SELECT player FROM table_name_41 WHERE height = 2.16
CREATE TABLE table_name_41 (player VARCHAR, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 20846, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 65, 3, 9, 3902, 13, 1682, 2938, 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, 1959, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 3902, 3274, 1682, 2938, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's the tallest height for c position in current club unicaja malaga?
SELECT MAX(height) FROM table_name_19 WHERE position = "c" AND current_club = "unicaja malaga"
CREATE TABLE table_name_19 (height INTEGER, position VARCHAR, current_club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 88, 2632, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 750, 834, 13442, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 5065, 222...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 88, 2632, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 1102, 3274, 96, 75, 121, 3430, 750, 834, 13442, 3274, 96, 202, 2617, 1191, 1460, 4711, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
What was the attendance when the Southend United was the home team?
SELECT attendance FROM table_name_1 WHERE home_team = "southend united"
CREATE TABLE table_name_1 (attendance VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 15116, 663, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 11364, 116, 8, 1013, 989, 907, 47, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11364, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 670, 3225, 26, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who was the away team that played Northampton Town at home with a tie number of replay?
SELECT away_team FROM table_name_53 WHERE tie_no = "replay" AND home_team = "northampton town"
CREATE TABLE table_name_53 (away_team VARCHAR, tie_no VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 8006, 834, 11650, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 6177, 834, 29, 32, 3274, 96, 60, 4895, 121, 3430, 234, 834, 11650, 3274, 96, 29, 127, 17, 1483, 11632, 1511, 121, 1, -100, -100, -100, -100, -100, ...
Which Outcome has an Opponent in the final of simone colombo?
SELECT outcome FROM table_name_43 WHERE opponent_in_the_final = "simone colombo"
CREATE TABLE table_name_43 (outcome VARCHAR, opponent_in_the_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 670, 287, 15, 584, 4280, 28027, 6, 15264, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3387, 287, 15, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6138, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 15264, 834, 77, 834, 532, 834, 12406, 3274, 96, 7, 603, 782, 3, 8135, 6310, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the sum of the glyph with a binary less than 111001, an octal less than 65, and a hexadecimal less than 30?
SELECT SUM(glyph) FROM table_name_96 WHERE binary < 111001 AND octal < 65 AND hexadecimal < 30
CREATE TABLE table_name_96 (glyph INTEGER, hexadecimal VARCHAR, binary VARCHAR, octal VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 29929, 3, 21342, 17966, 6, 3, 88, 226, 9, 24223, 1982, 584, 4280, 28027, 6, 14865, 584, 4280, 28027, 6, 3, 32, 75, 1947, 584, 4280, 28027, 61, 3, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 29929, 61, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 14865, 3, 2, 3, 15866, 17465, 3430, 3, 32, 75, 1947, 3, 2, 7123, 3430, 3, 88, 226, 9, 24223, 1982, 3, 2, 604, 1, -100, -100, -100, ...
What is the average hexadecimal with a decimal less than 53, an octal less than 61, and a glyph greater than 0?
SELECT AVG(hexadecimal) FROM table_name_62 WHERE decimal < 53 AND octal < 61 AND glyph > 0
CREATE TABLE table_name_62 (hexadecimal INTEGER, glyph VARCHAR, decimal VARCHAR, octal VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 88, 226, 9, 24223, 1982, 3, 21342, 17966, 6, 3, 29929, 584, 4280, 28027, 6, 7908, 1982, 584, 4280, 28027, 6, 3, 32, 75, 1947, 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, 71, 17217, 599, 88, 226, 9, 24223, 1982, 61, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 7908, 1982, 3, 2, 12210, 3430, 3, 32, 75, 1947, 3, 2, 3, 4241, 3430, 3, 29929, 2490, 3, 632, 1, -100, -100, -100, ...
What is the lowest octal with a 30 hexadecimal and less than 0 glyphs?
SELECT MIN(octal) FROM table_name_82 WHERE hexadecimal = 30 AND glyph < 0
CREATE TABLE table_name_82 (octal INTEGER, hexadecimal VARCHAR, glyph VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 32, 75, 1947, 3, 21342, 17966, 6, 3, 88, 226, 9, 24223, 1982, 584, 4280, 28027, 6, 3, 29929, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 32, 75, 1947, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 3, 88, 226, 9, 24223, 1982, 3274, 604, 3430, 3, 29929, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average hexadecimal with a decimal greater than 57?
SELECT AVG(hexadecimal) FROM table_name_2 WHERE decimal > 57
CREATE TABLE table_name_2 (hexadecimal INTEGER, decimal INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 88, 226, 9, 24223, 1982, 3, 21342, 17966, 6, 7908, 1982, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 3, 88, 226, 9, 24223, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 88, 226, 9, 24223, 1982, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 7908, 1982, 2490, 3, 3436, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average decimal with a 110010 binary and a glyph greater than 2?
SELECT AVG(decimal) FROM table_name_12 WHERE binary = 110010 AND glyph > 2
CREATE TABLE table_name_12 (decimal INTEGER, binary VARCHAR, glyph VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 24223, 1982, 3, 21342, 17966, 6, 14865, 584, 4280, 28027, 6, 3, 29929, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 7908, 1982,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 24223, 1982, 61, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 14865, 3274, 209, 2915, 1714, 3430, 3, 29929, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum of the glyph with a 38 hexadecimal and a binary less than 111000?
SELECT SUM(glyph) FROM table_name_4 WHERE hexadecimal = 38 AND binary < 111000
CREATE TABLE table_name_4 (glyph INTEGER, hexadecimal VARCHAR, binary VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 29929, 3, 21342, 17966, 6, 3, 88, 226, 9, 24223, 1982, 584, 4280, 28027, 6, 14865, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29929, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 3, 88, 226, 9, 24223, 1982, 3274, 6654, 3430, 14865, 3, 2, 850, 16824, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the record in the game where the opponent wasd the atlanta falcons?
SELECT record FROM table_name_40 WHERE opponent = "atlanta falcons"
CREATE TABLE table_name_40 (record VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 60, 7621, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1368, 16, 8, 467, 213, 8, 15264, 47, 26, 8, 44...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 15264, 3274, 96, 144, 6761, 9, 12553, 8056, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the highest attendance at a game that was played in tulane stadium?
SELECT MAX(attendance) FROM table_name_63 WHERE game_site = "tulane stadium"
CREATE TABLE table_name_63 (attendance INTEGER, game_site VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 15116, 663, 3, 21342, 17966, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2030, 11364, 44, 3, 9, 467, 24, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3891, 549, 17444, 427, 467, 834, 3585, 3274, 96, 2520, 152, 15, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the category for the year when Brioude started and the stage is less than 7?
SELECT COUNT(category) FROM table_name_10 WHERE start = "brioude" AND stage < 7
CREATE TABLE table_name_10 (category VARCHAR, start VARCHAR, stage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 8367, 839, 651, 584, 4280, 28027, 6, 456, 584, 4280, 28027, 6, 1726, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3295, 21, 8, 215,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8367, 839, 651, 61, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 456, 3274, 96, 2160, 1063, 221, 121, 3430, 1726, 3, 2, 489, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the stage number when the category is less than 1?
SELECT COUNT(stage) FROM table_name_74 WHERE category < 1
CREATE TABLE table_name_74 (stage VARCHAR, category INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 10705, 584, 4280, 28027, 6, 3295, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1726, 381, 116, 8, 3295, 19, 705, 145, 209, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 10705, 61, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 3295, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
For the 1948-49 season, what was the At Home record?
SELECT home FROM table_name_31 WHERE season = "1948-49"
CREATE TABLE table_name_31 (home VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 5515, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 21474, 18, 3647, 774, 6, 125, 47, 8, 486, 1210, 1368, 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, 234, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 774, 3274, 96, 2294, 3707, 18, 3647, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
In which season was the Away record 2-2 and At Home record 1-0?
SELECT season FROM table_name_33 WHERE away = "2-2" AND home = "1-0"
CREATE TABLE table_name_33 (season VARCHAR, away VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 9476, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 84, 774, 47, 8, 71, 1343, 1368, 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, 774, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 550, 3274, 96, 22451, 121, 3430, 234, 3274, 96, 18930, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
In the 1958-59 season, what league did the team play in?
SELECT league FROM table_name_7 WHERE season = "1958-59"
CREATE TABLE table_name_7 (league VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 29512, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 8, 22306, 18, 3390, 774, 6, 125, 5533, 410, 8, 372, 577, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5533, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 774, 3274, 96, 2294, 3449, 18, 3390, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What team played in the Bundesliga league with an Away record of 2-1?
SELECT teams FROM table_name_6 WHERE league = "bundesliga" AND away = "2-1"
CREATE TABLE table_name_6 (teams VARCHAR, league VARCHAR, away VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 11650, 7, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 6, 550, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 372, 1944, 16, 8, 28117, 5533, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2323, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 5533, 3274, 96, 9617, 1395, 17140, 121, 3430, 550, 3274, 96, 17234, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What team(s) played in the 1995-96 season?
SELECT teams FROM table_name_46 WHERE season = "1995-96"
CREATE TABLE table_name_46 (teams VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 11650, 7, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 372, 599, 7, 61, 1944, 16, 8, 7273, 18, 4314, 774, 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, 2323, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 774, 3274, 96, 2294, 3301, 18, 4314, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Playing in the Bundesliga league, what was the Away record for the team with an At Home record of 1-2?
SELECT away FROM table_name_40 WHERE home = "1-2" AND league = "bundesliga"
CREATE TABLE table_name_40 (away VARCHAR, home VARCHAR, league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 8006, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2911, 53, 16, 8, 28117, 5533, 6, 125, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 550, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 234, 3274, 96, 9596, 121, 3430, 5533, 3274, 96, 9617, 1395, 17140, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Date performed has a Main contestant of karanvir bohra?
SELECT date_performed FROM table_name_58 WHERE main_contestant = "karanvir bohra"
CREATE TABLE table_name_58 (date_performed VARCHAR, main_contestant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 5522, 834, 883, 10816, 584, 4280, 28027, 6, 711, 834, 1018, 4377, 288, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7678, 3032, 65, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 834, 883, 10816, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 711, 834, 1018, 4377, 288, 3274, 96, 4031, 152, 5771, 3005, 107, 52, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Date performed has a Position of bottom 3, and Scores by each individual judge of 5 + 5 + 4 = 14?
SELECT date_performed FROM table_name_12 WHERE position = "bottom 3" AND scores_by_each_individual_judge = 5 + 5 + 4 = 14
CREATE TABLE table_name_12 (date_performed VARCHAR, position VARCHAR, scores_by_each_individual_judge VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 5522, 834, 883, 10816, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 7586, 834, 969, 834, 15, 1836, 834, 17027, 138, 834, 354, 13164, 584, 4280, 28027,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 833, 834, 883, 10816, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 1102, 3274, 96, 30142, 220, 121, 3430, 7586, 834, 969, 834, 15, 1836, 834, 17027, 138, 834, 354, 13164, 3274, 305, 1768, 305, 1768, 314, 3274, ...
Which Status has a Co-contestant (Yaar vs. Pyaar) of tina sachdev?
SELECT status FROM table_name_52 WHERE co_contestant__yaar_vs_pyaar_ = "tina sachdev"
CREATE TABLE table_name_52 (status VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 8547, 302, 584, 4280, 28027, 6, 576, 834, 1018, 4377, 288, 834, 834, 63, 9, 291, 834, 208, 7, 834, 102, 63, 9, 291, 834, 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, 2637, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 576, 834, 1018, 4377, 288, 834, 834, 63, 9, 291, 834, 208, 7, 834, 102, 63, 9, 291, 834, 3274, 96, 17, 77, 9, 3, 7, 1836, 9776, 121, 1, -100, -100, -100...
Which Status has a Co-contestant (Yaar vs. Pyaar) of tina parekh?
SELECT status FROM table_name_29 WHERE co_contestant__yaar_vs_pyaar_ = "tina parekh"
CREATE TABLE table_name_29 (status VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 8547, 302, 584, 4280, 28027, 6, 576, 834, 1018, 4377, 288, 834, 834, 63, 9, 291, 834, 208, 7, 834, 102, 63, 9, 291, 834, 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, 2637, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 576, 834, 1018, 4377, 288, 834, 834, 63, 9, 291, 834, 208, 7, 834, 102, 63, 9, 291, 834, 3274, 96, 17, 77, 9, 5448, 157, 107, 121, 1, -100, -100, -100, ...
Which Total score/week has a Status of eliminated, and Scores by each individual judge of 5 + 5 + 4 = 14?
SELECT total_score_week FROM table_name_38 WHERE status = "eliminated" AND scores_by_each_individual_judge = 5 + 5 + 4 = 14
CREATE TABLE table_name_38 (total_score_week VARCHAR, status VARCHAR, scores_by_each_individual_judge VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 235, 1947, 834, 7, 9022, 834, 8041, 584, 4280, 28027, 6, 2637, 584, 4280, 28027, 6, 7586, 834, 969, 834, 15, 1836, 834, 17027, 138, 834, 354, 13164, 58...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 792, 834, 7, 9022, 834, 8041, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 2637, 3274, 96, 15, 4941, 77, 920, 121, 3430, 7586, 834, 969, 834, 15, 1836, 834, 17027, 138, 834, 354, 13164, 3274, 305, 1768, 305, ...
Which Scores by each individual judge has a Date performed of august 7, and a Main contestant of karanvir bohra?
SELECT scores_by_each_individual_judge FROM table_name_87 WHERE date_performed = "august 7" AND main_contestant = "karanvir bohra"
CREATE TABLE table_name_87 (scores_by_each_individual_judge VARCHAR, date_performed VARCHAR, main_contestant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 7, 9022, 7, 834, 969, 834, 15, 1836, 834, 17027, 138, 834, 354, 13164, 584, 4280, 28027, 6, 833, 834, 883, 10816, 584, 4280, 28027, 6, 711, 834, 1018, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7586, 834, 969, 834, 15, 1836, 834, 17027, 138, 834, 354, 13164, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 833, 834, 883, 10816, 3274, 96, 402, 17198, 489, 121, 3430, 711, 834, 1018, 4377, 288, 3274, 96, 40...
Who is moving to Triestina?
SELECT name FROM table_name_21 WHERE moving_to = "triestina"
CREATE TABLE table_name_21 (name VARCHAR, moving_to VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 4350, 584, 4280, 28027, 6, 1735, 834, 235, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 1735, 12, 2702, 222, 77, 9, 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, 564, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 1735, 834, 235, 3274, 96, 9000, 17, 77, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the transfer window of the player moving to Panionios?
SELECT transfer_window FROM table_name_97 WHERE moving_to = "panionios"
CREATE TABLE table_name_97 (transfer_window VARCHAR, moving_to VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 7031, 1010, 834, 5165, 2381, 584, 4280, 28027, 6, 1735, 834, 235, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2025, 2034, 13, 8, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2025, 834, 5165, 2381, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 1735, 834, 235, 3274, 96, 2837, 23, 106, 23, 32, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the type for the Panionios moving to?
SELECT type FROM table_name_91 WHERE moving_to = "panionios"
CREATE TABLE table_name_91 (type VARCHAR, moving_to VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 6137, 584, 4280, 28027, 6, 1735, 834, 235, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 686, 21, 8, 4266, 23, 106, 23, 32, 7, 173...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 686, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 1735, 834, 235, 3274, 96, 2837, 23, 106, 23, 32, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Where is the nationality of Arg Esp moving to?
SELECT moving_to FROM table_name_15 WHERE nat = "arg esp"
CREATE TABLE table_name_15 (moving_to VARCHAR, nat VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 7168, 53, 834, 235, 584, 4280, 28027, 6, 3, 29, 144, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 19, 8, 1157, 485, 13, 3, 16627, 1122, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1735, 834, 235, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 3, 29, 144, 3274, 96, 8240, 16159, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who is moving to Chelsea on loan?
SELECT name FROM table_name_84 WHERE type = "loan" AND moving_to = "chelsea"
CREATE TABLE table_name_84 (name VARCHAR, type VARCHAR, moving_to VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 4350, 584, 4280, 28027, 6, 686, 584, 4280, 28027, 6, 1735, 834, 235, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 1735, 12, 14373, 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, 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, 4608, 549, 17444, 427, 686, 3274, 96, 40, 32, 152, 121, 3430, 1735, 834, 235, 3274, 96, 8738, 7, 15, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the digital of Virgin [analogue]?
SELECT digital FROM table_name_24 WHERE provider = "virgin [analogue]"
CREATE TABLE table_name_24 (digital VARCHAR, provider VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 9206, 138, 584, 4280, 28027, 6, 3175, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1125, 13, 16823, 784, 152, 9, 10384, 908, 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, 1125, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 3175, 3274, 96, 5771, 122, 77, 784, 152, 9, 10384, 908, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which provider is pay with analogue cable?
SELECT provider FROM table_name_83 WHERE free_or_pay = "pay" AND transmission = "analogue cable"
CREATE TABLE table_name_83 (provider VARCHAR, free_or_pay VARCHAR, transmission VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 29189, 52, 584, 4280, 28027, 6, 339, 834, 127, 834, 8832, 584, 4280, 28027, 6, 5790, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3175, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3175, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 339, 834, 127, 834, 8832, 3274, 96, 8832, 121, 3430, 5790, 3274, 96, 152, 9, 10384, 4807, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many analogue satellite channels does Sky [Analogue] have?
SELECT no_of_channels FROM table_name_87 WHERE transmission = "analogue satellite" AND provider = "sky [analogue]"
CREATE TABLE table_name_87 (no_of_channels VARCHAR, transmission VARCHAR, provider VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 29, 32, 834, 858, 834, 19778, 7, 584, 4280, 28027, 6, 5790, 584, 4280, 28027, 6, 3175, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 150, 834, 858, 834, 19778, 7, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 5790, 3274, 96, 152, 9, 10384, 7605, 121, 3430, 3175, 3274, 96, 5352, 784, 152, 9, 10384, 908, 121, 1, -100, -100, -100, -100, -100, ...
What years are listed for analogue cable with 35 channels?
SELECT years FROM table_name_27 WHERE transmission = "analogue cable" AND no_of_channels = "35"
CREATE TABLE table_name_27 (years VARCHAR, transmission VARCHAR, no_of_channels VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 1201, 7, 584, 4280, 28027, 6, 5790, 584, 4280, 28027, 6, 150, 834, 858, 834, 19778, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 203, 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, 203, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 5790, 3274, 96, 152, 9, 10384, 4807, 121, 3430, 150, 834, 858, 834, 19778, 7, 3274, 96, 2469, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was Week 14 when Week 13 was Nebraska (8-2)?
SELECT week_14_nov_27 FROM table_name_37 WHERE week_13_nov_20 = "nebraska (8-2)"
CREATE TABLE table_name_37 (week_14_nov_27 VARCHAR, week_13_nov_20 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 8041, 834, 2534, 834, 5326, 834, 2555, 584, 4280, 28027, 6, 471, 834, 2368, 834, 5326, 834, 1755, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 834, 2534, 834, 5326, 834, 2555, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 471, 834, 2368, 834, 5326, 834, 1755, 3274, 96, 29, 15, 1939, 10717, 13642, 18, 7318, 121, 1, -100, -100, -100, -100, -100, -1...
What was Week 15 when Week 12 was Notre Dame (7-2)?
SELECT week_15__final__dec_3 FROM table_name_50 WHERE week_12_nov_13 = "notre dame (7-2)"
CREATE TABLE table_name_50 (week_15__final__dec_3 VARCHAR, week_12_nov_13 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 8041, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 519, 584, 4280, 28027, 6, 471, 834, 2122, 834, 5326, 834, 2368, 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, 0, 0...
[ 3, 23143, 14196, 471, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 519, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 471, 834, 2122, 834, 5326, 834, 2368, 3274, 96, 2264, 60, 10157, 15, 13649, 18, 7318, 121, 1, -100, ...
What was Week 11 when Week 10 had Nebraska (7-1)?
SELECT week_11_nov_6 FROM table_name_99 WHERE week_10_oct_30 = "nebraska (7-1)"
CREATE TABLE table_name_99 (week_11_nov_6 VARCHAR, week_10_oct_30 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 8041, 834, 2596, 834, 5326, 834, 948, 584, 4280, 28027, 6, 471, 834, 1714, 834, 32, 75, 17, 834, 1458, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 834, 2596, 834, 5326, 834, 948, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 471, 834, 1714, 834, 32, 75, 17, 834, 1458, 3274, 96, 29, 15, 1939, 10717, 13649, 18, 6982, 121, 1, -100, -100, -100, -100, -...
What was Week 15 when Week 12 was Washington (9-1)?
SELECT week_15__final__dec_3 FROM table_name_69 WHERE week_12_nov_13 = "washington (9-1)"
CREATE TABLE table_name_69 (week_15__final__dec_3 VARCHAR, week_12_nov_13 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 8041, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 519, 584, 4280, 28027, 6, 471, 834, 2122, 834, 5326, 834, 2368, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 834, 1808, 834, 834, 12406, 834, 834, 221, 75, 834, 519, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 471, 834, 2122, 834, 5326, 834, 2368, 3274, 96, 14710, 6029, 14156, 18, 6982, 121, 1, -100, -100, -100...
What Surface has a Date of 15 february 1988?
SELECT surface FROM table_name_64 WHERE date = "15 february 1988"
CREATE TABLE table_name_64 (surface VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 26899, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 18884, 65, 3, 9, 7678, 13, 627, 29976, 76, 1208, 10414, 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, 1774, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 833, 3274, 96, 1808, 29976, 76, 1208, 10414, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Date has a Score in the final of 3–6, 2–6, 4–6?
SELECT date FROM table_name_4 WHERE score_in_the_final = "3–6, 2–6, 4–6"
CREATE TABLE table_name_4 (date VARCHAR, score_in_the_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 5522, 584, 4280, 28027, 6, 2604, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7678, 65, 3, 9, 17763, 16, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 2604, 834, 77, 834, 532, 834, 12406, 3274, 96, 519, 104, 11071, 204, 104, 11071, 314, 104, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What Opponent in the final has a Date of 19 september 1988?
SELECT opponent_in_the_final FROM table_name_57 WHERE date = "19 september 1988"
CREATE TABLE table_name_57 (opponent_in_the_final VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 32, 102, 9977, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 4495, 9977, 16, 8, 80...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15264, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 833, 3274, 96, 2294, 16022, 18247, 10414, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Championship has a Date of 26 may 1986?
SELECT championship FROM table_name_66 WHERE date = "26 may 1986"
CREATE TABLE table_name_66 (championship VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 17788, 12364, 2009, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7666, 65, 3, 9, 7678, 13, 2208, 164, 12698, 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, 10183, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 833, 3274, 96, 2688, 164, 12698, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Championship has a Score in the final of 2–6, 6–2, 7–5?
SELECT championship FROM table_name_16 WHERE score_in_the_final = "2–6, 6–2, 7–5"
CREATE TABLE table_name_16 (championship VARCHAR, score_in_the_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 17788, 12364, 2009, 584, 4280, 28027, 6, 2604, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7666, 65, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 10183, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 2604, 834, 77, 834, 532, 834, 12406, 3274, 96, 357, 104, 11071, 431, 104, 4482, 489, 104, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the lowest pick number with an overall 86?
SELECT MIN(pick__number) FROM table_name_77 WHERE overall = 86
CREATE TABLE table_name_77 (pick__number INTEGER, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 17967, 834, 834, 5525, 1152, 3, 21342, 17966, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 7402, 1432, 381, 28, 46, 1879, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17967, 834, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 1879, 3274, 3, 3840, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the name of a pick more than 5 at Washington College?
SELECT name FROM table_name_45 WHERE pick__number > 5 AND college = "washington"
CREATE TABLE table_name_45 (name VARCHAR, pick__number VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 4350, 584, 4280, 28027, 6, 1432, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 564, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 1432, 834, 834, 5525, 1152, 2490, 305, 3430, 1900, 3274, 96, 14710, 6029, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum of the Pick # Anthony Maddox?
SELECT SUM(pick__number) FROM table_name_27 WHERE name = "anthony maddox"
CREATE TABLE table_name_27 (pick__number INTEGER, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 17967, 834, 834, 5525, 1152, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 8, 8356, 1713, 11016, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 17967, 834, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 564, 3274, 96, 152, 189, 106, 63, 11454, 11990, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which number is 國殤?
SELECT standard_order FROM table_name_69 WHERE traditional_chinese = "國殤"
CREATE TABLE table_name_69 (standard_order VARCHAR, traditional_chinese VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 16020, 834, 9397, 584, 4280, 28027, 6, 1435, 834, 1436, 1496, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 381, 19, 3, 2, 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, 1068, 834, 9397, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 1435, 834, 1436, 1496, 15, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Traditional Chinese of 国殇 which is over 9?
SELECT traditional_chinese FROM table_name_14 WHERE standard_order > 9 AND simplified_chinese = "国殇"
CREATE TABLE table_name_14 (traditional_chinese VARCHAR, standard_order VARCHAR, simplified_chinese VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 26374, 834, 1436, 1496, 15, 584, 4280, 28027, 6, 1068, 834, 9397, 584, 4280, 28027, 6, 24687, 834, 1436, 1496, 15, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1435, 834, 1436, 1496, 15, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 1068, 834, 9397, 2490, 668, 3430, 24687, 834, 1436, 1496, 15, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the English translation of 山鬼?
SELECT english_translation FROM table_name_93 WHERE simplified_chinese = "山鬼"
CREATE TABLE table_name_93 (english_translation VARCHAR, simplified_chinese VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 4606, 40, 1273, 834, 7031, 6105, 584, 4280, 28027, 6, 24687, 834, 1436, 1496, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1566, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22269, 834, 7031, 6105, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 24687, 834, 1436, 1496, 15, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total where there are 4 MLS Cups and more US Open Cups than 1?
SELECT COUNT(total) FROM table_name_43 WHERE mls_cup = 4 AND us_open_cup > 1
CREATE TABLE table_name_43 (total VARCHAR, mls_cup VARCHAR, us_open_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 235, 1947, 584, 4280, 28027, 6, 3, 51, 40, 7, 834, 4658, 584, 4280, 28027, 6, 178, 834, 8751, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 3, 51, 40, 7, 834, 4658, 3274, 314, 3430, 178, 834, 8751, 834, 4658, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which race 3 has points greater than 36, and 2 as the race 1?
SELECT race_3 FROM table_name_93 WHERE points > 36 AND race_1 = 2
CREATE TABLE table_name_93 (race_3 VARCHAR, points VARCHAR, race_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 12614, 834, 519, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 1964, 834, 536, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1964, 220, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1964, 834, 519, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 979, 2490, 4475, 3430, 1964, 834, 536, 3274, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many race 1's have 5 as the race 3, with points less than 59?
SELECT SUM(race_1) FROM table_name_45 WHERE race_3 = "5" AND points < 59
CREATE TABLE table_name_45 (race_1 INTEGER, race_3 VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 12614, 834, 536, 3, 21342, 17966, 6, 1964, 834, 519, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1964, 209, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 12614, 834, 6982, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 1964, 834, 519, 3274, 96, 17395, 3430, 979, 3, 2, 3, 3390, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What driver has points less than 17?
SELECT driver FROM table_name_94 WHERE points < 17
CREATE TABLE table_name_94 (driver VARCHAR, points INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 13739, 52, 584, 4280, 28027, 6, 979, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 2535, 65, 979, 705, 145, 1003, 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, 2535, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 979, 3, 2, 1003, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who is from south africa and has a score of 76-75-73-71=295?
SELECT player FROM table_name_25 WHERE country = "south africa" AND score = 76 - 75 - 73 - 71 = 295
CREATE TABLE table_name_25 (player VARCHAR, country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 20846, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 45, 3414, 24040, 11, 65, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 684, 3274, 96, 7, 670, 107, 24040, 121, 3430, 2604, 3274, 3, 3959, 3, 18, 6374, 3, 18, 3, 4552, 3, 18, 3, 4450, 3274, 204, 3301, 1, -100, -100, -100, -100...
What is the lowest to par of a player from australia with a score of 76-70-75-72=293?
SELECT MIN(to_par) FROM table_name_96 WHERE country = "australia" AND score = 76 - 70 - 75 - 72 = 293
CREATE TABLE table_name_96 (to_par INTEGER, country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 235, 834, 1893, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 12, 260, 13,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 235, 834, 1893, 61, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 684, 3274, 96, 2064, 8792, 23, 9, 121, 3430, 2604, 3274, 3, 3959, 3, 18, 2861, 3, 18, 6374, 3, 18, 9455, 3274, 204, 4271, 1, ...
What is the money with a Score of 76-70-75-72=293?
SELECT money___£__ FROM table_name_68 WHERE score = 76 - 70 - 75 - 72 = 293
CREATE TABLE table_name_68 (money___£__ VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 28442, 834, 834, 834, 19853, 834, 834, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 540, 28, 3, 9, 17763...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 540, 834, 834, 834, 19853, 834, 834, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 2604, 3274, 3, 3959, 3, 18, 2861, 3, 18, 6374, 3, 18, 9455, 3274, 204, 4271, 1, -100, -100, -100, -100, -100, -100, -100, -10...