NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What is Date, when Runner(s)-Up is Oliver Wilson?
SELECT date FROM table_name_71 WHERE runner_s__up = "oliver wilson"
CREATE TABLE table_name_71 (date VARCHAR, runner_s__up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 5522, 584, 4280, 28027, 6, 3, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 3, 23572, 599, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 3, 10806, 834, 7, 834, 834, 413, 3274, 96, 4172, 624, 3, 210, 173, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Date, when Margin Of Victory is 4 Strokes?
SELECT date FROM table_name_1 WHERE margin_of_victory = "4 strokes"
CREATE TABLE table_name_1 (date VARCHAR, margin_of_victory VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 5522, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 16409, 77, 1129, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 536, 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 Runner(s)-up, when Date is 21 Jan 2007?
SELECT runner_s__up FROM table_name_47 WHERE date = "21 jan 2007"
CREATE TABLE table_name_47 (runner_s__up VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 23572, 599, 7, 61, 18, 413, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 10806, 834, 7, 834, 834, 413, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 833, 3274, 96, 2658, 3, 7066, 4101, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Tournament, when Margin Of Victory is 1 Stroke, and when Date is 18 Jan 2009?
SELECT tournament FROM table_name_5 WHERE margin_of_victory = "1 stroke" AND date = "18 jan 2009"
CREATE TABLE table_name_5 (tournament VARCHAR, margin_of_victory VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 6, 6346, 834, 858, 834, 7287, 10972, 584, 4280, 28027, 6, 833, 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, 5892, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 6346, 834, 858, 834, 7287, 10972, 3274, 96, 536, 9529, 121, 3430, 833, 3274, 96, 2606, 3, 7066, 2464, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
what is the U.S. senate when the year is after 2002 and the party is working families?
SELECT us_senate FROM table_name_80 WHERE year > 2002 AND party = "working families"
CREATE TABLE table_name_80 (us_senate VARCHAR, year VARCHAR, party VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 302, 834, 7, 35, 342, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 1088, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 412, 5, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 178, 834, 7, 35, 342, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 215, 2490, 4407, 3430, 1088, 3274, 96, 9238, 1791, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many times what the comptroller alan hevesi and the party working families?
SELECT COUNT(year) FROM table_name_78 WHERE comptroller = "alan hevesi" AND party = "working families"
CREATE TABLE table_name_78 (year VARCHAR, comptroller VARCHAR, party VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 1201, 584, 4280, 28027, 6, 20248, 4046, 49, 584, 4280, 28027, 6, 1088, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 648, 125, 8, 20248,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 20248, 4046, 49, 3274, 96, 9, 1618, 3, 88, 162, 7, 23, 121, 3430, 1088, 3274, 96, 9238, 1791, 121, 1, -100, -100, -100, -100, -100, -1...
What is the highest number of points of the game in Conseco fieldhouse 7,134?
SELECT high_points FROM table_name_79 WHERE location_attendance = "conseco fieldhouse 7,134"
CREATE TABLE table_name_79 (high_points VARCHAR, location_attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 6739, 834, 2700, 7, 584, 4280, 28027, 6, 1128, 834, 15116, 663, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 13, 979, 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, 306, 834, 2700, 7, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 1128, 834, 15116, 663, 3274, 96, 8056, 15, 509, 1057, 1840, 7973, 23747, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest number of rebounds of the game with a 6-14 record?
SELECT high_rebounds FROM table_name_53 WHERE record = "6-14"
CREATE TABLE table_name_53 (high_rebounds VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 6739, 834, 23768, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 13, 3, 23768, 13, 8, 467, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 306, 834, 23768, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 1368, 3274, 96, 948, 11590, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Can you tell me the Record that has the Visitor of pittsburgh, and the Points smaller than 27, and the Home of boston?
SELECT record FROM table_name_21 WHERE visitor = "pittsburgh" AND points < 27 AND home = "boston"
CREATE TABLE table_name_21 (record VARCHAR, home VARCHAR, visitor VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 60, 7621, 584, 4280, 28027, 6, 234, 584, 4280, 28027, 6, 7019, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1368, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 7019, 3274, 96, 5230, 17, 7289, 107, 121, 3430, 979, 3, 2, 2307, 3430, 234, 3274, 96, 115, 32, 4411, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Can you tell me the average Points that has the Attendance of 3,806?
SELECT AVG(points) FROM table_name_42 WHERE attendance = 3 OFFSET 806
CREATE TABLE table_name_42 (points INTEGER, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 2700, 7, 3, 21342, 17966, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 1072, 25, 817, 140, 8, 1348, 4564, 7, 24, 65, 8, 22497, 663, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2700, 7, 61, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 11364, 3274, 220, 3, 15316, 20788, 505, 5176, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which opponent had 38,642 attendance?
SELECT opponent FROM table_name_69 WHERE attendance = "38,642"
CREATE TABLE table_name_69 (opponent VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 32, 102, 9977, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 15264, 141, 6654, 6, 4389, 357, 11364, 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, 15264, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 11364, 3274, 96, 3747, 6, 4389, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What date had 51,265 attendance?
SELECT date FROM table_name_84 WHERE attendance = "51,265"
CREATE TABLE table_name_84 (date VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 5522, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 141, 11696, 6, 357, 4122, 11364, 58, 1, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4608, 549, 17444, 427, 11364, 3274, 96, 5553, 6, 2688, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When 7th place, what is the date?
SELECT date FROM table_name_45 WHERE place = "7th"
CREATE TABLE table_name_45 (date VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 5522, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 489, 189, 286, 6, 125, 19, 8, 833, 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, 833, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 286, 3274, 96, 940, 189, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the score of game 34?
SELECT score FROM table_name_3 WHERE game = 34
CREATE TABLE table_name_3 (score VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 13, 467, 6154, 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, 2604, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 467, 3274, 6154, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the record of game 33?
SELECT record FROM table_name_97 WHERE game = 33
CREATE TABLE table_name_97 (record VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 60, 7621, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1368, 13, 467, 5400, 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, 1368, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 467, 3274, 5400, 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 Country, when Place is "T4", and when Player is "Scott Simpson"?
SELECT country FROM table_name_64 WHERE place = "t4" AND player = "scott simpson"
CREATE TABLE table_name_64 (country VARCHAR, place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 17529, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6993, 6, 116, 3399, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 286, 3274, 96, 17, 20364, 3430, 1959, 3274, 96, 7, 10405, 108, 1167, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is To Par, when Score is 70, and when Player is "Craig Stadler"?
SELECT to_par FROM table_name_98 WHERE score = 70 AND player = "craig stadler"
CREATE TABLE table_name_98 (to_par VARCHAR, score VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 235, 834, 1893, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 304, 2180, 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, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 12, 834, 1893, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 2604, 3274, 2861, 3430, 1959, 3274, 96, 2935, 23, 122, 3342, 12807, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Player, when Score is less than 69, and when Country is "United States"?
SELECT player FROM table_name_70 WHERE score < 69 AND country = "united states"
CREATE TABLE table_name_70 (player VARCHAR, score VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 20846, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 12387, 6, 116, 17763, 19, 705, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 2604, 3, 2, 3, 3951, 3430, 684, 3274, 96, 15129, 15, 26, 2315, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the writer that the director was Alice Troughton and the producer was Phil Collinson?
SELECT writer FROM table_name_89 WHERE producer = "phil collinson" AND director = "alice troughton"
CREATE TABLE table_name_89 (writer VARCHAR, producer VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 12756, 584, 4280, 28027, 6, 8211, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 4346, 24, 8, 2090, 47, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4346, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 8211, 3274, 96, 18118, 8029, 77, 739, 121, 3430, 2090, 3274, 96, 138, 867, 3, 17, 13245, 17, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the location and attendance after game 2, and the team New Orleans?
SELECT location_attendance FROM table_name_99 WHERE game > 2 AND team = "new orleans"
CREATE TABLE table_name_99 (location_attendance VARCHAR, game VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 14836, 834, 15116, 663, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1128, 11, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 834, 15116, 663, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 467, 2490, 204, 3430, 372, 3274, 96, 5534, 42, 109, 3247, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Teleplay, when Season is greater than 1.1, and when First Broadcast is "February 20, 1981"?
SELECT teleplay FROM table_name_37 WHERE season > 1.1 AND first_broadcast = "february 20, 1981"
CREATE TABLE table_name_37 (teleplay VARCHAR, season VARCHAR, first_broadcast VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 1931, 4895, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 6, 166, 834, 115, 8635, 5254, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7338,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1931, 4895, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 774, 2490, 3, 11039, 3430, 166, 834, 115, 8635, 5254, 3274, 96, 89, 15, 9052, 1208, 16047, 15465, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
What is Title, when Season is less than 1.8, and when First Broadcast is March 6, 1981?
SELECT title FROM table_name_2 WHERE season < 1.8 AND first_broadcast = "march 6, 1981"
CREATE TABLE table_name_2 (title VARCHAR, season VARCHAR, first_broadcast VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 21869, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 6, 166, 834, 115, 8635, 5254, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 11029, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 2233, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 774, 3, 2, 3, 16253, 3430, 166, 834, 115, 8635, 5254, 3274, 96, 51, 7064, 8580, 15465, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Director, when Season is 1.4?
SELECT director FROM table_name_11 WHERE season = 1.4
CREATE TABLE table_name_11 (director VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 25982, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 2578, 6, 116, 7960, 19, 3, 14912, 58, 1, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2090, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 774, 3274, 3, 14912, 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 Teleplay, when Director is "George McCowan", when Season is less than 1.1400000000000001, and when First Broadcast is April 3, 1981?
SELECT teleplay FROM table_name_24 WHERE director = "george mccowan" AND season < 1.1400000000000001 AND first_broadcast = "april 3, 1981"
CREATE TABLE table_name_24 (teleplay VARCHAR, first_broadcast VARCHAR, director VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 1931, 4895, 584, 4280, 28027, 6, 166, 834, 115, 8635, 5254, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 6, 774, 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, 3, 1931, 4895, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 2090, 3274, 96, 397, 1677, 15, 3, 51, 75, 509, 3877, 121, 3430, 774, 3, 2, 1300, 2534, 2313, 19568, 19568, 17465, 3430, 166, 834, 115, 8635, 5254, ...
What is the average Season, when First Broadcast is January 23, 1981?
SELECT AVG(season) FROM table_name_14 WHERE first_broadcast = "january 23, 1981"
CREATE TABLE table_name_14 (season INTEGER, first_broadcast VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 9476, 3, 21342, 17966, 6, 166, 834, 115, 8635, 5254, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 7960, 6, 116, 1485, 13017, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9476, 61, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 166, 834, 115, 8635, 5254, 3274, 96, 7066, 76, 1208, 12992, 15465, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Teleplay, when First Broadcast is April 10, 1981?
SELECT teleplay FROM table_name_57 WHERE first_broadcast = "april 10, 1981"
CREATE TABLE table_name_57 (teleplay VARCHAR, first_broadcast VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 1931, 4895, 584, 4280, 28027, 6, 166, 834, 115, 8635, 5254, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7338, 4895, 6, 116, 1485, 13017...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 1931, 4895, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 166, 834, 115, 8635, 5254, 3274, 96, 9, 2246, 40, 10372, 15465, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What the H/A when the opponent is the Bohemians?
SELECT h___a FROM table_name_25 WHERE opponents = "bohemians"
CREATE TABLE table_name_25 (h___a VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 107, 834, 834, 834, 9, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 8, 454, 87, 188, 116, 8, 15264, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 107, 834, 834, 834, 9, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 16383, 3274, 96, 115, 32, 6015, 7137, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the attendance when Cork City is the opponent?
SELECT AVG(attendance) FROM table_name_7 WHERE opponents = "cork city"
CREATE TABLE table_name_7 (attendance INTEGER, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 15116, 663, 3, 21342, 17966, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11364, 116, 2487, 157, 896, 19, 8, 15264, 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, 71, 17217, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 16383, 3274, 96, 5715, 157, 690, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the H/A when Cork City is the opponent?
SELECT h___a FROM table_name_53 WHERE opponents = "cork city"
CREATE TABLE table_name_53 (h___a VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 107, 834, 834, 834, 9, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 454, 87, 188, 116, 2487, 157, 896, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 107, 834, 834, 834, 9, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 16383, 3274, 96, 5715, 157, 690, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the H/A on 5 August 1990?
SELECT h___a FROM table_name_46 WHERE date = "5 august 1990"
CREATE TABLE table_name_46 (h___a VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 107, 834, 834, 834, 9, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 454, 87, 188, 30, 305, 1660, 5541, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 107, 834, 834, 834, 9, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 833, 3274, 96, 755, 14663, 5541, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the result F-A on 5 August 1990?
SELECT result_f___a FROM table_name_70 WHERE date = "5 august 1990"
CREATE TABLE table_name_70 (result_f___a VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 60, 7, 83, 17, 834, 89, 834, 834, 834, 9, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 377, 18, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 834, 89, 834, 834, 834, 9, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 833, 3274, 96, 755, 14663, 5541, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the value for internal floppy disk with s-100 slots greater than 8 introduced earlier than 1978?
SELECT internal_floppy_disk FROM table_name_19 WHERE s_100_slots > 8 AND year_introduced < 1978
CREATE TABLE table_name_19 (internal_floppy_disk VARCHAR, s_100_slots VARCHAR, year_introduced VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 3870, 29, 138, 834, 89, 29209, 834, 26, 13690, 584, 4280, 28027, 6, 3, 7, 834, 2915, 834, 7, 3171, 7, 584, 4280, 28027, 6, 215, 834, 20322, 32, 12160...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3224, 834, 89, 29209, 834, 26, 13690, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 3, 7, 834, 2915, 834, 7, 3171, 7, 2490, 505, 3430, 215, 834, 20322, 32, 12160, 26, 3, 2, 14834, 1, -100, -100, -100, -100, ...
Which system introduced earlier than 1981 has an internal hard disk of 11 megabytes and less than 21 s-100 slots?
SELECT system FROM table_name_47 WHERE s_100_slots < 21 AND year_introduced < 1981 AND internal_hard_disk = "11 megabytes"
CREATE TABLE table_name_47 (system VARCHAR, internal_hard_disk VARCHAR, s_100_slots VARCHAR, year_introduced VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 3734, 584, 4280, 28027, 6, 3224, 834, 5651, 834, 26, 13690, 584, 4280, 28027, 6, 3, 7, 834, 2915, 834, 7, 3171, 7, 584, 4280, 28027, 6, 215, 834, 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, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 358, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 3, 7, 834, 2915, 834, 7, 3171, 7, 3, 2, 1401, 3430, 215, 834, 20322, 32, 12160, 26, 3, 2, 15465, 3430, 3224, 834, 5651, 834, 26, 13690, 3274, 96, 2596, 139...
What college did Marcus Wilson attend?
SELECT college FROM table_name_45 WHERE player = "marcus wilson"
CREATE TABLE table_name_45 (college VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 3297, 7883, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1900, 410, 20809, 9439, 2467, 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, 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, 1900, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 1959, 3274, 96, 1635, 1071, 7, 3, 210, 173, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the player that attended Notre Dame with a pick smaller than 304?
SELECT player FROM table_name_76 WHERE pick__number < 304 AND college = "notre dame"
CREATE TABLE table_name_76 (player VARCHAR, pick__number VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 20846, 584, 4280, 28027, 6, 1432, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 1959...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 1432, 834, 834, 5525, 1152, 3, 2, 3, 23702, 3430, 1900, 3274, 96, 2264, 60, 10157, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What college did Leon Perry attend?
SELECT college FROM table_name_93 WHERE player = "leon perry"
CREATE TABLE table_name_93 (college VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 3297, 7883, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1900, 410, 13918, 18786, 2467, 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, 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, 1900, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 1959, 3274, 96, 109, 106, 399, 651, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What NFL team did the Tight End position belong to?
SELECT nfl_team FROM table_name_62 WHERE position = "tight end"
CREATE TABLE table_name_62 (nfl_team VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 29, 89, 40, 834, 11650, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 10439, 372, 410, 8, 332, 2632, 3720, 1102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 29, 89, 40, 834, 11650, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 1102, 3274, 96, 17, 2632, 414, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total number of weeks that the buffalo bills played against the San Diego Chargers?
SELECT SUM(week) FROM table_name_49 WHERE opponent = "san diego chargers"
CREATE TABLE table_name_49 (week INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 1274, 24, 8, 30964, 7200, 1944, 581, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 15264, 3274, 96, 7, 152, 67, 839, 17020, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the attendance of the game that had a date listed as Bye?
SELECT attendance FROM table_name_76 WHERE date = "bye"
CREATE TABLE table_name_76 (attendance VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 15116, 663, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11364, 13, 8, 467, 24, 141, 3, 9, 833, 2616, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11364, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 833, 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, -...
How many weeks were there games with 41,384 fans in attendance?
SELECT SUM(week) FROM table_name_48 WHERE attendance = "41,384"
CREATE TABLE table_name_48 (week INTEGER, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 8041, 3, 21342, 17966, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1274, 130, 132, 1031, 28, 8798, 6, 3747, 591, 2675, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 8041, 61, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 11364, 3274, 96, 4853, 6, 3747, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the lowest week number that had a game on December 3, 1967?
SELECT MIN(week) FROM table_name_97 WHERE date = "december 3, 1967"
CREATE TABLE table_name_97 (week INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 8041, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 471, 381, 24, 141, 3, 9, 467, 30, 1882, 6180, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 833, 3274, 96, 221, 75, 18247, 6180, 18148, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the result of the game that had 20,627 fans in attendance?
SELECT result FROM table_name_79 WHERE attendance = "20,627"
CREATE TABLE table_name_79 (result VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 741, 13, 8, 467, 24, 141, 16047, 948, 255...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 11364, 3274, 96, 1755, 6, 948, 2555, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who is the rider with 22 laps and a +19.435 time/retired?
SELECT rider FROM table_name_86 WHERE laps = "22" AND time_retired = "+19.435"
CREATE TABLE table_name_86 (rider VARCHAR, laps VARCHAR, time_retired VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 4055, 49, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 2564, 52, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 14941, 7, 3274, 96, 2884, 121, 3430, 97, 834, 10682, 1271, 3274, 96, 1220, 2294, 5, 4906, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the grid with a yamaha manufacturer and a +19.435 time/retired?
SELECT grid FROM table_name_65 WHERE manufacturer = "yamaha" AND time_retired = "+19.435"
CREATE TABLE table_name_65 (grid VARCHAR, manufacturer VARCHAR, time_retired VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 3496, 26, 584, 4280, 28027, 6, 4818, 584, 4280, 28027, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8634, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8634, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 4818, 3274, 96, 22990, 1024, 121, 3430, 97, 834, 10682, 1271, 3274, 96, 1220, 2294, 5, 4906, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the grid of rider shinya nakano?
SELECT grid FROM table_name_28 WHERE rider = "shinya nakano"
CREATE TABLE table_name_28 (grid VARCHAR, rider VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 3496, 26, 584, 4280, 28027, 6, 2564, 52, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8634, 13, 2564, 52, 18654, 9, 3, 29, 9, 330...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8634, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 2564, 52, 3274, 96, 7, 2907, 63, 9, 3, 29, 9, 3304, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who is the rider with 22 laps and a +1:44.775 time/retired?
SELECT rider FROM table_name_70 WHERE laps = "22" AND time_retired = "+1:44.775"
CREATE TABLE table_name_70 (rider VARCHAR, laps VARCHAR, time_retired VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 4055, 49, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 2564, 52, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 14941, 7, 3274, 96, 2884, 121, 3430, 97, 834, 10682, 1271, 3274, 96, 18446, 10, 3628, 5, 4013, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the manufacturer with a 14 grid?
SELECT manufacturer FROM table_name_13 WHERE grid = "14"
CREATE TABLE table_name_13 (manufacturer VARCHAR, grid VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 348, 76, 8717, 450, 49, 584, 4280, 28027, 6, 8634, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4818, 28, 3, 9, 968, 8634, 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, 4818, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 8634, 3274, 96, 2534, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the rider with a yamaha manufacturer and a 17 grid?
SELECT rider FROM table_name_21 WHERE manufacturer = "yamaha" AND grid = "17"
CREATE TABLE table_name_21 (rider VARCHAR, manufacturer VARCHAR, grid VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 4055, 49, 584, 4280, 28027, 6, 4818, 584, 4280, 28027, 6, 8634, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 2564, 52, 28, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2564, 52, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 4818, 3274, 96, 22990, 1024, 121, 3430, 8634, 3274, 96, 2517, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total of attendance at Venue h when Auxerre were playing?
SELECT SUM(attendance) FROM table_name_14 WHERE venue = "h" AND opponent = "auxerre"
CREATE TABLE table_name_14 (attendance INTEGER, venue VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 15116, 663, 3, 21342, 17966, 6, 5669, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 13, 11364, 44, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5669, 3274, 96, 107, 121, 3430, 15264, 3274, 96, 1724, 49, 60, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which vehicle failed at launch?
SELECT vehicle FROM table_name_34 WHERE ceased_operation = "failed at launch"
CREATE TABLE table_name_34 (vehicle VARCHAR, ceased_operation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 162, 107, 23, 2482, 584, 4280, 28027, 6, 3, 29220, 834, 22280, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1689, 4567, 44, 3289, 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, 1689, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 3, 29220, 834, 22280, 3274, 96, 89, 10990, 44, 3289, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What are the notes regarding the scout x-4 vehicle which ceased operation in June 1971?
SELECT notes FROM table_name_82 WHERE vehicle = "scout x-4" AND ceased_operation = "june 1971"
CREATE TABLE table_name_82 (notes VARCHAR, vehicle VARCHAR, ceased_operation VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 7977, 7, 584, 4280, 28027, 6, 1689, 584, 4280, 28027, 6, 3, 29220, 834, 22280, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 3358, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3358, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 1689, 3274, 96, 7, 3422, 17, 3, 226, 18, 20364, 3430, 3, 29220, 834, 22280, 3274, 96, 6959, 15, 17961, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the ceased operation with a launch date of August 8, 1968?
SELECT ceased_operation FROM table_name_86 WHERE launched = "august 8, 1968"
CREATE TABLE table_name_86 (ceased_operation VARCHAR, launched VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 29220, 834, 22280, 584, 4280, 28027, 6, 3759, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 3, 29220, 2986, 28, 3, 9, 3289, 833, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 29220, 834, 22280, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 3759, 3274, 96, 402, 17198, 9478, 16506, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the ceased operation that launched June 29, 1961?
SELECT ceased_operation FROM table_name_5 WHERE launched = "june 29, 1961"
CREATE TABLE table_name_5 (ceased_operation VARCHAR, launched VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 29220, 834, 22280, 584, 4280, 28027, 6, 3759, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 3, 29220, 2986, 24, 3759, 1515, 14405, 2101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29220, 834, 22280, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 3759, 3274, 96, 6959, 15, 14405, 21018, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What place in the United States having a score of 67-75-68=210?
SELECT place FROM table_name_10 WHERE country = "united states" AND score = 67 - 75 - 68 = 210
CREATE TABLE table_name_10 (place VARCHAR, country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 4687, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 286, 16, 8, 907, 1323, 578, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 2604, 3274, 3, 3708, 3, 18, 6374, 3, 18, 3, 3651, 3274, 3, 15239, 1, -100, -100, -100, -100, -100, -100, -100,...
What country is in T4 place having a score of 66-71-72=209?
SELECT country FROM table_name_46 WHERE place = "t4" AND score = 66 - 71 - 72 = 209
CREATE TABLE table_name_46 (country VARCHAR, place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 17529, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 684, 19, 16, 332, 591, 286, 578, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 286, 3274, 96, 17, 20364, 3430, 2604, 3274, 3, 3539, 3, 18, 3, 4450, 3, 18, 9455, 3274, 460, 1298, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What place is the United States in that has a score of 68-73-68=209?
SELECT place FROM table_name_8 WHERE country = "united states" AND score = 68 - 73 - 68 = 209
CREATE TABLE table_name_8 (place VARCHAR, country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 4687, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 286, 19, 8, 907, 1323, 16, 24, 65, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 2604, 3274, 3, 3651, 3, 18, 3, 4552, 3, 18, 3, 3651, 3274, 460, 1298, 1, -100, -100, -100, -100, -100, -100, ...
Who is the player from the United States in T4 place with a score of 68-73-68=209?
SELECT player FROM table_name_77 WHERE country = "united states" AND place = "t4" AND score = 68 - 73 - 68 = 209
CREATE TABLE table_name_77 (player VARCHAR, country VARCHAR, place VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 20846, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 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, 1959, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 286, 3274, 96, 17, 20364, 3430, 2604, 3274, 3, 3651, 3, 18, 3, 4552, 3, 18, 3, 3651, 3274, 460, 1298, 1, -1...
How many played when lost is more than 17, drawn is 15 and goals against is less than 75?
SELECT AVG(played) FROM table_name_85 WHERE lost > 17 AND drawn = 15 AND goals_against < 75
CREATE TABLE table_name_85 (played INTEGER, goals_against VARCHAR, lost VARCHAR, drawn VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 4895, 15, 26, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 61, 3, 32105, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 4895, 15, 26, 61, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 1513, 2490, 1003, 3430, 6796, 3274, 627, 3430, 1766, 834, 9, 16720, 7, 17, 3, 2, 6374, 1, -100, -100, -100, -100, -100, -100, -1...
what is the position when lot is less than 14, goal difference is +1 and drawn is more than 15?
SELECT SUM(position) FROM table_name_88 WHERE lost < 14 AND goal_difference = "+1" AND drawn > 15
CREATE TABLE table_name_88 (position INTEGER, drawn VARCHAR, lost VARCHAR, goal_difference VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 4718, 3, 21342, 17966, 6, 6796, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 6, 1288, 834, 26, 99, 11788, 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, 4718, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1513, 3, 2, 968, 3430, 1288, 834, 26, 99, 11788, 3274, 96, 18446, 121, 3430, 6796, 2490, 627, 1, -100, -100, -100, -100, -100, -100, -100,...
How many lost when goals for is 43 and the position number is higher than 15?
SELECT AVG(lost) FROM table_name_31 WHERE goals_for = 43 AND position > 15
CREATE TABLE table_name_31 (lost INTEGER, goals_for VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 2298, 17, 3, 21342, 17966, 6, 1766, 834, 1161, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1513, 116, 1766,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 2298, 17, 61, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 1766, 834, 1161, 3274, 8838, 3430, 1102, 2490, 627, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the score of the game against Charlotte?
SELECT score FROM table_name_42 WHERE team = "charlotte"
CREATE TABLE table_name_42 (score VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 7, 9022, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 13, 8, 467, 581, 11240, 58, 1, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 372, 3274, 96, 4059, 21538, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who had the high assists in the game against Memphis?
SELECT high_assists FROM table_name_13 WHERE team = "memphis"
CREATE TABLE table_name_13 (high_assists VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 6739, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 141, 8, 306, 13041, 16, 8, 467, 581, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 306, 834, 6500, 7, 17, 7, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 372, 3274, 96, 526, 7656, 159, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the home team when Boston is the road team in game 4?
SELECT home_team FROM table_name_89 WHERE road_team = "boston" AND game = "game 4"
CREATE TABLE table_name_89 (home_team VARCHAR, road_team VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 1373, 834, 11650, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 234,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 11650, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 1373, 834, 11650, 3274, 96, 115, 32, 4411, 121, 3430, 467, 3274, 96, 7261, 3, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What game had the result of 112-100?
SELECT game FROM table_name_98 WHERE result = "112-100"
CREATE TABLE table_name_98 (game VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 7261, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 467, 141, 8, 741, 13, 850, 7412, 2915, 58, 1, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 467, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 741, 3274, 96, 2596, 7412, 2915, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What game was played on May 29?
SELECT game FROM table_name_1 WHERE date = "may 29"
CREATE TABLE table_name_1 (game VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 7261, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 467, 47, 1944, 30, 932, 2838, 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, 467, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 833, 3274, 96, 13726, 2838, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the result of game 1?
SELECT result FROM table_name_26 WHERE game = "game 1"
CREATE TABLE table_name_26 (result VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 741, 13, 467, 209, 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, 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, 741, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 467, 3274, 96, 7261, 209, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the game when Houston was the home team and the result is 106-104?
SELECT game FROM table_name_49 WHERE home_team = "houston" AND result = "106-104"
CREATE TABLE table_name_49 (game VARCHAR, home_team VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 7261, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 467, 116, 8018, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 467, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 234, 834, 11650, 3274, 96, 9492, 4411, 121, 3430, 741, 3274, 96, 16431, 4536, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many years was the number of laps 71?
SELECT COUNT(year) FROM table_name_49 WHERE laps = 71
CREATE TABLE table_name_49 (year VARCHAR, laps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 1201, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 203, 47, 8, 381, 13, 14941, 7, 3, 4450, 58, 1, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 14941, 7, 3274, 3, 4450, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
For a year that is later than 2002 what is the class position?
SELECT class AS pos FROM table_name_53 WHERE year > 2002
CREATE TABLE table_name_53 (class VARCHAR, year INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 4057, 584, 4280, 28027, 6, 215, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 242, 3, 9, 215, 24, 19, 865, 145, 4407, 125, 19, 8, 853, 1102, 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, 853, 6157, 3, 2748, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 215, 2490, 4407, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many total rounds has lehigh as the college?
SELECT COUNT(round) FROM table_name_90 WHERE college = "lehigh"
CREATE TABLE table_name_90 (round VARCHAR, college VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 7775, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 792, 14419, 65, 90, 6739, 38, 8, 1900, 58, 1, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 7775, 61, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 1900, 3274, 96, 109, 6739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What name has 5 as the pick, a round less than 25, ot as the position, at boston college?
SELECT name FROM table_name_59 WHERE pick = 5 AND round < 25 AND position = "ot" AND college = "boston college"
CREATE TABLE table_name_59 (name VARCHAR, college VARCHAR, position VARCHAR, pick VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 4350, 584, 4280, 28027, 6, 1900, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 6, 1751, 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, 564, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 1432, 3274, 305, 3430, 1751, 3, 2, 944, 3430, 1102, 3274, 96, 32, 17, 121, 3430, 1900, 3274, 96, 115, 32, 4411, 1900, 121, 1, -100, -100, -100, -100, -100, -...
How many overalls have E as the position, buddy payne as the name, and a pick less than 5?
SELECT COUNT(overall) FROM table_name_29 WHERE position = "e" AND name = "buddy payne" AND pick < 5
CREATE TABLE table_name_29 (overall VARCHAR, pick VARCHAR, position VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 1890, 1748, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1890, 1748, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 1102, 3274, 96, 15, 121, 3430, 564, 3274, 96, 3007, 8155, 726, 29, 15, 121, 3430, 1432, 3, 2, 305, 1, -100, -100, -100, -100, -1...
How many picks have charley sanders as the name, with a round greater than 22?
SELECT SUM(pick) FROM table_name_78 WHERE name = "charley sanders" AND round > 22
CREATE TABLE table_name_78 (pick INTEGER, name VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 17967, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1432, 7, 43, 3, 4059, 1306, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 17967, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 564, 3274, 96, 4059, 1306, 3, 7, 11849, 7, 121, 3430, 1751, 2490, 1630, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Attendance of the game against the Florida Panthers?
SELECT SUM(attendance) FROM table_name_8 WHERE opponent = "florida panthers"
CREATE TABLE table_name_8 (attendance INTEGER, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 15116, 663, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22497, 663, 13, 8, 467, 581, 8, 2599, 21149, 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, 180, 6122, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 15264, 3274, 96, 89, 322, 23, 26, 9, 2131, 189, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Opponent of the game with more than 13,567 in Attendance with more than 5 Points?
SELECT opponent FROM table_name_4 WHERE points > 5 AND attendance > 13 OFFSET 567
CREATE TABLE table_name_4 (opponent VARCHAR, points VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 32, 102, 9977, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4495, 9977, 13, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 979, 2490, 305, 3430, 11364, 2490, 1179, 3, 15316, 20788, 305, 3708, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When his record was 15–1–1 (1) where did he fight?
SELECT location FROM table_name_82 WHERE record = "15–1–1 (1)"
CREATE TABLE table_name_82 (location VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 14836, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 112, 1368, 47, 627, 104, 536, 104, 536, 5637, 213, 410, 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, 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, 4613, 549, 17444, 427, 1368, 3274, 96, 1808, 104, 536, 104, 536, 5637, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is Record, when Location is "Boston Garden", and when Date is "Fri. Nov. 9"?
SELECT record FROM table_name_24 WHERE location = "boston garden" AND date = "fri. nov. 9"
CREATE TABLE table_name_24 (record VARCHAR, location VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 60, 7621, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 11392, 6, 116, 10450, 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, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 1128, 3274, 96, 115, 32, 4411, 2004, 121, 3430, 833, 3274, 96, 89, 52, 23, 5, 3, 5326, 5, 668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Opponent, when Location is "Boston Garden", when Game is greater than 1, and when Score is "115-105"?
SELECT opponent FROM table_name_91 WHERE location = "boston garden" AND game > 1 AND score = "115-105"
CREATE TABLE table_name_91 (opponent VARCHAR, score VARCHAR, location VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 32, 102, 9977, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 6, 467, 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, 15264, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 1128, 3274, 96, 115, 32, 4411, 2004, 121, 3430, 467, 2490, 209, 3430, 2604, 3274, 96, 15660, 4536, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the sum of Game, when Date is "Wed. Nov. 14"?
SELECT SUM(game) FROM table_name_26 WHERE date = "wed. nov. 14"
CREATE TABLE table_name_26 (game INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 7261, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, 13, 4435, 6, 116, 7678, 19, 96, 1326, 26, 5, 50...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7261, 61, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 833, 3274, 96, 1123, 26, 5, 3, 5326, 5, 968, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Score, when Player is "Bill Rogers"?
SELECT score FROM table_name_80 WHERE player = "bill rogers"
CREATE TABLE table_name_80 (score VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 7, 9022, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 17763, 6, 116, 12387, 19, 96, 279, 1092, 9099, 7, 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, 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, 2079, 549, 17444, 427, 1959, 3274, 96, 3727, 40, 3, 3822, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which State has an Electorate of West Sydney?
SELECT state FROM table_name_74 WHERE electorate = "west sydney"
CREATE TABLE table_name_74 (state VARCHAR, electorate VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 5540, 584, 4280, 28027, 6, 11924, 127, 342, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1015, 65, 46, 3, 21543, 127, 342, 13, 1244, 7476, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 538, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 11924, 127, 342, 3274, 96, 12425, 3, 7, 63, 26, 3186, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which State has an Electorate of Barton?
SELECT state FROM table_name_14 WHERE electorate = "barton"
CREATE TABLE table_name_14 (state VARCHAR, electorate VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 5540, 584, 4280, 28027, 6, 11924, 127, 342, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1015, 65, 46, 3, 21543, 127, 342, 13, 1386, 17, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 538, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 11924, 127, 342, 3274, 96, 1047, 17, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the L2 Cache for the processor with a release price of $496?
SELECT l2_cache FROM table_name_38 WHERE release_price___usd__ = "$496"
CREATE TABLE table_name_38 (l2_cache VARCHAR, release_price___usd__ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 40, 357, 834, 75, 4933, 584, 4280, 28027, 6, 1576, 834, 102, 4920, 834, 834, 834, 302, 26, 834, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 40, 357, 834, 75, 4933, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 1576, 834, 102, 4920, 834, 834, 834, 302, 26, 834, 834, 3274, 96, 3229, 591, 4314, 121, 1, -100, -100, -100, -100, -100, -100, -100, -1...
What is the model number for the processor with sSpec number of sl3jm(kc0)sl3jt(kc0)?
SELECT model_number FROM table_name_32 WHERE sspec_number = "sl3jm(kc0)sl3jt(kc0)"
CREATE TABLE table_name_32 (model_number VARCHAR, sspec_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 21770, 834, 5525, 1152, 584, 4280, 28027, 6, 3, 7, 7576, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 825, 381, 21...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 825, 834, 5525, 1152, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 3, 7, 7576, 834, 5525, 1152, 3274, 96, 7, 40, 519, 354, 51, 599, 157, 75, 632, 61, 7, 40, 519, 354, 17, 599, 157, 75, 632, 61, 121, 1, ...
What is the frequency of the processor with an sSpec number of sl3bn(kc0)sl3e9(kc0)?
SELECT frequency FROM table_name_79 WHERE sspec_number = "sl3bn(kc0)sl3e9(kc0)"
CREATE TABLE table_name_79 (frequency VARCHAR, sspec_number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 30989, 584, 4280, 28027, 6, 3, 7, 7576, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7321, 13, 8, 7502, 28, 46, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7321, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 3, 7, 7576, 834, 5525, 1152, 3274, 96, 7, 40, 519, 115, 29, 599, 157, 75, 632, 61, 7, 40, 519, 15, 1298, 599, 157, 75, 632, 61, 121, 1, -100, -100, -100...
When did alfonse d'amore compete?
SELECT date FROM table_name_59 WHERE opponent = "alfonse d'amore"
CREATE TABLE table_name_59 (date VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 5522, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 410, 491, 89, 106, 7, 15, 3, 26, 31, 9, 3706, 5978, 58, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 15264, 3274, 96, 138, 89, 106, 7, 15, 3, 26, 31, 9, 3706, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Round has a Method of ko, and a Date of 1958?
SELECT MIN(round) FROM table_name_46 WHERE method = "ko" AND date = "1958"
CREATE TABLE table_name_46 (round INTEGER, method VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 7775, 3, 21342, 17966, 6, 1573, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9609, 65, 3, 9, 7717, 13, 3, 157, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 7775, 61, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 1573, 3274, 96, 157, 32, 121, 3430, 833, 3274, 96, 2294, 3449, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Date has a Result of win, and a Round smaller than 2, and an Opponent of myron greenberg?
SELECT date FROM table_name_60 WHERE result = "win" AND round < 2 AND opponent = "myron greenberg"
CREATE TABLE table_name_60 (date VARCHAR, opponent VARCHAR, result VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 5522, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7678, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 741, 3274, 96, 3757, 121, 3430, 1751, 3, 2, 204, 3430, 15264, 3274, 96, 2258, 52, 106, 1442, 2235, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Round has a Method of ko, and an Opponent of alfonse d'amore?
SELECT round FROM table_name_14 WHERE method = "ko" AND opponent = "alfonse d'amore"
CREATE TABLE table_name_14 (round VARCHAR, method VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 7775, 584, 4280, 28027, 6, 1573, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9609, 65, 3, 9, 7717, 13, 3, 15...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 1751, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 1573, 3274, 96, 157, 32, 121, 3430, 15264, 3274, 96, 138, 89, 106, 7, 15, 3, 26, 31, 9, 3706, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Player has a Date of sep. 2008?
SELECT player FROM table_name_89 WHERE date = "sep. 2008"
CREATE TABLE table_name_89 (player VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 20846, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 12387, 65, 3, 9, 7678, 13, 142, 102, 5, 2628, 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, 1959, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 833, 3274, 96, 7, 15, 102, 5, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Transfer fee has a From club of blackburn rovers?
SELECT transfer_fee FROM table_name_80 WHERE from_club = "blackburn rovers"
CREATE TABLE table_name_80 (transfer_fee VARCHAR, from_club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 7031, 1010, 834, 89, 15, 15, 584, 4280, 28027, 6, 45, 834, 13442, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9900, 2572, 65, 3, 9, 1029...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2025, 834, 89, 15, 15, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 45, 834, 13442, 3274, 96, 19699, 7223, 3, 8843, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which From club has a Date of 20 oct. 2008?
SELECT from_club FROM table_name_49 WHERE date = "20 oct. 2008"
CREATE TABLE table_name_49 (from_club VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 7152, 834, 13442, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1029, 1886, 65, 3, 9, 7678, 13, 460, 3, 32, 75, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 45, 834, 13442, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 833, 3274, 96, 1755, 3, 32, 75, 17, 5, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Player has a Transfer fee of £750,000 [x]?
SELECT player FROM table_name_34 WHERE transfer_fee = "£750,000 [x]"
CREATE TABLE table_name_34 (player VARCHAR, transfer_fee VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 20846, 584, 4280, 28027, 6, 2025, 834, 89, 15, 15, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 12387, 65, 3, 9, 9900, 2572, 13, 3996, 94...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 2025, 834, 89, 15, 15, 3274, 96, 19853, 940, 9286, 784, 226, 908, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Tournament, when Date is "6 April 1992"?
SELECT tournament FROM table_name_40 WHERE date = "6 april 1992"
CREATE TABLE table_name_40 (tournament VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 20502, 6, 116, 7678, 19, 96, 948, 1186, 90...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5892, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 833, 3274, 96, 948, 3, 9, 2246, 40, 9047, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Surface, when Opponents is "Daniel Nestor Sandon Stolle"?
SELECT surface FROM table_name_39 WHERE opponents = "daniel nestor sandon stolle"
CREATE TABLE table_name_39 (surface VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 26899, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 18884, 6, 116, 4495, 9977, 7, 19, 96, 308, 2738, 15, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1774, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 16383, 3274, 96, 26, 2738, 15, 40, 9190, 127, 3, 7, 232, 106, 3, 7, 235, 195, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Date, when Outcome is "Winner", and when Opponents is "Paul Haarhuis Sandon Stolle"?
SELECT date FROM table_name_48 WHERE outcome = "winner" AND opponents = "paul haarhuis sandon stolle"
CREATE TABLE table_name_48 (date VARCHAR, outcome VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 5522, 584, 4280, 28027, 6, 6138, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 7678, 6, 116, 3387, 287, 15, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 6138, 3274, 96, 3757, 687, 121, 3430, 16383, 3274, 96, 102, 9, 83, 4244, 291, 3464, 7, 3, 7, 232, 106, 3, 7, 235, 195, 15, 121, 1, -100, -100, -100, -100, ...
What is Outcome, when Partner is "Byron Black", and when Opponents is "Goran Ivanišević Brian Macphie"?
SELECT outcome FROM table_name_94 WHERE partner = "byron black" AND opponents = "goran ivanišević brian macphie"
CREATE TABLE table_name_94 (outcome VARCHAR, partner VARCHAR, opponents VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 670, 287, 15, 584, 4280, 28027, 6, 2397, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3387, 287, 15, 6, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 6138, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 2397, 3274, 96, 969, 52, 106, 1001, 121, 3430, 16383, 3274, 96, 839, 2002, 3, 23, 16658, 2, 15, 2099, 2, 3, 2160, 152, 11486, 11692, 15, 121, 1, -100, -100,...
What is Tournament, when Date is "9 August 1993"?
SELECT tournament FROM table_name_38 WHERE date = "9 august 1993"
CREATE TABLE table_name_38 (tournament VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 20502, 6, 116, 7678, 19, 96, 1298, 1660, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 833, 3274, 96, 1298, 14663, 8388, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Place, when Player is "Arnold Palmer"?
SELECT place FROM table_name_88 WHERE player = "arnold palmer"
CREATE TABLE table_name_88 (place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 4687, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3399, 6, 116, 12387, 19, 96, 188, 52, 29, 1490, 23967, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 286, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1959, 3274, 96, 291, 29, 1490, 8466, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Player, when To Par is +1, and when Score is 72-70-72=214?
SELECT player FROM table_name_70 WHERE to_par = "+1" AND score = 72 - 70 - 72 = 214
CREATE TABLE table_name_70 (player VARCHAR, to_par VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 20846, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 12387, 6, 116, 304, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 12, 834, 1893, 3274, 96, 18446, 121, 3430, 2604, 3274, 9455, 3, 18, 2861, 3, 18, 9455, 3274, 3, 27357, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...