NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What year was the brabham bt46 bt48 bt49 Chassis common?
SELECT AVG(year) FROM table_name_89 WHERE chassis = "brabham bt46 bt48 bt49"
CREATE TABLE table_name_89 (year INTEGER, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 1201, 3, 21342, 17966, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 3858, 115, 1483, 3, 115, 17, 4448, 3, 115, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 22836, 3274, 96, 1939, 115, 1483, 3, 115, 17, 4448, 3, 115, 17, 3707, 3, 115, 17, 3647, 121, 1, -100, -100, -100, -100, -100, -100, -100...
How high did Arnold Palmer score in 1962?
SELECT MAX(score) FROM table_name_69 WHERE player = "arnold palmer"
CREATE TABLE table_name_69 (score INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 7, 9022, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 306, 410, 21958, 23967, 2604, 16, 20236, 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, 4800, 4, 599, 7, 9022, 61, 21680, 953, 834, 4350, 834, 3951, 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...
Which result has a Venue of ulsan?
SELECT result FROM table_name_27 WHERE venue = "ulsan"
CREATE TABLE table_name_27 (result VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 741, 65, 3, 9, 29940, 13, 3, 83, 7, 152, 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, 741, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 5669, 3274, 96, 83, 7, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which competition has a Date of 2007-08-22?
SELECT competition FROM table_name_55 WHERE date = "2007-08-22"
CREATE TABLE table_name_55 (competition VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2259, 65, 3, 9, 7678, 13, 4101, 18, 4018, 16149, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2259, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 833, 3274, 96, 20615, 18, 4018, 16149, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which result has a Date of 2007-08-22?
SELECT result FROM table_name_31 WHERE date = "2007-08-22"
CREATE TABLE table_name_31 (result VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 741, 65, 3, 9, 7678, 13, 4101, 18, 4018, 16149, 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, 741, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 833, 3274, 96, 20615, 18, 4018, 16149, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the 2004 tournament that has a 2R in 2000?
SELECT 2004 FROM table_name_24 WHERE 2000 = "2r"
CREATE TABLE table_name_24 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 4406, 5892, 24, 65, 3, 9, 204, 448, 16, 2766, 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, 4406, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 2766, 3274, 96, 357, 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 1999 tournament that has a Q1 in 2003 and a Q3 in 2002?
SELECT 1999 FROM table_name_2 WHERE 2003 = "q1" AND 2002 = "q3"
CREATE TABLE table_name_2 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 5247, 5892, 24, 65, 3, 9, 1593, 536, 16, 3888, 11, 3, 9, 1593, 519, 16, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5247, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 3888, 3274, 96, 1824, 536, 121, 3430, 4407, 3274, 96, 1824, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the 2004 tournament that has a Q1 of 2011?
SELECT 2004 FROM table_name_10 WHERE 2011 = "q1"
CREATE TABLE table_name_10 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4406, 5892, 24, 65, 3, 9, 1593, 536, 13, 2722, 58, 1, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4406, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 2722, 3274, 96, 1824, 536, 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 hometown of the contestant who was a professional mixologist?
SELECT hometown FROM table_name_13 WHERE profession = "mixologist"
CREATE TABLE table_name_13 (hometown VARCHAR, profession VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 5515, 3540, 584, 4280, 28027, 6, 6945, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 22295, 13, 8, 4233, 288, 113, 47, 3, 9, 771, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22295, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 6945, 3274, 96, 13682, 9290, 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 average Year when there was a cosworth straight-4 engine, and the Entrant was ron harris / team lotus?
SELECT AVG(year) FROM table_name_17 WHERE engine = "cosworth straight-4" AND entrant = "ron harris / team lotus"
CREATE TABLE table_name_17 (year INTEGER, engine VARCHAR, entrant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 1201, 3, 21342, 17966, 6, 1948, 584, 4280, 28027, 6, 3, 295, 3569, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 2929, 116, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1948, 3274, 96, 509, 7, 7048, 2541, 18, 20364, 3430, 3, 295, 3569, 3274, 96, 52, 106, 3, 107, 10269, 7, 3, 87, 372, 418, 302, 121, 1, ...
What is the name of the Entrant that has a Chassis of lotus 25
SELECT entrant FROM table_name_39 WHERE chassis = "lotus 25"
CREATE TABLE table_name_39 (entrant VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 295, 3569, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 564, 13, 8, 4443, 3569, 24, 65, 3, 9, 4004, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 295, 3569, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 22836, 3274, 96, 3171, 302, 944, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the engine when the chassis was a porsche 718??
SELECT engine FROM table_name_87 WHERE chassis = "porsche 718"
CREATE TABLE table_name_87 (engine VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 20165, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1948, 116, 8, 22836, 47, 3, 9, 5569, 3992, 489, 260...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1948, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 22836, 3274, 96, 102, 127, 3992, 489, 2606, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the number of points when there was a BMW 269 F2 chassis earlier than 1969?
SELECT COUNT(points) FROM table_name_63 WHERE chassis = "bmw 269 f2" AND year < 1969
CREATE TABLE table_name_63 (points VARCHAR, chassis VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 2700, 7, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 979, 116, 132,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 22836, 3274, 96, 29471, 204, 3951, 3, 89, 357, 121, 3430, 215, 3, 2, 17185, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What engine was in the lotus 44 f2 Chassis?
SELECT engine FROM table_name_27 WHERE chassis = "lotus 44 f2"
CREATE TABLE table_name_27 (engine VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 20165, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1948, 47, 16, 8, 418, 302, 8537, 3, 89, 357, 4004, 6500, 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, 1948, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 22836, 3274, 96, 3171, 302, 8537, 3, 89, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What year was there a lotus 25 Chassis?
SELECT year FROM table_name_47 WHERE chassis = "lotus 25"
CREATE TABLE table_name_47 (year VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 1201, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 132, 3, 9, 418, 302, 944, 4004, 6500, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 215, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 22836, 3274, 96, 3171, 302, 944, 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 lowest rank for the netherlands in lane less than 4?
SELECT MIN(rank) FROM table_name_92 WHERE nationality = "netherlands" AND lane < 4
CREATE TABLE table_name_92 (rank INTEGER, nationality VARCHAR, lane VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 6254, 3, 21342, 17966, 6, 1157, 485, 584, 4280, 28027, 6, 3, 8102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 7402, 11003, 21, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 6254, 61, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 1157, 485, 3274, 96, 29, 16764, 6347, 121, 3430, 3, 8102, 3, 2, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the height of the delegate whose hometown is Renton, WA?
SELECT height FROM table_name_69 WHERE hometown = "renton, wa"
CREATE TABLE table_name_69 (height VARCHAR, hometown VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 88, 2632, 584, 4280, 28027, 6, 22295, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3902, 13, 8, 20, 8791, 3, 2544, 22295, 19, 9405,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3902, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 22295, 3274, 96, 60, 6992, 6, 8036, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Is there a Position for Notes 53.96?
SELECT position FROM table_name_82 WHERE notes = "53.96"
CREATE TABLE table_name_82 (position VARCHAR, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 4718, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27, 7, 132, 3, 9, 14258, 21, 2507, 7, 12210, 5, 4314, 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, 1102, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 3358, 3274, 96, 4867, 5, 4314, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Is there a Venus that's a year later than 2002, with an Event of 4x400m relay in 4th Position?
SELECT venue FROM table_name_82 WHERE event = "4x400m relay" AND year > 2002 AND position = "4th"
CREATE TABLE table_name_82 (venue VARCHAR, position VARCHAR, event VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 15098, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 605, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 27, 7, 132, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5669, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 605, 3274, 96, 591, 226, 5548, 51, 16010, 121, 3430, 215, 2490, 4407, 3430, 1102, 3274, 96, 591, 189, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Event goes with Notes 53.76?
SELECT event FROM table_name_76 WHERE notes = "53.76"
CREATE TABLE table_name_76 (event VARCHAR, notes VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 15, 2169, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 8042, 1550, 28, 2507, 7, 12210, 5, 3959, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 605, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 3358, 3274, 96, 4867, 5, 3959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
On what date did they have a record of 12-17?
SELECT date FROM table_name_68 WHERE record = "12-17"
CREATE TABLE table_name_68 (date VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 5522, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 410, 79, 43, 3, 9, 1368, 13, 586, 10794, 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, 833, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 1368, 3274, 96, 2122, 10794, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What engine did the Team Lotus have after 1965?
SELECT engine FROM table_name_63 WHERE entrant = "team lotus" AND year > 1965
CREATE TABLE table_name_63 (engine VARCHAR, entrant VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 20165, 584, 4280, 28027, 6, 3, 295, 3569, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1948, 410, 8, 2271, 25413, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1948, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 3, 295, 3569, 3274, 96, 11650, 418, 302, 121, 3430, 215, 2490, 19201, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What chassis did the BRM V8 engine have?
SELECT chassis FROM table_name_92 WHERE engine = "brm v8"
CREATE TABLE table_name_92 (chassis VARCHAR, engine VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 524, 6500, 7, 584, 4280, 28027, 6, 1948, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 22836, 410, 8, 272, 7336, 584, 927, 1948, 43, 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, 22836, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 1948, 3274, 96, 115, 52, 51, 3, 208, 927, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the highest number of points in 1966?
SELECT MAX(points) FROM table_name_99 WHERE year = 1966
CREATE TABLE table_name_99 (points INTEGER, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 2700, 7, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2030, 381, 13, 979, 16, 20658, 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, 4800, 4, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 215, 3274, 20658, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the greatest number of losses a team that played fewer than 25 games in 2010 had?
SELECT MAX(losses) FROM table_name_87 WHERE games < 25 AND season = "2010"
CREATE TABLE table_name_87 (losses INTEGER, games VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 2298, 2260, 3, 21342, 17966, 6, 1031, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4016, 381, 13, 8467, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2298, 2260, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 1031, 3, 2, 944, 3430, 774, 3274, 96, 14926, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average number of points for a team that played 17 games and had more than 15 losses?
SELECT AVG(points) FROM table_name_37 WHERE games = 17 AND losses > 15
CREATE TABLE table_name_37 (points INTEGER, games VARCHAR, losses VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 2700, 7, 3, 21342, 17966, 6, 1031, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 381, 13, 979, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 1031, 3274, 1003, 3430, 8467, 2490, 627, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many laps did gunnar nilsson drive?
SELECT SUM(laps) FROM table_name_69 WHERE driver = "gunnar nilsson"
CREATE TABLE table_name_69 (laps INTEGER, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 8478, 7, 3, 21342, 17966, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 14941, 7, 410, 4740, 29, 291, 3, 29, 1558, 739, 1262,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8478, 7, 61, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 2535, 3274, 96, 8765, 29, 291, 3, 29, 1558, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who built james hunt's car that went 79 laps?
SELECT constructor FROM table_name_74 WHERE laps = 79 AND driver = "james hunt"
CREATE TABLE table_name_74 (constructor VARCHAR, laps VARCHAR, driver VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 15982, 5317, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 6, 2535, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 1192, 7620, 15, 7, 8069...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6774, 127, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 14941, 7, 3274, 3, 4440, 3430, 2535, 3274, 96, 1191, 2687, 8069, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How much did the Modern Pentathlon III Series coin weigh?
SELECT weight FROM table_name_65 WHERE series = "iii series" AND reverse = "modern pentathlon"
CREATE TABLE table_name_65 (weight VARCHAR, series VARCHAR, reverse VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 9378, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 6, 7211, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 231, 410, 8, 5070, 4511, 17, 21774, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1293, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 939, 3274, 96, 23, 23, 23, 939, 121, 3430, 7211, 3274, 96, 18306, 4550, 17, 21774, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the obverse of the archery coin?
SELECT obverse FROM table_name_45 WHERE reverse = "archery"
CREATE TABLE table_name_45 (obverse VARCHAR, reverse VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 32, 115, 7583, 584, 4280, 28027, 6, 7211, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 32, 115, 7583, 13, 8, 11508, 4203, 7485, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 32, 115, 7583, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 7211, 3274, 96, 7064, 4203, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the denomination of the III Series?
SELECT denomination FROM table_name_8 WHERE series = "iii series"
CREATE TABLE table_name_8 (denomination VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 537, 32, 14484, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 28730, 13, 8, 6289, 4531, 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, 28730, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 939, 3274, 96, 23, 23, 23, 939, 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 diameter of the Archery Reverse coin?
SELECT diameter FROM table_name_46 WHERE reverse = "archery"
CREATE TABLE table_name_46 (diameter VARCHAR, reverse VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 26, 23, 9, 4401, 584, 4280, 28027, 6, 7211, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 9260, 13, 8, 9318, 4203, 419, 7583, 7485, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9260, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 7211, 3274, 96, 7064, 4203, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who wrote the episode with a production code greater than 1.4 direcyed by rick wallace?
SELECT written_by FROM table_name_5 WHERE prod_code > 1.4 AND directed_by = "rick wallace"
CREATE TABLE table_name_5 (written_by VARCHAR, prod_code VARCHAR, directed_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 14973, 834, 969, 584, 4280, 28027, 6, 813, 26, 834, 4978, 584, 4280, 28027, 6, 6640, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1545, 834, 969, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 813, 26, 834, 4978, 2490, 3, 14912, 3430, 6640, 834, 969, 3274, 96, 5206, 1481, 3302, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who wrote the episode that was directed by dan lerner?
SELECT written_by FROM table_name_12 WHERE directed_by = "dan lerner"
CREATE TABLE table_name_12 (written_by VARCHAR, directed_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 14973, 834, 969, 584, 4280, 28027, 6, 6640, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 2832, 8, 5640, 24, 47, 6640, 57, 3, 37...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1545, 834, 969, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 6640, 834, 969, 3274, 96, 3768, 3, 9588, 49, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average total of player Simon Donnelly, with a Scottish Cup greater than 0?
SELECT AVG(total) FROM table_name_2 WHERE player = "simon donnelly" AND scottish_cup > 0
CREATE TABLE table_name_2 (total INTEGER, player VARCHAR, scottish_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 235, 1947, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 3, 7, 10405, 1273, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 71, 17217, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 1959, 3274, 96, 28348, 29, 8551, 6073, 121, 3430, 3, 7, 10405, 1273, 834, 4658, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, ...
What is the Challenge Cup total with a League of 1, Player Simon Storey, and a Total greater than 1?
SELECT SUM(challenge_cup) FROM table_name_90 WHERE league = 1 AND player = "simon storey" AND total > 1
CREATE TABLE table_name_90 (challenge_cup INTEGER, total VARCHAR, league VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 12654, 40, 35, 397, 834, 4658, 3, 21342, 17966, 6, 792, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 12654, 40, 35, 397, 834, 4658, 61, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 5533, 3274, 209, 3430, 1959, 3274, 96, 28348, 29, 1078, 63, 121, 3430, 792, 2490, 209, 1, -100, -100, -100, -100,...
What is the highest total of Player Damon Gray, with a Challenge Cup less than 0?
SELECT MAX(total) FROM table_name_25 WHERE player = "damon gray" AND challenge_cup < 0
CREATE TABLE table_name_25 (total INTEGER, player VARCHAR, challenge_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 235, 1947, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 1921, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 792, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 1959, 3274, 96, 7812, 106, 9954, 121, 3430, 1921, 834, 4658, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which result has a Venue of away, and an Opponent of marbella?
SELECT result FROM table_name_35 WHERE venue = "away" AND opponent = "marbella"
CREATE TABLE table_name_35 (result VARCHAR, venue VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 741, 65, 3, 9, 29940, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 5669, 3274, 96, 8006, 121, 3430, 15264, 3274, 96, 1635, 7708, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which venue has a Date of 28 july 2007?
SELECT venue FROM table_name_68 WHERE date = "28 july 2007"
CREATE TABLE table_name_68 (venue VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 15098, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 5669, 65, 3, 9, 7678, 13, 2059, 3, 2047, 120, 4101, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5669, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 833, 3274, 96, 2577, 3, 2047, 120, 4101, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the result with a home venue?
SELECT result FROM table_name_26 WHERE venue = "home"
CREATE TABLE table_name_26 (result VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 741, 28, 3, 9, 234, 5669, 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, 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, 2688, 549, 17444, 427, 5669, 3274, 96, 5515, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Date has a Result of 0–0?
SELECT date FROM table_name_42 WHERE result = "0–0"
CREATE TABLE table_name_42 (date VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 5522, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7678, 65, 3, 9, 3, 20119, 13, 3, 632, 104, 632, 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, 833, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 741, 3274, 96, 632, 104, 632, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which date has a Result of 5–0, and an Opponent of tooting & mitcham?
SELECT date FROM table_name_90 WHERE result = "5–0" AND opponent = "tooting & mitcham"
CREATE TABLE table_name_90 (date VARCHAR, result VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 5522, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 833, 65, 3, 9, 3, 20119, 13, 305...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 741, 3274, 96, 755, 104, 632, 121, 3430, 15264, 3274, 96, 235, 32, 1222, 3, 184, 181, 17788, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the total number of goals which have played more than 44
SELECT COUNT(goals_for) FROM table_name_13 WHERE played > 44
CREATE TABLE table_name_13 (goals_for VARCHAR, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 839, 5405, 834, 1161, 584, 4280, 28027, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 792, 381, 13, 1766, 84, 43, 1944, 72, 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, 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, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 1944, 2490, 8537, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the most draws when goals against is more than 56 and wins is more than 14
SELECT MAX(draws) FROM table_name_89 WHERE goals_against > 56 AND wins > 14
CREATE TABLE table_name_89 (draws INTEGER, goals_against VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 19489, 7, 3, 21342, 17966, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 9204, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 167,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 19489, 7, 61, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 2490, 11526, 3430, 9204, 2490, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name the least goals when position is more than 4 and draws is more than 11
SELECT MIN(goals_for) FROM table_name_67 WHERE position > 4 AND draws > 11
CREATE TABLE table_name_67 (goals_for INTEGER, position VARCHAR, draws VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 14924, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 709, 1766, 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, 3, 17684, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 1102, 2490, 314, 3430, 14924, 2490, 850, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name the most wins which have clubbed of elche cf and goals against more than 43
SELECT MAX(wins) FROM table_name_51 WHERE club = "elche cf" AND goals_against > 43
CREATE TABLE table_name_51 (wins INTEGER, club VARCHAR, goals_against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 3757, 7, 3, 21342, 17966, 6, 1886, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 167, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 1886, 3274, 96, 15, 40, 1033, 3, 75, 89, 121, 3430, 1766, 834, 9, 16720, 7, 17, 2490, 8838, 1, -100, -100, -100, -100, -100, -100, -1...
Birth Date of 8 November 1980, and a Weight smaller than 93 has what sum of a shirt number?
SELECT SUM(shirt_no) FROM table_name_6 WHERE birth_date = "8 november 1980" AND weight < 93
CREATE TABLE table_name_6 (shirt_no INTEGER, birth_date VARCHAR, weight VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 9486, 834, 29, 32, 3, 21342, 17966, 6, 3879, 834, 5522, 584, 4280, 28027, 6, 1293, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 26337, 7678, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 9486, 834, 29, 32, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 3879, 834, 5522, 3274, 96, 927, 3, 5326, 18247, 6694, 121, 3430, 1293, 3, 2, 3, 4271, 1, -100, -100, -100, -100, -100, -100,...
Shirt number of 18, and a Height larger than 195 has how much weight?
SELECT COUNT(weight) FROM table_name_63 WHERE shirt_no = 18 AND height > 195
CREATE TABLE table_name_63 (weight VARCHAR, shirt_no VARCHAR, height VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 9378, 584, 4280, 28027, 6, 8677, 834, 29, 32, 584, 4280, 28027, 6, 3902, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 3, 16671, 381, 13, 14985, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 9378, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 8677, 834, 29, 32, 3274, 507, 3430, 3902, 2490, 3, 22464, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the To par for leland gibson
SELECT to_par FROM table_name_59 WHERE player = "leland gibson"
CREATE TABLE table_name_59 (to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 235, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 304, 260, 21, 90, 40, 232, 31257, 739, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 1959, 3274, 96, 109, 40, 232, 31257, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the place for ed oliver
SELECT place FROM table_name_47 WHERE player = "ed oliver"
CREATE TABLE table_name_47 (place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 4687, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 286, 21, 3, 15, 26, 7994, 52, 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, 286, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 1959, 3274, 96, 15, 26, 7994, 52, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the player with score of 74-68-71=213
SELECT player FROM table_name_4 WHERE score = 74 - 68 - 71 = 213
CREATE TABLE table_name_4 (player VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 20846, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 1959, 28, 2604, 13, 3, 4581, 18, 3651, 18, 4450, 2423, 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, 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, 591, 549, 17444, 427, 2604, 3274, 3, 4581, 3, 18, 3, 3651, 3, 18, 3, 4450, 3274, 204, 2368, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the To par for dick metz
SELECT to_par FROM table_name_61 WHERE player = "dick metz"
CREATE TABLE table_name_61 (to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 235, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 304, 260, 21, 3, 26, 3142, 1736, 172, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 1959, 3274, 96, 26, 3142, 1736, 172, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What year was there no competition in Mixed Doubles?
SELECT year FROM table_name_45 WHERE mixed_doubles = "no competition"
CREATE TABLE table_name_45 (year VARCHAR, mixed_doubles VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 1201, 584, 4280, 28027, 6, 4838, 834, 25761, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 132, 150, 2259, 16, 28024, 8405, 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, 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, 2128, 549, 17444, 427, 4838, 834, 25761, 7, 3274, 96, 29, 32, 2259, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what was the score for the game on 14 april 2001?
SELECT score FROM table_name_67 WHERE date = "14 april 2001"
CREATE TABLE table_name_67 (score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 47, 8, 2604, 21, 8, 467, 30, 968, 3, 9, 2246, 40, 4402, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 833, 3274, 96, 2534, 3, 9, 2246, 40, 4402, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the score for the game on 21 april 2001?
SELECT score FROM table_name_25 WHERE date = "21 april 2001"
CREATE TABLE table_name_25 (score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2604, 21, 8, 467, 30, 1401, 3, 9, 2246, 40, 4402,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 833, 3274, 96, 2658, 3, 9, 2246, 40, 4402, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the competition on 21 april 2001?
SELECT competition FROM table_name_75 WHERE date = "21 april 2001"
CREATE TABLE table_name_75 (competition VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 2259, 30, 1401, 3, 9, 2246, 40, 4402, 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, 2259, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 833, 3274, 96, 2658, 3, 9, 2246, 40, 4402, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the opponent the Seattle Seahawks played when their record was 1-3?
SELECT opponent FROM table_name_57 WHERE record = "1-3"
CREATE TABLE table_name_57 (opponent VARCHAR, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 15264, 8, 8854, 3319, 14400, 7, 1944, 116, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 1368, 3274, 96, 16737, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
On what date was the crowd size of 71,789?
SELECT date FROM table_name_35 WHERE attendance = "71,789"
CREATE TABLE table_name_35 (date VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 5522, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 47, 8, 4374, 812, 13, 3, 4450, 6, 940, 3914, 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, 833, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 11364, 3274, 96, 4450, 6, 940, 3914, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which week did the Seattle Seahawks have a record of 6-6?
SELECT AVG(week) FROM table_name_7 WHERE record = "6-6"
CREATE TABLE table_name_7 (week INTEGER, record VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 8041, 3, 21342, 17966, 6, 1368, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 471, 410, 8, 8854, 3319, 14400, 7, 43, 3, 9, 1368, 13, 431, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 940, 549, 17444, 427, 1368, 3274, 96, 948, 5783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the final score (result) for the game where 51,100 attended?
SELECT result FROM table_name_36 WHERE attendance = "51,100"
CREATE TABLE table_name_36 (result VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 804, 2604, 41, 60, 7, 83, 17, 61, 21, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 11364, 3274, 96, 5553, 6, 2915, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Where was the game held when the attendance was 56,770?
SELECT game_site FROM table_name_63 WHERE attendance = "56,770"
CREATE TABLE table_name_63 (game_site VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 7261, 834, 3585, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, 8, 467, 1213, 116, 8, 11364, 47, 11526, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 467, 834, 3585, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 11364, 3274, 96, 4834, 6, 26920, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which week was the game held at Kingdome on October 13, 1991?
SELECT MIN(week) FROM table_name_71 WHERE game_site = "kingdome" AND date = "october 13, 1991"
CREATE TABLE table_name_71 (week INTEGER, game_site VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 8041, 3, 21342, 17966, 6, 467, 834, 3585, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 471, 47, 8, 467, 1213, 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, 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, 4450, 549, 17444, 427, 467, 834, 3585, 3274, 96, 1765, 5012, 15, 121, 3430, 833, 3274, 96, 32, 75, 235, 1152, 10670, 9957, 121, 1, -100, -100, -100, -100, -100, ...
Who was the opponent at the game that had a loss of Harden (9-6)?
SELECT opponent FROM table_name_27 WHERE loss = "harden (9-6)"
CREATE TABLE table_name_27 (opponent VARCHAR, loss VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1453, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 15264, 44, 8, 467, 24, 141, 3, 9, 1453, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15264, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 1453, 3274, 96, 5651, 35, 14156, 18, 10938, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the sum of Laps for co-drivers of oliver gavin jan magnussen and class of gts with year less than 2004
SELECT SUM(laps) FROM table_name_17 WHERE co_drivers = "oliver gavin jan magnussen" AND class = "gts" AND year < 2004
CREATE TABLE table_name_17 (laps INTEGER, year VARCHAR, co_drivers VARCHAR, class VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 8478, 7, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 6, 576, 834, 13739, 52, 7, 584, 4280, 28027, 6, 853, 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, 8478, 7, 61, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 576, 834, 13739, 52, 7, 3274, 96, 4172, 624, 7922, 2494, 3, 7066, 6396, 29, 76, 4932, 121, 3430, 853, 3274, 96, 122, 17, 7, 121, 34...
Name the team with laps more than 333 and year less than 2004
SELECT team FROM table_name_84 WHERE laps > 333 AND year < 2004
CREATE TABLE table_name_84 (team VARCHAR, laps VARCHAR, year VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 11650, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 372, 28, 14941, 7, 72, 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, 372, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 14941, 7, 2490, 3, 23360, 3430, 215, 3, 2, 4406, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the team with Laps of 333
SELECT team FROM table_name_92 WHERE laps = 333
CREATE TABLE table_name_92 (team VARCHAR, laps VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 11650, 584, 4280, 28027, 6, 14941, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 372, 28, 325, 102, 7, 13, 3, 23360, 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, 372, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 14941, 7, 3274, 3, 23360, 1, -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 points for where the tries for is 29?
SELECT points_for FROM table_name_34 WHERE tries_for = "29"
CREATE TABLE table_name_34 (points_for VARCHAR, tries_for VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 2700, 7, 834, 1161, 584, 4280, 28027, 6, 3, 9000, 834, 1161, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 979, 21, 213, 8, 3, 900...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 979, 834, 1161, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 3, 9000, 834, 1161, 3274, 96, 3166, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the points for of Club of penallta rfc?
SELECT points_for FROM table_name_17 WHERE club = "penallta rfc"
CREATE TABLE table_name_17 (points_for VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 2700, 7, 834, 1161, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 979, 21, 13, 1949, 13, 12299, 40, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 979, 834, 1161, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1886, 3274, 96, 3208, 1748, 17, 9, 3, 52, 89, 75, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the try bonus for ynysybwl rfc?
SELECT try_bonus FROM table_name_12 WHERE club = "ynysybwl rfc"
CREATE TABLE table_name_12 (try_bonus VARCHAR, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 8224, 834, 5407, 302, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 653, 4023, 21, 3, 63, 29, 63, 7, 63...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 653, 834, 5407, 302, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 1886, 3274, 96, 63, 29, 63, 7, 63, 115, 210, 40, 3, 52, 89, 75, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the points against for the team that played 22 and lost 6?
SELECT points_against FROM table_name_81 WHERE played = "22" AND lost = "6"
CREATE TABLE table_name_81 (points_against VARCHAR, played VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 2700, 7, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 6, 1513, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 979, 834, 9, 16720, 7, 17, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 1944, 3274, 96, 2884, 121, 3430, 1513, 3274, 96, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the score of Tommy Bolt
SELECT MIN(score) FROM table_name_23 WHERE player = "tommy bolt"
CREATE TABLE table_name_23 (score INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 7, 9022, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2604, 13, 22091, 8166, 17, 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, 3, 17684, 599, 7, 9022, 61, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 1959, 3274, 96, 235, 635, 63, 12862, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
WHich Places have a score smaller than 69?
SELECT place FROM table_name_12 WHERE score < 69
CREATE TABLE table_name_12 (place VARCHAR, score INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 4687, 584, 4280, 28027, 6, 2604, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 3, 15313, 362, 3399, 7, 43, 3, 9, 2604, 2755, 145, 3, 3951, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 2604, 3, 2, 3, 3951, 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 To Par that has Tommy Bolt with a Place of t6?
SELECT to_par FROM table_name_6 WHERE place = "t6" AND player = "tommy bolt"
CREATE TABLE table_name_6 (to_par VARCHAR, place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 235, 834, 1893, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 304, 2180, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 12, 834, 1893, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 286, 3274, 96, 17, 948, 121, 3430, 1959, 3274, 96, 235, 635, 63, 12862, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who is the entrant with a cooper t43 chassis before 1958?
SELECT entrant FROM table_name_47 WHERE year < 1958 AND chassis = "cooper t43"
CREATE TABLE table_name_47 (entrant VARCHAR, year VARCHAR, chassis VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 295, 3569, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 22836, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 3, 295, 3569, 28, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 295, 3569, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 215, 3, 2, 22306, 3430, 22836, 3274, 96, 25911, 49, 3, 17, 4906, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the 2006 when the 2010 is 27
SELECT 2006 FROM table_name_26 WHERE 2010 = "27"
CREATE TABLE table_name_26 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 3581, 116, 8, 2735, 19, 2307, 1, 0, 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, 3581, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 2735, 3274, 96, 2555, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which main cast seasons were portrayed by Joe Jonas?
SELECT main_cast_seasons FROM table_name_13 WHERE portrayed_by = "joe jonas"
CREATE TABLE table_name_13 (main_cast_seasons VARCHAR, portrayed_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 7484, 834, 5254, 834, 9476, 7, 584, 4280, 28027, 6, 3, 27486, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 711, 4061, 9385, 130, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 711, 834, 5254, 834, 9476, 7, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 3, 27486, 834, 969, 3274, 96, 1927, 15, 3, 15429, 9, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many episodes were portrayed by Nick Jonas?
SELECT COUNT(_number_of_episodes) FROM table_name_81 WHERE portrayed_by = "nick jonas"
CREATE TABLE table_name_81 (_number_of_episodes VARCHAR, portrayed_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 584, 4280, 28027, 6, 3, 27486, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 3, 27486, 834, 969, 3274, 96, 11191, 3, 15429, 9, 7, 121, 1, -100, -100, -100, -100,...
How many episodes had the character of Nick Lucas?
SELECT SUM(_number_of_episodes) FROM table_name_91 WHERE character = "nick lucas"
CREATE TABLE table_name_91 (_number_of_episodes INTEGER, character VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 3, 21342, 17966, 6, 1848, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 13562, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 834, 5525, 1152, 834, 858, 834, 15, 102, 159, 32, 1395, 61, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 1848, 3274, 96, 11191, 3, 11525, 9, 7, 121, 1, -100, -100, -100, -100, -100, -100, -10...
What character is portrayed by Joe Jonas?
SELECT character FROM table_name_59 WHERE portrayed_by = "joe jonas"
CREATE TABLE table_name_59 (character VARCHAR, portrayed_by VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 31886, 584, 4280, 28027, 6, 3, 27486, 834, 969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1848, 19, 3, 27486, 57, 4967, 8178, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1848, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 3, 27486, 834, 969, 3274, 96, 1927, 15, 3, 15429, 9, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the extra info for the Commonwealth Games?
SELECT extra FROM table_name_90 WHERE tournament = "commonwealth games"
CREATE TABLE table_name_90 (extra VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 25666, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 996, 2845, 21, 8, 21260, 5880, 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, 996, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 5892, 3274, 96, 287, 2157, 1123, 138, 189, 1031, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What year was the Commonwealth Games?
SELECT SUM(year) FROM table_name_16 WHERE tournament = "commonwealth games"
CREATE TABLE table_name_16 (year INTEGER, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 1201, 3, 21342, 17966, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 21260, 5880, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 5892, 3274, 96, 287, 2157, 1123, 138, 189, 1031, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What job is at red bank?
SELECT occupation FROM table_name_90 WHERE residence = "red bank"
CREATE TABLE table_name_90 (occupation VARCHAR, residence VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 24911, 584, 4280, 28027, 6, 6198, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 613, 19, 44, 1131, 2137, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 13792, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 6198, 3274, 96, 1271, 2137, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What year did Ecurie Bleue score more than 0 points?
SELECT AVG(year) FROM table_name_34 WHERE pts > 0 AND entrant = "ecurie bleue"
CREATE TABLE table_name_34 (year INTEGER, pts VARCHAR, entrant VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 1201, 3, 21342, 17966, 6, 3, 102, 17, 7, 584, 4280, 28027, 6, 3, 295, 3569, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 410, 262, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 3, 102, 17, 7, 2490, 3, 632, 3430, 3, 295, 3569, 3274, 96, 15, 9659, 15, 15197, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the starting point of the north/south operating Palafox Street route?
SELECT starting_point FROM table_name_66 WHERE operates = "north/south" AND name = "palafox street"
CREATE TABLE table_name_66 (starting_point VARCHAR, operates VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 10208, 53, 834, 2700, 584, 4280, 28027, 6, 10291, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1684, 500, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1684, 834, 2700, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 10291, 3274, 96, 29, 127, 189, 87, 7, 670, 107, 121, 3430, 564, 3274, 96, 13878, 20400, 2815, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Which bi-directional route has a terminus at Ecat/Rosa Park Transit Center?
SELECT name FROM table_name_50 WHERE direction = "bi-directional" AND terminus = "ecat/rosa park transit center"
CREATE TABLE table_name_50 (name VARCHAR, direction VARCHAR, terminus VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 4350, 584, 4280, 28027, 6, 2212, 584, 4280, 28027, 6, 12089, 302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2647, 18, 26352, 2981, 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, 564, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 2212, 3274, 96, 115, 23, 18, 26352, 121, 3430, 12089, 302, 3274, 96, 15, 2138, 87, 1859, 9, 2447, 11811, 1530, 121, 1, -100, -100, -100, -100, -100, -100, -100...
Which route has a terminus of pine Forest?
SELECT name FROM table_name_57 WHERE terminus = "pine forest"
CREATE TABLE table_name_57 (name VARCHAR, terminus VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 4350, 584, 4280, 28027, 6, 12089, 302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2981, 65, 3, 9, 12089, 302, 13, 15178, 6944, 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, 564, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 12089, 302, 3274, 96, 3180, 15, 5827, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the starting point of the route that has its terminus at Ecat/Rosa Park Transit Center?
SELECT starting_point FROM table_name_27 WHERE terminus = "ecat/rosa park transit center"
CREATE TABLE table_name_27 (starting_point VARCHAR, terminus VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 10208, 53, 834, 2700, 584, 4280, 28027, 6, 12089, 302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1684, 500, 13, 8, 2981, 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, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1684, 834, 2700, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 12089, 302, 3274, 96, 15, 2138, 87, 1859, 9, 2447, 11811, 1530, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the direction of the route that stars at downtown transit center and has a terminus point at Pensacola Beach?
SELECT direction FROM table_name_50 WHERE starting_point = "downtown transit center" AND terminus = "pensacola beach"
CREATE TABLE table_name_50 (direction VARCHAR, starting_point VARCHAR, terminus VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 10258, 4985, 584, 4280, 28027, 6, 1684, 834, 2700, 584, 4280, 28027, 6, 12089, 302, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2212...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2212, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 1684, 834, 2700, 3274, 96, 3035, 3540, 11811, 1530, 121, 3430, 12089, 302, 3274, 96, 3801, 9, 12600, 2608, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Where does the Bayou Blvd./12th Avenue route that has a terminus at the downtown transit center operate?
SELECT operates FROM table_name_5 WHERE terminus = "downtown transit center" AND name = "bayou blvd./12th avenue"
CREATE TABLE table_name_5 (operates VARCHAR, terminus VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 18140, 1422, 584, 4280, 28027, 6, 12089, 302, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 405, 8, 2474, 1063, 242...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 10291, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 12089, 302, 3274, 96, 3035, 3540, 11811, 1530, 121, 3430, 564, 3274, 96, 11119, 1063, 3, 115, 40, 208, 26, 5, 18009, 189, 18836, 121, 1, -100, -100, -100, -10...
How many full professors work under Hartmut Kliemt with more than 0 lecturers?
SELECT COUNT(full_professors) FROM table_name_72 WHERE head = "hartmut kliemt" AND lecturers > 0
CREATE TABLE table_name_72 (full_professors VARCHAR, head VARCHAR, lecturers VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 1329, 40, 834, 1409, 89, 24901, 7, 584, 4280, 28027, 6, 819, 584, 4280, 28027, 6, 22111, 277, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 1329, 40, 834, 1409, 89, 24901, 7, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 819, 3274, 96, 13626, 4246, 3, 20529, 15, 51, 17, 121, 3430, 22111, 277, 2490, 3, 632, 1, -100, -100, -10...
What is the least amount of lecturers in the accounting department with less than 5 full professors?
SELECT MIN(lecturers) FROM table_name_86 WHERE department = "accounting" AND full_professors < 5
CREATE TABLE table_name_86 (lecturers INTEGER, department VARCHAR, full_professors VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 3437, 450, 277, 3, 21342, 17966, 6, 3066, 584, 4280, 28027, 6, 423, 834, 1409, 89, 24901, 7, 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, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3437, 450, 277, 61, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 3066, 3274, 96, 9, 75, 13362, 53, 121, 3430, 423, 834, 1409, 89, 24901, 7, 3, 2, 305, 1, -100, -100, -100, -100, -100, -100, ...
What is the average number of honorary professors in the economics department with 1 lecturer?
SELECT AVG(honorary_professors) FROM table_name_9 WHERE lecturers = 1 AND department = "economics"
CREATE TABLE table_name_9 (honorary_professors INTEGER, lecturers VARCHAR, department VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 107, 106, 127, 1208, 834, 1409, 89, 24901, 7, 3, 21342, 17966, 6, 22111, 277, 584, 4280, 28027, 6, 3066, 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, 71, 17217, 599, 107, 106, 127, 1208, 834, 1409, 89, 24901, 7, 61, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 22111, 277, 3274, 209, 3430, 3066, 3274, 96, 13599, 7, 121, 1, -100, -100, -100, -100, -100, -100,...
What Loss occured on the Date of June 12?
SELECT loss FROM table_name_39 WHERE date = "june 12"
CREATE TABLE table_name_39 (loss VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 2298, 7, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3144, 7, 4093, 15, 26, 30, 8, 7678, 13, 1515, 586, 58, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1453, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 833, 3274, 96, 6959, 15, 586, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What Loss had an Attendance of 17,675?
SELECT loss FROM table_name_27 WHERE attendance = "17,675"
CREATE TABLE table_name_27 (loss VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 2298, 7, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3144, 7, 141, 46, 22497, 663, 13, 12864, 3708, 755, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1453, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 11364, 3274, 96, 2517, 6, 3708, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Loss had an Attendance of 17,675?
SELECT loss FROM table_name_35 WHERE attendance = "17,675"
CREATE TABLE table_name_35 (loss VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 2298, 7, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 3144, 7, 141, 46, 22497, 663, 13, 12864, 3708, 755, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1453, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 11364, 3274, 96, 2517, 6, 3708, 17395, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
On what Date had a Score of 5-2 and a Loss of Greinke (1-2)?
SELECT date FROM table_name_84 WHERE score = "5-2" AND loss = "greinke (1-2)"
CREATE TABLE table_name_84 (date VARCHAR, score VARCHAR, loss VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 1453, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 7678, 141, 3, 9, 17763, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 2604, 3274, 96, 24279, 121, 3430, 1453, 3274, 96, 3584, 6090, 15, 41, 9596, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the Score that has an Attendance of 39,446?
SELECT score FROM table_name_3 WHERE attendance = "39,446"
CREATE TABLE table_name_3 (score VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 7, 9022, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 17763, 24, 65, 46, 22497, 663, 13, 6352, 6, 591, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 11364, 3274, 96, 3288, 6, 591, 4448, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the Loss that had a Score of 9-1?
SELECT loss FROM table_name_87 WHERE score = "9-1"
CREATE TABLE table_name_87 (loss VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 2298, 7, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 3144, 7, 24, 141, 3, 9, 17763, 13, 668, 2292, 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, 1453, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 2604, 3274, 96, 1298, 2292, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What counties represented have a democratic committee, and a committee of ways and means?
SELECT counties_represented FROM table_name_17 WHERE party = "democratic" AND committee = "ways and means"
CREATE TABLE table_name_17 (counties_represented VARCHAR, party VARCHAR, committee VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 13362, 725, 834, 29845, 584, 4280, 28027, 6, 1088, 584, 4280, 28027, 6, 4492, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 16227, 7283, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 16227, 834, 29845, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1088, 3274, 96, 23319, 447, 121, 3430, 4492, 3274, 96, 6415, 11, 598, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average first elected year that has a district of 11 and a committee of environmental matters?
SELECT AVG(first_elected) FROM table_name_18 WHERE district = "11" AND committee = "environmental matters"
CREATE TABLE table_name_18 (first_elected INTEGER, district VARCHAR, committee VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 14672, 834, 19971, 3, 21342, 17966, 6, 3939, 584, 4280, 28027, 6, 4492, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 166, 8160,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14672, 834, 19971, 61, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 3939, 3274, 96, 2596, 121, 3430, 4492, 3274, 96, 19659, 13974, 4573, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...