NATURAL_LANG stringlengths 12 244 | SQL stringlengths 18 336 | SCHEMA stringlengths 27 355 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|
What city is ranked greater than 6, and the airport is St. Petersburg/Clearwater (PIE) | SELECT city FROM table_name_79 WHERE rank > 6 AND airport = "st. petersburg/clearwater (pie)" | CREATE TABLE table_name_79 (city VARCHAR, rank VARCHAR, airport VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
6726,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
6,
3761,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
690,
19,
3,
8232,
2123,
145,
8580,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
690,
21680,
953,
834,
4350,
834,
4440,
549,
17444,
427,
11003,
2490,
431,
3430,
3761,
3274,
96,
7,
17,
5,
158,
449,
7289,
87,
2482,
291,
3552,
41,
8082,
61,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the total rank of the airport that has 79,290 passengers? | SELECT COUNT(rank) FROM table_name_63 WHERE passengers = 79 OFFSET 290 | CREATE TABLE table_name_63 (rank VARCHAR, passengers VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3891,
41,
6254,
584,
4280,
28027,
6,
9234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
11003,
13,
8,
3761,
24,
65,
3,
4440,
6,
23838,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2847,
17161,
599,
6254,
61,
21680,
953,
834,
4350,
834,
3891,
549,
17444,
427,
9234,
3274,
3,
4440,
3,
15316,
20788,
3,
23838,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Which Winner has a Country of norway, and a FIS Nordic World Ski Championships of 1924? | SELECT winner FROM table_name_97 WHERE country = "norway" AND fis_nordic_world_ski_championships = "1924" | CREATE TABLE table_name_97 (winner VARCHAR, country VARCHAR, fis_nordic_world_ski_championships VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
3757,
687,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
361,
7,
834,
29,
127,
4370,
834,
7276,
834,
4009,
834,
17788,
12364,
2009,
7,
584,
4280,
2802... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4668,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
684,
3274,
96,
29,
127,
1343,
121,
3430,
361,
7,
834,
29,
127,
4370,
834,
7276,
834,
4009,
834,
17788,
12364,
2009,
7,
3274,
96,
19978,
20364,
1,
-100,
-100,
... |
Which Country has a FIS Nordic World Ski Championships of 1948, 1950? | SELECT country FROM table_name_96 WHERE fis_nordic_world_ski_championships = "1948, 1950" | CREATE TABLE table_name_96 (country VARCHAR, fis_nordic_world_ski_championships VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4314,
41,
17529,
584,
4280,
28027,
6,
361,
7,
834,
29,
127,
4370,
834,
7276,
834,
4009,
834,
17788,
12364,
2009,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
684,
21680,
953,
834,
4350,
834,
4314,
549,
17444,
427,
361,
7,
834,
29,
127,
4370,
834,
7276,
834,
4009,
834,
17788,
12364,
2009,
7,
3274,
96,
2294,
3707,
6,
10247,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which Holmenkollen has a Country of norway, and a Winner of tom sandberg? | SELECT holmenkollen FROM table_name_22 WHERE country = "norway" AND winner = "tom sandberg" | CREATE TABLE table_name_22 (holmenkollen VARCHAR, country VARCHAR, winner VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
2831,
51,
18994,
195,
35,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
4668,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
5838,
51,
18994... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2831,
51,
18994,
195,
35,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
684,
3274,
96,
29,
127,
1343,
121,
3430,
4668,
3274,
96,
235,
51,
3,
7,
232,
2235,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which FIS Nordic World Ski Championships has Winter Olympics of 1960? | SELECT fis_nordic_world_ski_championships FROM table_name_44 WHERE winter_olympics = "1960" | CREATE TABLE table_name_44 (fis_nordic_world_ski_championships VARCHAR, winter_olympics VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3628,
41,
89,
159,
834,
29,
127,
4370,
834,
7276,
834,
4009,
834,
17788,
12364,
2009,
7,
584,
4280,
28027,
6,
2265,
834,
32,
120,
51,
6174,
7,
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,
361,
7,
834,
29,
127,
4370,
834,
7276,
834,
4009,
834,
17788,
12364,
2009,
7,
21680,
953,
834,
4350,
834,
3628,
549,
17444,
427,
2265,
834,
32,
120,
51,
6174,
7,
3274,
96,
2294,
3328,
121,
1,
-100,
-100,
-100,
-10... |
Which Country has a Winter Olympics of 1948? | SELECT country FROM table_name_28 WHERE winter_olympics = "1948" | CREATE TABLE table_name_28 (country VARCHAR, winter_olympics VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
17529,
584,
4280,
28027,
6,
2265,
834,
32,
120,
51,
6174,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
6993,
65,
3,
9,
4272,
17793,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
684,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
2265,
834,
32,
120,
51,
6174,
7,
3274,
96,
2294,
3707,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Winner has a Winter Olympics of 1968? | SELECT winner FROM table_name_31 WHERE winter_olympics = "1968" | CREATE TABLE table_name_31 (winner VARCHAR, winter_olympics VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3341,
41,
3757,
687,
584,
4280,
28027,
6,
2265,
834,
32,
120,
51,
6174,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
18125,
65,
3,
9,
4272,
1779... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4668,
21680,
953,
834,
4350,
834,
3341,
549,
17444,
427,
2265,
834,
32,
120,
51,
6174,
7,
3274,
96,
2294,
3651,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the result of the game when the attendance was 43,279? | SELECT result FROM table_name_8 WHERE attendance = "43,279" | CREATE TABLE table_name_8 (result VARCHAR, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
741,
13,
8,
467,
116,
8,
11364,
47,
8838,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
927,
549,
17444,
427,
11364,
3274,
96,
4906,
6,
357,
4440,
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 average Attendance, when Date is 1 October 1998? | SELECT AVG(attendance) FROM table_name_28 WHERE date = "1 october 1998" | CREATE TABLE table_name_28 (attendance INTEGER, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
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,
7678,
19,
209,
1797,
62... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
71,
17217,
599,
15116,
663,
61,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
833,
3274,
96,
536,
3,
32,
75,
235,
1152,
6260,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is Opponent, when Date is 17 September 1998? | SELECT opponent FROM table_name_76 WHERE date = "17 september 1998" | CREATE TABLE table_name_76 (opponent VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
32,
102,
9977,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
4495,
9977,
6,
116,
7678,
19,
1003,
1600,
6260,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15264,
21680,
953,
834,
4350,
834,
3959,
549,
17444,
427,
833,
3274,
96,
2517,
16022,
18247,
6260,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is Opponent, when Date is 8 April 1999? | SELECT opponent FROM table_name_18 WHERE date = "8 april 1999" | CREATE TABLE table_name_18 (opponent VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2606,
41,
32,
102,
9977,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
4495,
9977,
6,
116,
7678,
19,
505,
1186,
5247,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
15264,
21680,
953,
834,
4350,
834,
2606,
549,
17444,
427,
833,
3274,
96,
927,
3,
9,
2246,
40,
5247,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
WHAT IS THE HIGHEST POINTS FOR LOS ANGELES? | SELECT high_points FROM table_name_89 WHERE opponent = "los angeles" | CREATE TABLE table_name_89 (high_points VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3914,
41,
6739,
834,
2700,
7,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
21665,
6827,
1853,
27722,
6038,
9915,
13777,
134,
5652... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
306,
834,
2700,
7,
21680,
953,
834,
4350,
834,
3914,
549,
17444,
427,
15264,
3274,
96,
2298,
11831,
15,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the Score F-A when the result was D? | SELECT score_f_a FROM table_name_39 WHERE result = "d" | CREATE TABLE table_name_39 (score_f_a VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
7,
9022,
834,
89,
834,
9,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
17763,
377,
18,
188,
116,
8,
741... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2604,
834,
89,
834,
9,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
741,
3274,
96,
26,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
On which date did they play Leicester City in Venue A? | SELECT date FROM table_name_38 WHERE venue = "a" AND opponents = "leicester city" | CREATE TABLE table_name_38 (date VARCHAR, venue VARCHAR, opponents VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3747,
41,
5522,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
6,
16383,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
461,
84,
833,
410,
79,
577,
26956,
896,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3747,
549,
17444,
427,
5669,
3274,
96,
9,
121,
3430,
16383,
3274,
96,
109,
867,
1370,
690,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the result of the game played in Venue H? | SELECT result FROM table_name_27 WHERE venue = "h" | CREATE TABLE table_name_27 (result VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2555,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
741,
13,
8,
467,
1944,
16,
29940,
454,
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,
741,
21680,
953,
834,
4350,
834,
2555,
549,
17444,
427,
5669,
3274,
96,
107,
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 was the result of the game played on 17 July 2008? | SELECT result FROM table_name_42 WHERE date = "17 july 2008" | CREATE TABLE table_name_42 (result VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
741,
13,
8,
467,
1944,
30,
1003,
1718,
2628... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
833,
3274,
96,
2517,
3,
2047,
120,
2628,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What Passenger has 16 Wins? | SELECT passenger FROM table_name_94 WHERE wins = "16" | CREATE TABLE table_name_94 (passenger VARCHAR, wins VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
3968,
35,
1304,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
3424,
35,
1304,
65,
898,
4871,
7,
58,
1,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10837,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
9204,
3274,
96,
2938,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Name the Time of broadcast has a Picture format of 4:3, and Hours of 20:30, and Days of the week of monday, wednesday, friday? | SELECT time_of_broadcast FROM table_name_23 WHERE picture_format = "4:3" AND hours = "20:30" AND days_of_the_week = "monday, wednesday, friday" | CREATE TABLE table_name_23 (time_of_broadcast VARCHAR, days_of_the_week VARCHAR, picture_format VARCHAR, hours VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
715,
834,
858,
834,
115,
8635,
5254,
584,
4280,
28027,
6,
477,
834,
858,
834,
532,
834,
8041,
584,
4280,
28027,
6,
1554,
834,
8995,
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... | [
3,
23143,
14196,
97,
834,
858,
834,
115,
8635,
5254,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
1554,
834,
8995,
3274,
96,
591,
10,
519,
121,
3430,
716,
3274,
96,
1755,
10,
1458,
121,
3430,
477,
834,
858,
834,
532,
834,
80... |
Which Days of the week has a Time of broadcast in january–february, june 2002? | SELECT days_of_the_week FROM table_name_31 WHERE time_of_broadcast = "january–february, june 2002" | CREATE TABLE table_name_31 (days_of_the_week VARCHAR, time_of_broadcast VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3341,
41,
1135,
7,
834,
858,
834,
532,
834,
8041,
584,
4280,
28027,
6,
97,
834,
858,
834,
115,
8635,
5254,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
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,
1... | [
3,
23143,
14196,
477,
834,
858,
834,
532,
834,
8041,
21680,
953,
834,
4350,
834,
3341,
549,
17444,
427,
97,
834,
858,
834,
115,
8635,
5254,
3274,
96,
7066,
76,
1208,
104,
89,
15,
9052,
1208,
6,
3,
6959,
15,
4407,
121,
1,
-100,
-... |
Which Outcome has a Championship of us championships, and a Score in the final of 5–7, 6–1, 6–3, 6–3? | SELECT outcome FROM table_name_61 WHERE championship = "us championships" AND score_in_the_final = "5–7, 6–1, 6–3, 6–3" | CREATE TABLE table_name_61 (outcome VARCHAR, championship VARCHAR, score_in_the_final VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4241,
41,
670,
287,
15,
584,
4280,
28027,
6,
10183,
584,
4280,
28027,
6,
2604,
834,
77,
834,
532,
834,
12406,
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,
6138,
21680,
953,
834,
4350,
834,
4241,
549,
17444,
427,
10183,
3274,
96,
302,
10183,
7,
121,
3430,
2604,
834,
77,
834,
532,
834,
12406,
3274,
96,
755,
104,
940,
6,
431,
104,
4347,
431,
104,
6355,
431,
104,
519,
1... |
Which Outcome has a Year larger than 1939, and an Opponent in the final of frank kovacs? | SELECT outcome FROM table_name_44 WHERE year > 1939 AND opponent_in_the_final = "frank kovacs" | CREATE TABLE table_name_44 (outcome VARCHAR, year VARCHAR, opponent_in_the_final VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3628,
41,
670,
287,
15,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
6,
15264,
834,
77,
834,
532,
834,
12406,
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,
6138,
21680,
953,
834,
4350,
834,
3628,
549,
17444,
427,
215,
2490,
957,
3288,
3430,
15264,
834,
77,
834,
532,
834,
12406,
3274,
96,
89,
6254,
3,
9789,
9,
75,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which Surface has an Opponent in the final of don mcneill, and a Year of 1940? | SELECT surface FROM table_name_52 WHERE opponent_in_the_final = "don mcneill" AND year = 1940 | CREATE TABLE table_name_52 (surface VARCHAR, opponent_in_the_final VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
26899,
584,
4280,
28027,
6,
15264,
834,
77,
834,
532,
834,
12406,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
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,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
1774,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
15264,
834,
77,
834,
532,
834,
12406,
3274,
96,
2029,
3,
51,
75,
29,
15,
1092,
121,
3430,
215,
3274,
15830,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many years have an Opponent in the final of welby van horn? | SELECT SUM(year) FROM table_name_74 WHERE opponent_in_the_final = "welby van horn" | CREATE TABLE table_name_74 (year INTEGER, opponent_in_the_final VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
1201,
3,
21342,
17966,
6,
15264,
834,
77,
834,
532,
834,
12406,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
203,
43,
46,
4495,
9977,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
1201,
61,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
15264,
834,
77,
834,
532,
834,
12406,
3274,
96,
9803,
969,
4049,
3,
6293,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the score of player dick metz? | SELECT score FROM table_name_74 WHERE player = "dick metz" | CREATE TABLE table_name_74 (score VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
7,
9022,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2604,
13,
1959,
3,
26,
3142,
1736,
172,
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,
2604,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
1959,
3274,
96,
26,
3142,
1736,
172,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which season had EV Bad Wörishofen in the West? | SELECT season FROM table_name_60 WHERE west = "ev bad wörishofen" | CREATE TABLE table_name_60 (season VARCHAR, west VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3328,
41,
9476,
584,
4280,
28027,
6,
4653,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
774,
141,
3,
8878,
3862,
549,
4446,
1273,
858,
35,
16,
8,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
774,
21680,
953,
834,
4350,
834,
3328,
549,
17444,
427,
4653,
3274,
96,
15,
208,
1282,
3,
210,
4446,
1273,
858,
35,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Who was in the South in the 2004-05 season? | SELECT south FROM table_name_92 WHERE season = "2004-05" | CREATE TABLE table_name_92 (south VARCHAR, season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4508,
41,
7,
670,
107,
584,
4280,
28027,
6,
774,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
16,
8,
1013,
16,
8,
4406,
18,
3076,
774,
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,
3414,
21680,
953,
834,
4350,
834,
4508,
549,
17444,
427,
774,
3274,
96,
21653,
18,
3076,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was in the South when EV Bad Wörishofen was in the West? | SELECT south FROM table_name_10 WHERE west = "ev bad wörishofen" | CREATE TABLE table_name_10 (south VARCHAR, west VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
7,
670,
107,
584,
4280,
28027,
6,
4653,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
16,
8,
1013,
116,
3,
8878,
3862,
549,
4446,
1273... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3414,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
4653,
3274,
96,
15,
208,
1282,
3,
210,
4446,
1273,
858,
35,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was in the South when TSV Kottern was in the West and EHF Passau was in the East? | SELECT south FROM table_name_40 WHERE west = "tsv kottern" AND east = "ehf passau" | CREATE TABLE table_name_40 (south VARCHAR, west VARCHAR, east VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
7,
670,
107,
584,
4280,
28027,
6,
4653,
584,
4280,
28027,
6,
5727,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
16,
8,
1013,
116,
332... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3414,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
4653,
3274,
96,
17,
7,
208,
3,
15414,
2947,
121,
3430,
5727,
3274,
96,
15,
107,
89,
1903,
402,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was in the East when TUS Geretsried II was in the South? | SELECT east FROM table_name_9 WHERE south = "tus geretsried ii" | CREATE TABLE table_name_9 (east VARCHAR, south VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1298,
41,
11535,
584,
4280,
28027,
6,
3414,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
16,
8,
1932,
116,
332,
3063,
5744,
15,
17,
7,
9889,
24... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5727,
21680,
953,
834,
4350,
834,
1298,
549,
17444,
427,
3414,
3274,
96,
17,
302,
873,
60,
17,
7,
9889,
3,
23,
23,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was in the West when ESV Gebensbach was in the East? | SELECT west FROM table_name_32 WHERE east = "esv gebensbach" | CREATE TABLE table_name_32 (west VARCHAR, east VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2668,
41,
12425,
584,
4280,
28027,
6,
5727,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
16,
8,
1244,
116,
262,
7416,
13317,
35,
7,
6425,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4653,
21680,
953,
834,
4350,
834,
2668,
549,
17444,
427,
5727,
3274,
96,
15,
7,
208,
6314,
7,
6425,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the average Gold, when Nation is Hungary, and when Bronze is greater than 1? | SELECT AVG(gold) FROM table_name_2 WHERE nation = "hungary" AND bronze > 1 | CREATE TABLE table_name_2 (gold INTEGER, nation VARCHAR, bronze VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
357,
41,
14910,
3,
21342,
17966,
6,
2982,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
2540,
6,
116,
11046,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14910,
61,
21680,
953,
834,
4350,
834,
357,
549,
17444,
427,
2982,
3274,
96,
6668,
1208,
121,
3430,
13467,
2490,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the average Total, when Nation is Soviet Union, and when Gold is greater than 9? | SELECT AVG(total) FROM table_name_33 WHERE nation = "soviet union" AND gold > 9 | CREATE TABLE table_name_33 (total INTEGER, nation VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
235,
1947,
3,
21342,
17966,
6,
2982,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
9273,
6,
116,
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,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
2982,
3274,
96,
7,
9881,
15,
17,
7021,
121,
3430,
2045,
2490,
668,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the total number of Bronze, when Silver is greater than 0, when Gold is greater than 3, and when Rank is 1? | SELECT COUNT(bronze) FROM table_name_75 WHERE silver > 0 AND gold > 3 AND rank = "1" | CREATE TABLE table_name_75 (bronze VARCHAR, rank VARCHAR, silver VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
13711,
776,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
2847,
17161,
599,
13711,
776,
61,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
4294,
2490,
3,
632,
3430,
2045,
2490,
220,
3430,
11003,
3274,
96,
536,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the highest Bronze, when Total is less than 3, and when Silver is less than 0? | SELECT MAX(bronze) FROM table_name_86 WHERE total < 3 AND silver < 0 | CREATE TABLE table_name_86 (bronze INTEGER, total VARCHAR, silver VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3840,
41,
13711,
776,
3,
21342,
17966,
6,
792,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
20841,
6,
116,
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,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
13711,
776,
61,
21680,
953,
834,
4350,
834,
3840,
549,
17444,
427,
792,
3,
2,
220,
3430,
4294,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the average Total, when Silver is greater than 4, and when Gold is greater than 16? | SELECT AVG(total) FROM table_name_2 WHERE silver > 4 AND gold > 16 | CREATE TABLE table_name_2 (total INTEGER, silver VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
357,
41,
235,
1947,
3,
21342,
17966,
6,
4294,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
9273,
6,
116,
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,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
357,
549,
17444,
427,
4294,
2490,
314,
3430,
2045,
2490,
898,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the sum of Silver, when Total is less than 1? | SELECT SUM(silver) FROM table_name_84 WHERE total < 1 | CREATE TABLE table_name_84 (silver INTEGER, total INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4608,
41,
7,
173,
624,
3,
21342,
17966,
6,
792,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4505,
13,
5642,
6,
116,
9273,
19,
705,
145,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
4608,
549,
17444,
427,
792,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is day 4 when day 2 is PAAQ? | SELECT day_4 FROM table_name_3 WHERE day_2 = "paaq" | CREATE TABLE table_name_3 (day_4 VARCHAR, day_2 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
1135,
834,
591,
584,
4280,
28027,
6,
239,
834,
357,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
239,
314,
116,
239,
204,
19,
4935,
239... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
239,
834,
591,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
239,
834,
357,
3274,
96,
102,
9,
9,
1824,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the other value associated with a Christianity value of 10.24%? | SELECT other FROM table_name_21 WHERE christianity = "10.24%" | CREATE TABLE table_name_21 (other VARCHAR, christianity VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
9269,
584,
4280,
28027,
6,
3,
15294,
23,
152,
485,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
119,
701,
1968,
28,
3,
9,
19013,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
119,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
3,
15294,
23,
152,
485,
3274,
96,
10415,
357,
5988,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the Judaism percentage associated with Buddhism at 0.01% and Other at 0.13%? | SELECT judaism FROM table_name_15 WHERE other = "0.13%" AND buddhism = "0.01%" | CREATE TABLE table_name_15 (judaism VARCHAR, other VARCHAR, buddhism VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
14312,
9,
159,
51,
584,
4280,
28027,
6,
119,
584,
4280,
28027,
6,
3,
11073,
26,
10193,
51,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3,
14312,
9,
159,
51,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
119,
3274,
96,
16029,
5170,
121,
3430,
3,
11073,
26,
10193,
51,
3274,
96,
11739,
4704,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the percentage of Atheism associated with an other percentage of 0.08%? | SELECT atheism FROM table_name_90 WHERE other = "0.08%" | CREATE TABLE table_name_90 (atheism VARCHAR, other VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2394,
41,
9,
532,
159,
51,
584,
4280,
28027,
6,
119,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
5294,
13,
71,
532,
159,
51,
1968,
28,
46,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
44,
88,
159,
51,
21680,
953,
834,
4350,
834,
2394,
549,
17444,
427,
119,
3274,
96,
11739,
5953,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the percentage of Buddhists associated with a Christianity percentage of 52.32%? | SELECT buddhism FROM table_name_6 WHERE christianity = "52.32%" | CREATE TABLE table_name_6 (buddhism VARCHAR, christianity VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
11073,
26,
10193,
51,
584,
4280,
28027,
6,
3,
15294,
23,
152,
485,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
5294,
13,
20687,
7,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
11073,
26,
10193,
51,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
3,
15294,
23,
152,
485,
3274,
96,
755,
18561,
5406,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the percentage of Judaism associated with Christianity at 2.51%? | SELECT judaism FROM table_name_2 WHERE christianity = "2.51%" | CREATE TABLE table_name_2 (judaism VARCHAR, christianity VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
357,
41,
14312,
9,
159,
51,
584,
4280,
28027,
6,
3,
15294,
23,
152,
485,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
5294,
13,
3736,
26,
9... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
14312,
9,
159,
51,
21680,
953,
834,
4350,
834,
357,
549,
17444,
427,
3,
15294,
23,
152,
485,
3274,
96,
15967,
4704,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the value of other religions associated with atheism at 1.86%? | SELECT other FROM table_name_80 WHERE atheism = "1.86%" | CREATE TABLE table_name_80 (other VARCHAR, atheism VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2079,
41,
9269,
584,
4280,
28027,
6,
44,
88,
159,
51,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
701,
13,
119,
5562,
7,
1968,
28,
44,
88,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
119,
21680,
953,
834,
4350,
834,
2079,
549,
17444,
427,
44,
88,
159,
51,
3274,
96,
16253,
6370,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is No. 2, when No. 9 is Mia? | SELECT no_2 FROM table_name_56 WHERE no_9 = "mia" | CREATE TABLE table_name_56 (no_2 VARCHAR, no_9 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
29,
32,
834,
357,
584,
4280,
28027,
6,
150,
834,
1298,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
465,
5,
3547,
116,
465,
5,
668,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
150,
834,
357,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
150,
834,
1298,
3274,
96,
51,
23,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is No. 7, when No. 4 is Madison, and when No. 10 is Amelia? | SELECT no_7 FROM table_name_15 WHERE no_4 = "madison" AND no_10 = "amelia" | CREATE TABLE table_name_15 (no_7 VARCHAR, no_4 VARCHAR, no_10 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
29,
32,
834,
940,
584,
4280,
28027,
6,
150,
834,
591,
584,
4280,
28027,
6,
150,
834,
1714,
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,
0... | [
3,
23143,
14196,
150,
834,
940,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
150,
834,
591,
3274,
96,
11374,
23,
739,
121,
3430,
150,
834,
1714,
3274,
96,
265,
13240,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is No.1, when No. 2 is Emma, and when No. 7 is Olivia? | SELECT no_1 FROM table_name_28 WHERE no_2 = "emma" AND no_7 = "olivia" | CREATE TABLE table_name_28 (no_1 VARCHAR, no_2 VARCHAR, no_7 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
29,
32,
834,
536,
584,
4280,
28027,
6,
150,
834,
357,
584,
4280,
28027,
6,
150,
834,
940,
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,
0,
0... | [
3,
23143,
14196,
150,
834,
536,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
150,
834,
357,
3274,
96,
15,
635,
9,
121,
3430,
150,
834,
940,
3274,
96,
4172,
5907,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is No. 5, when No. 2 is Olivia, when No. 4 is Ava, and when No. 6 is Abigail? | SELECT no_5 FROM table_name_39 WHERE no_2 = "olivia" AND no_4 = "ava" AND no_6 = "abigail" | CREATE TABLE table_name_39 (no_5 VARCHAR, no_6 VARCHAR, no_2 VARCHAR, no_4 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
29,
32,
834,
755,
584,
4280,
28027,
6,
150,
834,
948,
584,
4280,
28027,
6,
150,
834,
357,
584,
4280,
28027,
6,
150,
834,
591,
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,
150,
834,
755,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
150,
834,
357,
3274,
96,
4172,
5907,
121,
3430,
150,
834,
591,
3274,
96,
8644,
121,
3430,
150,
834,
948,
3274,
96,
9,
12911,
9,
173,
121,
1,
-100,
... |
What is No. 3, when No. 7 is Abigail, and when No. 2 is Olivia? | SELECT no_3 FROM table_name_24 WHERE no_7 = "abigail" AND no_2 = "olivia" | CREATE TABLE table_name_24 (no_3 VARCHAR, no_7 VARCHAR, no_2 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
29,
32,
834,
519,
584,
4280,
28027,
6,
150,
834,
940,
584,
4280,
28027,
6,
150,
834,
357,
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,
150,
834,
519,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
150,
834,
940,
3274,
96,
9,
12911,
9,
173,
121,
3430,
150,
834,
357,
3274,
96,
4172,
5907,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is No. 3, when No. 7 is Abigail, and when No. 4 is Ava? | SELECT no_3 FROM table_name_79 WHERE no_7 = "abigail" AND no_4 = "ava" | CREATE TABLE table_name_79 (no_3 VARCHAR, no_7 VARCHAR, no_4 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
29,
32,
834,
519,
584,
4280,
28027,
6,
150,
834,
940,
584,
4280,
28027,
6,
150,
834,
591,
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,
150,
834,
519,
21680,
953,
834,
4350,
834,
4440,
549,
17444,
427,
150,
834,
940,
3274,
96,
9,
12911,
9,
173,
121,
3430,
150,
834,
591,
3274,
96,
8644,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many Laps have Grid larger than 14, and a Rider of sylvain guintoli? | SELECT COUNT(laps) FROM table_name_51 WHERE grid > 14 AND rider = "sylvain guintoli" | CREATE TABLE table_name_51 (laps VARCHAR, grid VARCHAR, rider VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5553,
41,
8478,
7,
584,
4280,
28027,
6,
8634,
584,
4280,
28027,
6,
2564,
52,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
325,
102,
7,
43,
2364... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
3,
23143,
14196,
2847,
17161,
599,
8478,
7,
61,
21680,
953,
834,
4350,
834,
5553,
549,
17444,
427,
8634,
2490,
968,
3430,
2564,
52,
3274,
96,
7,
63,
40,
900,
77,
3,
17996,
17,
4172,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which Grid has Laps of 24, and a Rider of marco melandri? | SELECT SUM(grid) FROM table_name_22 WHERE laps = 24 AND rider = "marco melandri" | CREATE TABLE table_name_22 (grid INTEGER, laps VARCHAR, rider VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
3496,
26,
3,
21342,
17966,
6,
14941,
7,
584,
4280,
28027,
6,
2564,
52,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
23644,
65,
325,
102,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
3496,
26,
61,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
14941,
7,
3274,
997,
3430,
2564,
52,
3274,
96,
1635,
509,
3,
2341,
232,
52,
23,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which Grid has Laps smaller than 24, and a Time of retirement? | SELECT MIN(grid) FROM table_name_64 WHERE laps < 24 AND time = "retirement" | CREATE TABLE table_name_64 (grid INTEGER, laps VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
3496,
26,
3,
21342,
17966,
6,
14941,
7,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
23644,
65,
325,
102,
7,
275... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
3496,
26,
61,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
14941,
7,
3,
2,
997,
3430,
97,
3274,
96,
10682,
60,
297,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which Grid has a Rider of randy de puniet, and Laps smaller than 24? | SELECT MAX(grid) FROM table_name_11 WHERE rider = "randy de puniet" AND laps < 24 | CREATE TABLE table_name_11 (grid INTEGER, rider VARCHAR, laps VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
3496,
26,
3,
21342,
17966,
6,
2564,
52,
584,
4280,
28027,
6,
14941,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
23644,
65,
3,
9,
2521... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3496,
26,
61,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
2564,
52,
3274,
96,
52,
232,
63,
20,
4930,
23,
15,
17,
121,
3430,
14941,
7,
3,
2,
997,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the type of surface played on for the week of March 17? | SELECT surface FROM table_name_23 WHERE week = "march 17" | CREATE TABLE table_name_23 (surface VARCHAR, week VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
26899,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
686,
13,
1774,
1944,
30,
21,
8,
471,
13,
1332,
1003,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1774,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
471,
3274,
96,
51,
7064,
1003,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What was the tournament for the week of August 4? | SELECT tournament FROM table_name_14 WHERE week = "august 4" | CREATE TABLE table_name_14 (tournament VARCHAR, week VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2534,
41,
17,
1211,
20205,
17,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
5892,
21,
8,
471,
13,
1660,
314,
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,
5892,
21680,
953,
834,
4350,
834,
2534,
549,
17444,
427,
471,
3274,
96,
402,
17198,
3,
20364,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which tournament had Richard Krajicek as a finalist? | SELECT tournament FROM table_name_85 WHERE finalist = "richard krajicek" | CREATE TABLE table_name_85 (tournament VARCHAR, finalist VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4433,
41,
17,
1211,
20205,
17,
584,
4280,
28027,
6,
804,
343,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
5892,
141,
4117,
7356,
354,
867,
157,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5892,
21680,
953,
834,
4350,
834,
4433,
549,
17444,
427,
804,
343,
3274,
96,
3723,
986,
3,
157,
9655,
867,
157,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
On what date did Detroit play at home? | SELECT date FROM table_name_25 WHERE home = "detroit" | CREATE TABLE table_name_25 (date VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1828,
41,
5522,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
461,
125,
833,
410,
11901,
577,
44,
234,
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,
833,
21680,
953,
834,
4350,
834,
1828,
549,
17444,
427,
234,
3274,
96,
26,
15252,
155,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who was the home team on June 9? | SELECT home FROM table_name_81 WHERE date = "june 9" | CREATE TABLE table_name_81 (home VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4959,
41,
5515,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
234,
372,
30,
1515,
668,
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,
234,
21680,
953,
834,
4350,
834,
4959,
549,
17444,
427,
833,
3274,
96,
6959,
15,
668,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What was the money value that went along with the score of 68-67-69-76=280? | SELECT money___$__ FROM table_name_42 WHERE score = 68 - 67 - 69 - 76 = 280 | CREATE TABLE table_name_42 (money___$__ VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
28442,
834,
834,
834,
3229,
834,
834,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
540,
701,
24,
877,
59... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
540,
834,
834,
834,
3229,
834,
834,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
2604,
3274,
3,
3651,
3,
18,
3,
3708,
3,
18,
3,
3951,
3,
18,
3,
3959,
3274,
3,
17518,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What score did Leonard Thompson have when he won $9,000? | SELECT score FROM table_name_74 WHERE money___$__ = "9,000" AND player = "leonard thompson" | CREATE TABLE table_name_74 (score VARCHAR, money___$__ VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
7,
9022,
584,
4280,
28027,
6,
540,
834,
834,
834,
3229,
834,
834,
584,
4280,
28027,
6,
1959,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
540,
834,
834,
834,
3229,
834,
834,
3274,
96,
23938,
121,
3430,
1959,
3274,
96,
109,
106,
986,
3,
189,
32,
1167,
739,
121,
1,
-100,
-100,
-100,
-100,
-100,
... |
What date had a record of 15-14-4? | SELECT date FROM table_name_79 WHERE record = "15-14-4" | CREATE TABLE table_name_79 (date VARCHAR, record VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
5522,
584,
4280,
28027,
6,
1368,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
833,
141,
3,
9,
1368,
13,
627,
11590,
4278,
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,
833,
21680,
953,
834,
4350,
834,
4440,
549,
17444,
427,
1368,
3274,
96,
1808,
11590,
18,
20364,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the fame number when the Montreal Canadiens were the opponent? | SELECT COUNT(game) FROM table_name_56 WHERE opponent = "montreal canadiens" | CREATE TABLE table_name_56 (game VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
7261,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
10393,
381,
116,
8,
17219,
1072,
9,
26,
8065,
130,
8... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
7261,
61,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
15264,
3274,
96,
4662,
6644,
27114,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the Score of game 35? | SELECT score FROM table_name_43 WHERE game = 35 | CREATE TABLE table_name_43 (score VARCHAR, game VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
7,
9022,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
17763,
13,
467,
3097,
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,
4906,
549,
17444,
427,
467,
3274,
3097,
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 average oveall pick for players from the college of Miami (FL)? | SELECT AVG(overall) FROM table_name_69 WHERE college = "miami (fl)" | CREATE TABLE table_name_69 (overall INTEGER, college VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3951,
41,
1890,
1748,
3,
21342,
17966,
6,
1900,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
3,
32,
162,
1748,
1432,
21,
1508,
45,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
1890,
1748,
61,
21680,
953,
834,
4350,
834,
3951,
549,
17444,
427,
1900,
3274,
96,
51,
23,
3690,
41,
89,
40,
61,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which player was drafted overall from the college of Nebraska in a round under 6, pick of 15, and overall under 224? | SELECT name FROM table_name_19 WHERE overall < 224 AND round < 6 AND pick = 15 AND college = "nebraska" | CREATE TABLE table_name_19 (name VARCHAR, college VARCHAR, pick VARCHAR, overall VARCHAR, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2294,
41,
4350,
584,
4280,
28027,
6,
1900,
584,
4280,
28027,
6,
1432,
584,
4280,
28027,
6,
1879,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
61,
3,
32105,
32106,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
564,
21680,
953,
834,
4350,
834,
2294,
549,
17444,
427,
1879,
3,
2,
3,
24622,
3430,
1751,
3,
2,
431,
3430,
1432,
3274,
627,
3430,
1900,
3274,
96,
29,
15,
1939,
10717,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the lowest overall draft pick number for terry daniels who was picked in round 10? | SELECT MIN(overall) FROM table_name_17 WHERE round = 10 AND name = "terry daniels" | CREATE TABLE table_name_17 (overall INTEGER, round VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2517,
41,
1890,
1748,
3,
21342,
17966,
6,
1751,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
1879,
6488,
1432,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17684,
599,
1890,
1748,
61,
21680,
953,
834,
4350,
834,
2517,
549,
17444,
427,
1751,
3274,
335,
3430,
564,
3274,
96,
449,
651,
3,
26,
2738,
3573,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the sum of the rounds where the draft pick came from the college of tennessee and had an overall pick number bigger than 153 and a pick less than 14? | SELECT SUM(round) FROM table_name_11 WHERE college = "tennessee" AND overall > 153 AND pick < 14 | CREATE TABLE table_name_11 (round INTEGER, pick VARCHAR, college VARCHAR, overall VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
7775,
3,
21342,
17966,
6,
1432,
584,
4280,
28027,
6,
1900,
584,
4280,
28027,
6,
1879,
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,
180,
6122,
599,
7775,
61,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
1900,
3274,
96,
324,
655,
15,
15,
121,
3430,
1879,
2490,
3,
27025,
3430,
1432,
3,
2,
968,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What position did the draft pick number play that was overall pick number 133? | SELECT position FROM table_name_20 WHERE overall = 133 | CREATE TABLE table_name_20 (position VARCHAR, overall VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1755,
41,
4718,
584,
4280,
28027,
6,
1879,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1102,
410,
8,
6488,
1432,
381,
577,
24,
47,
1879,
1432,
381,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1102,
21680,
953,
834,
4350,
834,
1755,
549,
17444,
427,
1879,
3274,
3,
22974,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the overall pick number for the player who was picked on round 8? | SELECT MIN(overall) FROM table_name_91 WHERE round = 8 | CREATE TABLE table_name_91 (overall INTEGER, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
1890,
1748,
3,
21342,
17966,
6,
1751,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1879,
1432,
381,
21,
8,
1959,
113,
47,
4758,
30,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17684,
599,
1890,
1748,
61,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
1751,
3274,
505,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What college did the player who had the position of OT come from who was pick number less than 12 and a overall pick number bigger than 226? | SELECT college FROM table_name_87 WHERE overall > 226 AND pick < 12 AND position = "ot" | CREATE TABLE table_name_87 (college VARCHAR, position VARCHAR, overall VARCHAR, pick VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
3297,
7883,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
6,
1879,
584,
4280,
28027,
6,
1432,
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,
1900,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
1879,
2490,
204,
2688,
3430,
1432,
3,
2,
586,
3430,
1102,
3274,
96,
32,
17,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
WHAT IS THE APPOINTMENT DATE WITH A PRE-SEASON POSITION, AND REPLACED BY THOMAS THOMASBERG? | SELECT date_of_appointment FROM table_name_3 WHERE position_in_table = "pre-season" AND replaced_by = "thomas thomasberg" | CREATE TABLE table_name_3 (date_of_appointment VARCHAR, position_in_table VARCHAR, replaced_by VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
5522,
834,
858,
834,
9,
102,
2700,
297,
584,
4280,
28027,
6,
1102,
834,
77,
834,
3869,
584,
4280,
28027,
6,
5821,
834,
969,
584,
4280,
28027,
61,
3,
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,
833,
834,
858,
834,
9,
102,
2700,
297,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
1102,
834,
77,
834,
3869,
3274,
96,
2026,
18,
9476,
121,
3430,
5821,
834,
969,
3274,
96,
189,
32,
2754,
3,
189,
32,
2754,
... |
WHAT IS THE APPOINTMENT DATE FOR AC HORSENS? | SELECT date_of_appointment FROM table_name_33 WHERE team = "ac horsens" | CREATE TABLE table_name_33 (date_of_appointment VARCHAR, team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
5522,
834,
858,
834,
9,
102,
2700,
297,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
21665,
6827,
1853,
3,
13747,
667,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
833,
834,
858,
834,
9,
102,
2700,
297,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
372,
3274,
96,
9,
75,
4952,
29,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
WHAT TEAM HAS 12TH TABLE POSITION AND REPLACED BY OVE PEDERSEN? | SELECT team FROM table_name_98 WHERE position_in_table = "12th" AND replaced_by = "ove pedersen" | CREATE TABLE table_name_98 (team VARCHAR, position_in_table VARCHAR, replaced_by VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3916,
41,
11650,
584,
4280,
28027,
6,
1102,
834,
77,
834,
3869,
584,
4280,
28027,
6,
5821,
834,
969,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
21665,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
372,
21680,
953,
834,
4350,
834,
3916,
549,
17444,
427,
1102,
834,
77,
834,
3869,
3274,
96,
2122,
189,
121,
3430,
5821,
834,
969,
3274,
96,
32,
162,
158,
588,
7,
35,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What was the score when Calgary was visiting team and Niittymaki had the decision? | SELECT score FROM table_name_78 WHERE decision = "niittymaki" AND visitor = "calgary" | CREATE TABLE table_name_78 (score VARCHAR, decision VARCHAR, visitor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
7,
9022,
584,
4280,
28027,
6,
1357,
584,
4280,
28027,
6,
7019,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
2604,
116,
20948,
47,
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,
2604,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
1357,
3274,
96,
29,
23,
17132,
51,
11259,
121,
3430,
7019,
3274,
96,
1489,
1478,
63,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the score when Biron got the decision and Philadelphia was the visitor on March 1? | SELECT score FROM table_name_38 WHERE decision = "biron" AND visitor = "philadelphia" AND date = "march 1" | CREATE TABLE table_name_38 (score VARCHAR, date VARCHAR, decision VARCHAR, visitor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3747,
41,
7,
9022,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
6,
1357,
584,
4280,
28027,
6,
7019,
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,
0,
0,
0,
0... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
3747,
549,
17444,
427,
1357,
3274,
96,
8781,
106,
121,
3430,
7019,
3274,
96,
18118,
15311,
11692,
9,
121,
3430,
833,
3274,
96,
51,
7064,
209,
121,
1,
-100,
-100,
-100,
-100,
-100,
-... |
What is the attendance when Pittsburgh is the home team? | SELECT AVG(attendance) FROM table_name_78 WHERE home = "pittsburgh" | CREATE TABLE table_name_78 (attendance INTEGER, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
15116,
663,
3,
21342,
17966,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
11364,
116,
16226,
19,
8,
234,
372,
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,
71,
17217,
599,
15116,
663,
61,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
234,
3274,
96,
5230,
17,
7289,
107,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the Attendance after Week 4 on October 10, 1971? | SELECT AVG(attendance) FROM table_name_35 WHERE date = "october 10, 1971" AND week > 4 | CREATE TABLE table_name_35 (attendance INTEGER, date VARCHAR, week VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2469,
41,
15116,
663,
3,
21342,
17966,
6,
833,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
22497,
663,
227,
6551,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
15116,
663,
61,
21680,
953,
834,
4350,
834,
2469,
549,
17444,
427,
833,
3274,
96,
32,
75,
235,
1152,
10372,
17961,
121,
3430,
471,
2490,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the Attendance in the game against the New Orleans Saints? | SELECT COUNT(attendance) FROM table_name_29 WHERE opponent = "new orleans saints" | CREATE TABLE table_name_29 (attendance VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3166,
41,
15116,
663,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
22497,
663,
16,
8,
467,
581,
8,
368,
14433,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2847,
17161,
599,
15116,
663,
61,
21680,
953,
834,
4350,
834,
3166,
549,
17444,
427,
15264,
3274,
96,
5534,
42,
109,
3247,
15528,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the Eagle Riders character voiced by Japanese voice actor Katsuji Mori? | SELECT eagle_riders FROM table_name_27 WHERE japanese_voice_actor = "katsuji mori" | CREATE TABLE table_name_27 (eagle_riders VARCHAR, japanese_voice_actor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2555,
41,
15,
9,
3537,
834,
4055,
277,
584,
4280,
28027,
6,
2662,
2837,
15,
7,
15,
834,
23235,
834,
9,
5317,
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,
3,
15,
9,
3537,
834,
4055,
277,
21680,
953,
834,
4350,
834,
2555,
549,
17444,
427,
2662,
2837,
15,
7,
15,
834,
23235,
834,
9,
5317,
3274,
96,
157,
23766,
354,
23,
8030,
23,
121,
1,
-100,
-100,
-100,
-100,
-100,
... |
Which weapon was used when the Battle of the Planets was Jason? | SELECT weapon FROM table_name_48 WHERE battle_of_the_planets = "jason" | CREATE TABLE table_name_48 (weapon VARCHAR, battle_of_the_planets VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3707,
41,
1123,
9,
5041,
584,
4280,
28027,
6,
3392,
834,
858,
834,
532,
834,
3767,
15,
17,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
10931,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
10931,
21680,
953,
834,
4350,
834,
3707,
549,
17444,
427,
3392,
834,
858,
834,
532,
834,
3767,
15,
17,
7,
3274,
96,
1191,
739,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who was the voice actor (ADV TV/Sentai OVA dub) for the Gatchaman, jun? | SELECT voice_actor__adv_tv_sentai_ova_dub_ FROM table_name_22 WHERE gatchaman = "jun" | CREATE TABLE table_name_22 (voice_actor__adv_tv_sentai_ova_dub_ VARCHAR, gatchaman VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
23235,
834,
9,
5317,
834,
834,
9,
26,
208,
834,
17,
208,
834,
5277,
9,
23,
834,
6194,
834,
1259,
115,
834,
584,
4280,
28027,
6,
3,
5497,
3441,
348,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2249,
834,
9,
5317,
834,
834,
9,
26,
208,
834,
17,
208,
834,
5277,
9,
23,
834,
6194,
834,
1259,
115,
834,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
3,
5497,
3441,
348,
3274,
96,
6959,
121,
1,
-100,
-100... |
Which Japanese voice actor had the Mecha of airplane? | SELECT japanese_voice_actor FROM table_name_28 WHERE mecha = "airplane" | CREATE TABLE table_name_28 (japanese_voice_actor VARCHAR, mecha VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
1191,
2837,
15,
7,
15,
834,
23235,
834,
9,
5317,
584,
4280,
28027,
6,
140,
3441,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
4318,
2249,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2662,
2837,
15,
7,
15,
834,
23235,
834,
9,
5317,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
140,
3441,
3274,
96,
2256,
3767,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which 1st leg has a Team 1 of drita? | SELECT 1 AS st_leg FROM table_name_3 WHERE team_1 = "drita" | CREATE TABLE table_name_3 (team_1 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
11650,
834,
536,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
209,
7,
17,
4553,
65,
3,
9,
2271,
209,
13,
3,
26,
10694,
58,
1,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
209,
6157,
3,
7,
17,
834,
5772,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
372,
834,
536,
3274,
96,
26,
10694,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which Team 2 has a Team 1 of vardar? | SELECT team_2 FROM table_name_76 WHERE team_1 = "vardar" | CREATE TABLE table_name_76 (team_2 VARCHAR, team_1 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
11650,
834,
357,
584,
4280,
28027,
6,
372,
834,
536,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2271,
204,
65,
3,
9,
2271,
209,
13,
3,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
372,
834,
357,
21680,
953,
834,
4350,
834,
3959,
549,
17444,
427,
372,
834,
536,
3274,
96,
4331,
3439,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What years was the jersey number(s) smaller than 3? | SELECT years FROM table_name_1 WHERE jersey_number_s_ < 3 | CREATE TABLE table_name_1 (years VARCHAR, jersey_number_s_ INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
1201,
7,
584,
4280,
28027,
6,
13426,
834,
5525,
1152,
834,
7,
834,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
203,
47,
8,
13426,
381,
599,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
203,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
13426,
834,
5525,
1152,
834,
7,
834,
3,
2,
220,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which position was played by the player wearing jersey number 40? | SELECT position FROM table_name_23 WHERE jersey_number_s_ = 40 | CREATE TABLE table_name_23 (position VARCHAR, jersey_number_s_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
4718,
584,
4280,
28027,
6,
13426,
834,
5525,
1152,
834,
7,
834,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1102,
47,
1944,
57,
8,
1959,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1102,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
13426,
834,
5525,
1152,
834,
7,
834,
3274,
1283,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What pick number was the rhp with a hometown/school of university of hawaii? | SELECT MIN(pick) FROM table_name_42 WHERE position = "rhp" AND hometown_school = "university of hawaii" | CREATE TABLE table_name_42 (pick INTEGER, position VARCHAR, hometown_school VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
17967,
3,
21342,
17966,
6,
1102,
584,
4280,
28027,
6,
22295,
834,
6646,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1432,
381,
47,
8,
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,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
17967,
61,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
1102,
3274,
96,
52,
107,
102,
121,
3430,
22295,
834,
6646,
3274,
96,
7846,
485,
13,
3,
107,
7396,
23,
23,
121,
1,
-100,
-100,
-100,
-100... |
What player was drafted number 10? | SELECT player FROM table_name_75 WHERE pick = 10 | CREATE TABLE table_name_75 (player VARCHAR, pick VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
20846,
584,
4280,
28027,
6,
1432,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1959,
47,
3,
23505,
381,
335,
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,
1959,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
1432,
3274,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What number pick was the player with the hometown school of concordia college? | SELECT pick FROM table_name_96 WHERE hometown_school = "concordia college" | CREATE TABLE table_name_96 (pick VARCHAR, hometown_school VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4314,
41,
17967,
584,
4280,
28027,
6,
22295,
834,
6646,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
381,
1432,
47,
8,
1959,
28,
8,
22295,
496,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1432,
21680,
953,
834,
4350,
834,
4314,
549,
17444,
427,
22295,
834,
6646,
3274,
96,
1018,
7621,
23,
9,
1900,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the date of game 66? | SELECT date FROM table_name_34 WHERE game = 66 | CREATE TABLE table_name_34 (date VARCHAR, game VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3710,
41,
5522,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
833,
13,
467,
3,
3539,
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,
833,
21680,
953,
834,
4350,
834,
3710,
549,
17444,
427,
467,
3274,
3,
3539,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the game on February 21? | SELECT game FROM table_name_34 WHERE date = "february 21" | CREATE TABLE table_name_34 (game VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3710,
41,
7261,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
467,
30,
2083,
1401,
58,
1,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
467,
21680,
953,
834,
4350,
834,
3710,
549,
17444,
427,
833,
3274,
96,
89,
15,
9052,
1208,
1401,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the average number of draws that has a played entry of less than 30 and a goal difference greater than 2? | SELECT AVG(draws) FROM table_name_9 WHERE goal_difference > 2 AND played < 30 | CREATE TABLE table_name_9 (draws INTEGER, goal_difference VARCHAR, played VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1298,
41,
19489,
7,
3,
21342,
17966,
6,
1288,
834,
26,
99,
11788,
584,
4280,
28027,
6,
1944,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
71,
17217,
599,
19489,
7,
61,
21680,
953,
834,
4350,
834,
1298,
549,
17444,
427,
1288,
834,
26,
99,
11788,
2490,
204,
3430,
1944,
3,
2,
604,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the average number played that has fewer than 11 wins, more than 42 goals, more than 22 points, and 11 losses? | SELECT AVG(played) FROM table_name_91 WHERE wins < 11 AND goals_for > 42 AND points > 22 AND losses = 11 | CREATE TABLE table_name_91 (played INTEGER, losses VARCHAR, points VARCHAR, wins VARCHAR, goals_for VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
4895,
15,
26,
3,
21342,
17966,
6,
8467,
584,
4280,
28027,
6,
979,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
6,
1766,
834,
1161,
584,
4280,
28027,
61... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
71,
17217,
599,
4895,
15,
26,
61,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
9204,
3,
2,
850,
3430,
1766,
834,
1161,
2490,
6426,
3430,
979,
2490,
1630,
3430,
8467,
3274,
850,
1,
-100,
-100,
-100,
-100,
-100,... |
What is the total of the goal difference entries for entries with fewer than 49 goals and position smaller than 8? | SELECT COUNT(goal_difference) FROM table_name_9 WHERE goals_for < 49 AND position < 8 | CREATE TABLE table_name_9 (goal_difference VARCHAR, goals_for VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1298,
41,
839,
138,
834,
26,
99,
11788,
584,
4280,
28027,
6,
1766,
834,
1161,
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,
2847,
17161,
599,
839,
138,
834,
26,
99,
11788,
61,
21680,
953,
834,
4350,
834,
1298,
549,
17444,
427,
1766,
834,
1161,
3,
2,
9526,
3430,
1102,
3,
2,
505,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the lowest played for the entry with position of 2 and fewer than 9 losses? | SELECT MIN(played) FROM table_name_61 WHERE position = 2 AND losses < 9 | CREATE TABLE table_name_61 (played INTEGER, position VARCHAR, losses VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4241,
41,
4895,
15,
26,
3,
21342,
17966,
6,
1102,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
1944,
21,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
4895,
15,
26,
61,
21680,
953,
834,
4350,
834,
4241,
549,
17444,
427,
1102,
3274,
204,
3430,
8467,
3,
2,
668,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the total number of losses for entries that have 12 wins and a goal difference smaller than -14? | SELECT COUNT(losses) FROM table_name_37 WHERE wins = 12 AND goal_difference < -14 | CREATE TABLE table_name_37 (losses VARCHAR, wins VARCHAR, goal_difference VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4118,
41,
2298,
2260,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
6,
1288,
834,
26,
99,
11788,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
3,
23143,
14196,
2847,
17161,
599,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
4118,
549,
17444,
427,
9204,
3274,
586,
3430,
1288,
834,
26,
99,
11788,
3,
2,
3,
11590,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What are the goals for Pelletieri in ARG? | SELECT goals_l_c_e_ FROM table_name_18 WHERE nat = "arg" AND name = "pelletieri" | CREATE TABLE table_name_18 (goals_l_c_e_ VARCHAR, nat VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2606,
41,
839,
5405,
834,
40,
834,
75,
834,
15,
834,
584,
4280,
28027,
6,
3,
29,
144,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1766,
834,
40,
834,
75,
834,
15,
834,
21680,
953,
834,
4350,
834,
2606,
549,
17444,
427,
3,
29,
144,
3274,
96,
8240,
121,
3430,
564,
3274,
96,
4343,
1655,
9626,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What are the fewest ends with an App(L/C/E) of 51 (44/6/1)? | SELECT MIN(ends) FROM table_name_3 WHERE app_l_c_e_ = "51 (44/6/1)" | CREATE TABLE table_name_3 (ends INTEGER, app_l_c_e_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
989,
7,
3,
21342,
17966,
6,
1120,
834,
40,
834,
75,
834,
15,
834,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
33,
8,
360,
222,
5542,
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,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
989,
7,
61,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
1120,
834,
40,
834,
75,
834,
15,
834,
3274,
96,
5553,
41,
3628,
18656,
87,
6982,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Who has a nationality of GRE and an App(L/C/E) of 49 (40/8/1)? | SELECT name FROM table_name_98 WHERE nat = "gre" AND app_l_c_e_ = "49 (40/8/1)" | CREATE TABLE table_name_98 (name VARCHAR, nat VARCHAR, app_l_c_e_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3916,
41,
4350,
584,
4280,
28027,
6,
3,
29,
144,
584,
4280,
28027,
6,
1120,
834,
40,
834,
75,
834,
15,
834,
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,
564,
21680,
953,
834,
4350,
834,
3916,
549,
17444,
427,
3,
29,
144,
3274,
96,
3584,
121,
3430,
1120,
834,
40,
834,
75,
834,
15,
834,
3274,
96,
3647,
41,
2445,
9483,
87,
6982,
121,
1,
-100,
-100,
-100,
-100,
-100,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.