NATURAL_LANG stringlengths 12 244 | SQL stringlengths 18 336 | SCHEMA stringlengths 27 355 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|
Which country has an Indigenous mining production 2006 of 0? | SELECT country FROM table_name_26 WHERE indigenous_mining_production_2006 = "0" | CREATE TABLE table_name_26 (country VARCHAR, indigenous_mining_production_2006 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2688,
41,
17529,
584,
4280,
28027,
6,
19771,
834,
1109,
53,
834,
20762,
834,
21196,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
684,
65,
46,
25026,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
684,
21680,
953,
834,
4350,
834,
2688,
549,
17444,
427,
19771,
834,
1109,
53,
834,
20762,
834,
21196,
3274,
96,
632,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the sum of Silver when the total is less than 6, the rank is 6 and the Bulgaria is the nation? | SELECT SUM(silver) FROM table_name_19 WHERE total < "6" AND rank = "6" AND nation = "bulgaria" | CREATE TABLE table_name_19 (silver INTEGER, nation VARCHAR, total VARCHAR, rank VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2294,
41,
7,
173,
624,
3,
21342,
17966,
6,
2982,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
6,
11003,
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,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
2294,
549,
17444,
427,
792,
3,
2,
96,
948,
121,
3430,
11003,
3274,
96,
948,
121,
3430,
2982,
3274,
96,
6724,
122,
6286,
121,
1,
-100,
-100,
-100,
-100,
... |
What nation has a bronze of 2 with a total less than 5 and rank of 6? | SELECT nation FROM table_name_84 WHERE bronze = 2 AND total < 5 AND rank = "6" | CREATE TABLE table_name_84 (nation VARCHAR, rank VARCHAR, bronze VARCHAR, total VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4608,
41,
29,
257,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
2982... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2982,
21680,
953,
834,
4350,
834,
4608,
549,
17444,
427,
13467,
3274,
204,
3430,
792,
3,
2,
305,
3430,
11003,
3274,
96,
948,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the lowest Total for rank 3 with more than 4 gold? | SELECT MIN(total) FROM table_name_13 WHERE rank = "3" AND gold > 4 | CREATE TABLE table_name_13 (total INTEGER, rank VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
235,
1947,
3,
21342,
17966,
6,
11003,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
9273,
21,
11003,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
11003,
3274,
96,
519,
121,
3430,
2045,
2490,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the lowest Total for Italy with less than 0 silver? | SELECT MIN(total) FROM table_name_32 WHERE nation = "italy" AND silver < 0 | CREATE TABLE table_name_32 (total INTEGER, nation VARCHAR, silver VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2668,
41,
235,
1947,
3,
21342,
17966,
6,
2982,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
9273,
21,
5308,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
2668,
549,
17444,
427,
2982,
3274,
96,
9538,
63,
121,
3430,
4294,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the Nation with less than 1 silver, and the total is 1, and bronze is less than 0? | SELECT nation FROM table_name_81 WHERE silver < 1 AND total = 1 AND bronze = 0 | CREATE TABLE table_name_81 (nation VARCHAR, bronze VARCHAR, silver VARCHAR, total VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4959,
41,
29,
257,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
6,
792,
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,
2982,
21680,
953,
834,
4350,
834,
4959,
549,
17444,
427,
4294,
3,
2,
209,
3430,
792,
3274,
209,
3430,
13467,
3274,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What number has 2002-2003 as the season? | SELECT number FROM table_name_32 WHERE season = "2002-2003" | CREATE TABLE table_name_32 (number VARCHAR, season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2668,
41,
5525,
1152,
584,
4280,
28027,
6,
774,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
381,
65,
4407,
18,
23948,
38,
8,
774,
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,
381,
21680,
953,
834,
4350,
834,
2668,
549,
17444,
427,
774,
3274,
96,
24898,
18,
23948,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What position has 2008 as the season? | SELECT position FROM table_name_11 WHERE season = "2008" | CREATE TABLE table_name_11 (position VARCHAR, season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
4718,
584,
4280,
28027,
6,
774,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1102,
65,
2628,
38,
8,
774,
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,
1102,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
774,
3274,
96,
16128,
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 name has 50 as the number? | SELECT name FROM table_name_54 WHERE number = "50" | CREATE TABLE table_name_54 (name VARCHAR, number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
4350,
584,
4280,
28027,
6,
381,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
564,
65,
943,
38,
8,
381,
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,
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,
564,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
381,
3274,
96,
1752,
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 number has 2008 as the season? | SELECT number FROM table_name_38 WHERE season = "2008" | CREATE TABLE table_name_38 (number VARCHAR, season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3747,
41,
5525,
1152,
584,
4280,
28027,
6,
774,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
381,
65,
2628,
38,
8,
774,
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,
381,
21680,
953,
834,
4350,
834,
3747,
549,
17444,
427,
774,
3274,
96,
16128,
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 name has 8 as the number? | SELECT name FROM table_name_5 WHERE number = "8" | CREATE TABLE table_name_5 (name VARCHAR, number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
755,
41,
4350,
584,
4280,
28027,
6,
381,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
564,
65,
505,
38,
8,
381,
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,
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,
564,
21680,
953,
834,
4350,
834,
755,
549,
17444,
427,
381,
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,
-1... |
What position has ronjay buenafe as the name? | SELECT position FROM table_name_16 WHERE name = "ronjay buenafe" | CREATE TABLE table_name_16 (position VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2938,
41,
4718,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1102,
65,
3,
52,
106,
1191,
63,
8524,
35,
9,
89,
15,
38,
8,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1102,
21680,
953,
834,
4350,
834,
2938,
549,
17444,
427,
564,
3274,
96,
52,
106,
1191,
63,
8524,
35,
9,
89,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What was the lowest long with 26 yards? | SELECT MIN(long) FROM table_name_51 WHERE yards = 26 | CREATE TABLE table_name_51 (long INTEGER, yards VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5553,
41,
2961,
3,
21342,
17966,
6,
6460,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
7402,
307,
28,
2208,
6460,
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,
3,
17684,
599,
2961,
61,
21680,
953,
834,
4350,
834,
5553,
549,
17444,
427,
6460,
3274,
2208,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the highest average when Fuml was 0? | SELECT MAX(avg) FROM table_name_57 WHERE fuml < 0 | CREATE TABLE table_name_57 (avg INTEGER, fuml INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3436,
41,
9,
208,
122,
3,
21342,
17966,
6,
11349,
40,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
2030,
1348,
116,
377,
440,
40,
47,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
9,
208,
122,
61,
21680,
953,
834,
4350,
834,
3436,
549,
17444,
427,
11349,
40,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the highest run currently since the last title in 2010, and a season in Esiliiga larger than 10? | SELECT MAX(current_run_since) FROM table_name_12 WHERE last_title = "2010" AND seasons_in_esiliiga > 10 | CREATE TABLE table_name_12 (current_run_since INTEGER, last_title VARCHAR, seasons_in_esiliiga VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
14907,
834,
4312,
834,
27296,
3,
21342,
17966,
6,
336,
834,
21869,
584,
4280,
28027,
6,
9385,
834,
77,
834,
15,
10578,
12581,
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,
4800,
4,
599,
14907,
834,
4312,
834,
27296,
61,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
336,
834,
21869,
3274,
96,
14926,
121,
3430,
9385,
834,
77,
834,
15,
10578,
12581,
2490,
335,
1,
-100,
-100,
-100,
-... |
What is the 2012 season in Esiliiga more than 4, and more than 0 titles? | SELECT 2012 FROM table_name_87 WHERE seasons_in_esiliiga > 4 AND titles > 0 | CREATE TABLE table_name_87 (seasons_in_esiliiga VARCHAR, titles VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
9476,
7,
834,
77,
834,
15,
10578,
12581,
584,
4280,
28027,
6,
8342,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1673,
774,
16,
262... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1673,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
9385,
834,
77,
834,
15,
10578,
12581,
2490,
314,
3430,
8342,
2490,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What 20-29 was in season 2008? | SELECT 20 AS _29 FROM table_name_69 WHERE season = "2008" | CREATE TABLE table_name_69 (season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3951,
41,
9476,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
460,
18,
3166,
47,
16,
774,
2628,
58,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
460,
6157,
3,
834,
3166,
21680,
953,
834,
4350,
834,
3951,
549,
17444,
427,
774,
3274,
96,
16128,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What were the lowest amount of points for season 1994? | SELECT MIN(points) FROM table_name_33 WHERE season = "1994" | CREATE TABLE table_name_33 (points INTEGER, season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
2700,
7,
3,
21342,
17966,
6,
774,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
130,
8,
7402,
866,
13,
979,
21,
774,
7520,
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,
3,
17684,
599,
2700,
7,
61,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
774,
3274,
96,
19479,
20364,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which 20-29 had a season of 1997? | SELECT 20 AS _29 FROM table_name_11 WHERE season = "1997" | CREATE TABLE table_name_11 (season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
9476,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
460,
18,
3166,
141,
3,
9,
774,
13,
6622,
58,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
460,
6157,
3,
834,
3166,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
774,
3274,
96,
2294,
4327,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the Postion, when the Name is Rod Paavola? | SELECT position FROM table_name_27 WHERE name = "rod paavola" | CREATE TABLE table_name_27 (position VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2555,
41,
4718,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
13995,
1575,
6,
116,
8,
5570,
19,
8222,
2709,
9,
4571,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2555,
549,
17444,
427,
564,
3274,
96,
9488,
2576,
9,
4571,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the total number of Jersey #, when the Position is W, and when the Birthdate is 17 October 1932? | SELECT COUNT(jersey__number) FROM table_name_56 WHERE position = "w" AND birthdate = "17 october 1932" | CREATE TABLE table_name_56 (jersey__number VARCHAR, position VARCHAR, birthdate VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
12488,
7,
15,
63,
834,
834,
5525,
1152,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
6,
3879,
5522,
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,
2847,
17161,
599,
12488,
7,
15,
63,
834,
834,
5525,
1152,
61,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
1102,
3274,
96,
210,
121,
3430,
3879,
5522,
3274,
96,
2517,
3,
32,
75,
235,
1152,
957,
2668,
121,
1,... |
What is the Birthplace, when the Name is Bob Mcvey? | SELECT birthplace FROM table_name_76 WHERE name = "bob mcvey" | CREATE TABLE table_name_76 (birthplace VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
20663,
4687,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
26337,
4687,
6,
116,
8,
5570,
19,
5762,
3038,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3879,
4687,
21680,
953,
834,
4350,
834,
3959,
549,
17444,
427,
564,
3274,
96,
17396,
3,
51,
75,
162,
63,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the Name, when the Position is W, and when the Jersey # is 11? | SELECT name FROM table_name_73 WHERE position = "w" AND jersey__number = 11 | CREATE TABLE table_name_73 (name VARCHAR, position VARCHAR, jersey__number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
4350,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
6,
13426,
834,
834,
5525,
1152,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
5570,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
564,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
1102,
3274,
96,
210,
121,
3430,
13426,
834,
834,
5525,
1152,
3274,
850,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the Postion, when the Club/Team is Warroad Lakers, and when the Name is Roger Christian? | SELECT position FROM table_name_13 WHERE club_team = "warroad lakers" AND name = "roger christian" | CREATE TABLE table_name_13 (position VARCHAR, club_team VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
4718,
584,
4280,
28027,
6,
1886,
834,
11650,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
13995,
1575,
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,
1102,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
1886,
834,
11650,
3274,
96,
2910,
8635,
50,
11758,
121,
3430,
564,
3274,
96,
3822,
49,
3,
15294,
23,
152,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What home has 122-28 as the score? | SELECT home FROM table_name_96 WHERE score = "122-28" | CREATE TABLE table_name_96 (home VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4314,
41,
5515,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
234,
65,
3,
20889,
18,
2577,
38,
8,
2604,
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,
234,
21680,
953,
834,
4350,
834,
4314,
549,
17444,
427,
2604,
3274,
96,
20889,
18,
2577,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What ground has etobicoke kangaroos as the home? | SELECT ground FROM table_name_88 WHERE home = "etobicoke kangaroos" | CREATE TABLE table_name_88 (ground VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
9232,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1591,
65,
3,
15,
17,
6690,
509,
1050,
3,
3304,
1478,
32,
32,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1591,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
234,
3274,
96,
15,
17,
6690,
509,
1050,
3,
3304,
1478,
32,
32,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What time has humber college north as the ground, and toronto downtown dingos as the home? | SELECT time FROM table_name_58 WHERE ground = "humber college north" AND home = "toronto downtown dingos" | CREATE TABLE table_name_58 (time VARCHAR, ground VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3449,
41,
715,
584,
4280,
28027,
6,
1591,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
97,
65,
3,
4884,
1152,
1900,
3457,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
97,
21680,
953,
834,
4350,
834,
3449,
549,
17444,
427,
1591,
3274,
96,
4884,
1152,
1900,
3457,
121,
3430,
234,
3274,
96,
235,
4438,
32,
7092,
176,
839,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What score has Toronto Eagles as the home? | SELECT score FROM table_name_57 WHERE home = "toronto eagles" | CREATE TABLE table_name_57 (score VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3436,
41,
7,
9022,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
2604,
65,
7030,
10341,
7,
38,
8,
234,
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,
2604,
21680,
953,
834,
4350,
834,
3436,
549,
17444,
427,
234,
3274,
96,
235,
4438,
32,
3,
15,
9,
3537,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What date has high park demons as the away? | SELECT date FROM table_name_15 WHERE away = "high park demons" | CREATE TABLE table_name_15 (date VARCHAR, away VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
5522,
584,
4280,
28027,
6,
550,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
833,
65,
306,
2447,
20,
2157,
7,
38,
8,
550,
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,
833,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
550,
3274,
96,
6739,
2447,
20,
2157,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What away has toronto downtown dingos as the home? | SELECT away FROM table_name_71 WHERE home = "toronto downtown dingos" | CREATE TABLE table_name_71 (away VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
8006,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
550,
65,
12,
4438,
32,
7092,
176,
839,
7,
38,
8,
234,
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,
550,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
234,
3274,
96,
235,
4438,
32,
7092,
176,
839,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was the winner from the Rip Curl Pro Search? | SELECT winner FROM table_name_71 WHERE event = "rip curl pro search" | CREATE TABLE table_name_71 (winner VARCHAR, event VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
3757,
687,
584,
4280,
28027,
6,
605,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
4668,
45,
8,
2403,
102,
4116,
40,
749,
4769,
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,
4668,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
605,
3274,
96,
5082,
18322,
813,
960,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the location of the tournament held in Spain? | SELECT location FROM table_name_56 WHERE country = "spain" | CREATE TABLE table_name_56 (location VARCHAR, country VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
14836,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
1128,
13,
8,
5892,
1213,
16,
6436,
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,
1128,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
684,
3274,
96,
14147,
77,
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 date of the tournament held in Indonesia? | SELECT date FROM table_name_23 WHERE country = "indonesia" | CREATE TABLE table_name_23 (date VARCHAR, country VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
5522,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
833,
13,
8,
5892,
1213,
16,
9995,
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,
2773,
549,
17444,
427,
684,
3274,
96,
77,
2029,
15,
7,
23,
9,
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 Lost when the difference is - 3, and a Played is less than 10? | SELECT AVG(lost) FROM table_name_21 WHERE difference = "- 3" AND played < 10 | CREATE TABLE table_name_21 (lost INTEGER, difference VARCHAR, played VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
2298,
17,
3,
21342,
17966,
6,
1750,
584,
4280,
28027,
6,
1944,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
19576,
116,
8,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
2298,
17,
61,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
1750,
3274,
96,
18,
220,
121,
3430,
1944,
3,
2,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the Position when the Drawn is less than 2, with a Difference of 2? | SELECT position FROM table_name_65 WHERE drawn < "2" AND difference = "2" | CREATE TABLE table_name_65 (position VARCHAR, drawn VARCHAR, difference VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
4718,
584,
4280,
28027,
6,
6796,
584,
4280,
28027,
6,
1750,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
14258,
116,
8,
19183,
29,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1102,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
6796,
3,
2,
96,
357,
121,
3430,
1750,
3274,
96,
357,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the sum of Against when the drawn is less than 2, the position is more than 8, and the lost is more than 6. | SELECT SUM(against) FROM table_name_35 WHERE drawn < 2 AND position > 8 AND lost > 6 | CREATE TABLE table_name_35 (against INTEGER, lost VARCHAR, drawn VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2469,
41,
9,
16720,
7,
17,
3,
21342,
17966,
6,
1513,
584,
4280,
28027,
6,
6796,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
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,
180,
6122,
599,
9,
16720,
7,
17,
61,
21680,
953,
834,
4350,
834,
2469,
549,
17444,
427,
6796,
3,
2,
204,
3430,
1102,
2490,
505,
3430,
1513,
2490,
431,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the Difference with a position of less than 3, and, 17 points. | SELECT difference FROM table_name_57 WHERE position < 3 AND points = 17 | CREATE TABLE table_name_57 (difference VARCHAR, position VARCHAR, points VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3436,
41,
26,
99,
11788,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
6,
979,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
27187,
28,
3,
9,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1750,
21680,
953,
834,
4350,
834,
3436,
549,
17444,
427,
1102,
3,
2,
220,
3430,
979,
3274,
1003,
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 Top-5, when Tournament is U.S. Open, and when Cuts Made is greater than 10? | SELECT AVG(top_5) FROM table_name_72 WHERE tournament = "u.s. open" AND cuts_made > 10 | CREATE TABLE table_name_72 (top_5 INTEGER, tournament VARCHAR, cuts_made VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5865,
41,
2916,
834,
755,
3,
21342,
17966,
6,
5892,
584,
4280,
28027,
6,
8620,
834,
4725,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2916,
834,
9120,
21680,
953,
834,
4350,
834,
5865,
549,
17444,
427,
5892,
3274,
96,
76,
5,
7,
5,
539,
121,
3430,
8620,
834,
4725,
2490,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the sum of Events, when Top-10 is 7, and when Top-5 is greater than 4? | SELECT SUM(events) FROM table_name_80 WHERE top_10 = 7 AND top_5 > 4 | CREATE TABLE table_name_80 (events INTEGER, top_10 VARCHAR, top_5 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2079,
41,
15,
2169,
7,
3,
21342,
17966,
6,
420,
834,
1714,
584,
4280,
28027,
6,
420,
834,
755,
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,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
15,
2169,
7,
61,
21680,
953,
834,
4350,
834,
2079,
549,
17444,
427,
420,
834,
1714,
3274,
489,
3430,
420,
834,
755,
2490,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the sum of Top-5, when Tournament is Totals, and when Events is greater than 86? | SELECT SUM(top_5) FROM table_name_68 WHERE tournament = "totals" AND events > 86 | CREATE TABLE table_name_68 (top_5 INTEGER, tournament VARCHAR, events VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3651,
41,
2916,
834,
755,
3,
21342,
17966,
6,
5892,
584,
4280,
28027,
6,
984,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4505,
13,
2224,
45... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
2916,
834,
9120,
21680,
953,
834,
4350,
834,
3651,
549,
17444,
427,
5892,
3274,
96,
235,
1947,
7,
121,
3430,
984,
2490,
3,
3840,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the average Top-10, when Wins is less than 0? | SELECT AVG(top_10) FROM table_name_37 WHERE wins < 0 | CREATE TABLE table_name_37 (top_10 INTEGER, wins INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4118,
41,
2916,
834,
1714,
3,
21342,
17966,
6,
9204,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
2224,
4536,
6,
116,
4871,
7,
19,
705,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
2916,
834,
16968,
21680,
953,
834,
4350,
834,
4118,
549,
17444,
427,
9204,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the total number of Top-25, when Events is greater than 86? | SELECT COUNT(top_25) FROM table_name_65 WHERE events > 86 | CREATE TABLE table_name_65 (top_25 VARCHAR, events INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
2916,
834,
1828,
584,
4280,
28027,
6,
984,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
381,
13,
2224,
14855,
6,
116,
11137,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
2916,
834,
1828,
61,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
984,
2490,
3,
3840,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What 2011 has 4r as the 2008? | SELECT 2011 FROM table_name_68 WHERE 2008 = "4r" | CREATE TABLE table_name_68 (Id VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3651,
41,
196,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
2722,
65,
314,
52,
38,
8,
2628,
58,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2722,
21680,
953,
834,
4350,
834,
3651,
549,
17444,
427,
2628,
3274,
96,
591,
52,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What 2007 has wimbledon as the tournament? | SELECT 2007 FROM table_name_88 WHERE tournament = "wimbledon" | CREATE TABLE table_name_88 (tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
17,
1211,
20205,
17,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
4101,
65,
11064,
51,
2296,
2029,
38,
8,
5892,
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,
4101,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
5892,
3274,
96,
210,
603,
2296,
2029,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What 2006 has 1r as the 2007? | SELECT 2006 FROM table_name_74 WHERE 2007 = "1r" | CREATE TABLE table_name_74 (Id VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
196,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
3581,
65,
209,
52,
38,
8,
4101,
58,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3581,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
4101,
3274,
96,
536,
52,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What tournament has q2 as the 2004? | SELECT tournament FROM table_name_66 WHERE 2004 = "q2" | CREATE TABLE table_name_66 (tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3539,
41,
17,
1211,
20205,
17,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5892,
65,
3,
1824,
357,
38,
8,
4406,
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,
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,
5892,
21680,
953,
834,
4350,
834,
3539,
549,
17444,
427,
4406,
3274,
96,
1824,
357,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What 2009 has grand slam tournaments of 2008? | SELECT 2009 FROM table_name_43 WHERE 2008 = "grand slam tournaments" | CREATE TABLE table_name_43 (Id VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
196,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
2464,
65,
1907,
3,
7,
40,
265,
5892,
7,
13,
2628,
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,
2464,
21680,
953,
834,
4350,
834,
4906,
549,
17444,
427,
2628,
3274,
96,
15448,
3,
7,
40,
265,
5892,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What 2006 has 0-0 as the 2011? | SELECT 2006 FROM table_name_29 WHERE 2011 = "0-0" | CREATE TABLE table_name_29 (Id VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3166,
41,
196,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
3581,
65,
3,
18629,
38,
8,
2722,
58,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3581,
21680,
953,
834,
4350,
834,
3166,
549,
17444,
427,
2722,
3274,
96,
18629,
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 Lineup from a Match that is 27? | SELECT lineup FROM table_name_12 WHERE match = "27" | CREATE TABLE table_name_12 (lineup VARCHAR, match VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
747,
413,
584,
4280,
28027,
6,
1588,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4919,
413,
45,
3,
9,
12296,
24,
19,
2307,
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,
15561,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
1588,
3274,
96,
2555,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the date for Orangeville? | SELECT date FROM table_name_56 WHERE name = "orangeville" | CREATE TABLE table_name_56 (date VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
5522,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
833,
21,
7311,
1420,
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,
833,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
564,
3274,
96,
32,
5517,
1420,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who is the builder with a works number of 2534? | SELECT builder FROM table_name_16 WHERE works_number = "2534" | CREATE TABLE table_name_16 (builder VARCHAR, works_number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2938,
41,
16422,
49,
584,
4280,
28027,
6,
930,
834,
5525,
1152,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
918,
49,
28,
3,
9,
930,
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,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
918,
49,
21680,
953,
834,
4350,
834,
2938,
549,
17444,
427,
930,
834,
5525,
1152,
3274,
96,
1828,
3710,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Who is the name with a works number of 809? | SELECT name FROM table_name_49 WHERE works_number = "809" | CREATE TABLE table_name_49 (name VARCHAR, works_number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3647,
41,
4350,
584,
4280,
28027,
6,
930,
834,
5525,
1152,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
564,
28,
3,
9,
930,
381,
13,
505,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
564,
21680,
953,
834,
4350,
834,
3647,
549,
17444,
427,
930,
834,
5525,
1152,
3274,
96,
2079,
1298,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
In early 1873, Owen sound had what works number? | SELECT works_number FROM table_name_39 WHERE date = "early 1873" AND name = "owen sound" | CREATE TABLE table_name_39 (works_number VARCHAR, date VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
13631,
834,
5525,
1152,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
86,
778,
507,
4552,
6,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
930,
834,
5525,
1152,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
833,
3274,
96,
2741,
120,
507,
4552,
121,
3430,
564,
3274,
96,
2381,
35,
1345,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What was the name for the locomotive with a type of 2-8-0 and a number of 20? | SELECT name FROM table_name_23 WHERE type = "2-8-0" AND number = 20 | CREATE TABLE table_name_23 (name VARCHAR, type VARCHAR, number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
4350,
584,
4280,
28027,
6,
686,
584,
4280,
28027,
6,
381,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
564,
21,
8,
31301,
28,
3,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
564,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
686,
3274,
96,
357,
6039,
18,
632,
121,
3430,
381,
3274,
460,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the Year won for the player with a larger than 4 To par and less the 157 Total? | SELECT year_won FROM table_name_4 WHERE to_par > 4 AND total < 157 | CREATE TABLE table_name_4 (year_won VARCHAR, to_par VARCHAR, total VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
591,
41,
1201,
834,
210,
106,
584,
4280,
28027,
6,
12,
834,
1893,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2929... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
834,
210,
106,
21680,
953,
834,
4350,
834,
591,
549,
17444,
427,
12,
834,
1893,
2490,
314,
3430,
792,
3,
2,
3,
27452,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the Total for the Player who won after 1983 with less than 4 To par? | SELECT AVG(total) FROM table_name_66 WHERE to_par < 4 AND year_won > 1983 | CREATE TABLE table_name_66 (total INTEGER, to_par VARCHAR, year_won VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3539,
41,
235,
1947,
3,
21342,
17966,
6,
12,
834,
1893,
584,
4280,
28027,
6,
215,
834,
210,
106,
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,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
3539,
549,
17444,
427,
12,
834,
1893,
3,
2,
314,
3430,
215,
834,
210,
106,
2490,
15041,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the Total of the player who won before 1983 with a smaller than 4 To par? | SELECT COUNT(total) FROM table_name_46 WHERE to_par < 4 AND year_won < 1983 | CREATE TABLE table_name_46 (total VARCHAR, to_par VARCHAR, year_won VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4448,
41,
235,
1947,
584,
4280,
28027,
6,
12,
834,
1893,
584,
4280,
28027,
6,
215,
834,
210,
106,
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,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
4448,
549,
17444,
427,
12,
834,
1893,
3,
2,
314,
3430,
215,
834,
210,
106,
3,
2,
15041,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which venue led to a draw? | SELECT venue FROM table_name_93 WHERE result = "draw" | CREATE TABLE table_name_93 (venue VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
15098,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
5669,
2237,
12,
3,
9,
3314,
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,
5669,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
741,
3274,
96,
19489,
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 highest Stolen Ends when ludmila privivkova shows for skip? | SELECT MAX(stolen_ends) FROM table_name_54 WHERE skip = "ludmila privivkova" | CREATE TABLE table_name_54 (stolen_ends INTEGER, skip VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
7,
235,
40,
35,
834,
989,
7,
3,
21342,
17966,
6,
11202,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
8272,
40,
35,
3720,
7,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
7,
235,
40,
35,
834,
989,
7,
61,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
11202,
3274,
96,
40,
76,
26,
26759,
3,
2246,
7003,
9789,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the sum of Blank Ends for Denmark when less than 42 is the ends lost? | SELECT SUM(blank_ends) FROM table_name_39 WHERE nation = "denmark" AND ends_lost < 42 | CREATE TABLE table_name_39 (blank_ends INTEGER, nation VARCHAR, ends_lost VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
4605,
29,
157,
834,
989,
7,
3,
21342,
17966,
6,
2982,
584,
4280,
28027,
6,
5542,
834,
2298,
17,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
36... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
180,
6122,
599,
4605,
29,
157,
834,
989,
7,
61,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
2982,
3274,
96,
537,
3920,
121,
3430,
5542,
834,
2298,
17,
3,
2,
6426,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the Blank Ends when there are less than 39 ends won and, more than 35 ends lost, and 4 stolen ends. | SELECT blank_ends FROM table_name_88 WHERE ends_won < 39 AND ends_lost > 35 AND stolen_ends = 4 | CREATE TABLE table_name_88 (blank_ends VARCHAR, stolen_ends VARCHAR, ends_won VARCHAR, ends_lost VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
4605,
29,
157,
834,
989,
7,
584,
4280,
28027,
6,
14244,
834,
989,
7,
584,
4280,
28027,
6,
5542,
834,
210,
106,
584,
4280,
28027,
6,
5542,
834,
2298,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11460,
834,
989,
7,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
5542,
834,
210,
106,
3,
2,
6352,
3430,
5542,
834,
2298,
17,
2490,
3097,
3430,
14244,
834,
989,
7,
3274,
314,
1,
-100,
-100,
-100,
-100,
-100,
... |
Who was the 20 Questions section aimed at when the Interview Subject was Camille Paglia? | SELECT 20 AS _questions FROM table_name_97 WHERE interview_subject = "camille paglia" | CREATE TABLE table_name_97 (interview_subject VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
3870,
4576,
834,
7304,
11827,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
460,
14218,
1375,
3,
8287,
44,
116,
8,
14001,
19237,
47,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
460,
6157,
3,
834,
10952,
2865,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
2772,
834,
7304,
11827,
3274,
96,
6527,
1092,
15,
2576,
4707,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was the Centerfold Model on 5-95? | SELECT centerfold_model FROM table_name_32 WHERE date = "5-95" | CREATE TABLE table_name_32 (centerfold_model VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2668,
41,
13866,
10533,
834,
21770,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
1166,
10533,
5154,
30,
7670,
3301,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1530,
10533,
834,
21770,
21680,
953,
834,
4350,
834,
2668,
549,
17444,
427,
833,
3274,
96,
755,
18,
3301,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Who was the 20 Questions section aimed at when Cover Model was Kimberley Conrad Hefner? | SELECT 20 AS _questions FROM table_name_21 WHERE cover_model = "kimberley conrad hefner" | CREATE TABLE table_name_21 (cover_model VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
9817,
834,
21770,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
460,
14218,
1375,
3,
8287,
44,
116,
5620,
5154,
47,
6777,
1152,
1306,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
460,
6157,
3,
834,
10952,
2865,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
1189,
834,
21770,
3274,
96,
19754,
1152,
1306,
975,
5672,
3,
88,
89,
687,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who was the Centerfold Model when the Cover Model was Julie Lynn Cialini? | SELECT centerfold_model FROM table_name_56 WHERE cover_model = "julie lynn cialini" | CREATE TABLE table_name_56 (centerfold_model VARCHAR, cover_model VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
13866,
10533,
834,
21770,
584,
4280,
28027,
6,
1189,
834,
21770,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
1166,
10533,
5154,
116,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1530,
10533,
834,
21770,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
1189,
834,
21770,
3274,
96,
2047,
1896,
3,
120,
29,
29,
3,
4915,
6129,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was the Interview Subject when the Centerfold Model was Melissa Deanne Holliday? | SELECT interview_subject FROM table_name_3 WHERE centerfold_model = "melissa deanne holliday" | CREATE TABLE table_name_3 (interview_subject VARCHAR, centerfold_model VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
3870,
4576,
834,
7304,
11827,
584,
4280,
28027,
6,
1530,
10533,
834,
21770,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
14001,
19237,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2772,
834,
7304,
11827,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
1530,
10533,
834,
21770,
3274,
96,
2341,
159,
7,
9,
20,
4515,
3,
107,
20953,
1135,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who was the 20 Questions section aimed at when Centerfold Model was Rachel Jeán Marteen? | SELECT 20 AS _questions FROM table_name_46 WHERE centerfold_model = "rachel jeán marteen" | CREATE TABLE table_name_46 (centerfold_model VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4448,
41,
13866,
10533,
834,
21770,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
460,
14218,
1375,
3,
8287,
44,
116,
1166,
10533,
5154,
47,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
460,
6157,
3,
834,
10952,
2865,
21680,
953,
834,
4350,
834,
4448,
549,
17444,
427,
1530,
10533,
834,
21770,
3274,
96,
52,
9,
8738,
528,
12916,
3157,
6808,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the average Jersey # of Steve Griffith, when his Weight (kg) was less than 84? | SELECT AVG(jersey__number) FROM table_name_71 WHERE name = "steve griffith" AND weight__kg_ < 84 | CREATE TABLE table_name_71 (jersey__number INTEGER, name VARCHAR, weight__kg_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
12488,
7,
15,
63,
834,
834,
5525,
1152,
3,
21342,
17966,
6,
564,
584,
4280,
28027,
6,
1293,
834,
834,
8711,
834,
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,
71,
17217,
599,
12488,
7,
15,
63,
834,
834,
5525,
1152,
61,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
564,
3274,
96,
849,
162,
3,
11442,
23,
189,
121,
3430,
1293,
834,
834,
8711,
834,
3,
2,
3,
4608,
1,
... |
What was the lowest Weight (kg) for a player that had Jersey #10? | SELECT MIN(weight__kg_) FROM table_name_67 WHERE jersey__number = 10 | CREATE TABLE table_name_67 (weight__kg_ INTEGER, jersey__number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3708,
41,
9378,
834,
834,
8711,
834,
3,
21342,
17966,
6,
13426,
834,
834,
5525,
1152,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
7402,
14230,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
9378,
834,
834,
8711,
834,
61,
21680,
953,
834,
4350,
834,
3708,
549,
17444,
427,
13426,
834,
834,
5525,
1152,
3274,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many different Heights (cm) did Mark Fusco have, when his Jersey # was less than 16? | SELECT COUNT(height__cm_) FROM table_name_19 WHERE jersey__number < 16 AND name = "mark fusco" | CREATE TABLE table_name_19 (height__cm_ VARCHAR, jersey__number VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2294,
41,
88,
2632,
834,
834,
75,
51,
834,
584,
4280,
28027,
6,
13426,
834,
834,
5525,
1152,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
321... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
88,
2632,
834,
834,
75,
51,
834,
61,
21680,
953,
834,
4350,
834,
2294,
549,
17444,
427,
13426,
834,
834,
5525,
1152,
3,
2,
898,
3430,
564,
3274,
96,
3920,
7683,
3523,
121,
1,
-100,
-100,
-100,
-1... |
What was the title of the episode that martin worth wrote the story for? | SELECT title FROM table_name_55 WHERE story = "martin worth" | CREATE TABLE table_name_55 (title VARCHAR, story VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3769,
41,
21869,
584,
4280,
28027,
6,
733,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
2233,
13,
8,
5640,
24,
3157,
17,
77,
1494,
2832,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2233,
21680,
953,
834,
4350,
834,
3769,
549,
17444,
427,
733,
3274,
96,
1635,
17,
77,
1494,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
In what year was Xavier Malisse the runner-up with scores of 4–6, 6–4, [8–10]? | SELECT year FROM table_name_65 WHERE outcome = "runner-up" AND score = "4–6, 6–4, [8–10]" | CREATE TABLE table_name_65 (year VARCHAR, outcome VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
1201,
584,
4280,
28027,
6,
6138,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
86,
125,
215,
47,
3,
4,
9,
5144,
2148,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
215,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
6138,
3274,
96,
10806,
18,
413,
121,
3430,
2604,
3274,
96,
591,
104,
11071,
431,
104,
8525,
784,
927,
104,
1714,
908,
121,
1,
-100,
-100,
-100,
-100,
-100,
-10... |
On what surface was the game played that had a score of 4–6, 6–4, [8–10]? | SELECT surface FROM table_name_51 WHERE score = "4–6, 6–4, [8–10]" | CREATE TABLE table_name_51 (surface VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5553,
41,
26899,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
461,
125,
1774,
47,
8,
467,
1944,
24,
141,
3,
9,
2604,
13,
314,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1774,
21680,
953,
834,
4350,
834,
5553,
549,
17444,
427,
2604,
3274,
96,
591,
104,
11071,
431,
104,
8525,
784,
927,
104,
1714,
908,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is Caps, when Province / Club is Example, when Position is Prop, and when Player is Sam Walters? | SELECT caps FROM table_name_96 WHERE province___club = "example" AND position = "prop" AND player = "sam walters" | CREATE TABLE table_name_96 (caps VARCHAR, player VARCHAR, province___club VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4314,
41,
4010,
7,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
6,
7985,
834,
834,
834,
13442,
584,
4280,
28027,
6,
1102,
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,
16753,
21680,
953,
834,
4350,
834,
4314,
549,
17444,
427,
7985,
834,
834,
834,
13442,
3274,
96,
994,
9,
9208,
121,
3430,
1102,
3274,
96,
10401,
121,
3430,
1959,
3274,
96,
7,
265,
3,
5380,
4849,
121,
1,
-100,
-100,
... |
What is Postition, when Date of Birth (Age) is Example, and when Player is Mark Spencer? | SELECT position FROM table_name_59 WHERE date_of_birth__age_ = "example" AND player = "mark spencer" | CREATE TABLE table_name_59 (position VARCHAR, date_of_birth__age_ VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3390,
41,
4718,
584,
4280,
28027,
6,
833,
834,
858,
834,
20663,
834,
834,
545,
834,
584,
4280,
28027,
6,
1959,
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,
1102,
21680,
953,
834,
4350,
834,
3390,
549,
17444,
427,
833,
834,
858,
834,
20663,
834,
834,
545,
834,
3274,
96,
994,
9,
9208,
121,
3430,
1959,
3274,
96,
3920,
3,
7,
3208,
2110,
121,
1,
-100,
-100,
-100,
-100,
-1... |
What is Player, when Caps is Example, and when Position is Center? | SELECT player FROM table_name_66 WHERE caps = "example" AND position = "center" | CREATE TABLE table_name_66 (player VARCHAR, caps VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3539,
41,
20846,
584,
4280,
28027,
6,
16753,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
12387,
6,
116,
4000,
7,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1959,
21680,
953,
834,
4350,
834,
3539,
549,
17444,
427,
16753,
3274,
96,
994,
9,
9208,
121,
3430,
1102,
3274,
96,
13866,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is Caps, when Province / Club is DRFC, and when Position is Center? | SELECT caps FROM table_name_49 WHERE province___club = "drfc" AND position = "center" | CREATE TABLE table_name_49 (caps VARCHAR, province___club VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3647,
41,
4010,
7,
584,
4280,
28027,
6,
7985,
834,
834,
834,
13442,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
4000,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
16753,
21680,
953,
834,
4350,
834,
3647,
549,
17444,
427,
7985,
834,
834,
834,
13442,
3274,
96,
26,
52,
89,
75,
121,
3430,
1102,
3274,
96,
13866,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is Position, when Caps is Example, and When Player is Shane Kelly? | SELECT position FROM table_name_66 WHERE caps = "example" AND player = "shane kelly" | CREATE TABLE table_name_66 (position VARCHAR, caps VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3539,
41,
4718,
584,
4280,
28027,
6,
16753,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
14258,
6,
116,
4000,
7,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1102,
21680,
953,
834,
4350,
834,
3539,
549,
17444,
427,
16753,
3274,
96,
994,
9,
9208,
121,
3430,
1959,
3274,
96,
7,
2618,
15,
3,
5768,
120,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is Position, when Province / Club is Example, when Date of Birth (Age) is Example, and when Player is Michael Elumeze? | SELECT position FROM table_name_52 WHERE province___club = "example" AND date_of_birth__age_ = "example" AND player = "michael elumeze" | CREATE TABLE table_name_52 (position VARCHAR, player VARCHAR, province___club VARCHAR, date_of_birth__age_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
4718,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
6,
7985,
834,
834,
834,
13442,
584,
4280,
28027,
6,
833,
834,
858,
834,
20663,
834,
834,
545,
834,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
1102,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
7985,
834,
834,
834,
13442,
3274,
96,
994,
9,
9208,
121,
3430,
833,
834,
858,
834,
20663,
834,
834,
545,
834,
3274,
96,
994,
9,
9208,
121,
3430,
1959,
3274,
... |
What is the average number played of the team with 1 drawn and 24 against? | SELECT AVG(played) FROM table_name_79 WHERE drawn = 1 AND against = 24 | CREATE TABLE table_name_79 (played INTEGER, drawn VARCHAR, against VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
4895,
15,
26,
3,
21342,
17966,
6,
6796,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
381,
1944,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
4895,
15,
26,
61,
21680,
953,
834,
4350,
834,
4440,
549,
17444,
427,
6796,
3274,
209,
3430,
581,
3274,
997,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the highest lost number of the team with less than 14 points and less than 18 played? | SELECT MAX(lost) FROM table_name_65 WHERE points < 14 AND played < 18 | CREATE TABLE table_name_65 (lost INTEGER, points VARCHAR, played VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
2298,
17,
3,
21342,
17966,
6,
979,
584,
4280,
28027,
6,
1944,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
1513,
381,
13,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
2298,
17,
61,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
979,
3,
2,
968,
3430,
1944,
3,
2,
507,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which team had 1 position? | SELECT team FROM table_name_65 WHERE position = 1 | CREATE TABLE table_name_65 (team VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
11650,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
372,
141,
209,
1102,
58,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
372,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
1102,
3274,
209,
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 lowest number of played of the team with 18 points and a position greater than 5? | SELECT MIN(played) FROM table_name_74 WHERE points = 18 AND position > 5 | CREATE TABLE table_name_74 (played INTEGER, points VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
4895,
15,
26,
3,
21342,
17966,
6,
979,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
381,
13,
1944,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3,
17684,
599,
4895,
15,
26,
61,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
979,
3274,
507,
3430,
1102,
2490,
305,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the total number of points of the team with less than 4 drawn and an against of 34? | SELECT COUNT(points) FROM table_name_24 WHERE drawn < 4 AND against = 34 | CREATE TABLE table_name_24 (points VARCHAR, drawn VARCHAR, against VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
2700,
7,
584,
4280,
28027,
6,
6796,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
381,
13,
979,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
2700,
7,
61,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
6796,
3,
2,
314,
3430,
581,
3274,
6154,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the average number of drawn with a difference of 17 and 22 points? | SELECT AVG(drawn) FROM table_name_64 WHERE difference = "17" AND points = 22 | CREATE TABLE table_name_64 (drawn INTEGER, difference VARCHAR, points VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
19489,
29,
3,
21342,
17966,
6,
1750,
584,
4280,
28027,
6,
979,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
381,
13,
6796,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
19489,
29,
61,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
1750,
3274,
96,
2517,
121,
3430,
979,
3274,
1630,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the team that has forward-center as a position? | SELECT school_club_team FROM table_name_24 WHERE position = "forward-center" | CREATE TABLE table_name_24 (school_club_team VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
6646,
834,
13442,
834,
11650,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
372,
24,
65,
1039,
18,
13866,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
496,
834,
13442,
834,
11650,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
1102,
3274,
96,
26338,
18,
13866,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What team does Kenny Smith play for? | SELECT school_club_team FROM table_name_25 WHERE player = "kenny smith" | CREATE TABLE table_name_25 (school_club_team VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1828,
41,
6646,
834,
13442,
834,
11650,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
372,
405,
5704,
29,
63,
3931,
577,
21,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
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,
1828,
549,
17444,
427,
1959,
3274,
96,
9376,
63,
3,
16331,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What years was Lebanon the nationality? | SELECT years_in_orlando FROM table_name_82 WHERE nationality = "lebanon" | CREATE TABLE table_name_82 (years_in_orlando VARCHAR, nationality VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
1201,
7,
834,
77,
834,
32,
7721,
32,
584,
4280,
28027,
6,
1157,
485,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
203,
47,
21502,
8,
1157,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
203,
834,
77,
834,
32,
7721,
32,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
1157,
485,
3274,
96,
109,
3478,
106,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which margin of victory has cyber agent ladies as the tournament? | SELECT margin_of_victory FROM table_name_78 WHERE tournament = "cyber agent ladies" | CREATE TABLE table_name_78 (margin_of_victory VARCHAR, tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
1635,
122,
77,
834,
858,
834,
7287,
10972,
584,
4280,
28027,
6,
5892,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
6346,
13,
6224,
65,
9738... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6346,
834,
858,
834,
7287,
10972,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
5892,
3274,
96,
75,
63,
1152,
3102,
10989,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What date has yani tseng as the runner (s)-up? | SELECT date FROM table_name_91 WHERE runner_s__up = "yani tseng" | CREATE TABLE table_name_91 (date VARCHAR, runner_s__up VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
5522,
584,
4280,
28027,
6,
3,
10806,
834,
7,
834,
834,
413,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
833,
65,
3,
63,
2738,
3,
17,
7,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
3,
10806,
834,
7,
834,
834,
413,
3274,
96,
63,
2738,
3,
17,
7,
4606,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the margin of victory that has masters gc ladies as the tournament? | SELECT margin_of_victory FROM table_name_45 WHERE tournament = "masters gc ladies" | CREATE TABLE table_name_45 (margin_of_victory VARCHAR, tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2128,
41,
1635,
122,
77,
834,
858,
834,
7287,
10972,
584,
4280,
28027,
6,
5892,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
6346,
13,
6224,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6346,
834,
858,
834,
7287,
10972,
21680,
953,
834,
4350,
834,
2128,
549,
17444,
427,
5892,
3274,
96,
7429,
7,
3,
122,
75,
10989,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the date that has yani tseng as the runner (s)-up? | SELECT date FROM table_name_97 WHERE runner_s__up = "yani tseng" | CREATE TABLE table_name_97 (date VARCHAR, runner_s__up VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
5522,
584,
4280,
28027,
6,
3,
10806,
834,
7,
834,
834,
413,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
833,
24,
65,
3,
63,
2738... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
3,
10806,
834,
7,
834,
834,
413,
3274,
96,
63,
2738,
3,
17,
7,
4606,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the winning score that has victory of 2 strokes for the margin, and cyber agent ladies for the tournament? | SELECT winning_score FROM table_name_30 WHERE margin_of_victory = "2 strokes" AND tournament = "cyber agent ladies" | CREATE TABLE table_name_30 (winning_score VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
8163,
834,
7,
9022,
584,
4280,
28027,
6,
6346,
834,
858,
834,
7287,
10972,
584,
4280,
28027,
6,
5892,
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,
3447,
834,
7,
9022,
21680,
953,
834,
4350,
834,
1458,
549,
17444,
427,
6346,
834,
858,
834,
7287,
10972,
3274,
96,
357,
9529,
7,
121,
3430,
5892,
3274,
96,
75,
63,
1152,
3102,
10989,
121,
1,
-100,
-100,
-100,
-100,
... |
What is the highest Poles with a win that is smaller than 0? | SELECT MAX(poles) FROM table_name_74 WHERE wins < 0 | CREATE TABLE table_name_74 (poles INTEGER, wins INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
14332,
7,
3,
21342,
17966,
6,
9204,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
19418,
7,
28,
3,
9,
1369,
24,
19,
2755,
145... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
14332,
7,
61,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
9204,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the headphone model with a plastic construction and a prestige headphone class? | SELECT headphone_model FROM table_name_28 WHERE construction = "plastic" AND headphone_class = "prestige" | CREATE TABLE table_name_28 (headphone_model VARCHAR, construction VARCHAR, headphone_class VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
3313,
6399,
834,
21770,
584,
4280,
28027,
6,
1449,
584,
4280,
28027,
6,
819,
6399,
834,
4057,
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,
0,
0,
0,
0... | [
3,
23143,
14196,
819,
6399,
834,
21770,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
1449,
3274,
96,
24671,
121,
3430,
819,
6399,
834,
4057,
3274,
96,
7197,
9134,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What earpads does the headphone with plastic contruction and was succeeded by igrado have? | SELECT earpads FROM table_name_67 WHERE construction = "plastic" AND succeeded_by = "igrado" | CREATE TABLE table_name_67 (earpads VARCHAR, construction VARCHAR, succeeded_by VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3708,
41,
2741,
5612,
7,
584,
4280,
28027,
6,
1449,
584,
4280,
28027,
6,
22399,
834,
969,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
3,
2741,
5612,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2741,
5612,
7,
21680,
953,
834,
4350,
834,
3708,
549,
17444,
427,
1449,
3274,
96,
24671,
121,
3430,
22399,
834,
969,
3274,
96,
23,
3987,
32,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What are the earpads of the headphone with a plastic construction, an unknown sensitivity, and was succeeded by sr325? | SELECT earpads FROM table_name_43 WHERE construction = "plastic" AND sensitivity__db_ = "unknown" AND succeeded_by = "sr325" | CREATE TABLE table_name_43 (earpads VARCHAR, succeeded_by VARCHAR, construction VARCHAR, sensitivity__db_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
2741,
5612,
7,
584,
4280,
28027,
6,
22399,
834,
969,
584,
4280,
28027,
6,
1449,
584,
4280,
28027,
6,
3,
13398,
834,
834,
26,
115,
834,
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,
3,
2741,
5612,
7,
21680,
953,
834,
4350,
834,
4906,
549,
17444,
427,
1449,
3274,
96,
24671,
121,
3430,
3,
13398,
834,
834,
26,
115,
834,
3274,
96,
202,
5661,
121,
3430,
22399,
834,
969,
3274,
96,
7,
52,
2668,
1739... |
What is the headphone model which was succeeded by sr325? | SELECT headphone_model FROM table_name_59 WHERE succeeded_by = "sr325" | CREATE TABLE table_name_59 (headphone_model VARCHAR, succeeded_by VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3390,
41,
3313,
6399,
834,
21770,
584,
4280,
28027,
6,
22399,
834,
969,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
819,
6399,
825,
84,
47,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
819,
6399,
834,
21770,
21680,
953,
834,
4350,
834,
3390,
549,
17444,
427,
22399,
834,
969,
3274,
96,
7,
52,
2668,
17395,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What regulations have hudson as the winning constructor? | SELECT regulations FROM table_name_84 WHERE winning_constructor = "hudson" | CREATE TABLE table_name_84 (regulations VARCHAR, winning_constructor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4608,
41,
27522,
7,
584,
4280,
28027,
6,
3447,
834,
15982,
5317,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
4750,
43,
3,
107,
76,
26,
739,
38,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4750,
21680,
953,
834,
4350,
834,
4608,
549,
17444,
427,
3447,
834,
15982,
5317,
3274,
96,
107,
76,
26,
739,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What regulations have carlos arzani as the winning driver? | SELECT regulations FROM table_name_13 WHERE winning_drivers = "carlos arzani" | CREATE TABLE table_name_13 (regulations VARCHAR, winning_drivers VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
27522,
7,
584,
4280,
28027,
6,
3447,
834,
13739,
52,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
4750,
43,
443,
2298,
1584,
10241,
23,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4750,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
3447,
834,
13739,
52,
7,
3274,
96,
1720,
2298,
1584,
10241,
23,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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.