NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What College has a Player that is jermaine romans?
SELECT college FROM table_name_79 WHERE player = "jermaine romans"
CREATE TABLE table_name_79 (college VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 3297, 7883, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1888, 65, 3, 9, 12387, 24, 19, 3, 12488, 7484, 15, 340...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1900, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 1959, 3274, 96, 12488, 7484, 15, 3408, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which Score has a Date of 28 february 1953, and a Tie no of 3?
SELECT score FROM table_name_14 WHERE date = "28 february 1953" AND tie_no = "3"
CREATE TABLE table_name_14 (score VARCHAR, date VARCHAR, tie_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 17763, 65, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 833, 3274, 96, 2577, 29976, 76, 1208, 23726, 121, 3430, 6177, 834, 29, 32, 3274, 96, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Home team has a Score of 0–1, and an Away team of tottenham hotspur?
SELECT home_team FROM table_name_77 WHERE score = "0–1" AND away_team = "tottenham hotspur"
CREATE TABLE table_name_77 (home_team VARCHAR, score VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1210, 372, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 234, 834, 11650, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 2604, 3274, 96, 632, 104, 536, 121, 3430, 550, 834, 11650, 3274, 96, 235, 17, 324, 1483, 1312, 7, 3791, 121, 1, -100, -100, -100, -100, -100, -100,...
Which Score has a Tie no of 1?
SELECT score FROM table_name_22 WHERE tie_no = "1"
CREATE TABLE table_name_22 (score VARCHAR, tie_no VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 7, 9022, 584, 4280, 28027, 6, 6177, 834, 29, 32, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 17763, 65, 3, 9, 2262, 15, 150, 13, 209, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2884, 549, 17444, 427, 6177, 834, 29, 32, 3274, 96, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Home team has an Away team of everton?
SELECT home_team FROM table_name_57 WHERE away_team = "everton"
CREATE TABLE table_name_57 (home_team VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1210, 372, 65, 46, 71, 1343, 372, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 834, 11650, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 550, 834, 11650, 3274, 96, 15, 3027, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Tie no has a Score of 0–1, and a Date of 9 march 1953?
SELECT tie_no FROM table_name_95 WHERE score = "0–1" AND date = "9 march 1953"
CREATE TABLE table_name_95 (tie_no VARCHAR, score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2262, 15, 150,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 2604, 3274, 96, 632, 104, 536, 121, 3430, 833, 3274, 96, 1298, 10556, 23726, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Score has a Home team of aston villa?
SELECT score FROM table_name_20 WHERE home_team = "aston villa"
CREATE TABLE table_name_20 (score VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 7, 9022, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 17763, 65, 3, 9, 1210, 372, 13, 3, 9, 4411, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1755, 549, 17444, 427, 234, 834, 11650, 3274, 96, 9, 4411, 12159, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Language for Canale Aste?
SELECT language FROM table_name_16 WHERE television_service = "canale aste"
CREATE TABLE table_name_16 (language VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 24925, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 10509, 21, 18565, 15, 71, 849, 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, 1612, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 4390, 834, 5114, 3274, 96, 1608, 9, 109, 3, 8323, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Country with Reteconomy as the Television service?
SELECT country FROM table_name_48 WHERE television_service = "reteconomy"
CREATE TABLE table_name_48 (country VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 17529, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6993, 28, 419, 17, 15, 12036, 63, 38, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 4390, 834, 5114, 3274, 96, 10117, 12036, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the HDTV when documentaries are the content?
SELECT hdtv FROM table_name_84 WHERE content = "documentaries"
CREATE TABLE table_name_84 (hdtv VARCHAR, content VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 107, 26, 17, 208, 584, 4280, 28027, 6, 738, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3726, 4562, 116, 1708, 5414, 33, 8, 738, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 26, 17, 208, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 738, 3274, 96, 28244, 5414, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Language when the Reteconomy is the television service?
SELECT language FROM table_name_86 WHERE television_service = "reteconomy"
CREATE TABLE table_name_86 (language VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 24925, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 10509, 116, 8, 419, 17, 15, 12036, 63, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1612, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 4390, 834, 5114, 3274, 96, 10117, 12036, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the HDTV for the Rai Nettuno Sat Uno Television service?
SELECT hdtv FROM table_name_77 WHERE television_service = "rai nettuno sat uno"
CREATE TABLE table_name_77 (hdtv VARCHAR, television_service VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4013, 41, 107, 26, 17, 208, 584, 4280, 28027, 6, 4390, 834, 5114, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3726, 4562, 21, 8, 13016, 6540...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 107, 26, 17, 208, 21680, 953, 834, 4350, 834, 4013, 549, 17444, 427, 4390, 834, 5114, 3274, 96, 7253, 3, 10544, 202, 32, 3, 7, 144, 73, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest Week when the result was l 13–10, November 30, 1975, with more than 44,982 people in attendance?
SELECT MIN(week) FROM table_name_93 WHERE result = "l 13–10" AND date = "november 30, 1975" AND attendance > 44 OFFSET 982
CREATE TABLE table_name_93 (week INTEGER, attendance VARCHAR, result VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 8041, 3, 21342, 17966, 6, 11364, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 8041, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 741, 3274, 96, 40, 1179, 104, 1714, 121, 3430, 833, 3274, 96, 5326, 18247, 11558, 16312, 121, 3430, 11364, 2490, 8537, 3, 15316, 20788, 668, ...
What is the highest Week when the opponent was the los angeles rams, with more than 37,382 in Attendance?
SELECT MAX(week) FROM table_name_93 WHERE opponent = "los angeles rams" AND attendance > 37 OFFSET 382
CREATE TABLE table_name_93 (week INTEGER, opponent VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 6551, 116, 8, 15264, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 8041, 61, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 15264, 3274, 96, 2298, 11831, 15, 7, 3, 2375, 7, 121, 3430, 11364, 2490, 6862, 3, 15316, 20788, 220, 4613, 1, -100, -100, -100, -100, -100, ...
What is the highest Week when the opponent was kansas city chiefs, with more than 26,469 in attendance?
SELECT MAX(week) FROM table_name_54 WHERE opponent = "kansas city chiefs" AND attendance > 26 OFFSET 469
CREATE TABLE table_name_54 (week INTEGER, opponent VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 8041, 3, 21342, 17966, 6, 15264, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 6551, 116, 8, 15264, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 8041, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 15264, 3274, 96, 3304, 7, 9, 7, 690, 5752, 7, 121, 3430, 11364, 2490, 2208, 3, 15316, 20788, 314, 3951, 1, -100, -100, -100, -100, -100, -...
What is the lowest Week when the result was l 6–0?
SELECT MIN(week) FROM table_name_19 WHERE result = "l 6–0"
CREATE TABLE table_name_19 (week INTEGER, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 8041, 3, 21342, 17966, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 6551, 116, 8, 741, 47, 3, 40, 431, 104, 632, 58...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 8041, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 741, 3274, 96, 40, 431, 104, 632, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the average Week when the result was w 28–20, and there were more than 46,888 in attendance?
SELECT AVG(week) FROM table_name_83 WHERE result = "w 28–20" AND attendance > 46 OFFSET 888
CREATE TABLE table_name_83 (week INTEGER, result VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 8041, 3, 21342, 17966, 6, 741, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 6551, 116, 8, 741, 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, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 8041, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 741, 3274, 96, 210, 2059, 104, 1755, 121, 3430, 11364, 2490, 9668, 3, 15316, 20788, 3, 10927, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest Overs with a Run that is 18?
SELECT MIN(overs) FROM table_name_61 WHERE runs = 18
CREATE TABLE table_name_61 (overs INTEGER, runs VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4241, 41, 1890, 7, 3, 21342, 17966, 6, 3154, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 2035, 7, 28, 3, 9, 7113, 24, 19, 507, 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, 3, 17684, 599, 1890, 7, 61, 21680, 953, 834, 4350, 834, 4241, 549, 17444, 427, 3154, 3274, 507, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What score has charlton athletic as the away team?
SELECT score FROM table_name_83 WHERE away_team = "charlton athletic"
CREATE TABLE table_name_83 (score VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 7, 9022, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 2604, 65, 3, 4059, 7377, 12217, 38, 8, 550, 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, 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, 4591, 549, 17444, 427, 550, 834, 11650, 3274, 96, 4059, 7377, 12217, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What home team has coventry city as the away team?
SELECT home_team FROM table_name_45 WHERE away_team = "coventry city"
CREATE TABLE table_name_45 (home_team VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 5515, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 234, 372, 65, 576, 2169, 651, 690, 38, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 11650, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 550, 834, 11650, 3274, 96, 509, 2169, 651, 690, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average Pick when the round was less than 6 for kenneth green?
SELECT AVG(pick) FROM table_name_7 WHERE round < 6 AND player = "kenneth green"
CREATE TABLE table_name_7 (pick INTEGER, round VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 17967, 3, 21342, 17966, 6, 1751, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 8356, 116, 8, 1751, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 17967, 61, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 1751, 3, 2, 431, 3430, 1959, 3274, 96, 9376, 15, 189, 1442, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What average goals have matches less than 228?
SELECT AVG(goals) FROM table_name_68 WHERE matches < 228
CREATE TABLE table_name_68 (goals INTEGER, matches INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 839, 5405, 3, 21342, 17966, 6, 6407, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 1348, 1766, 43, 6407, 705, 145, 204, 2577, 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, 71, 17217, 599, 839, 5405, 61, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 6407, 3, 2, 204, 2577, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many goals/matches have 153 as the goals with matches greater than 352?
SELECT SUM(goals) / matches FROM table_name_27 WHERE goals = 153 AND matches > 352
CREATE TABLE table_name_27 (matches VARCHAR, goals INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 19515, 15, 7, 584, 4280, 28027, 6, 1766, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 1766, 87, 19515, 15, 7, 43, 3, 27025, 38, 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, 0...
[ 3, 23143, 14196, 180, 6122, 599, 839, 5405, 61, 3, 87, 6407, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 1766, 3274, 3, 27025, 3430, 6407, 2490, 3097, 357, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the lowest goal that have goals/matches greater than 0.43 with joachim streich as the name and matches greater than 378?
SELECT MIN(goals) FROM table_name_37 WHERE goals / matches > 0.43 AND name = "joachim streich" AND matches > 378
CREATE TABLE table_name_37 (goals INTEGER, matches VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 839, 5405, 3, 21342, 17966, 6, 6407, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 33, 8, 7402, 1288, 24, 43, 176...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 839, 5405, 61, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 1766, 3, 87, 6407, 2490, 4097, 4906, 3430, 564, 3274, 96, 1927, 9, 9737, 3, 7, 17, 4994, 121, 3430, 6407, 2490, 220, 3940, 1, -100, ...
What years have goals less than 229, and 440 as matches?
SELECT years FROM table_name_70 WHERE goals < 229 AND matches = 440
CREATE TABLE table_name_70 (years VARCHAR, goals VARCHAR, matches VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 1201, 7, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 6, 6407, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 203, 43, 1766, 705, 145, 204, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 203, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 1766, 3, 2, 204, 3166, 3430, 6407, 3274, 3, 22335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What team was the winner when the runner-up shows both teams awarded championship after a draw.?
SELECT winner FROM table_name_26 WHERE runner_up = "both teams awarded championship after a draw."
CREATE TABLE table_name_26 (winner VARCHAR, runner_up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 3757, 687, 584, 4280, 28027, 6, 3, 10806, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 372, 47, 8, 4668, 116, 8, 3, 10806, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4668, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 3, 10806, 834, 413, 3274, 96, 17158, 2323, 5539, 10183, 227, 3, 9, 3314, 535, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Score when the winner was suntory sungoliath, and the number attendance was n/a?
SELECT score FROM table_name_86 WHERE winner = "suntory sungoliath" AND attendance = "n/a"
CREATE TABLE table_name_86 (score VARCHAR, winner VARCHAR, attendance VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 7, 9022, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17763, 116, 8, 4668, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 4668, 3274, 96, 7, 202, 10972, 3, 7, 425, 4172, 9, 189, 121, 3430, 11364, 3274, 96, 29, 87, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the Attendance number when the runner-up was suntory sungoliath, and a Title of 46th?
SELECT attendance FROM table_name_41 WHERE runner_up = "suntory sungoliath" AND title = "46th"
CREATE TABLE table_name_41 (attendance VARCHAR, runner_up VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 15116, 663, 584, 4280, 28027, 6, 3, 10806, 834, 413, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22497, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11364, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 3, 10806, 834, 413, 3274, 96, 7, 202, 10972, 3, 7, 425, 4172, 9, 189, 121, 3430, 2233, 3274, 96, 4448, 189, 121, 1, -100, -100, -100, -100, -100, -100, -10...
What is the Attendance number for the title of 44th?
SELECT attendance FROM table_name_67 WHERE title = "44th"
CREATE TABLE table_name_67 (attendance VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 15116, 663, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22497, 663, 381, 21, 8, 2233, 13, 8537, 189, 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, 11364, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 2233, 3274, 96, 3628, 189, 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 Title when the winner was suntory sungoliath, and a Season of 2011-12 details?
SELECT title FROM table_name_37 WHERE winner = "suntory sungoliath" AND season = "2011-12 details"
CREATE TABLE table_name_37 (title VARCHAR, winner VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 21869, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11029, 116, 8, 4668, 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, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 2233, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 4668, 3274, 96, 7, 202, 10972, 3, 7, 425, 4172, 9, 189, 121, 3430, 774, 3274, 96, 13907, 5947, 1030, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Score when the winner was sanyo wild knights, and a Runner-up of suntory sungoliath?
SELECT score FROM table_name_39 WHERE winner = "sanyo wild knights" AND runner_up = "suntory sungoliath"
CREATE TABLE table_name_39 (score VARCHAR, winner VARCHAR, runner_up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 7, 9022, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 6, 3, 10806, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 17763, 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, 2604, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 4668, 3274, 96, 7, 6820, 32, 3645, 29816, 7, 121, 3430, 3, 10806, 834, 413, 3274, 96, 7, 202, 10972, 3, 7, 425, 4172, 9, 189, 121, 1, -100, -100, -100, -1...
Which Position has a Pick # lower than 278 for Player Charles Benson?
SELECT position FROM table_name_22 WHERE pick__number < 278 AND player = "charles benson"
CREATE TABLE table_name_22 (position VARCHAR, pick__number VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 4718, 584, 4280, 28027, 6, 1432, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 14258, 65, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1102, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 1432, 834, 834, 5525, 1152, 3, 2, 204, 3940, 3430, 1959, 3274, 96, 4059, 965, 3, 28162, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Player has a Pick # lower than 223 and a Defensive End Position?
SELECT player FROM table_name_31 WHERE pick__number < 223 AND position = "defensive end"
CREATE TABLE table_name_31 (player VARCHAR, pick__number VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 20846, 584, 4280, 28027, 6, 1432, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 12387, 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, 1959, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 1432, 834, 834, 5525, 1152, 3, 2, 204, 2773, 3430, 1102, 3274, 96, 221, 23039, 15, 414, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
If the Position is Running Back what is the Total number of Pick #?
SELECT COUNT(pick__number) FROM table_name_84 WHERE position = "running back"
CREATE TABLE table_name_84 (pick__number VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 17967, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 156, 8, 14258, 19, 18286, 3195, 125, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 17967, 834, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 1102, 3274, 96, 24549, 223, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which College has Player Mark Brown and a Pick # greater than 195?
SELECT college FROM table_name_63 WHERE pick__number > 195 AND player = "mark brown"
CREATE TABLE table_name_63 (college VARCHAR, pick__number VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 3297, 7883, 584, 4280, 28027, 6, 1432, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1888, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1900, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 1432, 834, 834, 5525, 1152, 2490, 3, 22464, 3430, 1959, 3274, 96, 3920, 4216, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the average Position for which the amount Drawn was less than 0?
SELECT AVG(position) FROM table_name_88 WHERE drawn < 0
CREATE TABLE table_name_88 (position INTEGER, drawn INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 4718, 3, 21342, 17966, 6, 6796, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1348, 14258, 21, 84, 8, 866, 19183, 29, 47, 705, 145, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 4718, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 6796, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the total number of Points when the value Difference was 13, and when the value Lost was greater than 3?
SELECT SUM(points) FROM table_name_75 WHERE difference = "13" AND lost > 3
CREATE TABLE table_name_75 (points INTEGER, difference VARCHAR, lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 2700, 7, 3, 21342, 17966, 6, 1750, 584, 4280, 28027, 6, 1513, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 792, 381, 13, 4564, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 1750, 3274, 96, 2368, 121, 3430, 1513, 2490, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who won with the song kemenangan cinta?
SELECT winner FROM table_name_1 WHERE winning_song = "kemenangan cinta"
CREATE TABLE table_name_1 (winner VARCHAR, winning_song VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 3757, 687, 584, 4280, 28027, 6, 3447, 834, 7, 2444, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 751, 28, 8, 2324, 3, 1050, 904, 1468, 152...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4668, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 3447, 834, 7, 2444, 3274, 96, 1050, 904, 1468, 152, 3, 75, 77, 17, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which winning song had a debut album in progress?
SELECT winning_song FROM table_name_32 WHERE debut_album = "in progress"
CREATE TABLE table_name_32 (winning_song VARCHAR, debut_album VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 8163, 834, 7, 2444, 584, 4280, 28027, 6, 5695, 834, 23703, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3447, 2324, 141, 3, 9, 5695, 2306, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3447, 834, 7, 2444, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 5695, 834, 23703, 3274, 96, 77, 2188, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which album debuted in season 2 (2005)?
SELECT debut_album FROM table_name_93 WHERE season = "season 2 (2005)"
CREATE TABLE table_name_93 (debut_album VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 221, 2780, 834, 23703, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2306, 20, 29261, 16, 774, 204, 3, 29495, 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, 5695, 834, 23703, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 774, 3274, 96, 9476, 204, 3, 29495, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which English winning song had the winner aris runtuwene?
SELECT WINNING_SONG(English AS Title) FROM table_name_7 WHERE winner = "aris runtuwene"
CREATE TABLE table_name_7 (English VARCHAR, winner VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 26749, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1566, 3447, 2324, 141, 8, 4668, 3, 1665, 7, 661, 17, 76, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 21394, 567, 2365, 834, 134, 15628, 599, 26749, 6157, 11029, 61, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 4668, 3274, 96, 1665, 7, 661, 17, 76, 210, 35, 15, 121, 1, -100, -100, -100, -100, -100, -100, -...
Which winning song was sung by aku tetap milikmu?
SELECT WINNING_SONG(English AS Title) FROM table_name_65 WHERE winning_song = "aku tetap milikmu"
CREATE TABLE table_name_65 (English VARCHAR, winning_song VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 26749, 584, 4280, 28027, 6, 3447, 834, 7, 2444, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3447, 2324, 47, 3, 7, 425, 57, 3, 16296, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 21394, 567, 2365, 834, 134, 15628, 599, 26749, 6157, 11029, 61, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 3447, 834, 7, 2444, 3274, 96, 16296, 3, 17, 15, 8873, 3, 5952, 5848, 76, 121, 1, -100, -100, -1...
Name the highest Profits (billion $) which has a Company of walmart?
SELECT MAX(profits__billion_) AS $_ FROM table_name_14 WHERE company = "walmart"
CREATE TABLE table_name_14 (profits__billion_ INTEGER, company VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 6046, 7, 834, 834, 115, 14916, 834, 3, 21342, 17966, 6, 349, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 2030, 14717, 7, 41, 115, 149...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 6046, 7, 834, 834, 115, 14916, 834, 61, 6157, 1514, 834, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 349, 3274, 96, 5380, 1635, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many Assets (billion $) has an Industry of oil and gas, and a Rank of 9, and a Market Value (billion $) larger than 121.7?
SELECT SUM(assets__billion_) AS $_ FROM table_name_8 WHERE industry = "oil and gas" AND rank = 9 AND market_value__billion_$_ > 121.7
CREATE TABLE table_name_8 (assets__billion_ INTEGER, market_value__billion_$_ VARCHAR, industry VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 3974, 17, 7, 834, 834, 115, 14916, 834, 3, 21342, 17966, 6, 512, 834, 12097, 834, 834, 115, 14916, 834, 3229, 834, 584, 4280, 28027, 6, 681, 584, 4280, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 3974, 17, 7, 834, 834, 115, 14916, 834, 61, 6157, 1514, 834, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 681, 3274, 96, 32, 173, 11, 1807, 121, 3430, 11003, 3274, 668, 3430, 512, 834, 12097, ...
Name the lowest Profits (billion $) which has a Sales (billion $) of 425.7, and a Rank larger than 4?
SELECT MIN(profits__billion_) AS $_ FROM table_name_14 WHERE sales__billion_$_ = 425.7 AND rank > 4
CREATE TABLE table_name_14 (profits__billion_ INTEGER, sales__billion_$_ VARCHAR, rank VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2534, 41, 6046, 7, 834, 834, 115, 14916, 834, 3, 21342, 17966, 6, 1085, 834, 834, 115, 14916, 834, 3229, 834, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 6046, 7, 834, 834, 115, 14916, 834, 61, 6157, 1514, 834, 21680, 953, 834, 4350, 834, 2534, 549, 17444, 427, 1085, 834, 834, 115, 14916, 834, 3229, 834, 3274, 6426, 27220, 3430, 11003, 2490, 314, 1, -1...
Name the lowest Market Value (billion $) which has Assets (billion $) larger than 276.81, and a Company of toyota, and Profits (billion $) larger than 17.21?
SELECT MIN(market_value__billion_) AS $_ FROM table_name_44 WHERE assets__billion_$_ > 276.81 AND company = "toyota" AND profits__billion_$_ > 17.21
CREATE TABLE table_name_44 (market_value__billion_ INTEGER, profits__billion_$_ VARCHAR, assets__billion_$_ VARCHAR, company VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 8809, 834, 12097, 834, 834, 115, 14916, 834, 3, 21342, 17966, 6, 9613, 834, 834, 115, 14916, 834, 3229, 834, 584, 4280, 28027, 6, 4089, 834, 834, 115, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 8809, 834, 12097, 834, 834, 115, 14916, 834, 61, 6157, 1514, 834, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 4089, 834, 834, 115, 14916, 834, 3229, 834, 2490, 204, 3959, 5, 4959, 3430, 349, 32...
Name the Sales (billion $) which have a Company of exxonmobil?
SELECT sales__billion_$_ FROM table_name_70 WHERE company = "exxonmobil"
CREATE TABLE table_name_70 (sales__billion_$_ VARCHAR, company VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 7, 4529, 834, 834, 115, 14916, 834, 3229, 834, 584, 4280, 28027, 6, 349, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 5570, 8, 7107, 41, 115, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1085, 834, 834, 115, 14916, 834, 3229, 834, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 349, 3274, 96, 15, 19230, 106, 10651, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Winner, when Win # is greater than 1, and when Points is less than 94?
SELECT winner FROM table_name_76 WHERE win__number > 1 AND points < 94
CREATE TABLE table_name_76 (winner VARCHAR, win__number VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 3757, 687, 584, 4280, 28027, 6, 1369, 834, 834, 5525, 1152, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 18125...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4668, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 1369, 834, 834, 5525, 1152, 2490, 209, 3430, 979, 3, 2, 3, 4240, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Playoff Result, when Winner is "Alaska Aces", when Win # is greater than 1, when Points is less than 106, and when Year is "2011-12"?
SELECT playoff_result FROM table_name_45 WHERE winner = "alaska aces" AND win__number > 1 AND points < 106 AND year = "2011-12"
CREATE TABLE table_name_45 (playoff_result VARCHAR, year VARCHAR, points VARCHAR, winner VARCHAR, win__number VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 4895, 1647, 834, 60, 7, 83, 17, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 6, 1369, 834, 834, 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...
[ 3, 23143, 14196, 15289, 834, 60, 7, 83, 17, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 4668, 3274, 96, 138, 9, 10717, 3, 9, 2319, 121, 3430, 1369, 834, 834, 5525, 1152, 2490, 209, 3430, 979, 3, 2, 3, 16431, 3430, 215, 32...
What is the lowest Win #, when Year is "2011-12", and when Points is less than 97?
SELECT MIN(win__number) FROM table_name_27 WHERE year = "2011-12" AND points < 97
CREATE TABLE table_name_27 (win__number INTEGER, year VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 3757, 834, 834, 5525, 1152, 3, 21342, 17966, 6, 215, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3757, 834, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 215, 3274, 96, 13907, 5947, 121, 3430, 979, 3, 2, 3, 4327, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest Win #, when Winner is "Knoxville Cherokees", when Playoff Result is "Lost 1st Round ( LOU )", and when Points is less than 94?
SELECT MAX(win__number) FROM table_name_87 WHERE winner = "knoxville cherokees" AND playoff_result = "lost 1st round ( lou )" AND points < 94
CREATE TABLE table_name_87 (win__number INTEGER, points VARCHAR, winner VARCHAR, playoff_result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 3757, 834, 834, 5525, 1152, 3, 21342, 17966, 6, 979, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 6, 15289, 834, 60, 7, 83, 17, 584, 4280, 28027, 61, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 3757, 834, 834, 5525, 1152, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 4668, 3274, 96, 157, 19864, 1420, 3, 1703, 1825, 15, 15, 7, 121, 3430, 15289, 834, 60, 7, 83, 17, 3274, 96, 2298, ...
Who was the winner against Lindsay Davenport?
SELECT winner FROM table_name_42 WHERE finalist = "lindsay davenport"
CREATE TABLE table_name_42 (winner VARCHAR, finalist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 3757, 687, 584, 4280, 28027, 6, 804, 343, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 4668, 581, 30540, 8545, 29, 1493, 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, 4668, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 804, 343, 3274, 96, 9230, 8735, 836, 1926, 1493, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was the finalist in Miami?
SELECT finalist FROM table_name_7 WHERE tournament = "miami"
CREATE TABLE table_name_7 (finalist VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 12406, 343, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 804, 343, 16, 8327, 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, 804, 343, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 5892, 3274, 96, 51, 23, 3690, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who was the winner against finalist Lina Krasnoroutskaya?
SELECT winner FROM table_name_92 WHERE finalist = "lina krasnoroutskaya"
CREATE TABLE table_name_92 (winner VARCHAR, finalist VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 3757, 687, 584, 4280, 28027, 6, 804, 343, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 4668, 581, 804, 343, 6741, 9, 7356, 7, 29, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4668, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 804, 343, 3274, 96, 8280, 3, 9669, 7, 29, 127, 670, 7, 18075, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the date when the away team was carlisle united?
SELECT date FROM table_name_50 WHERE away_team = "carlisle united"
CREATE TABLE table_name_50 (date VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 5522, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 833, 116, 8, 550, 372, 47, 443, 40, 159, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 550, 834, 11650, 3274, 96, 1720, 40, 159, 109, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the date when the away team was the leeds united?
SELECT date FROM table_name_3 WHERE away_team = "leeds united"
CREATE TABLE table_name_3 (date VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 5522, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 833, 116, 8, 550, 372, 47, 8, 90, 15, 26,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 519, 549, 17444, 427, 550, 834, 11650, 3274, 96, 40, 6958, 7, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the tie number when peterborough united was the away team?
SELECT tie_no FROM table_name_35 WHERE away_team = "peterborough united"
CREATE TABLE table_name_35 (tie_no VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 6177, 381, 116, 158, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 550, 834, 11650, 3274, 96, 4995, 49, 12823, 18279, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What player has E as the to par, and The United States as the country?
SELECT player FROM table_name_6 WHERE to_par = "e" AND country = "united states"
CREATE TABLE table_name_6 (player VARCHAR, to_par VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 20846, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1959, 65, 262, 38, 8, 12,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 12, 834, 1893, 3274, 96, 15, 121, 3430, 684, 3274, 96, 15129, 15, 26, 2315, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What player has The United States as the country with 70 as the score?
SELECT player FROM table_name_91 WHERE country = "united states" AND score = 70
CREATE TABLE table_name_91 (player VARCHAR, country VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4729, 41, 20846, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1959, 65, 37, 907, 1323, 38, 8, 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, 1959, 21680, 953, 834, 4350, 834, 4729, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 2604, 3274, 2861, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What player has The United States as the country, with t2 as the place?
SELECT player FROM table_name_9 WHERE country = "united states" AND place = "t2"
CREATE TABLE table_name_9 (player VARCHAR, country VARCHAR, place VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 20846, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1959, 65, 37, 907, 1323, 38, 8, 68...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 286, 3274, 96, 17, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What place has E as the to par, with Mark Wiebe as the player?
SELECT place FROM table_name_3 WHERE to_par = "e" AND player = "mark wiebe"
CREATE TABLE table_name_3 (place VARCHAR, to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 4687, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 286, 65, 262, 38, 8, 12, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 12, 834, 1893, 3274, 96, 15, 121, 3430, 1959, 3274, 96, 3920, 587, 346, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
When is the club founded that founed prsl in 2008 and the home city is carolina 1?
SELECT MAX(founded) FROM table_name_95 WHERE joined_prsl = 2008 AND home_city = "carolina 1"
CREATE TABLE table_name_95 (founded INTEGER, joined_prsl VARCHAR, home_city VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 23329, 3, 21342, 17966, 6, 3311, 834, 102, 52, 7, 40, 584, 4280, 28027, 6, 234, 834, 6726, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 19...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 23329, 61, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 3311, 834, 102, 52, 7, 40, 3274, 2628, 3430, 234, 834, 6726, 3274, 96, 1720, 12057, 9, 209, 121, 1, -100, -100, -100, -100, -100, -100, -...
what is the club that was founded before 2007, joined prsl in 2008 and the stadium is yldefonso solá morales stadium?
SELECT club FROM table_name_85 WHERE founded < 2007 AND joined_prsl = 2008 AND stadium = "yldefonso solá morales stadium"
CREATE TABLE table_name_85 (club VARCHAR, stadium VARCHAR, founded VARCHAR, joined_prsl VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 13442, 584, 4280, 28027, 6, 14939, 584, 4280, 28027, 6, 5710, 584, 4280, 28027, 6, 3311, 834, 102, 52, 7, 40, 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, 1886, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 5710, 3, 2, 4101, 3430, 3311, 834, 102, 52, 7, 40, 3274, 2628, 3430, 14939, 3274, 96, 63, 40, 221, 89, 106, 7, 32, 9467, 2975, 4854, 15, 7, 14939, 121, 1,...
what is the earliest founded when the home city is mayagüez?
SELECT MIN(founded) FROM table_name_51 WHERE home_city = "mayagüez"
CREATE TABLE table_name_51 (founded INTEGER, home_city VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 23329, 3, 21342, 17966, 6, 234, 834, 6726, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 3, 16454, 5710, 116, 8, 234, 690, 19, 164, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17684, 599, 23329, 61, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 234, 834, 6726, 3274, 96, 13726, 9, 122, 1272, 457, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
when is the latest to join prsl when founded in 2007 and the stadium is roberto clemente stadium 1?
SELECT MAX(joined_prsl) FROM table_name_31 WHERE founded = 2007 AND stadium = "roberto clemente stadium 1"
CREATE TABLE table_name_31 (joined_prsl INTEGER, founded VARCHAR, stadium VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 1927, 630, 26, 834, 102, 52, 7, 40, 3, 21342, 17966, 6, 5710, 584, 4280, 28027, 6, 14939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 116, 19,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 1927, 630, 26, 834, 102, 52, 7, 40, 61, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 5710, 3274, 4101, 3430, 14939, 3274, 96, 5840, 49, 235, 3, 75, 3335, 15, 14939, 209, 121, 1, -100, -100, -...
What year was the International Cup that was won by Akron Goodyear Wingfoots and had Real Madrid as runner-up?
SELECT year FROM table_name_56 WHERE champion = "akron goodyear wingfoots" AND runner_up = "real madrid"
CREATE TABLE table_name_56 (year VARCHAR, champion VARCHAR, runner_up VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 1201, 584, 4280, 28027, 6, 6336, 584, 4280, 28027, 6, 3, 10806, 834, 413, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 215, 47, 8, 1331, 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, 215, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 6336, 3274, 96, 9, 22318, 29, 207, 1201, 3, 3108, 6259, 7, 121, 3430, 3, 10806, 834, 413, 3274, 96, 6644, 11454, 4055, 121, 1, -100, -100, -100, -100, -100, ...
In what year did the United States win To par greater than 14
SELECT year_s__won FROM table_name_7 WHERE country = "united states" AND to_par > 14
CREATE TABLE table_name_7 (year_s__won VARCHAR, country VARCHAR, to_par VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 1201, 834, 7, 834, 834, 210, 106, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 215, 834, 7, 834, 834, 210, 106, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 12, 834, 1893, 2490, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total that South Africa had a par greater than 14
SELECT SUM(total) FROM table_name_25 WHERE country = "south africa" AND to_par > 14
CREATE TABLE table_name_25 (total INTEGER, country VARCHAR, to_par VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 235, 1947, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 24, 1013,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 684, 3274, 96, 7, 670, 107, 24040, 121, 3430, 12, 834, 1893, 2490, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest to par that is less than 153
SELECT MAX(to_par) FROM table_name_54 WHERE total < 153
CREATE TABLE table_name_54 (to_par INTEGER, total INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 235, 834, 1893, 3, 21342, 17966, 6, 792, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 12, 260, 24, 19, 705, 145, 3, 27025, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 235, 834, 1893, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 792, 3, 2, 3, 27025, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the average Attendance, when the Date is September 17, 1981?
SELECT AVG(attendance) FROM table_name_78 WHERE date = "september 17, 1981"
CREATE TABLE table_name_78 (attendance INTEGER, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 15116, 663, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1348, 22497, 663, 6, 116, 8, 7678, 19, 1600, 1286...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15116, 663, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 833, 3274, 96, 7, 6707, 18247, 12864, 15465, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Attendance, when the Opponent is the Tampa Bay Buccaneers?
SELECT attendance FROM table_name_80 WHERE opponent = "tampa bay buccaneers"
CREATE TABLE table_name_80 (attendance VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 15116, 663, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 22497, 663, 6, 116, 8, 4495, 9977, 19, 8, 1885...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11364, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 15264, 3274, 96, 17, 4624, 9, 10210, 8062, 1608, 15, 277, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the total number of Points- when the Sets- is larger than 51?
SELECT COUNT(points_) FROM table_name_56 WHERE sets_ > 51
CREATE TABLE table_name_56 (points_ VARCHAR, sets_ INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 2700, 7, 834, 584, 4280, 28027, 6, 3369, 834, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 792, 381, 13, 4564, 7, 18, 116, 8, 2821...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 2700, 7, 834, 61, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 3369, 834, 2490, 11696, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which developer has a year of cancelled releases?
SELECT developer FROM table_name_96 WHERE year_of_release = "cancelled"
CREATE TABLE table_name_96 (developer VARCHAR, year_of_release VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 29916, 49, 584, 4280, 28027, 6, 215, 834, 858, 834, 21019, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 7523, 65, 3, 9, 215, 13, 18454, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7523, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 215, 834, 858, 834, 21019, 3274, 96, 1608, 7125, 1361, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which publisher has release year of 2000 and an original dreamcast platform?
SELECT publisher FROM table_name_60 WHERE year_of_release = "2000" AND original_platforms = "dreamcast"
CREATE TABLE table_name_60 (publisher VARCHAR, year_of_release VARCHAR, original_platforms VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 29337, 49, 584, 4280, 28027, 6, 215, 834, 858, 834, 21019, 584, 4280, 28027, 6, 926, 834, 29100, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 14859, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 215, 834, 858, 834, 21019, 3274, 96, 13527, 121, 3430, 926, 834, 29100, 7, 3274, 96, 26066, 5254, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which publisher is responsible for spec ops: stealth patrol?
SELECT publisher FROM table_name_19 WHERE name = "spec ops: stealth patrol"
CREATE TABLE table_name_19 (publisher VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 29337, 49, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 14859, 19, 1966, 21, 3, 7576, 3, 9280, 10, 11332, 189, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14859, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 564, 3274, 96, 7576, 3, 9280, 10, 11332, 189, 20404, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the connection for the proxyconn web accelerator web client accelerator?
SELECT connection FROM table_name_62 WHERE web_client_accelerator = "proxyconn web accelerator"
CREATE TABLE table_name_62 (connection VARCHAR, web_client_accelerator VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 28102, 584, 4280, 28027, 6, 765, 834, 26693, 834, 6004, 15, 1171, 1016, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2135, 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, 0...
[ 3, 23143, 14196, 2135, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 765, 834, 26693, 834, 6004, 15, 1171, 1016, 3274, 96, 20042, 63, 1018, 29, 765, 30202, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What's the Date with the Region of Europe and has a Catalog of 28765 22392 8?
SELECT date FROM table_name_13 WHERE region = "europe" AND catalog = "28765 22392 8"
CREATE TABLE table_name_13 (date VARCHAR, region VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 5522, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 7678, 28, 8, 6163, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 1719, 3274, 96, 28188, 121, 3430, 10173, 3274, 96, 357, 4225, 4122, 1630, 3288, 357, 505, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's listed for the Label with a Date of 29 July 1997?
SELECT label FROM table_name_51 WHERE date = "29 july 1997"
CREATE TABLE table_name_51 (label VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 40, 10333, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 2616, 21, 8, 16229, 28, 3, 9, 7678, 13, 2838, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3783, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 833, 3274, 96, 3166, 3, 2047, 120, 6622, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's the Date for the Region of Europe and has the Catalog of 28765 22392 8?
SELECT date FROM table_name_70 WHERE region = "europe" AND catalog = "28765 22392 8"
CREATE TABLE table_name_70 (date VARCHAR, region VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 5522, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 7678, 21, 8, 6163, 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, 2518, 549, 17444, 427, 1719, 3274, 96, 28188, 121, 3430, 10173, 3274, 96, 357, 4225, 4122, 1630, 3288, 357, 505, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What Format has the Region of Europe and a Catalog of 74321 45851 2?
SELECT format FROM table_name_86 WHERE region = "europe" AND catalog = "74321 45851 2"
CREATE TABLE table_name_86 (format VARCHAR, region VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 8995, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 12439, 65, 8, 6163, 13, 1740, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1910, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 1719, 3274, 96, 28188, 121, 3430, 10173, 3274, 96, 4581, 519, 2658, 314, 3449, 5553, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What Label has the Region of Australia?
SELECT label FROM table_name_84 WHERE region = "australia"
CREATE TABLE table_name_84 (label VARCHAR, region VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 40, 10333, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 16229, 65, 8, 6163, 13, 2051, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3783, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 1719, 3274, 96, 2064, 8792, 23, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What Date has the Region Europe and a Catalog of 74321 45851 2?
SELECT date FROM table_name_33 WHERE region = "europe" AND catalog = "74321 45851 2"
CREATE TABLE table_name_33 (date VARCHAR, region VARCHAR, catalog VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 5522, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 6, 10173, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 7678, 65, 8, 6163, 1740, 11, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 1719, 3274, 96, 28188, 121, 3430, 10173, 3274, 96, 4581, 519, 2658, 314, 3449, 5553, 204, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many poles are there in the Formula Three Euroseries in the 2008 season with more than 0 F/Laps?
SELECT SUM(poles) FROM table_name_40 WHERE series = "formula three euroseries" AND season = "2008" AND f_laps > 0
CREATE TABLE table_name_40 (poles INTEGER, f_laps VARCHAR, series VARCHAR, season VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 14332, 7, 3, 21342, 17966, 6, 3, 89, 834, 8478, 7, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 6, 774, 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, 14332, 7, 61, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 939, 3274, 96, 2032, 83, 9, 386, 10186, 4074, 7, 121, 3430, 774, 3274, 96, 16128, 121, 3430, 3, 89, 834, 8478, 7, 2490, 3, 632, 1,...
Which series has 11 points?
SELECT series FROM table_name_57 WHERE points = "11"
CREATE TABLE table_name_57 (series VARCHAR, points VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 10833, 7, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 939, 65, 850, 979, 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, 939, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 979, 3274, 96, 2596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many poles are there in the 2009 season with 2 races and more than 0 F/Laps?
SELECT COUNT(poles) FROM table_name_45 WHERE season = "2009" AND races = 2 AND f_laps > 0
CREATE TABLE table_name_45 (poles VARCHAR, f_laps VARCHAR, season VARCHAR, races VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 14332, 7, 584, 4280, 28027, 6, 3, 89, 834, 8478, 7, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 6, 10879, 584, 4280, 28027, 61, 3, 32105, 32106, 32107,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 14332, 7, 61, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 774, 3274, 96, 16660, 121, 3430, 10879, 3274, 204, 3430, 3, 89, 834, 8478, 7, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, ...
How many races did the Formula Three Euroseries signature team have?
SELECT SUM(races) FROM table_name_2 WHERE series = "formula three euroseries" AND team = "signature"
CREATE TABLE table_name_2 (races INTEGER, series VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 12614, 7, 3, 21342, 17966, 6, 939, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 571, 186, 10879, 410, 8, 13786, 5245, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12614, 7, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 939, 3274, 96, 2032, 83, 9, 386, 10186, 4074, 7, 121, 3430, 372, 3274, 96, 13658, 27440, 121, 1, -100, -100, -100, -100, -100, -100, ...
What is Title, when Studio is "Embassy Pictures"?
SELECT title FROM table_name_48 WHERE studio = "embassy pictures"
CREATE TABLE table_name_48 (title VARCHAR, studio VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 21869, 584, 4280, 28027, 6, 3100, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 11029, 6, 116, 5929, 19, 96, 17467, 9, 7, 7, 63, 16571,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2233, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 3100, 3274, 96, 30973, 1933, 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 Studio, when Title is "Do Not Disturb"?
SELECT studio FROM table_name_49 WHERE title = "do not disturb"
CREATE TABLE table_name_49 (studio VARCHAR, title VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 22991, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 5929, 6, 116, 11029, 19, 96, 4135, 933, 2678, 2905, 115, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3100, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 2233, 3274, 96, 26, 32, 59, 31738, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the highest Rank, when Director is "Henry Hathaway"?
SELECT MAX(rank) FROM table_name_63 WHERE director = "henry hathaway"
CREATE TABLE table_name_63 (rank INTEGER, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 6254, 3, 21342, 17966, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 3, 22557, 6, 116, 2578, 19, 96, 566, 35, 651, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 2090, 3274, 96, 3225, 651, 3, 547, 107, 8006, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What Country is Player Sam Snead with a To par of less than 5 from?
SELECT country FROM table_name_26 WHERE to_par < 5 AND player = "sam snead"
CREATE TABLE table_name_26 (country VARCHAR, to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 17529, 584, 4280, 28027, 6, 12, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 6993, 19, 12387, 3084, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 12, 834, 1893, 3, 2, 305, 3430, 1959, 3274, 96, 7, 265, 3, 7, 29, 15, 9, 26, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Claude Harmon's Place?
SELECT place FROM table_name_37 WHERE player = "claude harmon"
CREATE TABLE table_name_37 (place VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 4687, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 19298, 22113, 31, 7, 3399, 58, 1, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 1959, 3274, 96, 75, 12513, 15, 6263, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Johnny Palmer with a To larger than 6 Money sum?
SELECT SUM(money___) AS $__ FROM table_name_81 WHERE to_par > 6 AND player = "johnny palmer"
CREATE TABLE table_name_81 (money___ INTEGER, to_par VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 28442, 834, 834, 834, 3, 21342, 17966, 6, 12, 834, 1893, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 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, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 28442, 834, 834, 834, 61, 6157, 1514, 834, 834, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 12, 834, 1893, 2490, 431, 3430, 1959, 3274, 96, 27341, 29, 63, 8466, 49, 121, 1, -100, -100, -100, ...
What is the attendance of the western conference finals series?
SELECT attendance FROM table_name_84 WHERE series = "western conference finals"
CREATE TABLE table_name_84 (attendance VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 15116, 663, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11364, 13, 8, 8282, 2542, 804, 7, 939, 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, 11364, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 939, 3274, 96, 24411, 2542, 804, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who is the leading scorer of the wnba finals series?
SELECT Leading AS scorer FROM table_name_96 WHERE series = "wnba finals"
CREATE TABLE table_name_96 (Leading VARCHAR, series VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 2796, 9, 26, 53, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 1374, 2604, 52, 13, 8, 3, 210, 29, 115, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22798, 6157, 2604, 52, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 939, 3274, 96, 210, 29, 115, 9, 804, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Tie is from birmingham city?
SELECT tie_no FROM table_name_97 WHERE home_team = "birmingham city"
CREATE TABLE table_name_97 (tie_no VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2262, 15, 19, 45, 3, 8781, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 234, 834, 11650, 3274, 96, 8781, 51, 14799, 690, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Tie is from everton?
SELECT tie_no FROM table_name_89 WHERE home_team = "everton"
CREATE TABLE table_name_89 (tie_no VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 17, 23, 15, 834, 29, 32, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2262, 15, 19, 45, 664, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 234, 834, 11650, 3274, 96, 15, 3027, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest U Wins, when Alianza Wins is greater than 0, when Alianza Goals is greater than 25, and when Draws is "99"?
SELECT MIN(u_wins) FROM table_name_52 WHERE alianza_wins > 0 AND alianza_goals > 25 AND draws = 99
CREATE TABLE table_name_52 (u_wins INTEGER, draws VARCHAR, alianza_wins VARCHAR, alianza_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5373, 41, 76, 834, 3757, 7, 3, 21342, 17966, 6, 14924, 584, 4280, 28027, 6, 3, 9, 9928, 1629, 834, 3757, 7, 584, 4280, 28027, 6, 3, 9, 9928, 1629, 834, 839, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 76, 834, 3757, 7, 61, 21680, 953, 834, 4350, 834, 5373, 549, 17444, 427, 3, 9, 9928, 1629, 834, 3757, 7, 2490, 3, 632, 3430, 3, 9, 9928, 1629, 834, 839, 5405, 2490, 944, 3430, 14924, 3274, 12185, ...
What is the sum of Alianza Wins, when Alianza Goals is "317, and when U Goals is greater than 296?
SELECT SUM(alianza_wins) FROM table_name_97 WHERE alianza_goals = 317 AND u_goals > 296
CREATE TABLE table_name_97 (alianza_wins INTEGER, alianza_goals VARCHAR, u_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 9, 9928, 1629, 834, 3757, 7, 3, 21342, 17966, 6, 3, 9, 9928, 1629, 834, 839, 5405, 584, 4280, 28027, 6, 3, 76, 834, 839, 5405, 584, 4280, 28027, 61, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 9, 9928, 1629, 834, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 3, 9, 9928, 1629, 834, 839, 5405, 3274, 220, 2517, 3430, 3, 76, 834, 839, 5405, 2490, 204, 4314, 1, -100, -100, ...
What is the total number of U Wins, when Alianza Goals is "0", and when U Goals is greater than 3?
SELECT COUNT(u_wins) FROM table_name_25 WHERE alianza_goals = 0 AND u_goals > 3
CREATE TABLE table_name_25 (u_wins VARCHAR, alianza_goals VARCHAR, u_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 76, 834, 3757, 7, 584, 4280, 28027, 6, 3, 9, 9928, 1629, 834, 839, 5405, 584, 4280, 28027, 6, 3, 76, 834, 839, 5405, 584, 4280, 28027, 61, 3, 32105, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 76, 834, 3757, 7, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 3, 9, 9928, 1629, 834, 839, 5405, 3274, 3, 632, 3430, 3, 76, 834, 839, 5405, 2490, 220, 1, -100, -100, -100, -100, -100, ...
What is the lowest Draws, when Alianza Goals is less than 317, when U Goals is less than 3, and when Alianza Wins is less than 2?
SELECT MIN(draws) FROM table_name_3 WHERE alianza_goals < 317 AND u_goals < 3 AND alianza_wins < 2
CREATE TABLE table_name_3 (draws INTEGER, alianza_wins VARCHAR, alianza_goals VARCHAR, u_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 19489, 7, 3, 21342, 17966, 6, 3, 9, 9928, 1629, 834, 3757, 7, 584, 4280, 28027, 6, 3, 9, 9928, 1629, 834, 839, 5405, 584, 4280, 28027, 6, 3, 76, 834...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 19489, 7, 61, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 3, 9, 9928, 1629, 834, 839, 5405, 3, 2, 220, 2517, 3430, 3, 76, 834, 839, 5405, 3, 2, 220, 3430, 3, 9, 9928, 1629, 834, 3757, 7, ...