NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
Who were the Opponents in the final in the match with a Score in the final of 1–6, 6–3, 2–6?
SELECT opponents_in_the_final FROM table_name_22 WHERE score_in_the_final = "1–6, 6–3, 2–6"
CREATE TABLE table_name_22 (opponents_in_the_final VARCHAR, score_in_the_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 32, 102, 9977, 7, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 2604, 834, 77, 834, 532, 834, 12406, 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, 16383, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 2604, 834, 77, 834, 532, 834, 12406, 3274, 96, 536, 104, 11071, 431, 104, 6355, 204, 104, 948, 121, 1, -100, -100, -100, -100,...
What Opponents in the final had a match in 1984 with a Score in the final of 7–6, 6–1?
SELECT opponents_in_the_final FROM table_name_77 WHERE date = 1984 AND score_in_the_final = "7–6, 6–1"
CREATE TABLE table_name_77 (opponents_in_the_final VARCHAR, date VARCHAR, score_in_the_final VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 32, 102, 9977, 7, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 2604, 834, 77, 834, 532, 834, 12406, 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, 16383, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 833, 3274, 13480, 3430, 2604, 834, 77, 834, 532, 834, 12406, 3274, 96, 940, 104, 11071, 431, 104, 536, 121, 1, -100, -100, -10...
How many years were they nominated for outstanding musical?
SELECT COUNT(year) FROM table_name_93 WHERE nominee = "outstanding musical"
CREATE TABLE table_name_93 (year VARCHAR, nominee VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 1201, 584, 4280, 28027, 6, 21077, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 203, 130, 79, 150, 1109, 920, 21, 4590, 4183, 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, 2847, 17161, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 21077, 3274, 96, 670, 11018, 4183, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Where was the location for Arras Paul Arras?
SELECT location FROM table_name_24 WHERE opponent = "arras paul arras"
CREATE TABLE table_name_24 (location VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 14836, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, 8, 1128, 21, 3, 28150, 9, 7, 1838, 3, 28150, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 15264, 3274, 96, 10116, 7, 2576, 83, 3, 10116, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which royal house has the name huai?
SELECT royal_house FROM table_name_88 WHERE name = "huai"
CREATE TABLE table_name_88 (royal_house VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 8170, 138, 834, 1840, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 11268, 629, 65, 8, 564, 3, 107, 76, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11268, 834, 1840, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 564, 3274, 96, 107, 76, 9, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who has the title of marquis?
SELECT name FROM table_name_52 WHERE title = "marquis"
CREATE TABLE table_name_52 (name VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 4350, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 65, 8, 2233, 13, 3157, 1169, 7, 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, 564, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 2233, 3274, 96, 1635, 1169, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which royal house is in the state of chu?
SELECT royal_house FROM table_name_98 WHERE state = "chu"
CREATE TABLE table_name_98 (royal_house VARCHAR, state VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 8170, 138, 834, 1840, 584, 4280, 28027, 6, 538, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 11268, 629, 19, 16, 8, 538, 13, 3, 8019, 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, 11268, 834, 1840, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 538, 3274, 96, 8019, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which state has a king named xiang?
SELECT state FROM table_name_10 WHERE title = "king" AND name = "xiang"
CREATE TABLE table_name_10 (state VARCHAR, title VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 5540, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 538, 65, 3, 9, 3, 1765, 2650, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 538, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 2233, 3274, 96, 1765, 121, 3430, 564, 3274, 96, 19838, 1725, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What's the most recent week for the day of November 5, 1978?
SELECT MAX(week) FROM table_name_99 WHERE date = "november 5, 1978"
CREATE TABLE table_name_99 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 167, 1100, 471, 21, 8, 239, 13, 1671, 7836, 14834, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 833, 3274, 96, 5326, 18247, 7836, 14834, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's the mean week number for November 12, 1978?
SELECT AVG(week) FROM table_name_9 WHERE date = "november 12, 1978"
CREATE TABLE table_name_9 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 1243, 471, 381, 21, 1671, 10440, 14834, 58, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 8041, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 833, 3274, 96, 5326, 18247, 10440, 14834, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the mean week number when attendance was 63,263?
SELECT AVG(week) FROM table_name_88 WHERE attendance = 63 OFFSET 263
CREATE TABLE table_name_88 (week INTEGER, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 8041, 3, 21342, 17966, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 1243, 471, 381, 116, 11364, 47, 3, 3891, 6, 357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 8041, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 11364, 3274, 3, 3891, 3, 15316, 20788, 204, 3891, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the number of floors that have years under 2008 and were named Guinness Tower?
SELECT COUNT(floors) FROM table_name_58 WHERE year < 2008 AND name = "guinness tower"
CREATE TABLE table_name_58 (floors VARCHAR, year VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 20924, 7, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 8242, 24, 43, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20924, 7, 61, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 215, 3, 2, 2628, 3430, 564, 3274, 96, 17996, 655, 7293, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the sum of Year opened when steel was the material with a Span feet of 1476?
SELECT SUM(year_opened) FROM table_name_75 WHERE material = "steel" AND span_feet = 1476
CREATE TABLE table_name_75 (year_opened INTEGER, material VARCHAR, span_feet VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 1201, 834, 26940, 3, 21342, 17966, 6, 1037, 584, 4280, 28027, 6, 8438, 834, 89, 15, 15, 17, 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, 1...
[ 3, 23143, 14196, 180, 6122, 599, 1201, 834, 26940, 61, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 1037, 3274, 96, 849, 15, 40, 121, 3430, 8438, 834, 89, 15, 15, 17, 3274, 968, 3959, 1, -100, -100, -100, -100, -100, -100, -...
What is the sum of Year opened when the span feet is more than 1247, and the spam metres is 384?
SELECT SUM(year_opened) FROM table_name_13 WHERE span_feet > 1247 AND span_metres = 384
CREATE TABLE table_name_13 (year_opened INTEGER, span_feet VARCHAR, span_metres VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 1201, 834, 26940, 3, 21342, 17966, 6, 8438, 834, 89, 15, 15, 17, 584, 4280, 28027, 6, 8438, 834, 22404, 7, 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, 180, 6122, 599, 1201, 834, 26940, 61, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 8438, 834, 89, 15, 15, 17, 2490, 586, 4177, 3430, 8438, 834, 22404, 7, 3274, 220, 4608, 1, -100, -100, -100, -100, -100, -100,...
What is average SiO 2, when Na 2 O is 7.53, and when Al 2 O 3 is less than 2.13?
SELECT AVG(sio_2) FROM table_name_42 WHERE na_2_o = 7.53 AND al_2_o_3 < 2.13
CREATE TABLE table_name_42 (sio_2 INTEGER, na_2_o VARCHAR, al_2_o_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 7, 23, 32, 834, 357, 3, 21342, 17966, 6, 3, 29, 9, 834, 357, 834, 32, 584, 4280, 28027, 6, 491, 834, 357, 834, 32, 834, 519, 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, 71, 17217, 599, 7, 23, 32, 834, 7318, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 3, 29, 9, 834, 357, 834, 32, 3274, 4306, 4867, 3430, 491, 834, 357, 834, 32, 834, 519, 3, 2, 1682, 2368, 1, -100, -100, ...
What is the highest K 2 O, when Na 2 O is greater than 1.87, when Fe 2 O 3 is greater than 0.07, when Objects is Ritual Disk, and when Al 2 O 3 is less than 0.62?
SELECT MAX(k_2_o) FROM table_name_40 WHERE na_2_o > 1.87 AND fe_2_o_3 > 0.07 AND objects = "ritual disk" AND al_2_o_3 < 0.62
CREATE TABLE table_name_40 (k_2_o INTEGER, al_2_o_3 VARCHAR, objects VARCHAR, na_2_o VARCHAR, fe_2_o_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 157, 834, 357, 834, 32, 3, 21342, 17966, 6, 491, 834, 357, 834, 32, 834, 519, 584, 4280, 28027, 6, 4820, 584, 4280, 28027, 6, 3, 29, 9, 834, 357, 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, 157, 834, 357, 834, 32, 61, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 3, 29, 9, 834, 357, 834, 32, 2490, 1300, 4225, 3430, 3, 89, 15, 834, 357, 834, 32, 834, 519, 2490, 4097, 4560, 3430, ...
What is the highest SiO 2, when K 2 O is greater than 0.16, when Fe 2 O 3 is greater than 0.16, and when Na 2 O is less than 7.53?
SELECT MAX(sio_2) FROM table_name_50 WHERE k_2_o > 0.16 AND fe_2_o_3 > 0.16 AND na_2_o < 7.53
CREATE TABLE table_name_50 (sio_2 INTEGER, na_2_o VARCHAR, k_2_o VARCHAR, fe_2_o_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 7, 23, 32, 834, 357, 3, 21342, 17966, 6, 3, 29, 9, 834, 357, 834, 32, 584, 4280, 28027, 6, 3, 157, 834, 357, 834, 32, 584, 4280, 28027, 6, 3, 89,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7, 23, 32, 834, 7318, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 3, 157, 834, 357, 834, 32, 2490, 4097, 2938, 3430, 3, 89, 15, 834, 357, 834, 32, 834, 519, 2490, 4097, 2938, 3430, 3, 29, ...
What is Aberdeen team's date of vacancy?
SELECT date_of_vacancy FROM table_name_37 WHERE team = "aberdeen"
CREATE TABLE table_name_37 (date_of_vacancy VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 5522, 834, 858, 834, 29685, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 28192, 372, 31, 7, 833, 13, 3, 2968...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 834, 858, 834, 29685, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 372, 3274, 96, 9, 1152, 221, 35, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Motherwell Team's manner of departure?
SELECT manner_of_departure FROM table_name_57 WHERE team = "motherwell"
CREATE TABLE table_name_57 (manner_of_departure VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 2434, 49, 834, 858, 834, 221, 2274, 1462, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8007, 2091, 2271, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3107, 834, 858, 834, 221, 2274, 1462, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 372, 3274, 96, 21226, 2091, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the date of appointment for the team with a resigned manner of departure and replaced by Sandy Clark?
SELECT date_of_appointment FROM table_name_2 WHERE manner_of_departure = "resigned" AND replaced_by = "sandy clark"
CREATE TABLE table_name_2 (date_of_appointment VARCHAR, manner_of_departure VARCHAR, replaced_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 5522, 834, 858, 834, 9, 102, 2700, 297, 584, 4280, 28027, 6, 3107, 834, 858, 834, 221, 2274, 1462, 584, 4280, 28027, 6, 5821, 834, 969, 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, 858, 834, 9, 102, 2700, 297, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 3107, 834, 858, 834, 221, 2274, 1462, 3274, 96, 60, 15532, 121, 3430, 5821, 834, 969, 3274, 96, 7, 232, 63, 6860, 157, 121, ...
What manner of departure was Dick Advocaat replaced by?
SELECT manner_of_departure FROM table_name_47 WHERE replaced_by = "dick advocaat"
CREATE TABLE table_name_47 (manner_of_departure VARCHAR, replaced_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 2434, 49, 834, 858, 834, 221, 2274, 1462, 584, 4280, 28027, 6, 5821, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3107, 13, 12028,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3107, 834, 858, 834, 221, 2274, 1462, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 5821, 834, 969, 3274, 96, 26, 3142, 3, 9, 26, 6117, 9, 144, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which amount of lost had an against of more than 22 and 9 points?
SELECT lost FROM table_name_30 WHERE against > 22 AND points = 9
CREATE TABLE table_name_30 (lost VARCHAR, against VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 2298, 17, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 866, 13, 1513, 141, 46, 581, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1513, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 581, 2490, 1630, 3430, 979, 3274, 668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total amount of points when the played number was less than 12?
SELECT SUM(points) FROM table_name_93 WHERE played < 12
CREATE TABLE table_name_93 (points INTEGER, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 2700, 7, 3, 21342, 17966, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 866, 13, 979, 116, 8, 1944, 381, 47, 705, 145...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 1944, 3, 2, 586, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the largest points number where the difference is 12?
SELECT MAX(points) FROM table_name_69 WHERE difference = "12"
CREATE TABLE table_name_69 (points INTEGER, difference VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 2700, 7, 3, 21342, 17966, 6, 1750, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2015, 979, 381, 213, 8, 1750, 19, 586, 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, 4800, 4, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 1750, 3274, 96, 2122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of points where there were 3 losses and a played number bigger than 12?
SELECT SUM(points) FROM table_name_40 WHERE lost = 3 AND played > 12
CREATE TABLE table_name_40 (points INTEGER, lost VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 2700, 7, 3, 21342, 17966, 6, 1513, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 979, 213, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 1513, 3274, 220, 3430, 1944, 2490, 586, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the winning score for the tournament where Garth Mulroy was the runner-up?
SELECT winning_score FROM table_name_94 WHERE runner_s__up = "garth mulroy"
CREATE TABLE table_name_94 (winning_score VARCHAR, runner_s__up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 8163, 834, 7, 9022, 584, 4280, 28027, 6, 3, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 3447, 2604, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3447, 834, 7, 9022, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 3, 10806, 834, 7, 834, 834, 413, 3274, 96, 1478, 189, 3, 4115, 8170, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which tournament had a margin of victory of 6 strokes?
SELECT tournament FROM table_name_34 WHERE margin_of_victory = "6 strokes"
CREATE TABLE table_name_34 (tournament VARCHAR, margin_of_victory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5892, 141, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 948, 9529, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
For the tournament played on 16 Jan 2011, what was the winning score?
SELECT winning_score FROM table_name_21 WHERE date = "16 jan 2011"
CREATE TABLE table_name_21 (winning_score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 8163, 834, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 5892, 1944, 30, 898, 3049, 8558, 125, 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, 3447, 834, 7, 9022, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 833, 3274, 96, 2938, 3, 7066, 2722, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For the tournament ending with a margin of victory of 2 strokes, who was the runner(s)-up?
SELECT runner_s__up FROM table_name_58 WHERE margin_of_victory = "2 strokes"
CREATE TABLE table_name_58 (runner_s__up VARCHAR, margin_of_victory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 5892, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10806, 834, 7, 834, 834, 413, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 357, 9529, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the winning score for the tournament where Garth Mulroy was the runner-up, and the margin of victory was 1 stroke?
SELECT winning_score FROM table_name_98 WHERE margin_of_victory = "1 stroke" AND runner_s__up = "garth mulroy"
CREATE TABLE table_name_98 (winning_score VARCHAR, margin_of_victory VARCHAR, runner_s__up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 8163, 834, 7, 9022, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 6, 3, 10806, 834, 7, 834, 834, 413, 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, 3447, 834, 7, 9022, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 536, 9529, 121, 3430, 3, 10806, 834, 7, 834, 834, 413, 3274, 96, 1478, 189, 3, 4115, 8170, 121, 1,...
For the tournament ending with a margin of victory of 6 strokes, what was the winning score?
SELECT winning_score FROM table_name_90 WHERE margin_of_victory = "6 strokes"
CREATE TABLE table_name_90 (winning_score VARCHAR, margin_of_victory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 8163, 834, 7, 9022, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 242, 8, 5892, 7784, 28, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3447, 834, 7, 9022, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 948, 9529, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Drawns have a Team of aa são bento and Points larger than 1?
SELECT SUM(drawn) FROM table_name_54 WHERE team = "aa são bento" AND points > 1
CREATE TABLE table_name_54 (drawn INTEGER, team VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 19489, 29, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 19183, 29, 7, 43, 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, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 19489, 29, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 372, 3274, 96, 9, 9, 3, 7, 2, 32, 21222, 32, 121, 3430, 979, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Drawn has an Against smaller than 20 and Points of 15?
SELECT drawn FROM table_name_46 WHERE against < 20 AND points = 15
CREATE TABLE table_name_46 (drawn VARCHAR, against VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 19489, 29, 584, 4280, 28027, 6, 581, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 19183, 29, 65, 46, 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, 6796, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 581, 3, 2, 460, 3430, 979, 3274, 627, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many Against has a Drawn smaller than 1, and a Lost smaller than 5?
SELECT MAX(against) FROM table_name_86 WHERE drawn < 1 AND lost < 5
CREATE TABLE table_name_86 (against INTEGER, drawn VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 6796, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 3, 20749, 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, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 6796, 3, 2, 209, 3430, 1513, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the average Against has Drawn of 2, and a Played larger than 10?
SELECT AVG(against) FROM table_name_37 WHERE drawn = 2 AND played > 10
CREATE TABLE table_name_37 (against INTEGER, drawn VARCHAR, played VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 6796, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1348, 3, 20749, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 6796, 3274, 204, 3430, 1944, 2490, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many goals were there for Johan Cruyff when the rank's less than 3?
SELECT SUM(goals) FROM table_name_36 WHERE name = "johan cruyff" AND rank < 3
CREATE TABLE table_name_36 (goals INTEGER, name VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 839, 5405, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1766, 130, 132, 21, 2194, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 180, 6122, 599, 839, 5405, 61, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 564, 3274, 96, 1927, 2618, 8396, 63, 89, 89, 121, 3430, 11003, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest against when the lost is 3 with less than 30 points?
SELECT MAX(against) FROM table_name_73 WHERE lost = 3 AND points < 30
CREATE TABLE table_name_73 (against INTEGER, lost VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 9, 16720, 7, 17, 3, 21342, 17966, 6, 1513, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 581, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 9, 16720, 7, 17, 61, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 1513, 3274, 220, 3430, 979, 3, 2, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average Played when the against is 51, and the drawn is more than 1?
SELECT AVG(played) FROM table_name_9 WHERE against = 51 AND drawn > 1
CREATE TABLE table_name_9 (played INTEGER, against VARCHAR, drawn VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 4895, 15, 26, 3, 21342, 17966, 6, 581, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 2911, 15, 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, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 581, 3274, 11696, 3430, 6796, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the result against Clemson?
SELECT result FROM table_name_86 WHERE opponent = "clemson"
CREATE TABLE table_name_86 (result VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 581, 205, 109, 51, 739, 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, 741, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 15264, 3274, 96, 2482, 51, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the number of Games for the player in Rank 3?
SELECT MAX(games) FROM table_name_21 WHERE rank = 3
CREATE TABLE table_name_21 (games INTEGER, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 7261, 7, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 5880, 21, 8, 1959, 16, 3, 22557, 220, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 7261, 7, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 11003, 3274, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
With more than 69 Assists, what is Dejuan Collins' Rank?
SELECT COUNT(rank) FROM table_name_59 WHERE name = "dejuan collins" AND assists > 69
CREATE TABLE table_name_59 (rank VARCHAR, name VARCHAR, assists VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 6254, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 13041, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 438, 72, 145, 3, 3951, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 564, 3274, 96, 221, 2047, 152, 8029, 77, 7, 121, 3430, 13041, 2490, 3, 3951, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many Assists for the Player with 13 Games and a Rank less than 3?
SELECT SUM(assists) FROM table_name_29 WHERE games = 13 AND rank < 3
CREATE TABLE table_name_29 (assists INTEGER, games VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 6500, 7, 17, 7, 3, 21342, 17966, 6, 1031, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 6500, 7, 17, 7, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 1031, 3274, 1179, 3430, 11003, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the lowest number of uncommitted superdelegates for a state with more than 16 total and 2 for Hillary Clinton?
SELECT MIN(uncommitted) FROM table_name_16 WHERE total > 16 AND hillary_clinton = 2
CREATE TABLE table_name_16 (uncommitted INTEGER, total VARCHAR, hillary_clinton VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 202, 287, 16030, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 9956, 1208, 834, 14758, 6992, 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, 3, 17684, 599, 202, 287, 16030, 61, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 792, 2490, 898, 3430, 9956, 1208, 834, 14758, 6992, 3274, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What Japanese prefecture has Ibaraki, Tsukuba?
SELECT japanese FROM table_name_15 WHERE prefecture = "ibaraki" AND name = "tsukuba"
CREATE TABLE table_name_15 (japanese VARCHAR, prefecture VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 1191, 2837, 15, 7, 15, 584, 4280, 28027, 6, 554, 4075, 1462, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 4318, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2662, 2837, 15, 7, 15, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 554, 4075, 1462, 3274, 96, 23, 1047, 11259, 121, 3430, 564, 3274, 96, 17, 7, 1598, 17309, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What region has the symbol 八尾?
SELECT region FROM table_name_71 WHERE japanese = "八尾"
CREATE TABLE table_name_71 (region VARCHAR, japanese VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 18145, 584, 4280, 28027, 6, 2662, 2837, 15, 7, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1719, 65, 8, 6083, 3, 2, 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, 1719, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 2662, 2837, 15, 7, 15, 3274, 96, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which venue held the Euro 2012 Qualifier?
SELECT venue FROM table_name_80 WHERE competition = "euro 2012 qualifier"
CREATE TABLE table_name_80 (venue VARCHAR, competition VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 15098, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5669, 1213, 8, 2430, 1673, 2415, 138, 7903, 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, 5669, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 2259, 3274, 96, 1238, 32, 1673, 10597, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Year with a Number that is larger than 34?
SELECT year FROM table_name_96 WHERE number > 34
CREATE TABLE table_name_96 (year VARCHAR, number INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 1201, 584, 4280, 28027, 6, 381, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2929, 28, 3, 9, 7720, 24, 19, 2186, 145, 6154, 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, 215, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 381, 2490, 6154, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the date of the 4 strokes margin of victory?
SELECT date FROM table_name_49 WHERE margin_of_victory = "4 strokes"
CREATE TABLE table_name_49 (date VARCHAR, margin_of_victory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 5522, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 13, 8, 314, 9529, 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, 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, 3647, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 591, 9529, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the date of the 4 strokes margin of victory?
SELECT date FROM table_name_6 WHERE margin_of_victory = "4 strokes"
CREATE TABLE table_name_6 (date VARCHAR, margin_of_victory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 5522, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 13, 8, 314, 9529, 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, 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, 948, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 591, 9529, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Elite Eight had a Sweet Sixteen of 1 and a win % of .875?
SELECT elite_eight FROM table_name_89 WHERE sweet_sixteen = "1" AND win__percentage = ".875"
CREATE TABLE table_name_89 (elite_eight VARCHAR, sweet_sixteen VARCHAR, win__percentage VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 15, 6311, 834, 15, 2632, 584, 4280, 28027, 6, 2093, 834, 7, 2407, 6808, 584, 4280, 28027, 6, 1369, 834, 834, 883, 3728, 545, 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, 12496, 834, 15, 2632, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 2093, 834, 7, 2407, 6808, 3274, 96, 536, 121, 3430, 1369, 834, 834, 883, 3728, 545, 3274, 96, 5, 4225, 17395, 1, -100, -100, -100, -100, -100,...
What Round 32 had a # of bids smaller than 2?
SELECT round_of_32 FROM table_name_31 WHERE _number_of_bids < 2
CREATE TABLE table_name_31 (round_of_32 VARCHAR, _number_of_bids INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 7775, 834, 858, 834, 2668, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 834, 858, 834, 9824, 7, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1751, 834, 858, 834, 2668, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 3, 834, 5525, 1152, 834, 858, 834, 9824, 7, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average year that Idris Elba was nominated for or won an award?
SELECT AVG(year) FROM table_name_19 WHERE actor = "idris elba"
CREATE TABLE table_name_19 (year INTEGER, actor VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 1201, 3, 21342, 17966, 6, 7556, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 215, 24, 27, 26, 52, 159, 1289, 115, 9, 47, 15...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 7556, 3274, 96, 23, 26, 52, 159, 3, 15, 40, 115, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What actor was nominated for or won an award before 1971?
SELECT actor FROM table_name_94 WHERE year < 1971
CREATE TABLE table_name_94 (actor VARCHAR, year INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 9, 5317, 584, 4280, 28027, 6, 215, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 7556, 47, 150, 1109, 920, 21, 42, 751, 46, 2760, 274, 17961...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7556, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 215, 3, 2, 17961, 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 mean vertical relief in feet when the rank is more than 40 and the location is va0573?
SELECT AVG(vertical_relief__ft_) FROM table_name_94 WHERE rank > 40 AND location = "va0573"
CREATE TABLE table_name_94 (vertical_relief__ft_ INTEGER, rank VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 3027, 1950, 834, 60, 1896, 89, 834, 834, 89, 17, 834, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 71, 17217, 599, 3027, 1950, 834, 60, 1896, 89, 834, 834, 89, 17, 834, 61, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 11003, 2490, 1283, 3430, 1128, 3274, 96, 900, 3076, 4552, 121, 1, -100, -100, -100, -100, ...
What is the mean vertical relief in feet when the Peak Name is Tower near mead wood road entrance and the elevation in feet is more than 1,410?
SELECT AVG(vertical_relief__ft_) FROM table_name_87 WHERE peak_name = "tower near mead wood road entrance" AND elevation__ft_ > 1 OFFSET 410
CREATE TABLE table_name_87 (vertical_relief__ft_ INTEGER, peak_name VARCHAR, elevation__ft_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 3027, 1950, 834, 60, 1896, 89, 834, 834, 89, 17, 834, 3, 21342, 17966, 6, 6734, 834, 4350, 584, 4280, 28027, 6, 16417, 834, 834, 89, 17, 834, 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, 71, 17217, 599, 3027, 1950, 834, 60, 1896, 89, 834, 834, 89, 17, 834, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 6734, 834, 4350, 3274, 96, 235, 3321, 1084, 140, 9, 26, 1679, 1373, 6143, 121, 3430, 164...
What is the total number of ranks when the Peak Name is Red Shirt Table?
SELECT SUM(rank) FROM table_name_51 WHERE peak_name = "red shirt table"
CREATE TABLE table_name_51 (rank INTEGER, peak_name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 6254, 3, 21342, 17966, 6, 6734, 834, 4350, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 13799, 116, 8, 18996, 5570, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 6254, 61, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 6734, 834, 4350, 3274, 96, 1271, 8677, 953, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Original artist when the week number is top 9?
SELECT original_artist FROM table_name_39 WHERE week__number = "top 9"
CREATE TABLE table_name_39 (original_artist VARCHAR, week__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 21878, 834, 1408, 343, 584, 4280, 28027, 6, 471, 834, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8465, 2377, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 926, 834, 1408, 343, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 471, 834, 834, 5525, 1152, 3274, 96, 2916, 668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Song choice when The Beatles were the original artist, with an order # of 4?
SELECT song_choice FROM table_name_63 WHERE original_artist = "the beatles" AND order__number = "4"
CREATE TABLE table_name_63 (song_choice VARCHAR, original_artist VARCHAR, order__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 7, 2444, 834, 3995, 867, 584, 4280, 28027, 6, 926, 834, 1408, 343, 584, 4280, 28027, 6, 455, 834, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2324, 834, 3995, 867, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 926, 834, 1408, 343, 3274, 96, 532, 3853, 965, 121, 3430, 455, 834, 834, 5525, 1152, 3274, 96, 20364, 1, -100, -100, -100, -100, -100, -100, -...
What is the Song choice when Elaine Paige was the Original artist?
SELECT song_choice FROM table_name_99 WHERE original_artist = "elaine paige"
CREATE TABLE table_name_99 (song_choice VARCHAR, original_artist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 7, 2444, 834, 3995, 867, 584, 4280, 28027, 6, 926, 834, 1408, 343, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11263, 1160, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2324, 834, 3995, 867, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 926, 834, 1408, 343, 3274, 96, 15, 40, 7043, 2576, 3077, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the name of the Original artist when the week # is top 16 (8 men)?
SELECT original_artist FROM table_name_15 WHERE week__number = "top 16 (8 men)"
CREATE TABLE table_name_15 (original_artist VARCHAR, week__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 21878, 834, 1408, 343, 584, 4280, 28027, 6, 471, 834, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 846...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 926, 834, 1408, 343, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 471, 834, 834, 5525, 1152, 3274, 96, 2916, 898, 13642, 1076, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Result when the order is # 4, and the week # is top 12?
SELECT result FROM table_name_58 WHERE order__number = "4" AND week__number = "top 12"
CREATE TABLE table_name_58 (result VARCHAR, order__number VARCHAR, week__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 455, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 471, 834, 834, 5525, 1152, 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, 741, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 455, 834, 834, 5525, 1152, 3274, 96, 20364, 3430, 471, 834, 834, 5525, 1152, 3274, 96, 2916, 586, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What score has notts county as the home team?
SELECT score FROM table_name_23 WHERE home_team = "notts county"
CREATE TABLE table_name_23 (score VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 7, 9022, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2604, 65, 59, 17, 7, 5435, 38, 8, 234, 372, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 234, 834, 11650, 3274, 96, 2264, 17, 7, 5435, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Average round for rodney harrison p before 145?
SELECT AVG(round) FROM table_name_66 WHERE name = "rodney harrison p" AND pick < 145
CREATE TABLE table_name_66 (round INTEGER, name VARCHAR, pick VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 7775, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 23836, 1751, 21, 6102, 3186, 3, 3272, 2379...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 7775, 61, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 564, 3274, 96, 9488, 3186, 3, 3272, 23790, 3, 102, 121, 3430, 1432, 3, 2, 3, 20987, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
Highest round 5 pick from western illinois?
SELECT MAX(pick) FROM table_name_51 WHERE round = 5 AND school_college = "western illinois"
CREATE TABLE table_name_51 (pick INTEGER, round VARCHAR, school_college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 17967, 3, 21342, 17966, 6, 1751, 584, 4280, 28027, 6, 496, 834, 3297, 7883, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1592, 222, 1751, 305, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 17967, 61, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 1751, 3274, 305, 3430, 496, 834, 3297, 7883, 3274, 96, 24411, 3, 1092, 77, 32, 159, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the 2011 when the 2010 shows grand slam tournaments?
SELECT 2011 FROM table_name_36 WHERE 2010 = "grand slam tournaments"
CREATE TABLE table_name_36 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2722, 116, 8, 2735, 1267, 1907, 3, 7, 40, 265, 5892, 7, 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, 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, 2722, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 2735, 3274, 96, 15448, 3, 7, 40, 265, 5892, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the 2011 when the 2007 is a, and the 2012 is sf?
SELECT 2011 FROM table_name_58 WHERE 2007 = "a" AND 2012 = "sf"
CREATE TABLE table_name_58 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2722, 116, 8, 4101, 19, 3, 9, 6, 11, 8, 1673, 19, 3, 7, 89, 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, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2722, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 4101, 3274, 96, 9, 121, 3430, 1673, 3274, 96, 7, 89, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the 2011 when the 2010 is 8–4?
SELECT 2011 FROM table_name_56 WHERE 2010 = "8–4"
CREATE TABLE table_name_56 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2722, 116, 8, 2735, 19, 505, 104, 591, 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, 2722, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 2735, 3274, 96, 927, 104, 20364, 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 2007 when the 2010 is 3r?
SELECT 2007 FROM table_name_70 WHERE 2010 = "3r"
CREATE TABLE table_name_70 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4101, 116, 8, 2735, 19, 220, 52, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4101, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 2735, 3274, 96, 519, 52, 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 2010 when the 2009 is 1r, and a 2008 is 1r?
SELECT 2010 FROM table_name_87 WHERE 2009 = "1r" AND 2008 = "1r"
CREATE TABLE table_name_87 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2735, 116, 8, 2464, 19, 209, 52, 6, 11, 3, 9, 2628, 19, 209, 52, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2735, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 2464, 3274, 96, 536, 52, 121, 3430, 2628, 3274, 96, 536, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the 2011 when the Tournament was the grand slam tournaments?
SELECT 2011 FROM table_name_63 WHERE tournament = "grand slam tournaments"
CREATE TABLE table_name_63 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2722, 116, 8, 20502, 47, 8, 1907, 3, 7, 40, 265, 5892, 7, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2722, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 5892, 3274, 96, 15448, 3, 7, 40, 265, 5892, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Height (cm) has a Position of d, and a Name of jeff hymanson?
SELECT MIN(height__cm_) FROM table_name_12 WHERE position = "d" AND name = "jeff hymanson"
CREATE TABLE table_name_12 (height__cm_ INTEGER, position VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 88, 2632, 834, 834, 75, 51, 834, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 24231, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 88, 2632, 834, 834, 75, 51, 834, 61, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 1102, 3274, 96, 26, 121, 3430, 564, 3274, 96, 1924, 89, 89, 3, 107, 63, 348, 739, 121, 1, -100, -100, -100, ...
Which Name has a Height (cm) of 175 and a Birthplace of detroit, michigan
SELECT name FROM table_name_42 WHERE height__cm_ = 175 AND birthplace = "detroit, michigan"
CREATE TABLE table_name_42 (name VARCHAR, height__cm_ VARCHAR, birthplace VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 4350, 584, 4280, 28027, 6, 3902, 834, 834, 75, 51, 834, 584, 4280, 28027, 6, 3879, 4687, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5570,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 564, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 3902, 834, 834, 75, 51, 834, 3274, 209, 3072, 3430, 3879, 4687, 3274, 96, 26, 15252, 155, 6, 2278, 12588, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Which Position has a Name of john taft?
SELECT position FROM table_name_17 WHERE name = "john taft"
CREATE TABLE table_name_17 (position VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 4718, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 14258, 65, 3, 9, 5570, 13, 3, 27341, 3, 17, 9, 89, 17, 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...
[ 3, 23143, 14196, 1102, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 564, 3274, 96, 27341, 3, 17, 9, 89, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the To par when the Score was 67-68=135?
SELECT to_par FROM table_name_68 WHERE score = 67 - 68 = 135
CREATE TABLE table_name_68 (to_par VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 235, 834, 1893, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 304, 260, 116, 8, 17763, 47, 3, 3708, 18, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 12, 834, 1893, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 2604, 3274, 3, 3708, 3, 18, 3, 3651, 3274, 209, 2469, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
From what Country is player K. J. Choi with a Score of 68-71=139?
SELECT country FROM table_name_89 WHERE score = 68 - 71 = 139 AND player = "k. j. choi"
CREATE TABLE table_name_89 (country VARCHAR, player VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 17529, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1029, 125, 6993, 19, 1959, 480, 5, 446,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 684, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 2604, 3274, 3, 3651, 3, 18, 3, 4450, 3274, 3, 24090, 3430, 1959, 3274, 96, 157, 5, 3, 354, 5, 3, 3995, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100...
What Country Scored 66-69=135?
SELECT country FROM table_name_72 WHERE score = 66 - 69 = 135
CREATE TABLE table_name_72 (country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 17529, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 6993, 17763, 26, 3, 3539, 18, 3951, 2423, 536, 2469, 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, 684, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 2604, 3274, 3, 3539, 3, 18, 3, 3951, 3274, 209, 2469, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Can you tell me the highest Cargo traffic that has the Airport of barcelona airport, and the Aircraft movements smaller than 290,004?
SELECT MAX(cargo_traffic) FROM table_name_82 WHERE airport = "barcelona airport" AND aircraft_movements < 290 OFFSET 004
CREATE TABLE table_name_82 (cargo_traffic INTEGER, airport VARCHAR, aircraft_movements VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 1720, 839, 834, 14793, 4638, 3, 21342, 17966, 6, 3761, 584, 4280, 28027, 6, 6442, 834, 7168, 10420, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 1720, 839, 834, 14793, 4638, 61, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 3761, 3274, 96, 1047, 7125, 106, 9, 3761, 121, 3430, 6442, 834, 7168, 10420, 3, 2, 3, 23838, 3, 15316, 20788, 3, 12...
What place is in Australia with 9 or more holes?
SELECT place FROM table_name_22 WHERE hole > 9 AND country = "australia"
CREATE TABLE table_name_22 (place VARCHAR, hole VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 4687, 584, 4280, 28027, 6, 6356, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 286, 19, 16, 2051, 28, 668, 42, 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, 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, 2884, 549, 17444, 427, 6356, 2490, 668, 3430, 684, 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 holes does Player Vijay Singh have?
SELECT COUNT(hole) FROM table_name_79 WHERE player = "vijay singh"
CREATE TABLE table_name_79 (hole VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 9136, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 8034, 405, 12387, 1813, 1191, 63, 16738, 43, 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, 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, 2847, 17161, 599, 9136, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 1959, 3274, 96, 2099, 1191, 63, 10159, 107, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many holes does Player Vijay Singh have?
SELECT COUNT(hole) FROM table_name_61 WHERE player = "vijay singh"
CREATE TABLE table_name_61 (hole VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 9136, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 8034, 405, 12387, 1813, 1191, 63, 16738, 43, 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, 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, 2847, 17161, 599, 9136, 61, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 1959, 3274, 96, 2099, 1191, 63, 10159, 107, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
On what frequency does W233AG broadcast?
SELECT COUNT(frequency_mhz) FROM table_name_95 WHERE call_sign = "w233ag"
CREATE TABLE table_name_95 (frequency_mhz VARCHAR, call_sign VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 30989, 834, 51, 107, 172, 584, 4280, 28027, 6, 580, 834, 6732, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 7321, 405, 549, 20879, 8418...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 30989, 834, 51, 107, 172, 61, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 580, 834, 6732, 3274, 96, 210, 20879, 9, 122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What position did Garion Weller hold in 2012?
SELECT position FROM table_name_23 WHERE 2012 = "garion weller"
CREATE TABLE table_name_23 (position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 4718, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1102, 410, 2776, 16310, 1548, 49, 1520, 16, 1673, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1102, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 1673, 3274, 96, 1478, 23, 106, 168, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who held the same position in 2014 that Jarrah Rubinstein held in 2013?
SELECT 2014 FROM table_name_23 WHERE 2013 = "jarrah rubinstein"
CREATE TABLE table_name_23 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1213, 8, 337, 1102, 16, 1412, 24, 446, 10116, 107, 15612, 77, 4008, 1213, 16, 2038, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1412, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 2038, 3274, 96, 354, 10116, 107, 9641, 77, 4008, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who held the Male Sports Rep position in 2011?
SELECT 2011 FROM table_name_73 WHERE position = "male sports rep"
CREATE TABLE table_name_73 (position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 4718, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1213, 8, 17830, 5716, 7144, 1102, 16, 2722, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2722, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 1102, 3274, 96, 13513, 2100, 3852, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who held the Communications Rep position in 2011?
SELECT 2011 FROM table_name_65 WHERE position = "communications rep"
CREATE TABLE table_name_65 (position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 4718, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1213, 8, 11538, 7144, 1102, 16, 2722, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2722, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 1102, 3274, 96, 28921, 7, 3852, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who held the same position in 2014 that Garion Weller held in 2014?
SELECT 2014 FROM table_name_82 WHERE 2012 = "garion weller"
CREATE TABLE table_name_82 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1213, 8, 337, 1102, 16, 1412, 24, 2776, 16310, 1548, 49, 1213, 16, 1412, 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, 1412, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 1673, 3274, 96, 1478, 23, 106, 168, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who held the same position in 2014 that Danielle Button held in 2013?
SELECT 2014 FROM table_name_49 WHERE 2013 = "danielle button"
CREATE TABLE table_name_49 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1213, 8, 337, 1102, 16, 1412, 24, 4173, 109, 272, 12499, 1213, 16, 2038, 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, 1412, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 2038, 3274, 96, 26, 2738, 693, 2218, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
At what Location was the match against Opponent of Mostapha Al-Turk lasting less than 2 Rounds?
SELECT location FROM table_name_31 WHERE round < 2 AND opponent = "mostapha al-turk"
CREATE TABLE table_name_31 (location VARCHAR, round VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 14836, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 486, 125, 10450, 47, 8, 1588, 581, 449...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1128, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 1751, 3, 2, 204, 3430, 15264, 3274, 96, 5463, 9, 6977, 491, 18, 2905, 157, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
At what Location was the match Method TKO (punches)?
SELECT location FROM table_name_23 WHERE method = "tko (punches)"
CREATE TABLE table_name_23 (location VARCHAR, method VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 14836, 584, 4280, 28027, 6, 1573, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 486, 125, 10450, 47, 8, 1588, 7717, 332, 12725, 41, 6225, 2951, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 1573, 3274, 96, 17, 157, 32, 41, 6225, 2951, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the opponent of the Bye result?
SELECT opponent FROM table_name_67 WHERE result = "bye"
CREATE TABLE table_name_67 (opponent VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 32, 102, 9977, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 15264, 13, 8, 938, 15, 741, 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, 15264, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 741, 3274, 96, 969, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who is the opponent in week 10?
SELECT opponent FROM table_name_5 WHERE week = 10
CREATE TABLE table_name_5 (opponent VARCHAR, week VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 32, 102, 9977, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 15264, 16, 471, 335, 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, 15264, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 471, 3274, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many people attended the game played with the New England Patriots as opponents?
SELECT attendance FROM table_name_53 WHERE opponent = "new england patriots"
CREATE TABLE table_name_53 (attendance VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 15116, 663, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 151, 5526, 8, 467, 1944, 28, 8, 368, 2789, 20109, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4867, 549, 17444, 427, 15264, 3274, 96, 5534, 3, 4606, 40, 232, 6234, 12884, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the top place with over 24 points and more than 14 played?
SELECT MAX(place__posición_) FROM table_name_41 WHERE points__pts_ > 24 AND played__pj_ > 14
CREATE TABLE table_name_41 (place__posición_ INTEGER, points__pts_ VARCHAR, played__pj_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 4687, 834, 834, 19882, 12765, 834, 3, 21342, 17966, 6, 979, 834, 834, 102, 17, 7, 834, 584, 4280, 28027, 6, 1944, 834, 834, 102, 354, 834, 584, 4280, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 4687, 834, 834, 19882, 12765, 834, 61, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 979, 834, 834, 102, 17, 7, 834, 2490, 997, 3430, 1944, 834, 834, 102, 354, 834, 2490, 968, 1, -100, -100, -10...
What is the sum of all points for places above 8?
SELECT SUM(points__pts_) FROM table_name_37 WHERE place__posición_ > 8
CREATE TABLE table_name_37 (points__pts_ INTEGER, place__posición_ INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 2700, 7, 834, 834, 102, 17, 7, 834, 3, 21342, 17966, 6, 286, 834, 834, 19882, 12765, 834, 3, 21342, 17966, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 2700, 7, 834, 834, 102, 17, 7, 834, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 286, 834, 834, 19882, 12765, 834, 2490, 505, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average number played for place 2 and more than 4 lost?
SELECT AVG(played__pj_) FROM table_name_18 WHERE place__posición_ = 2 AND lost__pp_ > 4
CREATE TABLE table_name_18 (played__pj_ INTEGER, place__posición_ VARCHAR, lost__pp_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 4895, 15, 26, 834, 834, 102, 354, 834, 3, 21342, 17966, 6, 286, 834, 834, 19882, 12765, 834, 584, 4280, 28027, 6, 1513, 834, 834, 1572, 834, 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, 4895, 15, 26, 834, 834, 102, 354, 834, 61, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 286, 834, 834, 19882, 12765, 834, 3274, 204, 3430, 1513, 834, 834, 1572, 834, 2490, 314, 1, -100, -100, ...
What is the largest number of points for Orion with more than 4 losses?
SELECT MAX(points__pts_) FROM table_name_53 WHERE team__equipo_ = "orion" AND lost__pp_ > 4
CREATE TABLE table_name_53 (points__pts_ INTEGER, team__equipo_ VARCHAR, lost__pp_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 2700, 7, 834, 834, 102, 17, 7, 834, 3, 21342, 17966, 6, 372, 834, 834, 15, 23067, 32, 834, 584, 4280, 28027, 6, 1513, 834, 834, 1572, 834, 584, 4280,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 2700, 7, 834, 834, 102, 17, 7, 834, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 372, 834, 834, 15, 23067, 32, 834, 3274, 96, 2057, 106, 121, 3430, 1513, 834, 834, 1572, 834, 2490, 314, 1...
What is the Time when the Set 2 is 25–21, on 29 may?
SELECT time FROM table_name_91 WHERE set_2 = "25–21" AND date = "29 may"
CREATE TABLE table_name_91 (time VARCHAR, set_2 VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 715, 584, 4280, 28027, 6, 356, 834, 357, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2900, 116, 8, 2821,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 97, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 356, 834, 357, 3274, 96, 1828, 104, 2658, 121, 3430, 833, 3274, 96, 3166, 164, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Set 3 when the Set 2 is 21–25, and a Set 1 is 25–21?
SELECT set_3 FROM table_name_70 WHERE set_2 = "21–25" AND set_1 = "25–21"
CREATE TABLE table_name_70 (set_3 VARCHAR, set_2 VARCHAR, set_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 2244, 834, 519, 584, 4280, 28027, 6, 356, 834, 357, 584, 4280, 28027, 6, 356, 834, 536, 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, 356, 834, 519, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 356, 834, 357, 3274, 96, 2658, 104, 1828, 121, 3430, 356, 834, 536, 3274, 96, 1828, 104, 2658, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Total when the Set 3 is 22–25, and a Set 2 is 25–20?
SELECT total FROM table_name_58 WHERE set_3 = "22–25" AND set_2 = "25–20"
CREATE TABLE table_name_58 (total VARCHAR, set_3 VARCHAR, set_2 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 235, 1947, 584, 4280, 28027, 6, 356, 834, 519, 584, 4280, 28027, 6, 356, 834, 357, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 927...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 792, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 356, 834, 519, 3274, 96, 2884, 104, 1828, 121, 3430, 356, 834, 357, 3274, 96, 1828, 104, 1755, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Set 3 on 30 may, and a Set 1 is 20–25?
SELECT set_3 FROM table_name_79 WHERE date = "30 may" AND set_1 = "20–25"
CREATE TABLE table_name_79 (set_3 VARCHAR, date VARCHAR, set_1 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 2244, 834, 519, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 356, 834, 536, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2821, 22...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 356, 834, 519, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 833, 3274, 96, 1458, 164, 121, 3430, 356, 834, 536, 3274, 96, 1755, 104, 1828, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...