NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
Who made the decision when atlanta was the home team?
SELECT decision FROM table_name_33 WHERE home = "atlanta"
CREATE TABLE table_name_33 (decision VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 221, 18901, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 263, 8, 1357, 116, 44, 6761, 9, 47, 8, 234, 372, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1357, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 234, 3274, 96, 144, 6761, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who made the decision when detroit was the home team and boston was the visitor?
SELECT decision FROM table_name_81 WHERE home = "detroit" AND visitor = "boston"
CREATE TABLE table_name_81 (decision VARCHAR, home VARCHAR, visitor VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 221, 18901, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 263, 8, 1357, 116, 3, 26, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1357, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 234, 3274, 96, 26, 15252, 155, 121, 3430, 7019, 3274, 96, 115, 32, 4411, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who made the decision when toronto was the home team?
SELECT decision FROM table_name_21 WHERE home = "toronto"
CREATE TABLE table_name_21 (decision VARCHAR, home VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 221, 18901, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 263, 8, 1357, 116, 12, 4438, 32, 47, 8, 234, 372, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1357, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 234, 3274, 96, 235, 4438, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
The player Cecil Martin with an overall less than 268 has what total pick?
SELECT SUM(pick) FROM table_name_32 WHERE name = "cecil martin" AND overall < 268
CREATE TABLE table_name_32 (pick INTEGER, name VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 17967, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 1959, 21937, 40, 3394, 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, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 17967, 61, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 564, 3274, 96, 565, 75, 173, 3157, 17, 77, 121, 3430, 1879, 3, 2, 204, 3651, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
With the pick of 1 Cecil Martin has what number as the overall?
SELECT COUNT(overall) FROM table_name_38 WHERE pick = 1 AND name = "cecil martin"
CREATE TABLE table_name_38 (overall VARCHAR, pick VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 1890, 1748, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 8, 1432, 13, 209, 21937, 40, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 1890, 1748, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 1432, 3274, 209, 3430, 564, 3274, 96, 565, 75, 173, 3157, 17, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What position does the player play with an overall of 304?
SELECT position FROM table_name_76 WHERE overall = 304
CREATE TABLE table_name_76 (position VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 4718, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1102, 405, 8, 1959, 577, 28, 46, 1879, 13, 3, 23702, 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, 1102, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 1879, 3274, 3, 23702, 1, -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 US modern rock rank of code bad 0003?
SELECT us_modern_rock FROM table_name_90 WHERE code = "bad 0003"
CREATE TABLE table_name_90 (us_modern_rock VARCHAR, code VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 302, 834, 18306, 834, 6133, 584, 4280, 28027, 6, 1081, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 837, 941, 2480, 11003, 13, 1081, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 178, 834, 18306, 834, 6133, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 1081, 3274, 96, 5514, 6078, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the format of code 9 40231-2 (us only)?
SELECT format FROM table_name_83 WHERE code = "9 40231-2 (us only)"
CREATE TABLE table_name_83 (format VARCHAR, code VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 8995, 584, 4280, 28027, 6, 1081, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1910, 13, 1081, 668, 1283, 2773, 9596, 41, 302, 163, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1910, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 1081, 3274, 96, 1298, 1283, 2773, 9596, 41, 302, 163, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the UK singles chart rank of the single released on 26 February 1990?
SELECT uk_singles_chart FROM table_name_9 WHERE release_date = "26 february 1990"
CREATE TABLE table_name_9 (uk_singles_chart VARCHAR, release_date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 1598, 834, 7, 53, 965, 834, 4059, 17, 584, 4280, 28027, 6, 1576, 834, 5522, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1270, 712,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 1598, 834, 7, 53, 965, 834, 4059, 17, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 1576, 834, 5522, 3274, 96, 2688, 29976, 76, 1208, 5541, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the format of code pro-cd-4662?
SELECT format FROM table_name_98 WHERE code = "pro-cd-4662"
CREATE TABLE table_name_98 (format VARCHAR, code VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 8995, 584, 4280, 28027, 6, 1081, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1910, 13, 1081, 813, 18, 75, 26, 18, 4448, 4056, 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, 1910, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 1081, 3274, 96, 1409, 18, 75, 26, 18, 4448, 4056, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which mongolian has the province of municipality?
SELECT mongolian FROM table_name_79 WHERE province = "municipality"
CREATE TABLE table_name_79 (mongolian VARCHAR, province VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 2157, 839, 9928, 584, 4280, 28027, 6, 7985, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1911, 839, 9928, 65, 8, 7985, 13, 27597, 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, 0...
[ 3, 23143, 14196, 1911, 839, 9928, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 7985, 3274, 96, 11760, 3389, 10355, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the sum of the years with bus conner as the BSU head coach?
SELECT SUM(year) FROM table_name_24 WHERE bsu_head_coach = "bus conner"
CREATE TABLE table_name_24 (year INTEGER, bsu_head_coach VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 1201, 3, 21342, 17966, 6, 3, 115, 7, 76, 834, 3313, 834, 509, 1836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 8, 203...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 3, 115, 7, 76, 834, 3313, 834, 509, 1836, 3274, 96, 3465, 975, 687, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the BSU head coach of the tournament after 1994 with louisville as the opponent?
SELECT bsu_head_coach FROM table_name_76 WHERE opponent = "louisville" AND year > 1994
CREATE TABLE table_name_76 (bsu_head_coach VARCHAR, opponent VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 115, 7, 76, 834, 3313, 834, 509, 1836, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 6, 215, 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, 0, 0...
[ 3, 23143, 14196, 3, 115, 7, 76, 834, 3313, 834, 509, 1836, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 15264, 3274, 96, 40, 1063, 23, 9727, 121, 3430, 215, 2490, 7520, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the result in 1994?
SELECT result FROM table_name_36 WHERE year = 1994
CREATE TABLE table_name_36 (result VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 16, 7520, 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, 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, 741, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 215, 3274, 7520, 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 result after 1993 of the first four rounds?
SELECT result FROM table_name_2 WHERE year > 1993 AND round = "first four"
CREATE TABLE table_name_2 (result VARCHAR, year VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 227, 8388, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 357, 549, 17444, 427, 215, 2490, 8388, 3430, 1751, 3274, 96, 14672, 662, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the opponent before 1994 with bobby dye as the BSU head coach?
SELECT opponent FROM table_name_86 WHERE bsu_head_coach = "bobby dye" AND year < 1994
CREATE TABLE table_name_86 (opponent VARCHAR, bsu_head_coach VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 32, 102, 9977, 584, 4280, 28027, 6, 3, 115, 7, 76, 834, 3313, 834, 509, 1836, 584, 4280, 28027, 6, 215, 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, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 3, 115, 7, 76, 834, 3313, 834, 509, 1836, 3274, 96, 17396, 969, 15302, 121, 3430, 215, 3, 2, 7520, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the opponent in 1976?
SELECT opponent FROM table_name_98 WHERE year = 1976
CREATE TABLE table_name_98 (opponent VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 32, 102, 9977, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 15264, 16, 16164, 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, 15264, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 215, 3274, 16164, 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...
What is Date, when Score is "0-2", and when Opponents is "Bayer Leverkusen"?
SELECT date FROM table_name_4 WHERE score = "0-2" AND opponents = "bayer leverkusen"
CREATE TABLE table_name_4 (date VARCHAR, score VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 17763, 19, 96, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 2604, 3274, 96, 632, 4949, 121, 3430, 16383, 3274, 96, 11119, 49, 19540, 2729, 7, 35, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Competition, when Score is "2-1", and when Date is "October 22, 2008"?
SELECT competition FROM table_name_84 WHERE score = "2-1" AND date = "october 22, 2008"
CREATE TABLE table_name_84 (competition VARCHAR, score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 15571, 6, 116, 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, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2259, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 2604, 3274, 96, 17234, 121, 3430, 833, 3274, 96, 32, 75, 235, 1152, 12889, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Match Report, when Venue is "Westfalenstadion , Dortmund"?
SELECT match_report FROM table_name_92 WHERE venue = "westfalenstadion , dortmund"
CREATE TABLE table_name_92 (match_report VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 19515, 834, 60, 1493, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 12296, 3750, 6, 116, 29940, 19, 96, 31933,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1588, 834, 60, 1493, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 5669, 3274, 96, 12425, 89, 138, 35, 2427, 26, 23, 106, 3, 6, 5048, 51, 1106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is Date, when Venue is "Weserstadion , Bremen"?
SELECT date FROM table_name_32 WHERE venue = "weserstadion , bremen"
CREATE TABLE table_name_32 (date VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 5522, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 29940, 19, 96, 1326, 7, 49, 2427, 26, 23, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 5669, 3274, 96, 1123, 7, 49, 2427, 26, 23, 106, 3, 6, 3, 1999, 904, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Date, when Competition is "F", and when Opponents is "FC Astoria Walldorf"?
SELECT date FROM table_name_28 WHERE competition = "f" AND opponents = "fc astoria walldorf"
CREATE TABLE table_name_28 (date VARCHAR, competition VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 5522, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 15571, 19, 96, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 2259, 3274, 96, 89, 121, 3430, 16383, 3274, 96, 89, 75, 38, 3600, 9, 1481, 8716, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the pick of Charley Taylor, who has an overall greater than 3?
SELECT SUM(pick) FROM table_name_58 WHERE name = "charley taylor" AND overall > 3
CREATE TABLE table_name_58 (pick INTEGER, name VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 17967, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1432, 13, 7435, 1306, 7909, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 17967, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 564, 3274, 96, 4059, 1306, 3, 17, 9, 63, 322, 121, 3430, 1879, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the position of the player with a 143 overall?
SELECT position FROM table_name_68 WHERE overall = 143
CREATE TABLE table_name_68 (position VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 4718, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1102, 13, 8, 1959, 28, 3, 9, 3, 25133, 1879, 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, 1102, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 1879, 3274, 3, 25133, 1, -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 average round of the s position player from the college of Mississippi and has an overall less than 214?
SELECT AVG(round) FROM table_name_79 WHERE position = "s" AND college = "mississippi" AND overall < 214
CREATE TABLE table_name_79 (round INTEGER, overall VARCHAR, position VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 7775, 3, 21342, 17966, 6, 1879, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1900, 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, 71, 17217, 599, 7775, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 1102, 3274, 96, 7, 121, 3430, 1900, 3274, 96, 11502, 159, 7, 23, 1572, 23, 121, 3430, 1879, 3, 2, 3, 27357, 1, -100, -100, -100, -100, ...
What is the total round of the rb player from Purdue with a pick less than 3?
SELECT COUNT(round) FROM table_name_76 WHERE position = "rb" AND college = "purdue" AND pick < 3
CREATE TABLE table_name_76 (round VARCHAR, pick VARCHAR, position VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 7775, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1900, 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, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7775, 61, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 1102, 3274, 96, 52, 115, 121, 3430, 1900, 3274, 96, 3791, 1259, 15, 121, 3430, 1432, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, ...
Which category has 24 nominated work?
SELECT category FROM table_name_12 WHERE nominated_work = "24"
CREATE TABLE table_name_12 (category VARCHAR, nominated_work VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 8367, 839, 651, 584, 4280, 28027, 6, 150, 1109, 920, 834, 1981, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3295, 65, 997, 150, 1109, 920,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3295, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 150, 1109, 920, 834, 1981, 3274, 96, 2266, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many Silver medals did the Nation of Croatia receive with a Total medal of more than 1?
SELECT MIN(silver) FROM table_name_3 WHERE bronze = 1 AND total > 1 AND nation = "croatia"
CREATE TABLE table_name_3 (silver INTEGER, nation VARCHAR, bronze VARCHAR, total VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 7, 173, 624, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 13467, 3274, 209, 3430, 792, 2490, 209, 3430, 2982, 3274, 96, 2771, 144, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
How many Gold medals did Australia receive?
SELECT AVG(gold) FROM table_name_59 WHERE nation = "australia"
CREATE TABLE table_name_59 (gold INTEGER, nation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 14910, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 2540, 9365, 7, 410, 2051, 911, 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, 71, 17217, 599, 14910, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 2982, 3274, 96, 2064, 8792, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Total medals did the country with 16 Silver and less than 32 Bronze receive?
SELECT MIN(total) FROM table_name_65 WHERE silver = 16 AND bronze < 32
CREATE TABLE table_name_65 (total INTEGER, silver VARCHAR, bronze VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 235, 1947, 3, 21342, 17966, 6, 4294, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 9273, 9365, 7, 410, 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...
[ 3, 23143, 14196, 3, 17684, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 4294, 3274, 898, 3430, 13467, 3, 2, 3538, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Bronze medals for the Nation with a Rank of 11 and less than 1 Silver?
SELECT MIN(bronze) FROM table_name_9 WHERE rank = "11" AND silver < 1
CREATE TABLE table_name_9 (bronze INTEGER, rank VARCHAR, silver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 13711, 776, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 20841, 9365, 7, 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, 3, 17684, 599, 13711, 776, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 11003, 3274, 96, 2596, 121, 3430, 4294, 3, 2, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average Episode Number, when Original Airdate is March 21, 2010, and when Season is less than 3?
SELECT AVG(episode) AS number FROM table_name_96 WHERE original_airdate = "march 21, 2010" AND season < 3
CREATE TABLE table_name_96 (episode INTEGER, original_airdate VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 15, 102, 159, 32, 221, 3, 21342, 17966, 6, 926, 834, 2256, 5522, 584, 4280, 28027, 6, 774, 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, 71, 17217, 599, 15, 102, 159, 32, 221, 61, 6157, 381, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 926, 834, 2256, 5522, 3274, 96, 51, 7064, 12026, 2735, 121, 3430, 774, 3, 2, 220, 1, -100, -100, -100, -100,...
What is the total number of Season(s), when Original Airdate is January 24, 1999, and when Year is less than 1999?
SELECT COUNT(season) FROM table_name_67 WHERE original_airdate = "january 24, 1999" AND year < 1999
CREATE TABLE table_name_67 (season VARCHAR, original_airdate VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 9476, 584, 4280, 28027, 6, 926, 834, 2256, 5522, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9476, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 926, 834, 2256, 5522, 3274, 96, 7066, 76, 1208, 14320, 5247, 121, 3430, 215, 3, 2, 5247, 1, -100, -100, -100, -100, -100, -100, -100, -1...
How many games have a Result of l, and a Record of 2-6?
SELECT COUNT(game) FROM table_name_17 WHERE result = "l" AND record = "2-6"
CREATE TABLE table_name_17 (game VARCHAR, result VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 7261, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1031, 43, 3, 9, 3, 20119, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7261, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 741, 3274, 96, 40, 121, 3430, 1368, 3274, 96, 357, 5783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many people attended the green bay packers game?
SELECT SUM(attendance) FROM table_name_14 WHERE opponent = "green bay packers"
CREATE TABLE table_name_14 (attendance INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 15116, 663, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 151, 5526, 8, 1442, 10210, 4153, 277, 467, 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, 0...
[ 3, 23143, 14196, 180, 6122, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 15264, 3274, 96, 9423, 10210, 4153, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many people attended the game whose score was 1-1?
SELECT attendance FROM table_name_62 WHERE record = "1-1"
CREATE TABLE table_name_62 (attendance VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 15116, 663, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 151, 5526, 8, 467, 3, 2544, 2604, 47, 209, 2292, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11364, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 1368, 3274, 96, 536, 2292, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Date has a Score of 24-7, and a Record of 4-10?
SELECT date FROM table_name_12 WHERE score = "24-7" AND record = "4-10"
CREATE TABLE table_name_12 (date VARCHAR, score VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7678, 65, 3, 9, 17763, 13, 997, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 2604, 3274, 96, 2266, 6832, 121, 3430, 1368, 3274, 96, 591, 4536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Lowest round for g that was smaller than 31?
SELECT MIN(round) FROM table_name_76 WHERE position = "g" AND overall < 31
CREATE TABLE table_name_76 (round INTEGER, position VARCHAR, overall VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 7775, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 1879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5586, 222, 1751, 21, 3, 122, 24, 47, 27...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 7775, 61, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 1102, 3274, 96, 122, 121, 3430, 1879, 3, 2, 2664, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Semifinalists that has a Tournament of Cincinnati?
SELECT semifinalists FROM table_name_29 WHERE tournament = "cincinnati"
CREATE TABLE table_name_29 (semifinalists VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 7, 15, 51, 23, 28077, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22217, 28077, 24, 65, 3, 9, 20502, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4772, 28077, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 5892, 3274, 96, 75, 11542, 29, 18530, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
The Crvena Zvezda club has what aggregate?
SELECT aggregate FROM table_name_58 WHERE club = "crvena zvezda"
CREATE TABLE table_name_58 (aggregate VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 31761, 15, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 37, 8427, 1926, 9, 1027, 6071, 26, 9, 1886, 65, 125, 12955, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12955, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 1886, 3274, 96, 75, 52, 1926, 9, 3, 172, 6071, 26, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the total number of assists of the player with 0 goals, more than 1 points, and more than 0 pims?
SELECT COUNT(assists) FROM table_name_85 WHERE goals = 0 AND points > 1 AND pims > 0
CREATE TABLE table_name_85 (assists VARCHAR, pims VARCHAR, goals VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 6500, 7, 17, 7, 584, 4280, 28027, 6, 2816, 51, 7, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 6, 979, 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, 6500, 7, 17, 7, 61, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 1766, 3274, 3, 632, 3430, 979, 2490, 209, 3430, 2816, 51, 7, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100...
Which Decision has a Visitor of calgary, a Score of 2 – 1, and a Series of 4 – 3?
SELECT decision FROM table_name_5 WHERE visitor = "calgary" AND score = "2 – 1" AND series = "4 – 3"
CREATE TABLE table_name_5 (decision VARCHAR, series VARCHAR, visitor VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 221, 18901, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 250...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1357, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 7019, 3274, 96, 1489, 1478, 63, 121, 3430, 2604, 3274, 96, 357, 3, 104, 209, 121, 3430, 939, 3274, 96, 591, 3, 104, 220, 121, 1, -100, -100, -100, -100, -100...
Which Visitor has a Series of 2 – 1?
SELECT visitor FROM table_name_15 WHERE series = "2 – 1"
CREATE TABLE table_name_15 (visitor VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 3466, 155, 127, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4957, 127, 65, 3, 9, 4531, 13, 204, 3, 104, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7019, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 939, 3274, 96, 357, 3, 104, 209, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Visitor has a Home of calgary, and a Date of april 17?
SELECT visitor FROM table_name_72 WHERE home = "calgary" AND date = "april 17"
CREATE TABLE table_name_72 (visitor VARCHAR, home VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 3466, 155, 127, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4957, 127, 65, 3, 9, 121...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7019, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 234, 3274, 96, 1489, 1478, 63, 121, 3430, 833, 3274, 96, 9, 2246, 40, 1003, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Decision has a Visitor of vancouver, and a Score of 5 – 4?
SELECT decision FROM table_name_4 WHERE visitor = "vancouver" AND score = "5 – 4"
CREATE TABLE table_name_4 (decision VARCHAR, visitor VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 221, 18901, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 25006, 65, 3, 9, 4957, 127, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1357, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 7019, 3274, 96, 2132, 3422, 624, 121, 3430, 2604, 3274, 96, 755, 3, 104, 3, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Visitor has a Home of vancouver, and a Decision of cloutier?
SELECT visitor FROM table_name_30 WHERE home = "vancouver" AND decision = "cloutier"
CREATE TABLE table_name_30 (visitor VARCHAR, home VARCHAR, decision VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 3466, 155, 127, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 6, 1357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 4957, 127, 65, 3, 9, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7019, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 234, 3274, 96, 2132, 3422, 624, 121, 3430, 1357, 3274, 96, 3903, 76, 3276, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Decision has a Series of 3 – 3?
SELECT decision FROM table_name_42 WHERE series = "3 – 3"
CREATE TABLE table_name_42 (decision VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 221, 18901, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 25006, 65, 3, 9, 4531, 13, 220, 3, 104, 220, 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, 1357, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 939, 3274, 96, 519, 3, 104, 220, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What's the value for race 4 when race 1 is dsq?
SELECT race_4 FROM table_name_76 WHERE race_1 = "dsq"
CREATE TABLE table_name_76 (race_4 VARCHAR, race_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 12614, 834, 591, 584, 4280, 28027, 6, 1964, 834, 536, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 701, 21, 1964, 314, 116, 1964...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1964, 834, 591, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 1964, 834, 536, 3274, 96, 26, 7, 1824, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the value for race 4 when race 3 is dns and race 2 is 27?
SELECT race_4 FROM table_name_55 WHERE race_3 = "dns" AND race_2 = "27"
CREATE TABLE table_name_55 (race_4 VARCHAR, race_3 VARCHAR, race_2 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 12614, 834, 591, 584, 4280, 28027, 6, 1964, 834, 519, 584, 4280, 28027, 6, 1964, 834, 357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1964, 834, 591, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 1964, 834, 519, 3274, 96, 26, 29, 7, 121, 3430, 1964, 834, 357, 3274, 96, 2555, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the value for race 4 for driver kevin heffernan?
SELECT race_4 FROM table_name_61 WHERE driver = "kevin heffernan"
CREATE TABLE table_name_61 (race_4 VARCHAR, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 12614, 834, 591, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 701, 21, 1964, 314, 21, 2535, 3, 1050, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1964, 834, 591, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 2535, 3274, 96, 1050, 2494, 3, 88, 7010, 29, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the date of game 4?
SELECT date FROM table_name_92 WHERE game = 4
CREATE TABLE table_name_92 (date VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 5522, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 833, 13, 467, 314, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 467, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who had the most points in the game on November 12?
SELECT high_points FROM table_name_86 WHERE date = "november 12"
CREATE TABLE table_name_86 (high_points VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 6739, 834, 2700, 7, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 141, 8, 167, 979, 16, 8, 467, 30, 1671, 586, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 306, 834, 2700, 7, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 833, 3274, 96, 5326, 18247, 586, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What rank is the team that has a player named Isco Alarcón?
SELECT rank FROM table_name_34 WHERE player = "isco alarcón"
CREATE TABLE table_name_34 (rank VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 6254, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 11003, 19, 8, 372, 24, 65, 3, 9, 1959, 2650, 27, 3523, 901, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11003, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 1959, 3274, 96, 23, 3523, 491, 4667, 15742, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the rank of Club Valencia with a U-17 Caps of 20?
SELECT COUNT(rank) FROM table_name_17 WHERE club_s_ = "valencia" AND u_17_caps = 20
CREATE TABLE table_name_17 (rank VARCHAR, club_s_ VARCHAR, u_17_caps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 6254, 584, 4280, 28027, 6, 1886, 834, 7, 834, 584, 4280, 28027, 6, 3, 76, 834, 2517, 834, 4010, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 6254, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1886, 834, 7, 834, 3274, 96, 2165, 35, 4915, 121, 3430, 3, 76, 834, 2517, 834, 4010, 7, 3274, 460, 1, -100, -100, -100, -100, -100, -1...
What is High Assists, when High Points is "T. J. Ford (29)"?
SELECT high_assists FROM table_name_76 WHERE high_points = "t. j. ford (29)"
CREATE TABLE table_name_76 (high_assists VARCHAR, high_points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 6739, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 306, 834, 2700, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 1592, 282, 7, 343, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 306, 834, 6500, 7, 17, 7, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 306, 834, 2700, 7, 3274, 96, 17, 5, 3, 354, 5, 21, 26, 4743, 11728, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is High Assists, when Date is "March 10"?
SELECT high_assists FROM table_name_93 WHERE date = "march 10"
CREATE TABLE table_name_93 (high_assists VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 6739, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 1592, 282, 7, 343, 7, 6, 116, 7678...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 306, 834, 6500, 7, 17, 7, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 833, 3274, 96, 51, 7064, 335, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Record, when Team is "@ Atlanta"?
SELECT record FROM table_name_78 WHERE team = "@ atlanta"
CREATE TABLE table_name_78 (record VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 60, 7621, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 11392, 6, 116, 2271, 19, 96, 1741, 9673, 121, 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, 1368, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 372, 3274, 96, 1741, 44, 6761, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Team, when Location Attendance is "Rose Garden 20,020"?
SELECT team FROM table_name_69 WHERE location_attendance = "rose garden 20,020"
CREATE TABLE table_name_69 (team VARCHAR, location_attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 11650, 584, 4280, 28027, 6, 1128, 834, 15116, 663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2271, 6, 116, 10450, 22497, 663, 19, 96,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 372, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 1128, 834, 15116, 663, 3274, 96, 8115, 2004, 16047, 632, 1755, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Date, when High Points is "Danny Granger (32)"?
SELECT date FROM table_name_56 WHERE high_points = "danny granger (32)"
CREATE TABLE table_name_56 (date VARCHAR, high_points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 5522, 584, 4280, 28027, 6, 306, 834, 2700, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 1592, 4564, 7, 19, 96, 308, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4834, 549, 17444, 427, 306, 834, 2700, 7, 3274, 96, 26, 15159, 3, 7662, 1304, 6918, 7318, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the place when the player is Bob Gilder and the money was $20,903?
SELECT place FROM table_name_88 WHERE money___$__ = "20,903" AND player = "bob gilder"
CREATE TABLE table_name_88 (place VARCHAR, money___$__ VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 4687, 584, 4280, 28027, 6, 540, 834, 834, 834, 3229, 834, 834, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 540, 834, 834, 834, 3229, 834, 834, 3274, 96, 1755, 6, 2394, 519, 121, 3430, 1959, 3274, 96, 17396, 3, 122, 173, 588, 121, 1, -100, -100, -100, -100, -100, -...
What is the Place when Fuzzy Zoeller plated in the United States?
SELECT place FROM table_name_78 WHERE country = "united states" AND player = "fuzzy zoeller"
CREATE TABLE table_name_78 (place VARCHAR, country VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 4687, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3399, 116, 6343, 19974, 6226,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 1959, 3274, 96, 22845, 4164, 3, 172, 32, 9670, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the To par when the score was 72-67-68-71=278?
SELECT to_par FROM table_name_20 WHERE score = 72 - 67 - 68 - 71 = 278
CREATE TABLE table_name_20 (to_par VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 235, 834, 1893, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 304, 260, 116, 8, 2604, 47, 9455, 18, 3708,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 2604, 3274, 9455, 3, 18, 3, 3708, 3, 18, 3, 3651, 3, 18, 3, 4450, 3274, 204, 3940, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Place when Steve Pate was the player?
SELECT place FROM table_name_52 WHERE player = "steve pate"
CREATE TABLE table_name_52 (place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 4687, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3399, 116, 5659, 5192, 15, 47, 8, 1959, 58, 1, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 1959, 3274, 96, 849, 162, 6234, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the diameter for 1997 when longitude is 212.0e and latitude is 47.0n?
SELECT MIN(diameter__km_) FROM table_name_50 WHERE year_named = 1997 AND longitude = "212.0e" AND latitude = "47.0n"
CREATE TABLE table_name_50 (diameter__km_ INTEGER, latitude VARCHAR, year_named VARCHAR, longitude VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 26, 23, 9, 4401, 834, 834, 5848, 834, 3, 21342, 17966, 6, 50, 6592, 584, 4280, 28027, 6, 215, 834, 4350, 26, 584, 4280, 28027, 6, 307, 20341, 584, 42...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 26, 23, 9, 4401, 834, 834, 5848, 834, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 215, 834, 4350, 26, 3274, 6622, 3430, 307, 20341, 3274, 96, 2658, 24273, 15, 121, 3430, 50, 6592, 3274, 9...
What's the latitude when the longitude is 152.0e later than 1997?
SELECT latitude FROM table_name_66 WHERE year_named > 1997 AND longitude = "152.0e"
CREATE TABLE table_name_66 (latitude VARCHAR, year_named VARCHAR, longitude VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 521, 6592, 584, 4280, 28027, 6, 215, 834, 4350, 26, 584, 4280, 28027, 6, 307, 20341, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 50, 6592, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 215, 834, 4350, 26, 2490, 6622, 3430, 307, 20341, 3274, 96, 1808, 24273, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What's the diameter when longitude is 105.0e before 2003?
SELECT SUM(diameter__km_) FROM table_name_42 WHERE longitude = "105.0e" AND year_named < 2003
CREATE TABLE table_name_42 (diameter__km_ INTEGER, longitude VARCHAR, year_named VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 26, 23, 9, 4401, 834, 834, 5848, 834, 3, 21342, 17966, 6, 307, 20341, 584, 4280, 28027, 6, 215, 834, 4350, 26, 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, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 26, 23, 9, 4401, 834, 834, 5848, 834, 61, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 307, 20341, 3274, 96, 1714, 20734, 15, 121, 3430, 215, 834, 4350, 26, 3, 2, 3888, 1, -100, -100, -100, ...
What's the average year for the name aida-wedo dorsa with a diameter less than 450?
SELECT AVG(year_named) FROM table_name_16 WHERE name = "aida-wedo dorsa" AND diameter__km_ < 450
CREATE TABLE table_name_16 (year_named INTEGER, name VARCHAR, diameter__km_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 1201, 834, 4350, 26, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 9260, 834, 834, 5848, 834, 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, 71, 17217, 599, 1201, 834, 4350, 26, 61, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 564, 3274, 96, 6146, 9, 18, 1123, 26, 32, 103, 52, 7, 9, 121, 3430, 9260, 834, 834, 5848, 834, 3, 2, 3, 10593, 1, -10...
What's the total diameter when longitude is 357.8e later than 1985?
SELECT COUNT(diameter__km_) FROM table_name_60 WHERE longitude = "357.8e" AND year_named > 1985
CREATE TABLE table_name_60 (diameter__km_ VARCHAR, longitude VARCHAR, year_named VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 26, 23, 9, 4401, 834, 834, 5848, 834, 584, 4280, 28027, 6, 307, 20341, 584, 4280, 28027, 6, 215, 834, 4350, 26, 584, 4280, 28027, 61, 3, 32105, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 26, 23, 9, 4401, 834, 834, 5848, 834, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 307, 20341, 3274, 96, 519, 3436, 5, 927, 15, 121, 3430, 215, 834, 4350, 26, 2490, 13200, 1, -100, -100...
In what year was Lesli Margherita nominated?
SELECT SUM(year) FROM table_name_90 WHERE nominee = "lesli margherita"
CREATE TABLE table_name_90 (year INTEGER, nominee VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 1201, 3, 21342, 17966, 6, 21077, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 215, 47, 622, 40, 23, 16409, 88, 10694, 150, 1109, 920, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 21077, 3274, 96, 965, 40, 23, 3157, 122, 88, 10694, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was nominated for Best Theatre Choreographer?
SELECT nominee FROM table_name_18 WHERE category = "best theatre choreographer"
CREATE TABLE table_name_18 (nominee VARCHAR, category VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 3114, 630, 15, 584, 4280, 28027, 6, 3295, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 150, 1109, 920, 21, 1648, 8210, 17531, 15, 19891...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 21077, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 3295, 3274, 96, 9606, 8516, 15030, 19891, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What hometown was FR Year, and ha Brown's Gymnastics club?
SELECT hometown FROM table_name_20 WHERE year = "fr" AND club = "brown's gymnastics"
CREATE TABLE table_name_20 (hometown VARCHAR, year VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 5515, 3540, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 22295, 47, 3, 7422, 2929, 6, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 22295, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 215, 3274, 96, 89, 52, 121, 3430, 1886, 3274, 96, 14853, 29, 31, 7, 23379, 7636, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What year was Asi Peko?
SELECT year FROM table_name_60 WHERE name = "asi peko"
CREATE TABLE table_name_60 (year VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 1201, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 282, 23, 276, 20065, 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, 215, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 564, 3274, 96, 9, 7, 23, 158, 157, 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 height for the Oakville Gymnastics Club?
SELECT height FROM table_name_96 WHERE club = "oakville gymnastics club"
CREATE TABLE table_name_96 (height VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 88, 2632, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3902, 21, 8, 7858, 1420, 31560, 7636, 1949, 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, 3902, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 1886, 3274, 96, 32, 1639, 1420, 23379, 7636, 1886, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
when was the loan ended when the loan club is spartak moscow?
SELECT ended FROM table_name_98 WHERE loan_club = "spartak moscow"
CREATE TABLE table_name_98 (ended VARCHAR, loan_club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 14550, 584, 4280, 28027, 6, 2289, 834, 13442, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 116, 47, 8, 2289, 3492, 116, 8, 2289, 1886, 19, 3, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3492, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 2289, 834, 13442, 3274, 96, 7, 2274, 1639, 2288, 3523, 210, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the loan start source when the loan club is fulham?
SELECT start_source FROM table_name_42 WHERE loan_club = "fulham"
CREATE TABLE table_name_42 (start_source VARCHAR, loan_club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 10208, 834, 7928, 584, 4280, 28027, 6, 2289, 834, 13442, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2289, 456, 1391, 116, 8, 2289, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 456, 834, 7928, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 2289, 834, 13442, 3274, 96, 1329, 1483, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When was the loan started when the coutry is eng, the loan club is sunderland and the end source is south wales echo?
SELECT started FROM table_name_23 WHERE country = "eng" AND loan_club = "sunderland" AND end_source = "south wales echo"
CREATE TABLE table_name_23 (started VARCHAR, end_source VARCHAR, country VARCHAR, loan_club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 3624, 1054, 584, 4280, 28027, 6, 414, 834, 7928, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 2289, 834, 13442, 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, 708, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 684, 3274, 96, 4606, 121, 3430, 2289, 834, 13442, 3274, 96, 7, 7248, 40, 232, 121, 3430, 414, 834, 7928, 3274, 96, 7, 670, 107, 3, 210, 4529, 20747, 121, 1, ...
when was the loan ended when the country is ghana?
SELECT ended FROM table_name_37 WHERE country = "ghana"
CREATE TABLE table_name_37 (ended VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 14550, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 116, 47, 8, 2289, 3492, 116, 8, 684, 19, 3, 22637, 9, 58, 1, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3492, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 684, 3274, 96, 22637, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the loan club with the start source is bbc sport and started on 9 february?
SELECT loan_club FROM table_name_28 WHERE start_source = "bbc sport" AND started = "9 february"
CREATE TABLE table_name_28 (loan_club VARCHAR, start_source VARCHAR, started VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 40, 32, 152, 834, 13442, 584, 4280, 28027, 6, 456, 834, 7928, 584, 4280, 28027, 6, 708, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 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, 2289, 834, 13442, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 456, 834, 7928, 3274, 96, 115, 115, 75, 2600, 121, 3430, 708, 3274, 96, 1298, 29976, 76, 1208, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
what is the start source when started on 2 february?
SELECT start_source FROM table_name_47 WHERE started = "2 february"
CREATE TABLE table_name_47 (start_source VARCHAR, started VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 10208, 834, 7928, 584, 4280, 28027, 6, 708, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 456, 1391, 116, 708, 30, 204, 29976, 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, 0...
[ 3, 23143, 14196, 456, 834, 7928, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 708, 3274, 96, 357, 29976, 76, 1208, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the lowest Finished, when Post is less than 2?
SELECT MIN(finished) FROM table_name_70 WHERE post < 2
CREATE TABLE table_name_70 (finished INTEGER, post INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 19420, 3, 21342, 17966, 6, 442, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 3, 31135, 6, 116, 1844, 19, 705, 145, 204, 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, 19420, 61, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 442, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Owner, when Finished is less than 15, when Trainer is "Steve Asmussen", and when Horse is "Z Fortune"?
SELECT owner FROM table_name_77 WHERE finished < 15 AND trainer = "steve asmussen" AND horse = "z fortune"
CREATE TABLE table_name_77 (owner VARCHAR, horse VARCHAR, finished VARCHAR, trainer VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 13238, 584, 4280, 28027, 6, 4952, 584, 4280, 28027, 6, 2369, 584, 4280, 28027, 6, 8813, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 133...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2527, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 2369, 3, 2, 627, 3430, 8813, 3274, 96, 849, 162, 38, 3252, 7, 35, 121, 3430, 4952, 3274, 96, 172, 13462, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
What is the Time/ Behind, when Jockey is "Jose Lezcano"?
SELECT time__behind FROM table_name_44 WHERE jockey = "jose lezcano"
CREATE TABLE table_name_44 (time__behind VARCHAR, jockey VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 715, 834, 834, 346, 2907, 26, 584, 4280, 28027, 6, 8624, 4397, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2900, 87, 17088, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 97, 834, 834, 346, 2907, 26, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 8624, 4397, 3274, 96, 1927, 7, 15, 90, 172, 1608, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Jockey, when Post is 12?
SELECT jockey FROM table_name_53 WHERE post = 12
CREATE TABLE table_name_53 (jockey VARCHAR, post VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 1927, 75, 4397, 584, 4280, 28027, 6, 442, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2194, 75, 4397, 6, 116, 1844, 19, 586, 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, 8624, 4397, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 442, 3274, 586, 1, -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 total number of Post, when Trainer is "Steve Asmussen", and when Time/ Behind is 19 ½?
SELECT COUNT(post) FROM table_name_22 WHERE trainer = "steve asmussen" AND time__behind = "19 ½"
CREATE TABLE table_name_22 (post VARCHAR, trainer VARCHAR, time__behind VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 5950, 584, 4280, 28027, 6, 8813, 584, 4280, 28027, 6, 97, 834, 834, 346, 2907, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 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, 5950, 61, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 8813, 3274, 96, 849, 162, 38, 3252, 7, 35, 121, 3430, 97, 834, 834, 346, 2907, 26, 3274, 96, 2294, 209, 2, 357, 121, 1, -100, -100, ...
What is Jockey, when Horse is "Eight Belles"?
SELECT jockey FROM table_name_74 WHERE horse = "eight belles"
CREATE TABLE table_name_74 (jockey VARCHAR, horse VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 1927, 75, 4397, 584, 4280, 28027, 6, 4952, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2194, 75, 4397, 6, 116, 13538, 19, 96, 427, 26...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 8624, 4397, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 4952, 3274, 96, 15, 2632, 6030, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who is the team captain of Regenboogstadion?
SELECT team_captain FROM table_name_42 WHERE stadium = "regenboogstadion"
CREATE TABLE table_name_42 (team_captain VARCHAR, stadium VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 11650, 834, 4010, 17, 9, 77, 584, 4280, 28027, 6, 14939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 372, 14268, 13, 12412, 12840, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 372, 834, 4010, 17, 9, 77, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 14939, 3274, 96, 60, 729, 12840, 122, 2427, 26, 23, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the current manager of the team located in tubize?
SELECT current_manager FROM table_name_15 WHERE location = "tubize"
CREATE TABLE table_name_15 (current_manager VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 14907, 834, 24185, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 750, 2743, 13, 8, 372, 1069, 16, 6244, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 750, 834, 24185, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 1128, 3274, 96, 14535, 1737, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Where is the location of the team with a current manager of Ariel Jacobs?
SELECT location FROM table_name_17 WHERE current_manager = "ariel jacobs"
CREATE TABLE table_name_17 (location VARCHAR, current_manager VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 14836, 584, 4280, 28027, 6, 750, 834, 24185, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 19, 8, 1128, 13, 8, 372, 28, 3, 9, 750, 2743, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1128, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 750, 834, 24185, 3274, 96, 9, 14018, 2662, 509, 115, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the victory margin for a finish of 1st with a rider of Kent Desormeaux, with a time of 1:35.66?
SELECT victory_margin__in_lengths_ FROM table_name_74 WHERE finish = "1st" AND jockey = "kent desormeaux" AND time = "1:35.66"
CREATE TABLE table_name_74 (victory_margin__in_lengths_ VARCHAR, time VARCHAR, finish VARCHAR, jockey VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 7287, 10972, 834, 1635, 122, 77, 834, 834, 77, 834, 19457, 7, 834, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 6, 1992, 584, 4280, 28027, 6, 8624, 4397,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6224, 834, 1635, 122, 77, 834, 834, 77, 834, 19457, 7, 834, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 1992, 3274, 96, 536, 7, 17, 121, 3430, 8624, 4397, 3274, 96, 2217, 17, 93, 127, 51, 9063, 121, 3430, ...
What was the time of the Kentucky Derby?
SELECT time FROM table_name_79 WHERE race = "kentucky derby"
CREATE TABLE table_name_79 (time VARCHAR, race VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 715, 584, 4280, 28027, 6, 1964, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 97, 13, 8, 13401, 21485, 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, 97, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 1964, 3274, 96, 2217, 17, 4636, 63, 74, 969, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the finish of the Kentucky Derby?
SELECT finish FROM table_name_32 WHERE race = "kentucky derby"
CREATE TABLE table_name_32 (finish VARCHAR, race VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 25535, 584, 4280, 28027, 6, 1964, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1992, 13, 8, 13401, 21485, 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, 1992, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 1964, 3274, 96, 2217, 17, 4636, 63, 74, 969, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which race had a finish of 1st at Saratoga Race Course?
SELECT race FROM table_name_60 WHERE finish = "1st" AND track = "saratoga race course"
CREATE TABLE table_name_60 (race VARCHAR, finish VARCHAR, track VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 12614, 584, 4280, 28027, 6, 1992, 584, 4280, 28027, 6, 1463, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1964, 141, 3, 9, 1992, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1964, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 1992, 3274, 96, 536, 7, 17, 121, 3430, 1463, 3274, 96, 7, 9, 1795, 19914, 1964, 503, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who was the player in 1981?
SELECT player FROM table_name_67 WHERE year = "1981"
CREATE TABLE table_name_67 (player VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 20846, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 1959, 16, 15465, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 215, 3274, 96, 2294, 4959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the team for 1976?
SELECT team FROM table_name_67 WHERE year = "1976"
CREATE TABLE table_name_67 (team VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 11650, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 372, 21, 16164, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 215, 3274, 96, 2294, 3959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the opponent for the date of august 5?
SELECT opponent FROM table_name_75 WHERE date = "august 5"
CREATE TABLE table_name_75 (opponent VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 32, 102, 9977, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 15264, 21, 8, 833, 13, 14663, 305, 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, 15264, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 833, 3274, 96, 402, 17198, 3, 17395, 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 for the date of august 23?
SELECT result FROM table_name_83 WHERE date = "august 23"
CREATE TABLE table_name_83 (result VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 21, 8, 833, 13, 14663, 1902, 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, 741, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 833, 3274, 96, 402, 17198, 1902, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When the opponent is houston oilers what is the result?
SELECT result FROM table_name_27 WHERE opponent = "houston oilers"
CREATE TABLE table_name_27 (result VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 8, 15264, 19, 3, 9492, 4411, 1043, 277, 125, 19, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 15264, 3274, 96, 9492, 4411, 1043, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Goals Against has a Drawn larger than 9, a Lost larger than 15, a Position of 24, and a Played smaller than 46?
SELECT AVG(goals_against) FROM table_name_50 WHERE drawn > 9 AND lost > 15 AND position = 24 AND played < 46
CREATE TABLE table_name_50 (goals_against INTEGER, played VARCHAR, position VARCHAR, drawn VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 839, 5405, 834, 9, 16720, 7, 17, 3, 21342, 17966, 6, 1944, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 6, 1513, 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, 839, 5405, 834, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 6796, 2490, 668, 3430, 1513, 2490, 627, 3430, 1102, 3274, 997, 3430, 1944, 3, 2, 9668, 1, -100, -100, -100, -...
Which Points 2 has Drawn of 15, a Position larger than 20, and a Goals For smaller than 45?
SELECT SUM(points_2) FROM table_name_35 WHERE drawn = 15 AND position > 20 AND goals_for < 45
CREATE TABLE table_name_35 (points_2 INTEGER, goals_for VARCHAR, drawn VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 2700, 7, 834, 357, 3, 21342, 17966, 6, 1766, 834, 1161, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 2700, 7, 834, 7318, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 6796, 3274, 627, 3430, 1102, 2490, 460, 3430, 1766, 834, 1161, 3, 2, 3479, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Goals For has a Position larger than 2, a Lost larger than 18, a Team of matlock town, and a Goals Against larger than 79?
SELECT MAX(goals_for) FROM table_name_74 WHERE position > 2 AND lost > 18 AND team = "matlock town" AND goals_against > 79
CREATE TABLE table_name_74 (goals_for INTEGER, goals_against VARCHAR, team VARCHAR, position VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1513, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 1102, 2490, 204, 3430, 1513, 2490, 507, 3430, 372, 3274, 96, 3357, 4029, 1511, 121, 3430, 1766, 834, 9, 16720, 7, 17, 2490, ...