NATURAL_LANG
stringlengths
12
244
SQL
stringlengths
18
336
SCHEMA
stringlengths
27
355
input_ids
list
attention_mask
list
labels
list
What's the highest amount of Games recorded that have more than 10 assists?
SELECT MAX(games) FROM table_name_64 WHERE assists > 10
CREATE TABLE table_name_64 (games INTEGER, assists INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 7261, 7, 3, 21342, 17966, 6, 13041, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 2030, 866, 13, 5880, 4381, 24, 43, 72, 145, 33...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 7261, 7, 61, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 13041, 2490, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Updated In Past 30 Days, when Registration is "Open to people 13 and over"?
SELECT updated_in_past_30_days FROM table_name_93 WHERE registration = "open to people 13 and over"
CREATE TABLE table_name_93 (updated_in_past_30_days VARCHAR, registration VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 413, 14134, 834, 77, 834, 8020, 17, 834, 1458, 834, 1135, 7, 584, 4280, 28027, 6, 3816, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 3250, 834, 77, 834, 8020, 17, 834, 1458, 834, 1135, 7, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 3816, 3274, 96, 8751, 12, 151, 1179, 11, 147, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Permanent Account, when Updated In Past 30 Days is 10324?
SELECT permanent_account FROM table_name_96 WHERE updated_in_past_30_days = "10324"
CREATE TABLE table_name_96 (permanent_account VARCHAR, updated_in_past_30_days VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 883, 348, 295, 834, 9, 75, 13362, 584, 4280, 28027, 6, 3250, 834, 77, 834, 8020, 17, 834, 1458, 834, 1135, 7, 584, 4280, 28027, 61, 3, 32105, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 3574, 834, 9, 75, 13362, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 3250, 834, 77, 834, 8020, 17, 834, 1458, 834, 1135, 7, 3274, 96, 17864, 2266, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Userpics Free, when Registration is Open, when Yearly Cost For Paid Account is "unknown", and when Name is Kraslan?
SELECT userpics_free FROM table_name_18 WHERE registration = "open" AND yearly_cost_for_paid_account = "unknown" AND name = "kraslan"
CREATE TABLE table_name_18 (userpics_free VARCHAR, name VARCHAR, registration VARCHAR, yearly_cost_for_paid_account VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 10041, 6174, 7, 834, 2113, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 3816, 584, 4280, 28027, 6, 3, 22286, 834, 11290, 834, 1161, 834, 12760, 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, 1139, 6174, 7, 834, 2113, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 3816, 3274, 96, 8751, 121, 3430, 3, 22286, 834, 11290, 834, 1161, 834, 12760, 834, 9, 75, 13362, 3274, 96, 202, 5661, 121, 3430, 564, 3274...
What is Userpics Free, when Monthly Cost For Paid Account is "unknown", and when S Registered User is 2340?
SELECT userpics_free FROM table_name_89 WHERE monthly_cost_for_paid_account = "unknown" AND s_registered_user = "2340"
CREATE TABLE table_name_89 (userpics_free VARCHAR, monthly_cost_for_paid_account VARCHAR, s_registered_user VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3914, 41, 10041, 6174, 7, 834, 2113, 584, 4280, 28027, 6, 3718, 834, 11290, 834, 1161, 834, 12760, 834, 9, 75, 13362, 584, 4280, 28027, 6, 3, 7, 834, 22149, 15, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1139, 6174, 7, 834, 2113, 21680, 953, 834, 4350, 834, 3914, 549, 17444, 427, 3718, 834, 11290, 834, 1161, 834, 12760, 834, 9, 75, 13362, 3274, 96, 202, 5661, 121, 3430, 3, 7, 834, 22149, 15, 26, 834, 10041, 3274, ...
What is Yearly Cost For Paid Account, when Montly Cost For Paid Account is 5 USD, and when Userpics Paid is 50?
SELECT yearly_cost_for_paid_account FROM table_name_94 WHERE monthly_cost_for_paid_account = "5 usd" AND userpics_paid = "50"
CREATE TABLE table_name_94 (yearly_cost_for_paid_account VARCHAR, monthly_cost_for_paid_account VARCHAR, userpics_paid VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 22286, 834, 11290, 834, 1161, 834, 12760, 834, 9, 75, 13362, 584, 4280, 28027, 6, 3718, 834, 11290, 834, 1161, 834, 12760, 834, 9, 75, 13362, 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, 3, 22286, 834, 11290, 834, 1161, 834, 12760, 834, 9, 75, 13362, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 3718, 834, 11290, 834, 1161, 834, 12760, 834, 9, 75, 13362, 3274, 96, 755, 178, 26, 121, 3430, 1139,...
What is the S Registered User, when Userpics Free is 6 [free] or 15 [plus]?
SELECT s_registered_user FROM table_name_98 WHERE userpics_free = "6 [free] or 15 [plus]"
CREATE TABLE table_name_98 (s_registered_user VARCHAR, userpics_free VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 7, 834, 22149, 15, 26, 834, 10041, 584, 4280, 28027, 6, 1139, 6174, 7, 834, 2113, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 180,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7, 834, 22149, 15, 26, 834, 10041, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 1139, 6174, 7, 834, 2113, 3274, 96, 948, 784, 2113, 908, 42, 627, 784, 10817, 908, 121, 1, -100, -100, -100, -100, -100, -10...
What is Venue, when Date is "2003-08-13"?
SELECT venue FROM table_name_72 WHERE date = "2003-08-13"
CREATE TABLE table_name_72 (venue VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 15098, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 29940, 6, 116, 7678, 19, 96, 23948, 18, 4018, 13056, 121, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5865, 549, 17444, 427, 833, 3274, 96, 23948, 18, 4018, 13056, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Score, when Date is "2000-05-23"?
SELECT score FROM table_name_93 WHERE date = "2000-05-23"
CREATE TABLE table_name_93 (score VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 7, 9022, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 17763, 6, 116, 7678, 19, 96, 13527, 18, 3076, 18, 2773...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4271, 549, 17444, 427, 833, 3274, 96, 13527, 18, 3076, 18, 2773, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is Result, when Date is "2000-05-23"?
SELECT result FROM table_name_57 WHERE date = "2000-05-23"
CREATE TABLE table_name_57 (result VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 3, 20119, 6, 116, 7678, 19, 96, 13527, 18, 307...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 833, 3274, 96, 13527, 18, 3076, 18, 2773, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Competition, when Date is "1999-08-07"?
SELECT competition FROM table_name_13 WHERE date = "1999-08-07"
CREATE TABLE table_name_13 (competition VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 15571, 6, 116, 7678, 19, 96, 2294, 3264, 18, 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, 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, 2368, 549, 17444, 427, 833, 3274, 96, 2294, 3264, 18, 4018, 18, 4560, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
In what Week was Serena Williams 6–1, 6–7(7), 6–3 the Winner?
SELECT week FROM table_name_65 WHERE winners = "serena williams 6–1, 6–7(7), 6–3"
CREATE TABLE table_name_65 (week VARCHAR, winners VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 8041, 584, 4280, 28027, 6, 8969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 6551, 47, 5631, 35, 9, 6060, 431, 104, 4347, 431, 104, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 8969, 3274, 96, 7, 49, 35, 9, 56, 23, 265, 7, 431, 104, 4347, 431, 104, 940, 24358, 6, 431, 104, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the Finalist on a Hard Surface with Winner Serena Williams 6–1, 6–7(7), 6–3?
SELECT finalists FROM table_name_34 WHERE surface = "hard" AND winners = "serena williams 6–1, 6–7(7), 6–3"
CREATE TABLE table_name_34 (finalists VARCHAR, surface VARCHAR, winners VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 28077, 584, 4280, 28027, 6, 1774, 584, 4280, 28027, 6, 8969, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 47, 8, 6514, 343, 30, 3, 9, 642...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 28077, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 1774, 3274, 96, 5651, 121, 3430, 8969, 3274, 96, 7, 49, 35, 9, 56, 23, 265, 7, 431, 104, 4347, 431, 104, 940, 24358, 6, 431, 104, 519, 121, 1, -100, ...
In what Week is the Rome Tournament?
SELECT week FROM table_name_70 WHERE tournament = "rome"
CREATE TABLE table_name_70 (week VARCHAR, tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 8041, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 6551, 19, 8, 7332, 20502, 58, 1, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 5892, 3274, 96, 11956, 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 regio has a label of zzt and a date of 27 september 2004?
SELECT region FROM table_name_5 WHERE label = "zzt" AND date = "27 september 2004"
CREATE TABLE table_name_5 (region VARCHAR, label VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 18145, 584, 4280, 28027, 6, 3783, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 60, 10253, 65, 3, 9, 3783, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1719, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 3783, 3274, 96, 5271, 17, 121, 3430, 833, 3274, 96, 2555, 16022, 18247, 4406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which catalog has a date of 24 march 2006?
SELECT catalog FROM table_name_44 WHERE date = "24 march 2006"
CREATE TABLE table_name_44 (catalog VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 2138, 9, 2152, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 10173, 65, 3, 9, 833, 13, 997, 10556, 3581, 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, 10173, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 833, 3274, 96, 2266, 10556, 3581, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which format has a region of united kingdom?
SELECT format FROM table_name_19 WHERE region = "united kingdom"
CREATE TABLE table_name_19 (format VARCHAR, region VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 8995, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1910, 65, 3, 9, 1719, 13, 18279, 14740, 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, 1910, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 1719, 3274, 96, 15129, 15, 26, 14740, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which date has a region of united kingdom?
SELECT date FROM table_name_54 WHERE region = "united kingdom"
CREATE TABLE table_name_54 (date VARCHAR, region VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 5522, 584, 4280, 28027, 6, 1719, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 833, 65, 3, 9, 1719, 13, 18279, 14740, 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, 833, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 1719, 3274, 96, 15129, 15, 26, 14740, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which regio has a date of 24 march 2006?
SELECT region FROM table_name_15 WHERE date = "24 march 2006"
CREATE TABLE table_name_15 (region VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 18145, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 3, 60, 10253, 65, 3, 9, 833, 13, 997, 10556, 3581, 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, 1719, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 833, 3274, 96, 2266, 10556, 3581, 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 A330 for A310 B10?
SELECT a330 FROM table_name_62 WHERE a310 = "b10"
CREATE TABLE table_name_62 (a330 VARCHAR, a310 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 9, 17225, 584, 4280, 28027, 6, 3, 9, 19947, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 71, 17225, 21, 71, 19947, 272, 1714, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 9, 17225, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 3, 9, 19947, 3274, 96, 115, 1714, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the A330 and the A310 wide?
SELECT a330 FROM table_name_62 WHERE a310 = "wide"
CREATE TABLE table_name_62 (a330 VARCHAR, a310 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4056, 41, 9, 17225, 584, 4280, 28027, 6, 3, 9, 19947, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 71, 17225, 11, 8, 71, 19947, 1148, 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, 3, 9, 17225, 21680, 953, 834, 4350, 834, 4056, 549, 17444, 427, 3, 9, 19947, 3274, 96, 6728, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What model is the A310 of 1983?
SELECT model FROM table_name_48 WHERE a310 = "1983"
CREATE TABLE table_name_48 (model VARCHAR, a310 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 21770, 584, 4280, 28027, 6, 3, 9, 19947, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 825, 19, 8, 71, 19947, 13, 15041, 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, 825, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 3, 9, 19947, 3274, 96, 2294, 4591, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What name is in the number 2 spot when Ethan is in the number 6 spot and Mason is in the number 3 spot?
SELECT no_2 FROM table_name_7 WHERE no_6 = "ethan" AND no_3 = "mason"
CREATE TABLE table_name_7 (no_2 VARCHAR, no_6 VARCHAR, no_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 29, 32, 834, 357, 584, 4280, 28027, 6, 150, 834, 948, 584, 4280, 28027, 6, 150, 834, 519, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 564,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 150, 834, 357, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 150, 834, 948, 3274, 96, 15, 6736, 121, 3430, 150, 834, 519, 3274, 96, 2754, 106, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In what region and year was Jacob the number 2 name and Ryan the number 10 name?
SELECT region__year_ FROM table_name_98 WHERE no_2 = "jacob" AND no_10 = "ryan"
CREATE TABLE table_name_98 (region__year_ VARCHAR, no_2 VARCHAR, no_10 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 18145, 834, 834, 1201, 834, 584, 4280, 28027, 6, 150, 834, 357, 584, 4280, 28027, 6, 150, 834, 1714, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 1719, 834, 834, 1201, 834, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 150, 834, 357, 3274, 96, 1191, 509, 115, 121, 3430, 150, 834, 1714, 3274, 96, 651, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
What name was number 7 when Mason was number 1, Owen was number 6, Jackson was number 9, and Logan was number 10?
SELECT no_7 FROM table_name_68 WHERE no_1 = "mason" AND no_9 = "jackson" AND no_10 = "logan" AND no_6 = "owen"
CREATE TABLE table_name_68 (no_7 VARCHAR, no_6 VARCHAR, no_10 VARCHAR, no_1 VARCHAR, no_9 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 29, 32, 834, 940, 584, 4280, 28027, 6, 150, 834, 948, 584, 4280, 28027, 6, 150, 834, 1714, 584, 4280, 28027, 6, 150, 834, 536, 584, 4280, 28027, 6, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 150, 834, 940, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 150, 834, 536, 3274, 96, 2754, 106, 121, 3430, 150, 834, 1298, 3274, 96, 9325, 739, 121, 3430, 150, 834, 1714, 3274, 96, 2152, 152, 121, 3430, 150, ...
What name was in the number 4 spot when Aiden was number 7 and James was number 3?
SELECT no_4 FROM table_name_29 WHERE no_7 = "aiden" AND no_3 = "james"
CREATE TABLE table_name_29 (no_4 VARCHAR, no_7 VARCHAR, no_3 VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 29, 32, 834, 591, 584, 4280, 28027, 6, 150, 834, 940, 584, 4280, 28027, 6, 150, 834, 519, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 564...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 150, 834, 591, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 150, 834, 940, 3274, 96, 5385, 29, 121, 3430, 150, 834, 519, 3274, 96, 1191, 2687, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the positions of Damon Jones?
SELECT position FROM table_name_87 WHERE player = "damon jones"
CREATE TABLE table_name_87 (position VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 4718, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4655, 13, 10939, 106, 6193, 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, 1102, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 1959, 3274, 96, 7812, 106, 3, 1927, 1496, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
for how many years did the player who graduated from stanford play for Grizzlies?
SELECT years_for_grizzlies FROM table_name_11 WHERE school_club_team = "stanford"
CREATE TABLE table_name_11 (years_for_grizzlies VARCHAR, school_club_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 1201, 7, 834, 1161, 834, 3496, 5271, 4664, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21, 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, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0...
[ 3, 23143, 14196, 203, 834, 1161, 834, 3496, 5271, 4664, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 496, 834, 13442, 834, 11650, 3274, 96, 5627, 2590, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which school did Dahntay Jones graduate from?
SELECT school_club_team FROM table_name_24 WHERE player = "dahntay jones"
CREATE TABLE table_name_24 (school_club_team VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 6646, 834, 13442, 834, 11650, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 496, 410, 878, 107, 29, 17, 9, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 496, 834, 13442, 834, 11650, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 1959, 3274, 96, 26, 9, 107, 29, 17, 9, 63, 3, 1927, 1496, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which player gradyated from Florida State?
SELECT player FROM table_name_76 WHERE school_club_team = "florida state"
CREATE TABLE table_name_76 (player VARCHAR, school_club_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 20846, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 3, 3987, 63, 920, 45, 2599, 101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 496, 834, 13442, 834, 11650, 3274, 96, 89, 322, 23, 26, 9, 538, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Playoffs MVP of the game with a Result of 4–1 with Champions Daejeon Hyundai Dynat?
SELECT playoffs_mvp FROM table_name_65 WHERE result = "4–1" AND champions = "daejeon hyundai dynat"
CREATE TABLE table_name_65 (playoffs_mvp VARCHAR, result VARCHAR, champions VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 4895, 1647, 7, 834, 51, 208, 102, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 6336, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 15289, 7, 834, 51, 208, 102, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 741, 3274, 96, 591, 104, 536, 121, 3430, 6336, 7, 3274, 96, 26, 9, 15, 1924, 106, 3, 107, 63, 1106, 9, 23, 3, 24805, 17, 121, 1, ...
What is the Year of the game with Result of 4–3 and Champions of Daegu Tongyang Orions?
SELECT year FROM table_name_86 WHERE result = "4–3" AND champions = "daegu tongyang orions"
CREATE TABLE table_name_86 (year VARCHAR, result VARCHAR, champions VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 1201, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 6336, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2929, 13, 8, 467, 28, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 215, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 741, 3274, 96, 591, 104, 519, 121, 3430, 6336, 7, 3274, 96, 26, 9, 15, 1744, 12, 1725, 63, 1468, 42, 2865, 121, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the Runners-up of the game with a Result of 4–1 and Champions of Wonju Dongbu Promy?
SELECT runners_up FROM table_name_1 WHERE result = "4–1" AND champions = "wonju dongbu promy"
CREATE TABLE table_name_1 (runners_up VARCHAR, result VARCHAR, champions VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 10806, 7, 834, 413, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 6, 6336, 7, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3, 23572, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16448, 834, 413, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 741, 3274, 96, 591, 104, 536, 121, 3430, 6336, 7, 3274, 96, 210, 106, 2047, 278, 122, 3007, 15207, 63, 121, 1, -100, -100, -100, -100, -100, -100, ...
Where was the venue that Linfield was the opponent?
SELECT venue FROM table_name_58 WHERE opponent = "linfield"
CREATE TABLE table_name_58 (venue VARCHAR, opponent VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 15098, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, 8, 5669, 24, 6741, 1846, 47, 8, 15264, 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, 5669, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 15264, 3274, 96, 40, 77, 1846, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which scorer plays for Aldershot and has scored a total of 19 League goals?
SELECT scorer FROM table_name_17 WHERE club = "aldershot" AND league_goals = "19"
CREATE TABLE table_name_17 (scorer VARCHAR, club VARCHAR, league_goals VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 7, 5715, 49, 584, 4280, 28027, 6, 1886, 584, 4280, 28027, 6, 5533, 834, 839, 5405, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 2604, 52, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 52, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 1886, 3274, 96, 138, 588, 11159, 121, 3430, 5533, 834, 839, 5405, 3274, 96, 2294, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest number of League Cup goals that were scored by Hartlepool?
SELECT MAX(league_cup_goals) FROM table_name_6 WHERE club = "hartlepool"
CREATE TABLE table_name_6 (league_cup_goals INTEGER, club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 29512, 834, 4658, 834, 839, 5405, 3, 21342, 17966, 6, 1886, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 13, 3815, 3802, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 29512, 834, 4658, 834, 839, 5405, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 1886, 3274, 96, 13626, 109, 13194, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When was the game at the North Shore Events Centre?
SELECT date FROM table_name_99 WHERE venue = "north shore events centre"
CREATE TABLE table_name_99 (date VARCHAR, venue VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 5522, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 8, 467, 44, 8, 1117, 16002, 11137, 2969, 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, 833, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 5669, 3274, 96, 29, 127, 189, 10433, 984, 2050, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the report corresponding to the game that had the Townsville Crocodiles as home team?
SELECT report FROM table_name_59 WHERE home_team = "townsville crocodiles"
CREATE TABLE table_name_59 (report VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 60, 1493, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 934, 3, 9921, 12, 8, 467, 24, 141, 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, 934, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 234, 834, 11650, 3274, 96, 3540, 9727, 3, 2771, 509, 26, 699, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
When was the game that had Sydney Spirit as the away team?
SELECT date FROM table_name_64 WHERE away_team = "sydney spirit"
CREATE TABLE table_name_64 (date VARCHAR, away_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 5522, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 47, 8, 467, 24, 141, 7476, 5876, 38, 8, 550, 372,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 550, 834, 11650, 3274, 96, 7, 63, 26, 3186, 3564, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the box score for the game that had the Townsville Crocodiles as home team?
SELECT Box AS score FROM table_name_95 WHERE home_team = "townsville crocodiles"
CREATE TABLE table_name_95 (Box VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 16075, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1367, 2604, 21, 8, 467, 24, 141, 8, 4463,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5179, 6157, 2604, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 234, 834, 11650, 3274, 96, 3540, 9727, 3, 2771, 509, 26, 699, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the box score for the game that had the Cairns Taipans as home team?
SELECT Box AS score FROM table_name_23 WHERE home_team = "cairns taipans"
CREATE TABLE table_name_23 (Box VARCHAR, home_team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 16075, 584, 4280, 28027, 6, 234, 834, 11650, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 1367, 2604, 21, 8, 467, 24, 141, 8, 205, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5179, 6157, 2604, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 234, 834, 11650, 3274, 96, 75, 2256, 29, 7, 3, 17, 9, 23, 2837, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's the lap number for time/retired of +33.912?
SELECT COUNT(laps) FROM table_name_71 WHERE time_retired = "+33.912"
CREATE TABLE table_name_71 (laps VARCHAR, time_retired VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 8478, 7, 584, 4280, 28027, 6, 97, 834, 10682, 1271, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 31, 7, 8, 14941, 381, 21, 97, 87, 10682, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 8478, 7, 61, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 97, 834, 10682, 1271, 3274, 96, 1220, 519, 28640, 2122, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Total laps for Shinya Nakano at smaller than 10 grids.
SELECT COUNT(laps) FROM table_name_18 WHERE rider = "shinya nakano" AND grid < 10
CREATE TABLE table_name_18 (laps VARCHAR, rider VARCHAR, grid VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 8478, 7, 584, 4280, 28027, 6, 2564, 52, 584, 4280, 28027, 6, 8634, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 9273, 14941, 7, 21, 14215, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 8478, 7, 61, 21680, 953, 834, 4350, 834, 2606, 549, 17444, 427, 2564, 52, 3274, 96, 7, 2907, 63, 9, 3, 29, 9, 3304, 32, 121, 3430, 8634, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, ...
Which player wears the number 2 on his jersey?
SELECT player FROM table_name_18 WHERE jersey_number_s_ = "2"
CREATE TABLE table_name_18 (player VARCHAR, jersey_number_s_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2606, 41, 20846, 584, 4280, 28027, 6, 13426, 834, 5525, 1152, 834, 7, 834, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 1959, 2112, 7, 8, 381, 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, 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, 2606, 549, 17444, 427, 13426, 834, 5525, 1152, 834, 7, 834, 3274, 96, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest number of rebounds of the san antonio spurs?
SELECT high_rebounds FROM table_name_48 WHERE team = "san antonio spurs"
CREATE TABLE table_name_48 (high_rebounds VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 6739, 834, 23768, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030, 381, 13, 3, 23768, 13, 8, 3, 7, 15...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 306, 834, 23768, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 372, 3274, 96, 7, 152, 3, 9, 6992, 23, 32, 18421, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the score of game 4?
SELECT score FROM table_name_84 WHERE game = 4
CREATE TABLE table_name_84 (score VARCHAR, game VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 7, 9022, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 2604, 13, 467, 314, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 467, 3274, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the date of the game with a w 105-88 score?
SELECT date FROM table_name_78 WHERE score = "w 105-88"
CREATE TABLE table_name_78 (date VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 833, 13, 8, 467, 28, 3, 9, 3, 210, 3, 12869, 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, 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, 3940, 549, 17444, 427, 2604, 3274, 96, 210, 3, 12869, 18, 4060, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the game with the golden state warriors?
SELECT game FROM table_name_37 WHERE team = "golden state warriors"
CREATE TABLE table_name_37 (game VARCHAR, team VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4118, 41, 7261, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 467, 28, 8, 7069, 538, 20614, 7, 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, 467, 21680, 953, 834, 4350, 834, 4118, 549, 17444, 427, 372, 3274, 96, 14910, 35, 538, 20614, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Pick # of the Player from Southern MIssissippi?
SELECT COUNT(pick) FROM table_name_98 WHERE school = "southern mississippi"
CREATE TABLE table_name_98 (pick VARCHAR, school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 17967, 584, 4280, 28027, 6, 496, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 8356, 1713, 13, 8, 12387, 45, 5193, 8161, 7, 7, 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, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 17967, 61, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 496, 3274, 96, 7, 670, 760, 29, 3041, 159, 7, 23, 1572, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In what Round was Derrick Franklin picked?
SELECT round FROM table_name_23 WHERE player = "derrick franklin"
CREATE TABLE table_name_23 (round VARCHAR, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 7775, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 9609, 47, 660, 5206, 16079, 4758, 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, 1751, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 1959, 3274, 96, 588, 5206, 3, 6296, 20529, 29, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
In what Round does Duke have a Pick larger than 9?
SELECT COUNT(round) FROM table_name_49 WHERE pick > 9 AND school = "duke"
CREATE TABLE table_name_49 (round VARCHAR, pick VARCHAR, school VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 7775, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 6, 496, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 9609, 405, 15090, 43, 3, 9, 83...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 7775, 61, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 1432, 2490, 668, 3430, 496, 3274, 96, 1259, 1050, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
In what Round was Tommy Norman picked?
SELECT MAX(round) FROM table_name_19 WHERE player = "tommy norman"
CREATE TABLE table_name_19 (round INTEGER, player VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 7775, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 86, 125, 9609, 47, 22091, 13615, 4758, 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, 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, 4800, 4, 599, 7775, 61, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 1959, 3274, 96, 235, 635, 63, 7982, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the 2000 value if the 1998 value is 1.5?
SELECT 2000 FROM table_name_5 WHERE 1998 = "1.5"
CREATE TABLE table_name_5 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2766, 701, 3, 99, 8, 6260, 701, 19, 8613, 58, 1, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2766, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 6260, 3274, 96, 16593, 121, 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 2004 value if the 1998 value is 35?
SELECT 2004 FROM table_name_73 WHERE 1998 = "35"
CREATE TABLE table_name_73 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4552, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4406, 701, 3, 99, 8, 6260, 701, 19, 3097, 58, 1, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4406, 21680, 953, 834, 4350, 834, 4552, 549, 17444, 427, 6260, 3274, 96, 2469, 121, 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 1998 value if the 2000 value is 25?
SELECT 1998 FROM table_name_3 WHERE 2000 = "25"
CREATE TABLE table_name_3 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6260, 701, 3, 99, 8, 2766, 701, 19, 944, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6260, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 2766, 3274, 96, 1828, 121, 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 1998 value if the 2007 value is 8?
SELECT 1998 FROM table_name_13 WHERE 2007 = "8"
CREATE TABLE table_name_13 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6260, 701, 3, 99, 8, 4101, 701, 19, 505, 58, 1, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6260, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 4101, 3274, 96, 927, 121, 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 2000 value if the 1998 value is 1.5?
SELECT 2000 FROM table_name_67 WHERE 1998 = "1.5"
CREATE TABLE table_name_67 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2766, 701, 3, 99, 8, 6260, 701, 19, 8613, 58, 1, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2766, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 6260, 3274, 96, 16593, 121, 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 1998 value if the 2011 value is 30.4?
SELECT 1998 FROM table_name_86 WHERE 2011 = "30.4"
CREATE TABLE table_name_86 (Id VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 196, 26, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 6260, 701, 3, 99, 8, 2722, 701, 19, 220, 22776, 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, 6260, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 2722, 3274, 96, 1458, 5, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the interface of the product xerox travel scanner 100?
SELECT interface FROM table_name_58 WHERE product = "xerox travel scanner 100"
CREATE TABLE table_name_58 (interface VARCHAR, product VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 3870, 4861, 584, 4280, 28027, 6, 556, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 3459, 13, 8, 556, 3, 226, 15, 12907, 1111, 19083...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3459, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 556, 3274, 96, 226, 15, 12907, 1111, 19083, 910, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the pages per minute (color) of the machine that has a max page size of a4 and dimensions (mm) of 303 x 94 x 60?
SELECT pages_per_minute__color_ FROM table_name_31 WHERE max_page_size = "a4" AND dimensions__mm_ = "303 x 94 x 60"
CREATE TABLE table_name_31 (pages_per_minute__color_ VARCHAR, max_page_size VARCHAR, dimensions__mm_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 6492, 7, 834, 883, 834, 6890, 834, 834, 9910, 834, 584, 4280, 28027, 6, 9858, 834, 6492, 834, 7991, 584, 4280, 28027, 6, 8393, 834, 834, 635, 834, 584,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1688, 834, 883, 834, 6890, 834, 834, 9910, 834, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 9858, 834, 6492, 834, 7991, 3274, 96, 9, 20364, 3430, 8393, 834, 834, 635, 834, 3274, 96, 23335, 3, 226, 3, 4240, ...
What club had Guus Hiddink as outgoing manager?
SELECT club FROM table_name_51 WHERE name = "guus hiddink"
CREATE TABLE table_name_51 (club VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5553, 41, 13442, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 1886, 141, 2846, 302, 2018, 26, 26, 6090, 38, 91, 9545, 2743, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 4350, 834, 5553, 549, 17444, 427, 564, 3274, 96, 1744, 302, 3, 11740, 26, 6090, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
When did Brendan Rodgers depart his position?
SELECT date_of_departure FROM table_name_46 WHERE name = "brendan rodgers"
CREATE TABLE table_name_46 (date_of_departure VARCHAR, name VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 5522, 834, 858, 834, 221, 2274, 1462, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 366, 410, 23506, 29, 8222, 1304, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 834, 858, 834, 221, 2274, 1462, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 564, 3274, 96, 1999, 29, 3768, 6102, 1304, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
On what date was Paulo Sousa appointed?
SELECT date_of_appointment FROM table_name_17 WHERE replacement = "paulo sousa"
CREATE TABLE table_name_17 (date_of_appointment VARCHAR, replacement VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 5522, 834, 858, 834, 9, 102, 2700, 297, 584, 4280, 28027, 6, 3709, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 461, 125, 833, 47, 1838, 32, 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, 834, 858, 834, 9, 102, 2700, 297, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 3709, 3274, 96, 102, 9, 83, 32, 2539, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who had the high rebounds, and how many did he have, for the game played on April 9?
SELECT high_rebounds FROM table_name_24 WHERE date = "april 9"
CREATE TABLE table_name_24 (high_rebounds VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 6739, 834, 23768, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 141, 8, 306, 3, 23768, 6, 11, 149, 186, 410, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 306, 834, 23768, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 833, 3274, 96, 9, 2246, 40, 668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What date did a game have a time of 3:44?
SELECT date FROM table_name_55 WHERE time = "3:44"
CREATE TABLE table_name_55 (date VARCHAR, time VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 5522, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 833, 410, 3, 9, 467, 43, 3, 9, 97, 13, 220, 10, 3628, 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, 833, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 97, 3274, 96, 519, 10, 3628, 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 attendance for the game after game 4?
SELECT attendance FROM table_name_96 WHERE game > 4
CREATE TABLE table_name_96 (attendance VARCHAR, game INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 15116, 663, 584, 4280, 28027, 6, 467, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 47, 8, 11364, 21, 8, 467, 227, 467, 314, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11364, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 467, 2490, 314, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
WHAT IS THE TYPE OF LAND WITH A 2010 POPULATION GREATER THAN 2539, A RURAL AREA, AND A 2007 POPULATION OF 2572?
SELECT geographic_character FROM table_name_69 WHERE population__2010_ > 2539 AND urban_rural = "rural" AND population__2007_ = 2572
CREATE TABLE table_name_69 (geographic_character VARCHAR, population__2007_ VARCHAR, population__2010_ VARCHAR, urban_rural VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3951, 41, 397, 16587, 834, 31886, 584, 4280, 28027, 6, 2074, 834, 834, 20615, 834, 584, 4280, 28027, 6, 2074, 834, 834, 14926, 834, 584, 4280, 28027, 6, 4150, 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, 20929, 834, 31886, 21680, 953, 834, 4350, 834, 3951, 549, 17444, 427, 2074, 834, 834, 14926, 834, 2490, 944, 3288, 3430, 4150, 834, 52, 9709, 3274, 96, 52, 9709, 121, 3430, 2074, 834, 834, 20615, 834, 3274, 944, 5865,...
WHAT IS THE TYPE OF LAND WITH A 2007 POPULATION SMALLER THAN 4346, 2010 POPULATION LARGER THAN 3385, FROM BARANGAY OF MANALONGON?
SELECT geographic_character FROM table_name_10 WHERE population__2007_ < 4346 AND population__2010_ > 3385 AND barangay = "manalongon"
CREATE TABLE table_name_10 (geographic_character VARCHAR, barangay VARCHAR, population__2007_ VARCHAR, population__2010_ VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 397, 16587, 834, 31886, 584, 4280, 28027, 6, 1207, 1468, 9, 63, 584, 4280, 28027, 6, 2074, 834, 834, 20615, 834, 584, 4280, 28027, 6, 2074, 834, 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, 1...
[ 3, 23143, 14196, 20929, 834, 31886, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 2074, 834, 834, 20615, 834, 3, 2, 8838, 4448, 3430, 2074, 834, 834, 14926, 834, 2490, 5400, 4433, 3430, 1207, 1468, 9, 63, 3274, 96, 348, 9, 2961...
WHAT IS THE POPULATION OF 2007 WHEN 2010 POPULATION WAS SMALLER THAN 1282?
SELECT COUNT(population__2007_) FROM table_name_2 WHERE population__2010_ < 1282
CREATE TABLE table_name_2 (population__2007_ VARCHAR, population__2010_ INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 9791, 7830, 834, 834, 20615, 834, 584, 4280, 28027, 6, 2074, 834, 834, 14926, 834, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9791, 7830, 834, 834, 20615, 834, 61, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 2074, 834, 834, 14926, 834, 3, 2, 586, 4613, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the number of points when the played is less than 30?
SELECT COUNT(points) FROM table_name_42 WHERE played < 30
CREATE TABLE table_name_42 (points VARCHAR, played INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 2700, 7, 584, 4280, 28027, 6, 1944, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 381, 13, 979, 116, 8, 1944, 19, 705, 145, 604, 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, 2847, 17161, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 1944, 3, 2, 604, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the number of goals when the goal difference was less than 43, and the position less than 3?
SELECT SUM(goals_for) FROM table_name_27 WHERE goal_difference < 43 AND position < 3
CREATE TABLE table_name_27 (goals_for INTEGER, goal_difference VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 1288, 834, 26, 99, 11788, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 1288, 834, 26, 99, 11788, 3, 2, 8838, 3430, 1102, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the position when the points were less than 34, draws of 7, and a Club of sd eibar?
SELECT AVG(position) FROM table_name_53 WHERE points < 34 AND draws = 7 AND club = "sd eibar"
CREATE TABLE table_name_53 (position INTEGER, club VARCHAR, points VARCHAR, draws VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 4718, 3, 21342, 17966, 6, 1886, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 6, 14924, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 4718, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 979, 3, 2, 6154, 3430, 14924, 3274, 489, 3430, 1886, 3274, 96, 7, 26, 3, 15, 23, 1047, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
What is the number of goals against when the goal difference was less than 43, the Wins less than 13, and losses more than 14?
SELECT goals_against FROM table_name_44 WHERE goal_difference < 43 AND wins < 13 AND losses > 14
CREATE TABLE table_name_44 (goals_against VARCHAR, losses VARCHAR, goal_difference VARCHAR, wins VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3628, 41, 839, 5405, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 8467, 584, 4280, 28027, 6, 1288, 834, 26, 99, 11788, 584, 4280, 28027, 6, 9204, 584, 4280, 28027,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1766, 834, 9, 16720, 7, 17, 21680, 953, 834, 4350, 834, 3628, 549, 17444, 427, 1288, 834, 26, 99, 11788, 3, 2, 8838, 3430, 9204, 3, 2, 1179, 3430, 8467, 2490, 968, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What is the highest Goal Difference when the goals against were less than 76, and the position larger than 5, and a Played larger than 30?
SELECT MAX(goal_difference) FROM table_name_72 WHERE goals_against < 76 AND position > 5 AND played > 30
CREATE TABLE table_name_72 (goal_difference INTEGER, played VARCHAR, goals_against VARCHAR, position VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 839, 138, 834, 26, 99, 11788, 3, 21342, 17966, 6, 1944, 584, 4280, 28027, 6, 1766, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 839, 138, 834, 26, 99, 11788, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 1766, 834, 9, 16720, 7, 17, 3, 2, 3, 3959, 3430, 1102, 2490, 305, 3430, 1944, 2490, 604, 1, -100, -100, -100, -1...
Who is the producer for the director Richard Clark?
SELECT producer FROM table_name_31 WHERE director = "richard clark"
CREATE TABLE table_name_31 (producer VARCHAR, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3341, 41, 1409, 4817, 49, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 19, 8, 8211, 21, 8, 2090, 4117, 8265, 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, 8211, 21680, 953, 834, 4350, 834, 3341, 549, 17444, 427, 2090, 3274, 96, 3723, 986, 6860, 157, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest block for director Graeme Harper?
SELECT MIN(block) FROM table_name_79 WHERE director = "graeme harper"
CREATE TABLE table_name_79 (block INTEGER, director VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 10734, 3, 21342, 17966, 6, 2090, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 7402, 2463, 21, 2090, 3, 4744, 15, 526, 22792, 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, 3, 17684, 599, 10734, 61, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 2090, 3274, 96, 3484, 15, 526, 3, 3272, 883, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the skip when the country is finland?
SELECT skip FROM table_name_1 WHERE country = "finland"
CREATE TABLE table_name_1 (skip VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 4009, 102, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 11202, 116, 8, 684, 19, 3, 89, 25948, 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, 11202, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 684, 3274, 96, 89, 25948, 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 lowest ends lost when the stolen ends for is less than 13, and stolten ends against is 6?
SELECT MIN(ends_lost) FROM table_name_16 WHERE stolen_ends_for < 13 AND stolen_ends_against = 6
CREATE TABLE table_name_16 (ends_lost INTEGER, stolen_ends_for VARCHAR, stolen_ends_against VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 989, 7, 834, 2298, 17, 3, 21342, 17966, 6, 14244, 834, 989, 7, 834, 1161, 584, 4280, 28027, 6, 14244, 834, 989, 7, 834, 9, 16720, 7, 17, 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, 3, 17684, 599, 989, 7, 834, 2298, 17, 61, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 14244, 834, 989, 7, 834, 1161, 3, 2, 1179, 3430, 14244, 834, 989, 7, 834, 9, 16720, 7, 17, 3274, 431, 1, -100, -100, ...
What is the sum shot % when the country is finland, and an ends lost is larger than 49?
SELECT SUM(shot__percentage) FROM table_name_72 WHERE country = "finland" AND ends_lost > 49
CREATE TABLE table_name_72 (shot__percentage INTEGER, country VARCHAR, ends_lost VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 11159, 834, 834, 883, 3728, 545, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 5542, 834, 2298, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 11159, 834, 834, 883, 3728, 545, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 684, 3274, 96, 89, 25948, 121, 3430, 5542, 834, 2298, 17, 2490, 9526, 1, -100, -100, -100, -100, -100, -100, -1...
What is the stolen ends against for a bank ends f/a of 4/7, and a country of china?
SELECT stolen_ends_against FROM table_name_36 WHERE blank_ends_f_a = "4/7" AND country = "china"
CREATE TABLE table_name_36 (stolen_ends_against VARCHAR, blank_ends_f_a VARCHAR, country VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 7, 235, 40, 35, 834, 989, 7, 834, 9, 16720, 7, 17, 584, 4280, 28027, 6, 11460, 834, 989, 7, 834, 89, 834, 9, 584, 4280, 28027, 6, 684, 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, 14244, 834, 989, 7, 834, 9, 16720, 7, 17, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 11460, 834, 989, 7, 834, 89, 834, 9, 3274, 96, 591, 21766, 121, 3430, 684, 3274, 96, 5675, 9, 121, 1, -100, -100, -100...
what is the location when the year is after 1974 and the date is september 19?
SELECT location FROM table_name_36 WHERE year > 1974 AND date = "september 19"
CREATE TABLE table_name_36 (location VARCHAR, year VARCHAR, date VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 14836, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1128, 116, 8, 215, 19, 227,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 215, 2490, 17184, 3430, 833, 3274, 96, 7, 6707, 18247, 957, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what is the location when the year is before 1979 and the result is 19-17?
SELECT location FROM table_name_68 WHERE year < 1979 AND result = "19-17"
CREATE TABLE table_name_68 (location VARCHAR, year VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 14836, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 1128, 116, 8, 215, 19, 274,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1128, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 215, 3, 2, 15393, 3430, 741, 3274, 96, 2294, 10794, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what is the result for 1970 at yankee stadium?
SELECT result FROM table_name_7 WHERE year = 1970 AND location = "yankee stadium"
CREATE TABLE table_name_7 (result VARCHAR, year VARCHAR, location VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 741, 21, 7434, 44...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 215, 3274, 7434, 3430, 1128, 3274, 96, 63, 5979, 15, 15, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the year when the location is yankee stadium and the result is 23-23
SELECT AVG(year) FROM table_name_74 WHERE location = "yankee stadium" AND result = "23-23"
CREATE TABLE table_name_74 (year INTEGER, location VARCHAR, result VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 1201, 3, 21342, 17966, 6, 1128, 584, 4280, 28027, 6, 741, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 125, 19, 8, 215, 116, 8, 1128, 19, 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, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 1128, 3274, 96, 63, 5979, 15, 15, 14939, 121, 3430, 741, 3274, 96, 2773, 18, 2773, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Total has a Name of eoin jess category:articles with hcards, and a Scottish Cup larger than 23?
SELECT MIN(total) FROM table_name_47 WHERE name = "eoin jess category:articles with hcards" AND scottish_cup > 23
CREATE TABLE table_name_47 (total INTEGER, name VARCHAR, scottish_cup VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 235, 1947, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 3, 7, 10405, 1273, 834, 4658, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9273, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 235, 1947, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 564, 3274, 96, 15, 32, 77, 528, 7, 7, 3295, 10, 8372, 7, 28, 3, 107, 6043, 7, 121, 3430, 3, 7, 10405, 1273, 834, 4658, 2490, 190...
Which Total has a Name of alex mcleish category:articles with hcards, and a League smaller than 494?
SELECT AVG(total) FROM table_name_25 WHERE name = "alex mcleish category:articles with hcards" AND league < 494
CREATE TABLE table_name_25 (total INTEGER, name VARCHAR, league VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 235, 1947, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 4073, 9273, 65, 3, 9, 5570, 13, 124...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 235, 1947, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 564, 3274, 96, 138, 994, 3, 51, 2482, 1273, 3295, 10, 8372, 7, 28, 3, 107, 6043, 7, 121, 3430, 5533, 3, 2, 314, 4240, 1, -100, ...
Which League Cup has a Scottish Cup larger than 69?
SELECT SUM(league) AS Cup FROM table_name_42 WHERE scottish_cup > 69
CREATE TABLE table_name_42 (league INTEGER, scottish_cup INTEGER)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 29512, 3, 21342, 17966, 6, 3, 7, 10405, 1273, 834, 4658, 3, 21342, 17966, 61, 3, 32105, 32106, 32107, 32106, 4073, 3815, 3802, 65, 3, 9, 12580, 3802, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 29512, 61, 6157, 3802, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 3, 7, 10405, 1273, 834, 4658, 2490, 3, 3951, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Scottish Cup has a League smaller than 561, Years of 1989–1995 1997–2001, and Europe smaller than 11?
SELECT COUNT(scottish_cup) FROM table_name_22 WHERE league < 561 AND years = "1989–1995 1997–2001" AND europe < 11
CREATE TABLE table_name_22 (scottish_cup VARCHAR, europe VARCHAR, league VARCHAR, years VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 7, 10405, 1273, 834, 4658, 584, 4280, 28027, 6, 3, 28188, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 6, 203, 584, 4280, 28027, 61, 3, 32105, 32106, 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, 2847, 17161, 599, 7, 10405, 1273, 834, 4658, 61, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 5533, 3, 2, 305, 4241, 3430, 203, 3274, 96, 2294, 3914, 104, 2294, 3301, 6622, 104, 23658, 121, 3430, 3, 28188, 3, ...
What is the highest pick of the houston oilers NFL club, which has a round greater than 10?
SELECT MAX(pick) FROM table_name_87 WHERE nfl_club = "houston oilers" AND round > 10
CREATE TABLE table_name_87 (pick INTEGER, nfl_club VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 17967, 3, 21342, 17966, 6, 3, 29, 89, 40, 834, 13442, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 2030,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17967, 61, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 3, 29, 89, 40, 834, 13442, 3274, 96, 9492, 4411, 1043, 277, 121, 3430, 1751, 2490, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the round of the new york jets NFL club?
SELECT round FROM table_name_63 WHERE nfl_club = "new york jets"
CREATE TABLE table_name_63 (round VARCHAR, nfl_club VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 7775, 584, 4280, 28027, 6, 3, 29, 89, 40, 834, 13442, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 1751, 13, 8, 126, 25453, 8757, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1751, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 3, 29, 89, 40, 834, 13442, 3274, 96, 5534, 25453, 8757, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum of the round of the new york jets NFL club, which has a pick less than 166?
SELECT SUM(round) FROM table_name_60 WHERE nfl_club = "new york jets" AND pick < 166
CREATE TABLE table_name_60 (round INTEGER, nfl_club VARCHAR, pick VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 7775, 3, 21342, 17966, 6, 3, 29, 89, 40, 834, 13442, 584, 4280, 28027, 6, 1432, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 4505, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7775, 61, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 3, 29, 89, 40, 834, 13442, 3274, 96, 5534, 25453, 8757, 7, 121, 3430, 1432, 3, 2, 3, 26811, 1, -100, -100, -100, -100, -100, -100, -100,...
WHAT IS THE 2012 PERFORMANCE FOR THE MADRID MASTERS?
SELECT 2012 FROM table_name_25 WHERE tournament = "madrid masters"
CREATE TABLE table_name_25 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, 1673, 3, 8742, 24030, 15083, 5652, 1853, 4800, 3913, 4309, 480...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1673, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 5892, 3274, 96, 11374, 4055, 2325, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
WHAT IS THE 2011 PERFORMANCE FOR TOURNAMENTS PLAYED?
SELECT 2011 FROM table_name_48 WHERE tournament = "tournaments played"
CREATE TABLE table_name_48 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, 2722, 3, 8742, 24030, 15083, 5652, 332, 9131, 5999, 11810, 134...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2722, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 5892, 3274, 96, 17, 1211, 29, 9, 4128, 1944, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
WHAT IS THE 2010 PERFORMANCE THAT HAD 2009 0F 0, AND FINALS TOURNAMENT?
SELECT 2010 FROM table_name_19 WHERE 2009 = "0" AND tournament = "finals"
CREATE TABLE table_name_19 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2294, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, 2735, 3, 8742, 24030, 15083, 16662, 454, 6762, 2464, 3, 632, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2735, 21680, 953, 834, 4350, 834, 2294, 549, 17444, 427, 2464, 3274, 96, 632, 121, 3430, 5892, 3274, 96, 12406, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
WHAT IS THE 2009 PERFORMANCE FOR TOURNAMENTS PLAYED?
SELECT 2009 FROM table_name_68 WHERE tournament = "tournaments played"
CREATE TABLE table_name_68 (tournament VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 21665, 6827, 1853, 2464, 3, 8742, 24030, 15083, 5652, 332, 9131, 5999, 11810, 134...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2464, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 5892, 3274, 96, 17, 1211, 29, 9, 4128, 1944, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who were the scorers in round 3?
SELECT scorers FROM table_name_83 WHERE round = "round 3"
CREATE TABLE table_name_83 (scorers VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 7, 5715, 277, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 130, 8, 14056, 277, 16, 1751, 220, 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, 14056, 277, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 1751, 3274, 96, 7775, 220, 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 H/A in the semi-final round where oldham athletic were the opponents?
SELECT h___a FROM table_name_90 WHERE opponents = "oldham athletic" AND round = "semi-final"
CREATE TABLE table_name_90 (h___a VARCHAR, opponents VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 107, 834, 834, 834, 9, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 363, 19, 8, 454, 87,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 107, 834, 834, 834, 9, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 16383, 3274, 96, 1490, 1483, 12217, 121, 3430, 1751, 3274, 96, 7, 15, 51, 23, 18, 12406, 121, 1, -100, -100, -100, -100, -100, -100, -10...
Who were the scorers in the semi-final round where oldham athletic were the opponents?
SELECT scorers FROM table_name_94 WHERE opponents = "oldham athletic" AND round = "semi-final"
CREATE TABLE table_name_94 (scorers VARCHAR, opponents VARCHAR, round VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 7, 5715, 277, 584, 4280, 28027, 6, 16383, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 130, 8, 14056, 277, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 14056, 277, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 16383, 3274, 96, 1490, 1483, 12217, 121, 3430, 1751, 3274, 96, 7, 15, 51, 23, 18, 12406, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Where was the tournament where the score was 1–6, 6–3, 3–6?
SELECT tournament FROM table_name_66 WHERE score = "1–6, 6–3, 3–6"
CREATE TABLE table_name_66 (tournament VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 17, 1211, 20205, 17, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2840, 47, 8, 5892, 213, 8, 2604, 47, 209, 104, 110...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5892, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 2604, 3274, 96, 536, 104, 11071, 431, 104, 6355, 220, 104, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Who did thomaz bellucci play against when the score was 4–6, 6–4, 6–2?
SELECT opponent FROM table_name_80 WHERE score = "4–6, 6–4, 6–2"
CREATE TABLE table_name_80 (opponent VARCHAR, score VARCHAR)
[ 32100, 32106, 32105, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 32, 102, 9977, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32105, 32106, 32107, 32106, 2645, 410, 3, 189, 32, 18983, 12815, 17431, 23, 577, 581, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 2604, 3274, 96, 591, 104, 11071, 431, 104, 8525, 431, 104, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...