NATURAL_LANG stringlengths 12 244 | SQL stringlengths 18 336 | SCHEMA stringlengths 27 355 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|
How many seats were up for election during the vote where the election result was 9 and the new council 27? | SELECT SUM(seats_up_for_election) FROM table_name_10 WHERE election_result = 9 AND new_council > 27 | CREATE TABLE table_name_10 (seats_up_for_election INTEGER, election_result VARCHAR, new_council VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
7,
1544,
7,
834,
413,
834,
1161,
834,
15,
12252,
3,
21342,
17966,
6,
4356,
834,
60,
7,
83,
17,
584,
4280,
28027,
6,
126,
834,
509,
15254,
40,
584,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
180,
6122,
599,
7,
1544,
7,
834,
413,
834,
1161,
834,
15,
12252,
61,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
4356,
834,
60,
7,
83,
17,
3274,
668,
3430,
126,
834,
509,
15254,
40,
2490,
2307,
1,
-100,
-... |
How many staying councillors were there when the election result was larger than 0, the new council less than 27 and the party conservatives? | SELECT AVG(staying_councillors) FROM table_name_42 WHERE election_result > 0 AND party = "conservatives" AND new_council < 27 | CREATE TABLE table_name_42 (staying_councillors INTEGER, new_council VARCHAR, election_result VARCHAR, party VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
21545,
53,
834,
509,
15254,
40,
322,
7,
3,
21342,
17966,
6,
126,
834,
509,
15254,
40,
584,
4280,
28027,
6,
4356,
834,
60,
7,
83,
17,
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,
71,
17217,
599,
21545,
53,
834,
509,
15254,
40,
322,
7,
61,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
4356,
834,
60,
7,
83,
17,
2490,
3,
632,
3430,
1088,
3274,
96,
1018,
3473,
1528,
7,
121,
3430,
126,
8... |
What opponent did the Broncos play on November 16? | SELECT opponent FROM table_name_93 WHERE date = "november 16" | CREATE TABLE table_name_93 (opponent VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
32,
102,
9977,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
15264,
410,
8,
4027,
29,
509,
7,
577,
30,
1671,
898,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15264,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
833,
3274,
96,
5326,
18247,
898,
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 Bronco's record when they played the Detroit Lions at Mile High Stadium? | SELECT record FROM table_name_98 WHERE game_site = "mile high stadium" AND opponent = "detroit lions" | CREATE TABLE table_name_98 (record VARCHAR, game_site VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3916,
41,
60,
7621,
584,
4280,
28027,
6,
467,
834,
3585,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
4027,
29,
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,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1368,
21680,
953,
834,
4350,
834,
3916,
549,
17444,
427,
467,
834,
3585,
3274,
96,
8770,
306,
14939,
121,
3430,
15264,
3274,
96,
26,
15252,
155,
3,
7325,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What was the score of the game on November 22? | SELECT result FROM table_name_8 WHERE date = "november 22" | CREATE TABLE table_name_8 (result VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
2604,
13,
8,
467,
30,
1671,
1630,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
741,
21680,
953,
834,
4350,
834,
927,
549,
17444,
427,
833,
3274,
96,
5326,
18247,
1630,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the lowest number of points scored when there were 1,500 in attendance? | SELECT MIN(points) FROM table_name_50 WHERE attendance = "1,500" | CREATE TABLE table_name_50 (points INTEGER, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1752,
41,
2700,
7,
3,
21342,
17966,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
381,
13,
979,
5799,
116,
132,
130,
1914,
256... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2700,
7,
61,
21680,
953,
834,
4350,
834,
1752,
549,
17444,
427,
11364,
3274,
96,
4347,
2560,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
what is 2001 when the year is ebitda and 2009 is less than 3,600? | SELECT SUM(2001) FROM table_name_73 WHERE year = "ebitda" AND 2009 < 3 OFFSET 600 | CREATE TABLE table_name_73 (year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
1201,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
4402,
116,
8,
215,
19,
3,
15,
2360,
26,
9,
11,
2464,
19,
705,
145,
6180,
6007,
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,
180,
6122,
599,
23658,
61,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
215,
3274,
96,
15,
2360,
26,
9,
121,
3430,
2464,
3,
2,
220,
3,
15316,
20788,
7366,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
who is the author for harry potter and the deathly hallows? | SELECT author FROM table_name_17 WHERE title = "harry potter and the deathly hallows" | CREATE TABLE table_name_17 (author VARCHAR, title VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2517,
41,
17415,
584,
4280,
28027,
6,
2233,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
113,
19,
8,
2291,
21,
3,
3272,
651,
815,
449,
11,
8,
1687,
120,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2291,
21680,
953,
834,
4350,
834,
2517,
549,
17444,
427,
2233,
3274,
96,
3272,
651,
815,
449,
11,
8,
1687,
120,
6358,
2381,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
what is the title when the citation is honor and the narrator is lincoln hoppe? | SELECT title FROM table_name_94 WHERE citation = "honor" AND narrator = "lincoln hoppe" | CREATE TABLE table_name_94 (title VARCHAR, citation VARCHAR, narrator VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
21869,
584,
4280,
28027,
6,
3,
13903,
584,
4280,
28027,
6,
3,
29,
291,
52,
1016,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2233,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2233,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
3,
13903,
3274,
96,
107,
106,
127,
121,
3430,
3,
29,
291,
52,
1016,
3274,
96,
40,
77,
3297,
29,
13652,
855,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
who is the producer when the narrator is katherine kellgren, the year is before 2013 and the author is karen cushman? | SELECT producer FROM table_name_17 WHERE narrator = "katherine kellgren" AND year < 2013 AND author = "karen cushman" | CREATE TABLE table_name_17 (producer VARCHAR, author VARCHAR, narrator VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2517,
41,
1409,
4817,
49,
584,
4280,
28027,
6,
2291,
584,
4280,
28027,
6,
3,
29,
291,
52,
1016,
584,
4280,
28027,
6,
215,
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,
8211,
21680,
953,
834,
4350,
834,
2517,
549,
17444,
427,
3,
29,
291,
52,
1016,
3274,
96,
8682,
760,
630,
3,
5768,
40,
16677,
121,
3430,
215,
3,
2,
2038,
3430,
2291,
3274,
96,
4031,
35,
123,
7,
107,
348,
121,
1,
... |
what is the year when the citation is honor and the author is kadir nelson? | SELECT SUM(year) FROM table_name_37 WHERE citation = "honor" AND author = "kadir nelson" | CREATE TABLE table_name_37 (year INTEGER, citation VARCHAR, author VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4118,
41,
1201,
3,
21342,
17966,
6,
3,
13903,
584,
4280,
28027,
6,
2291,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
215,
116,
8,
3,
13903,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
180,
6122,
599,
1201,
61,
21680,
953,
834,
4350,
834,
4118,
549,
17444,
427,
3,
13903,
3274,
96,
107,
106,
127,
121,
3430,
2291,
3274,
96,
1258,
12594,
3,
29,
3573,
106,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is Opponent In The Final, when Year is "1942"? | SELECT opponent_in_the_final FROM table_name_33 WHERE year = 1942 | CREATE TABLE table_name_33 (opponent_in_the_final VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
32,
102,
9977,
834,
77,
834,
532,
834,
12406,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
4495,
9977,
86,
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,
15264,
834,
77,
834,
532,
834,
12406,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
215,
3274,
24466,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the average Year, when Outcome is "Winner"? | SELECT AVG(year) FROM table_name_98 WHERE outcome = "winner" | CREATE TABLE table_name_98 (year INTEGER, outcome VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3916,
41,
1201,
3,
21342,
17966,
6,
6138,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
2929,
6,
116,
3387,
287,
15,
19,
96,
18455,
687,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
1201,
61,
21680,
953,
834,
4350,
834,
3916,
549,
17444,
427,
6138,
3274,
96,
3757,
687,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What tournament did Pemra Özgen play against julia kimmelmann in the finals? | SELECT tournament FROM table_name_54 WHERE opponent_in_the_final = "julia kimmelmann" | CREATE TABLE table_name_54 (tournament VARCHAR, opponent_in_the_final VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
17,
1211,
20205,
17,
584,
4280,
28027,
6,
15264,
834,
77,
834,
532,
834,
12406,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5892,
410,
1276... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5892,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
15264,
834,
77,
834,
532,
834,
12406,
3274,
96,
354,
83,
23,
9,
3,
19754,
2341,
2434,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which Home has a Visitor of nashville? | SELECT home FROM table_name_44 WHERE visitor = "nashville" | CREATE TABLE table_name_44 (home VARCHAR, visitor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3628,
41,
5515,
584,
4280,
28027,
6,
7019,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1210,
65,
3,
9,
4957,
127,
13,
3,
29,
3198,
1420,
58,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
234,
21680,
953,
834,
4350,
834,
3628,
549,
17444,
427,
7019,
3274,
96,
29,
3198,
1420,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which Visitor has a Decision of osgood, and a Date of february 15? | SELECT visitor FROM table_name_63 WHERE decision = "osgood" AND date = "february 15" | CREATE TABLE table_name_63 (visitor VARCHAR, decision VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3891,
41,
3466,
155,
127,
584,
4280,
28027,
6,
1357,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
4957,
127,
65,
3,
9,
25... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7019,
21680,
953,
834,
4350,
834,
3891,
549,
17444,
427,
1357,
3274,
96,
32,
7,
10452,
121,
3430,
833,
3274,
96,
89,
15,
9052,
1208,
627,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Which Date has a Record of 36–11–7? | SELECT date FROM table_name_15 WHERE record = "36–11–7" | CREATE TABLE table_name_15 (date VARCHAR, record VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
5522,
584,
4280,
28027,
6,
1368,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
7678,
65,
3,
9,
11392,
13,
4475,
104,
2596,
104,
940,
58,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
1368,
3274,
96,
3420,
104,
2596,
104,
940,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which Date has a Visitor of edmonton? | SELECT date FROM table_name_24 WHERE visitor = "edmonton" | CREATE TABLE table_name_24 (date VARCHAR, visitor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
5522,
584,
4280,
28027,
6,
7019,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
7678,
65,
3,
9,
4957,
127,
13,
3,
15,
26,
4662,
106,
58,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
7019,
3274,
96,
15,
26,
4662,
106,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the sum of Bronze, when Gold is less than 1, when Total is greater than 1, and when Rank is 10? | SELECT SUM(bronze) FROM table_name_49 WHERE gold < 1 AND total > 1 AND rank = 10 | CREATE TABLE table_name_49 (bronze INTEGER, rank VARCHAR, gold VARCHAR, total VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3647,
41,
13711,
776,
3,
21342,
17966,
6,
11003,
584,
4280,
28027,
6,
2045,
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,
180,
6122,
599,
13711,
776,
61,
21680,
953,
834,
4350,
834,
3647,
549,
17444,
427,
2045,
3,
2,
209,
3430,
792,
2490,
209,
3430,
11003,
3274,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the average Bronze, when Rank is greater than 6, when Nation is Italy (ITA), and when Total is less than 1? | SELECT AVG(bronze) FROM table_name_78 WHERE rank > 6 AND nation = "italy (ita)" AND total < 1 | CREATE TABLE table_name_78 (bronze INTEGER, total VARCHAR, rank VARCHAR, nation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
13711,
776,
3,
21342,
17966,
6,
792,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
6,
2982,
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,
71,
17217,
599,
13711,
776,
61,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
11003,
2490,
431,
3430,
2982,
3274,
96,
9538,
63,
41,
155,
9,
61,
121,
3430,
792,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the sum of Total, when Silver is greater than 1, when Rank is 9, and when Bronze is greater than 0? | SELECT SUM(total) FROM table_name_14 WHERE silver > 1 AND rank = 9 AND bronze > 0 | CREATE TABLE table_name_14 (total INTEGER, bronze VARCHAR, silver VARCHAR, rank VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2534,
41,
235,
1947,
3,
21342,
17966,
6,
13467,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
6,
11003,
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,
180,
6122,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
2534,
549,
17444,
427,
4294,
2490,
209,
3430,
11003,
3274,
668,
3430,
13467,
2490,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the average Gold, when Total is 2, when Silver is less than 1, and when Rank is greater than 5? | SELECT AVG(gold) FROM table_name_95 WHERE total = 2 AND silver < 1 AND rank > 5 | CREATE TABLE table_name_95 (gold INTEGER, rank VARCHAR, total VARCHAR, silver VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
14910,
3,
21342,
17966,
6,
11003,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
71,
17217,
599,
14910,
61,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
792,
3274,
204,
3430,
4294,
3,
2,
209,
3430,
11003,
2490,
305,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the sum of Rank, when Bronze is less than 1, when Nation is Switzerland (SUI), and when Total is less than 2? | SELECT SUM(rank) FROM table_name_32 WHERE bronze < 1 AND nation = "switzerland (sui)" AND total < 2 | CREATE TABLE table_name_32 (rank INTEGER, total VARCHAR, bronze VARCHAR, nation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2668,
41,
6254,
3,
21342,
17966,
6,
792,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
6,
2982,
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,
6254,
61,
21680,
953,
834,
4350,
834,
2668,
549,
17444,
427,
13467,
3,
2,
209,
3430,
2982,
3274,
96,
7,
15686,
15,
7721,
41,
7,
76,
23,
61,
121,
3430,
792,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
... |
What is the sum of Total, when Silver is greater than 1, when Nation is Germany (GER), and when Gold is less than 1? | SELECT SUM(total) FROM table_name_87 WHERE silver > 1 AND nation = "germany (ger)" AND gold < 1 | CREATE TABLE table_name_87 (total INTEGER, gold VARCHAR, silver VARCHAR, nation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
235,
1947,
3,
21342,
17966,
6,
2045,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
6,
2982,
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,
180,
6122,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
4294,
2490,
209,
3430,
2982,
3274,
96,
1304,
348,
63,
41,
1304,
61,
121,
3430,
2045,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-1... |
What is Player, when To Par is "7", and when Score is "73-72-67-75=287"? | SELECT player FROM table_name_10 WHERE to_par = 7 AND score = 73 - 72 - 67 - 75 = 287 | CREATE TABLE table_name_10 (player VARCHAR, to_par VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
20846,
584,
4280,
28027,
6,
12,
834,
1893,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
12387,
6,
116,
304,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1959,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
12,
834,
1893,
3274,
489,
3430,
2604,
3274,
3,
4552,
3,
18,
9455,
3,
18,
3,
3708,
3,
18,
6374,
3274,
204,
4225,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the average To Par, when Player is "Billy Casper"? | SELECT AVG(to_par) FROM table_name_20 WHERE player = "billy casper" | CREATE TABLE table_name_20 (to_par INTEGER, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1755,
41,
235,
834,
1893,
3,
21342,
17966,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
304,
2180,
6,
116,
12387,
19,
96,
279,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
71,
17217,
599,
235,
834,
1893,
61,
21680,
953,
834,
4350,
834,
1755,
549,
17444,
427,
1959,
3274,
96,
3727,
120,
212,
4339,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the highest Money ( $ ), when To Par is less than 2? | SELECT MAX(money___) AS $__ FROM table_name_11 WHERE to_par < 2 | CREATE TABLE table_name_11 (money___ INTEGER, to_par INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
28442,
834,
834,
834,
3,
21342,
17966,
6,
12,
834,
1893,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
8833,
41,
1514,
3,
201,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
28442,
834,
834,
834,
61,
6157,
1514,
834,
834,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
12,
834,
1893,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What event in guam did Tetsuji Kato win against patrick madayag? | SELECT event FROM table_name_39 WHERE res = "win" AND location = "guam" AND opponent = "patrick madayag" | CREATE TABLE table_name_39 (event VARCHAR, opponent VARCHAR, res VARCHAR, location VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
15,
2169,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
6,
3,
60,
7,
584,
4280,
28027,
6,
1128,
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,
1,
1... | [
3,
23143,
14196,
605,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
3,
60,
7,
3274,
96,
3757,
121,
3430,
1128,
3274,
96,
1744,
265,
121,
3430,
15264,
3274,
96,
4665,
5206,
954,
1135,
9,
122,
121,
1,
-100,
-100,
-100,
-100,
-1... |
What was the result of the fight when Tetsuji Kato's record was 19-9? | SELECT res FROM table_name_73 WHERE record = "19-9" | CREATE TABLE table_name_73 (res VARCHAR, record VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
60,
7,
584,
4280,
28027,
6,
1368,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
741,
13,
8,
2870,
116,
2255,
17,
7,
76,
354,
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,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
60,
7,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
1368,
3274,
96,
2294,
7141,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many receptions were smaller than 7? | SELECT COUNT(reception) FROM table_name_12 WHERE long < 7 | CREATE TABLE table_name_12 (reception VARCHAR, long INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
60,
7239,
584,
4280,
28027,
6,
307,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
6839,
7,
130,
2755,
145,
489,
58,
1,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
60,
7239,
61,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
307,
3,
2,
489,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the average yards for Jimmie Giles in a game larger than 15 and reception larger than 2? | SELECT AVG(yards) FROM table_name_81 WHERE games > 15 AND reception > 2 AND player = "jimmie giles" | CREATE TABLE table_name_81 (yards INTEGER, player VARCHAR, games VARCHAR, reception VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4959,
41,
6636,
7,
3,
21342,
17966,
6,
1959,
584,
4280,
28027,
6,
1031,
584,
4280,
28027,
6,
6839,
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,
71,
17217,
599,
6636,
7,
61,
21680,
953,
834,
4350,
834,
4959,
549,
17444,
427,
1031,
2490,
627,
3430,
6839,
2490,
204,
3430,
1959,
3274,
96,
354,
603,
2720,
3,
122,
699,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-... |
What year had a league position of 8/12? | SELECT year FROM table_name_63 WHERE league_position = "8/12" | CREATE TABLE table_name_63 (year VARCHAR, league_position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3891,
41,
1201,
584,
4280,
28027,
6,
5533,
834,
4718,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
215,
141,
3,
9,
5533,
1102,
13,
505,
18009,
58,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
215,
21680,
953,
834,
4350,
834,
3891,
549,
17444,
427,
5533,
834,
4718,
3274,
96,
927,
18009,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What league has a position of 8/13? | SELECT league FROM table_name_88 WHERE league_position = "8/13" | CREATE TABLE table_name_88 (league VARCHAR, league_position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
29512,
584,
4280,
28027,
6,
5533,
834,
4718,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5533,
65,
3,
9,
1102,
13,
505,
87,
2368,
58,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5533,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
5533,
834,
4718,
3274,
96,
927,
87,
2368,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What year did the malaysia premier league get a position of 8/12? | SELECT year FROM table_name_93 WHERE league = "malaysia premier league" AND league_position = "8/12" | CREATE TABLE table_name_93 (year VARCHAR, league VARCHAR, league_position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
1201,
584,
4280,
28027,
6,
5533,
584,
4280,
28027,
6,
5533,
834,
4718,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
215,
410,
8,
954,
20244,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
215,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
5533,
3274,
96,
51,
9,
20244,
23,
9,
2761,
5533,
121,
3430,
5533,
834,
4718,
3274,
96,
927,
18009,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What year had a cup position of round 1 and a league position of 5/12? | SELECT year FROM table_name_70 WHERE cup_position = "round 1" AND league_position = "5/12" | CREATE TABLE table_name_70 (year VARCHAR, cup_position VARCHAR, league_position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2518,
41,
1201,
584,
4280,
28027,
6,
4119,
834,
4718,
584,
4280,
28027,
6,
5533,
834,
4718,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
215,
141,
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,
215,
21680,
953,
834,
4350,
834,
2518,
549,
17444,
427,
4119,
834,
4718,
3274,
96,
7775,
209,
121,
3430,
5533,
834,
4718,
3274,
96,
755,
18009,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What year had a domestic cup of singapore cup? | SELECT year FROM table_name_9 WHERE domestic_cup = "singapore cup" | CREATE TABLE table_name_9 (year VARCHAR, domestic_cup VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1298,
41,
1201,
584,
4280,
28027,
6,
4422,
834,
4658,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
215,
141,
3,
9,
4422,
4119,
13,
10159,
9,
21642,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
215,
21680,
953,
834,
4350,
834,
1298,
549,
17444,
427,
4422,
834,
4658,
3274,
96,
7,
53,
9,
21642,
4119,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many Laps have Rider of olivier jacque, and a Grid larger than 7? | SELECT SUM(laps) FROM table_name_75 WHERE rider = "olivier jacque" AND grid > 7 | CREATE TABLE table_name_75 (laps INTEGER, rider VARCHAR, grid VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
8478,
7,
3,
21342,
17966,
6,
2564,
52,
584,
4280,
28027,
6,
8634,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
325,
102,
7,
43,
25218... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8478,
7,
61,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
2564,
52,
3274,
96,
4172,
5144,
2662,
75,
835,
121,
3430,
8634,
2490,
489,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Which Laps have a Manufacturer of suzuki, and a Grid smaller than 16? | SELECT MAX(laps) FROM table_name_93 WHERE manufacturer = "suzuki" AND grid < 16 | CREATE TABLE table_name_93 (laps INTEGER, manufacturer VARCHAR, grid VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
8478,
7,
3,
21342,
17966,
6,
4818,
584,
4280,
28027,
6,
8634,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
325,
102,
7,
43,
3,
9,
15248,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
8478,
7,
61,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
4818,
3274,
96,
7,
76,
1000,
2168,
121,
3430,
8634,
3,
2,
898,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
How many Laps have a Grid larger than 9, and a Time/Retired of +32.354? | SELECT COUNT(laps) FROM table_name_87 WHERE grid > 9 AND time_retired = "+32.354" | CREATE TABLE table_name_87 (laps VARCHAR, grid VARCHAR, time_retired VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
8478,
7,
584,
4280,
28027,
6,
8634,
584,
4280,
28027,
6,
97,
834,
10682,
1271,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
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,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
2847,
17161,
599,
8478,
7,
61,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
8634,
2490,
668,
3430,
97,
834,
10682,
1271,
3274,
96,
1220,
2668,
5,
2469,
20364,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is Record, when Date is Oct 19? | SELECT record FROM table_name_30 WHERE date = "oct 19" | CREATE TABLE table_name_30 (record VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
60,
7621,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
11392,
6,
116,
7678,
19,
6416,
957,
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,
1368,
21680,
953,
834,
4350,
834,
1458,
549,
17444,
427,
833,
3274,
96,
32,
75,
17,
957,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is Attendance, when Opponent is Montreal Alouettes, and when Date is Oct 4? | SELECT attendance FROM table_name_1 WHERE opponent = "montreal alouettes" AND date = "oct 4" | CREATE TABLE table_name_1 (attendance VARCHAR, opponent VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
15116,
663,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
22497,
663,
6,
116,
4495,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11364,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
15264,
3274,
96,
4662,
6644,
491,
24043,
7,
121,
3430,
833,
3274,
96,
32,
75,
17,
3,
20364,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is Opponent, when Result is Win, and when Date is Aug 7? | SELECT opponent FROM table_name_67 WHERE result = "win" AND date = "aug 7" | CREATE TABLE table_name_67 (opponent VARCHAR, result VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3708,
41,
32,
102,
9977,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
4495,
9977,
6,
116,
3,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
15264,
21680,
953,
834,
4350,
834,
3708,
549,
17444,
427,
741,
3274,
96,
3757,
121,
3430,
833,
3274,
96,
402,
122,
489,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
what is the date when the score is 115-93? | SELECT date FROM table_name_68 WHERE score = "115-93" | CREATE TABLE table_name_68 (date VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3651,
41,
5522,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
833,
116,
8,
2604,
19,
3,
15660,
18,
4271,
58,
1,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
3651,
549,
17444,
427,
2604,
3274,
96,
15660,
18,
4271,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the average crowd when the away team is new zealand breakers and the venue is cairns convention centre? | SELECT AVG(crowd) FROM table_name_64 WHERE away_team = "new zealand breakers" AND venue = "cairns convention centre" | CREATE TABLE table_name_64 (crowd INTEGER, away_team VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
75,
3623,
26,
3,
21342,
17966,
6,
550,
834,
11650,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1348,
43... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
71,
17217,
599,
75,
3623,
26,
61,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
550,
834,
11650,
3274,
96,
5534,
3,
776,
138,
232,
1733,
277,
121,
3430,
5669,
3274,
96,
75,
2256,
29,
7,
8346,
2050,
121,
1,
... |
how many times is the home team wollongong hawks? | SELECT COUNT(crowd) FROM table_name_62 WHERE home_team = "wollongong hawks" | CREATE TABLE table_name_62 (crowd VARCHAR, home_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
75,
3623,
26,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
149,
186,
648,
19,
8,
234,
372,
2275,
40,
2961... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
75,
3623,
26,
61,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
234,
834,
11650,
3274,
96,
210,
32,
40,
2961,
2444,
3,
14400,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the date when the venue is gold coast convention centre? | SELECT date FROM table_name_70 WHERE venue = "gold coast convention centre" | CREATE TABLE table_name_70 (date VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2518,
41,
5522,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
833,
116,
8,
5669,
19,
2045,
4939,
8346,
2050,
58,
1,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
2518,
549,
17444,
427,
5669,
3274,
96,
14910,
4939,
8346,
2050,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Score has Points smaller than 67, and a Home of calgary flames? | SELECT score FROM table_name_45 WHERE points < 67 AND home = "calgary flames" | CREATE TABLE table_name_45 (score VARCHAR, points VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2128,
41,
7,
9022,
584,
4280,
28027,
6,
979,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
17763,
65,
4564,
7,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
2128,
549,
17444,
427,
979,
3,
2,
3,
3708,
3430,
234,
3274,
96,
1489,
1478,
63,
12314,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Whic Date has a Score of 4–2? | SELECT date FROM table_name_33 WHERE score = "4–2" | CREATE TABLE table_name_33 (date VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
5522,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
14883,
75,
7678,
65,
3,
9,
17763,
13,
314,
104,
357,
58,
1,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
2604,
3274,
96,
591,
104,
357,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which Decision has a Record of 29–18–6? | SELECT decision FROM table_name_53 WHERE record = "29–18–6" | CREATE TABLE table_name_53 (decision VARCHAR, record VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4867,
41,
221,
18901,
584,
4280,
28027,
6,
1368,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
25006,
65,
3,
9,
11392,
13,
2838,
104,
2606,
104,
948,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1357,
21680,
953,
834,
4350,
834,
4867,
549,
17444,
427,
1368,
3274,
96,
3166,
104,
2606,
104,
948,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which Date has a Score of 4–2? | SELECT date FROM table_name_14 WHERE score = "4–2" | CREATE TABLE table_name_14 (date VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2534,
41,
5522,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
7678,
65,
3,
9,
17763,
13,
314,
104,
357,
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,
2534,
549,
17444,
427,
2604,
3274,
96,
591,
104,
357,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
How many losses did the coach who served under 1 season and in 1975 have? | SELECT COUNT(lost) FROM table_name_93 WHERE years = "1975" AND seasons < 1 | CREATE TABLE table_name_93 (lost VARCHAR, years VARCHAR, seasons VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
2298,
17,
584,
4280,
28027,
6,
203,
584,
4280,
28027,
6,
9385,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
8467,
410,
8,
3763,
113,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
2298,
17,
61,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
203,
3274,
96,
27181,
17395,
3430,
9385,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the number of seasons coached by Kathy Graham? | SELECT MIN(seasons) FROM table_name_2 WHERE name = "kathy graham" | CREATE TABLE table_name_2 (seasons INTEGER, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
357,
41,
9476,
7,
3,
21342,
17966,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
381,
13,
9385,
3,
30940,
57,
25834,
15146,
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,
3,
17684,
599,
9476,
7,
61,
21680,
953,
834,
4350,
834,
357,
549,
17444,
427,
564,
3274,
96,
1258,
189,
63,
3,
3484,
1483,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the result on September 25, 1966? | SELECT result FROM table_name_80 WHERE date = "september 25, 1966" | CREATE TABLE table_name_80 (result VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2079,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
741,
30,
1600,
14105,
20658,
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,
741,
21680,
953,
834,
4350,
834,
2079,
549,
17444,
427,
833,
3274,
96,
7,
6707,
18247,
14105,
20658,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the attendance of the game on November 20, 1966 after week 10? | SELECT attendance FROM table_name_54 WHERE week > 10 AND date = "november 20, 1966" | CREATE TABLE table_name_54 (attendance VARCHAR, week VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
15116,
663,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
11364,
13,
8,
467,
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,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
11364,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
471,
2490,
335,
3430,
833,
3274,
96,
5326,
18247,
16047,
20658,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Who is the opponent on week 2? | SELECT opponent FROM table_name_73 WHERE week = 2 | CREATE TABLE table_name_73 (opponent VARCHAR, week VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
32,
102,
9977,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
15264,
30,
471,
204,
58,
1,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
15264,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
471,
3274,
204,
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... |
Who is the opponent on November 20, 1966? | SELECT opponent FROM table_name_88 WHERE date = "november 20, 1966" | CREATE TABLE table_name_88 (opponent VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
32,
102,
9977,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
15264,
30,
1671,
16047,
20658,
58,
1,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
15264,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
833,
3274,
96,
5326,
18247,
16047,
20658,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the attendance of the game with the NY Islanders as home team? | SELECT COUNT(attendance) FROM table_name_59 WHERE home = "ny islanders" | CREATE TABLE table_name_59 (attendance VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3390,
41,
15116,
663,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
11364,
13,
8,
467,
28,
8,
5825,
2834,
277,
38,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
15116,
663,
61,
21680,
953,
834,
4350,
834,
3390,
549,
17444,
427,
234,
3274,
96,
29,
63,
3368,
277,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the date of the game against seattle? | SELECT date FROM table_name_52 WHERE opponent = "seattle" | CREATE TABLE table_name_52 (date VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
5522,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
833,
13,
8,
467,
581,
2805,
8692,
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,
5373,
549,
17444,
427,
15264,
3274,
96,
7,
15,
9,
8692,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who were the opponents during game 30? | SELECT opponent FROM table_name_82 WHERE game = 30 | CREATE TABLE table_name_82 (opponent VARCHAR, game VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
32,
102,
9977,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
130,
8,
16383,
383,
467,
604,
58,
1,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
15264,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
467,
3274,
604,
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 was the record during the game with a score of 78-59? | SELECT record FROM table_name_52 WHERE score = "78-59" | CREATE TABLE table_name_52 (record VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
60,
7621,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
1368,
383,
8,
467,
28,
3,
9,
2604,
13,
3,
3940,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1368,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
2604,
3274,
96,
3940,
18,
3390,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which mlb team is located in maryland? | SELECT team FROM table_name_95 WHERE state_province = "maryland" AND league = "mlb" | CREATE TABLE table_name_95 (team VARCHAR, state_province VARCHAR, league VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
11650,
584,
4280,
28027,
6,
538,
834,
1409,
2494,
565,
584,
4280,
28027,
6,
5533,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
3,
51,
40,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
372,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
538,
834,
1409,
2494,
565,
3274,
96,
1635,
28900,
121,
3430,
5533,
3274,
96,
51,
40,
115,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What team is located in brooklyn? | SELECT team FROM table_name_5 WHERE city = "brooklyn" | CREATE TABLE table_name_5 (team VARCHAR, city VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
755,
41,
11650,
584,
4280,
28027,
6,
690,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
372,
19,
1069,
16,
3,
14370,
120,
29,
58,
1,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
372,
21680,
953,
834,
4350,
834,
755,
549,
17444,
427,
690,
3274,
96,
14370,
120,
29,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
In what year was the cfl team in edmonton, alberta established? | SELECT est FROM table_name_6 WHERE state_province = "alberta" AND league = "cfl" AND city = "edmonton" | CREATE TABLE table_name_6 (est VARCHAR, city VARCHAR, state_province VARCHAR, league VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
222,
584,
4280,
28027,
6,
690,
584,
4280,
28027,
6,
538,
834,
1409,
2494,
565,
584,
4280,
28027,
6,
5533,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
259,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
538,
834,
1409,
2494,
565,
3274,
96,
138,
7041,
9,
121,
3430,
5533,
3274,
96,
75,
89,
40,
121,
3430,
690,
3274,
96,
15,
26,
4662,
106,
121,
1,
-100,
-100,
-... |
In what year was the NFL team in chicago illinois established? | SELECT est FROM table_name_96 WHERE state_province = "illinois" AND city = "chicago" AND league = "nfl" | CREATE TABLE table_name_96 (est VARCHAR, league VARCHAR, state_province VARCHAR, city VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4314,
41,
222,
584,
4280,
28027,
6,
5533,
584,
4280,
28027,
6,
538,
834,
1409,
2494,
565,
584,
4280,
28027,
6,
690,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0... | [
3,
23143,
14196,
259,
21680,
953,
834,
4350,
834,
4314,
549,
17444,
427,
538,
834,
1409,
2494,
565,
3274,
96,
1092,
77,
32,
159,
121,
3430,
690,
3274,
96,
1436,
658,
839,
121,
3430,
5533,
3274,
96,
29,
89,
40,
121,
1,
-100,
-100,
... |
Which team is located in missouri and was established in 1963? | SELECT team FROM table_name_99 WHERE state_province = "missouri" AND est = "1963" | CREATE TABLE table_name_99 (team VARCHAR, state_province VARCHAR, est VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3264,
41,
11650,
584,
4280,
28027,
6,
538,
834,
1409,
2494,
565,
584,
4280,
28027,
6,
259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
372,
19,
1069... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
372,
21680,
953,
834,
4350,
834,
3264,
549,
17444,
427,
538,
834,
1409,
2494,
565,
3274,
96,
11502,
32,
459,
121,
3430,
259,
3274,
96,
2294,
3891,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which event was Ye Shiwen in? | SELECT event FROM table_name_23 WHERE name = "ye shiwen" | CREATE TABLE table_name_23 (event VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
15,
2169,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
605,
47,
7271,
4804,
210,
35,
16,
58,
1,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
605,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
564,
3274,
96,
63,
15,
3,
5605,
210,
35,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who had a time of 26.11? | SELECT name FROM table_name_39 WHERE time = "26.11" | CREATE TABLE table_name_39 (name VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
4350,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
141,
3,
9,
97,
13,
2208,
5,
2596,
58,
1,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3288,
549,
17444,
427,
97,
3274,
96,
2688,
5,
2596,
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 in which the time was 2:16.08? | SELECT date FROM table_name_31 WHERE time = "2:16.08" | CREATE TABLE table_name_31 (date VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3341,
41,
5522,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
833,
16,
84,
8,
97,
47,
27078,
22642,
927,
58,
1,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
3341,
549,
17444,
427,
97,
3274,
96,
357,
10,
2938,
5,
4018,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was in the women's 200m medley? | SELECT name FROM table_name_22 WHERE event = "women's 200m medley" | CREATE TABLE table_name_22 (name VARCHAR, event VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
4350,
584,
4280,
28027,
6,
605,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
16,
8,
887,
31,
7,
2382,
51,
3,
2726,
1306,
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,
564,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
605,
3274,
96,
210,
32,
904,
31,
7,
2382,
51,
3,
2726,
1306,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the nationality of the swimmer in the semifinal with a time of 29.51? | SELECT nationality FROM table_name_62 WHERE round = "semifinal" AND time = "29.51" | CREATE TABLE table_name_62 (nationality VARCHAR, round VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
16557,
485,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
1157,
485,
13,
8,
2742... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1157,
485,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
1751,
3274,
96,
7,
15,
51,
23,
12406,
121,
3430,
97,
3274,
96,
3166,
5,
5553,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What country scored 67? | SELECT country FROM table_name_76 WHERE score = 67 | CREATE TABLE table_name_76 (country VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
17529,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
684,
5799,
3,
3708,
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,
684,
21680,
953,
834,
4350,
834,
3959,
549,
17444,
427,
2604,
3274,
3,
3708,
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 was the to par for Tino Schuster? | SELECT to_par FROM table_name_7 WHERE player = "tino schuster" | CREATE TABLE table_name_7 (to_par VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
235,
834,
1893,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
12,
260,
21,
7138,
32,
6824,
1370,
58,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
12,
834,
1893,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
1959,
3274,
96,
17,
77,
32,
3,
7,
8019,
1370,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What country has player Scott Verplank? | SELECT country FROM table_name_64 WHERE player = "scott verplank" | CREATE TABLE table_name_64 (country VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
17529,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
684,
65,
1959,
4972,
781,
3767,
157,
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,
684,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
1959,
3274,
96,
7,
10405,
548,
3767,
157,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the type of glycosylase that has an E. coli of Muty? | SELECT type FROM table_name_11 WHERE e_coli = "muty" | CREATE TABLE table_name_11 (type VARCHAR, e_coli VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
6137,
584,
4280,
28027,
6,
3,
15,
834,
9044,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
686,
13,
27170,
7,
63,
25718,
24,
65,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
686,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
3,
15,
834,
9044,
3274,
96,
4246,
63,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which E. coli has a human value of HNEIL1? | SELECT e_coli FROM table_name_78 WHERE human = "hneil1" | CREATE TABLE table_name_78 (e_coli VARCHAR, human VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
15,
834,
9044,
584,
4280,
28027,
6,
936,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
262,
5,
3,
9044,
65,
3,
9,
936,
701,
13,
454,
417... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3,
15,
834,
9044,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
936,
3274,
96,
12836,
173,
536,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which E. coli has a substrate of uracil? | SELECT e_coli FROM table_name_22 WHERE substrates = "uracil" | CREATE TABLE table_name_22 (e_coli VARCHAR, substrates VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
15,
834,
9044,
584,
4280,
28027,
6,
17019,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
262,
5,
3,
9044,
65,
3,
9,
17019,
13,
3,
241... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3,
15,
834,
9044,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
17019,
7,
3274,
96,
2414,
75,
173,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
The tko (doctor stoppage) method was used in a loss against which opponent? | SELECT opponent FROM table_name_11 WHERE method = "tko (doctor stoppage)" AND res = "loss" | CREATE TABLE table_name_11 (opponent VARCHAR, method VARCHAR, res VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
32,
102,
9977,
584,
4280,
28027,
6,
1573,
584,
4280,
28027,
6,
3,
60,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
37,
3,
17,
157,
32,
41,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15264,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
1573,
3274,
96,
17,
157,
32,
41,
26,
32,
5317,
1190,
6492,
61,
121,
3430,
3,
60,
7,
3274,
96,
2298,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many total rounds used the submission (choke) method? | SELECT SUM(round) FROM table_name_21 WHERE method = "submission (choke)" | CREATE TABLE table_name_21 (round INTEGER, method VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
7775,
3,
21342,
17966,
6,
1573,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
792,
14419,
261,
8,
8121,
41,
3995,
1050,
61,
1573,
58,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
7775,
61,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
1573,
3274,
96,
7304,
5451,
41,
3995,
1050,
61,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the time of the match with a record of 9-0 and used the tko (doctor stoppage) method? | SELECT time FROM table_name_75 WHERE method = "tko (doctor stoppage)" AND record = "9-0" | CREATE TABLE table_name_75 (time VARCHAR, method VARCHAR, record VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
715,
584,
4280,
28027,
6,
1573,
584,
4280,
28027,
6,
1368,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
97,
13,
8,
1588,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
97,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
1573,
3274,
96,
17,
157,
32,
41,
26,
32,
5317,
1190,
6492,
61,
121,
3430,
1368,
3274,
96,
1298,
18,
632,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What was the lowest round number at the UFC 16 event with a record of 19-1-1? | SELECT MIN(round) FROM table_name_64 WHERE event = "ufc 16" AND record = "19-1-1" | CREATE TABLE table_name_64 (round INTEGER, event VARCHAR, record VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
7775,
3,
21342,
17966,
6,
605,
584,
4280,
28027,
6,
1368,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
7402,
1751,
381,
44,
8,
412,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7775,
61,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
605,
3274,
96,
76,
89,
75,
898,
121,
3430,
1368,
3274,
96,
2294,
2292,
2292,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the highest number of oppenents points recorded for game 9 when the attendance was less than 60,091? | SELECT MAX(opponents) FROM table_name_85 WHERE game = 9 AND attendance < 60 OFFSET 091 | CREATE TABLE table_name_85 (opponents INTEGER, game VARCHAR, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4433,
41,
32,
102,
9977,
7,
3,
21342,
17966,
6,
467,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
2030,
381,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
4800,
4,
599,
32,
102,
9977,
7,
61,
21680,
953,
834,
4350,
834,
4433,
549,
17444,
427,
467,
3274,
668,
3430,
11364,
3,
2,
1640,
3,
15316,
20788,
14146,
536,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What event did tedd williams fight bill parker? | SELECT event FROM table_name_94 WHERE opponent = "bill parker" | CREATE TABLE table_name_94 (event VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
15,
2169,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
605,
410,
3,
1054,
26,
56,
23,
265,
7,
2870,
2876,
2447... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
605,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
15264,
3274,
96,
3727,
40,
2447,
49,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What round did the fight against travis fulton last? | SELECT round FROM table_name_10 WHERE opponent = "travis fulton" | CREATE TABLE table_name_10 (round VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
7775,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1751,
410,
8,
2870,
581,
3,
1313,
3466,
7683,
7377,
336,
58,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1751,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
15264,
3274,
96,
1313,
3466,
7683,
7377,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many times is the player scott deibert? | SELECT COUNT(pick__number) FROM table_name_72 WHERE player = "scott deibert" | CREATE TABLE table_name_72 (pick__number VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5865,
41,
17967,
834,
834,
5525,
1152,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
648,
19,
8,
1959,
3,
7,
10405,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
17967,
834,
834,
5525,
1152,
61,
21680,
953,
834,
4350,
834,
5865,
549,
17444,
427,
1959,
3274,
96,
7,
10405,
20,
23,
7041,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the pick # for william loftus? | SELECT pick__number FROM table_name_68 WHERE player = "william loftus" | CREATE TABLE table_name_68 (pick__number VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3651,
41,
17967,
834,
834,
5525,
1152,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1432,
1713,
21,
56,
23,
265,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1432,
834,
834,
5525,
1152,
21680,
953,
834,
4350,
834,
3651,
549,
17444,
427,
1959,
3274,
96,
8894,
23,
265,
13871,
302,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
what is the cfl team for position d? | SELECT cfl_team FROM table_name_68 WHERE position = "d" | CREATE TABLE table_name_68 (cfl_team VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3651,
41,
75,
89,
40,
834,
11650,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
3,
75,
89,
40,
372,
21,
1102,
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,
3,
75,
89,
40,
834,
11650,
21680,
953,
834,
4350,
834,
3651,
549,
17444,
427,
1102,
3274,
96,
26,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
what was the total for the Wolverhampton Wanderers? | SELECT league_goals FROM table_name_61 WHERE club = "wolverhampton wanderers" | CREATE TABLE table_name_61 (league_goals VARCHAR, club VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4241,
41,
29512,
834,
839,
5405,
584,
4280,
28027,
6,
1886,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
47,
8,
792,
21,
8,
3488,
40,
624,
1483,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5533,
834,
839,
5405,
21680,
953,
834,
4350,
834,
4241,
549,
17444,
427,
1886,
3274,
96,
210,
32,
40,
624,
1483,
11632,
10735,
277,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many were in attendance when the result was l 20-17? | SELECT attendance FROM table_name_42 WHERE result = "l 20-17" | CREATE TABLE table_name_42 (attendance VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
15116,
663,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
130,
16,
11364,
116,
8,
741,
47,
3,
40,
460,
10794... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11364,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
741,
3274,
96,
40,
460,
10794,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Third/Vice skip has a Second of éric sylvain? | SELECT third_vice_skip FROM table_name_13 WHERE second = "éric sylvain" | CREATE TABLE table_name_13 (third_vice_skip VARCHAR, second VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
14965,
834,
7287,
15,
834,
4009,
102,
584,
4280,
28027,
6,
511,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
9879,
87,
553,
867,
11202,
65,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1025,
834,
7287,
15,
834,
4009,
102,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
511,
3274,
96,
154,
2234,
3,
7,
63,
40,
900,
77,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which Lead has a Skip of mike mcewen? | SELECT lead FROM table_name_73 WHERE skip = "mike mcewen" | CREATE TABLE table_name_73 (lead VARCHAR, skip VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
109,
9,
26,
584,
4280,
28027,
6,
11202,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
12208,
65,
3,
9,
25378,
13,
3,
20068,
15,
3,
51,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
991,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
11202,
3274,
96,
20068,
15,
3,
51,
565,
210,
35,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which City has a Lead of steve gould? | SELECT city FROM table_name_52 WHERE lead = "steve gould" | CREATE TABLE table_name_52 (city VARCHAR, lead VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
6726,
584,
4280,
28027,
6,
991,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
896,
65,
3,
9,
12208,
13,
3,
849,
162,
281,
83,
26,
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,
690,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
991,
3274,
96,
849,
162,
281,
83,
26,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Lead has a City of winnipeg, and a Third/Vice skip of kevin park? | SELECT lead FROM table_name_17 WHERE city = "winnipeg" AND third_vice_skip = "kevin park" | CREATE TABLE table_name_17 (lead VARCHAR, city VARCHAR, third_vice_skip VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2517,
41,
109,
9,
26,
584,
4280,
28027,
6,
690,
584,
4280,
28027,
6,
1025,
834,
7287,
15,
834,
4009,
102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
40... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
991,
21680,
953,
834,
4350,
834,
2517,
549,
17444,
427,
690,
3274,
96,
3757,
29,
23,
855,
122,
121,
3430,
1025,
834,
7287,
15,
834,
4009,
102,
3274,
96,
1050,
2494,
2447,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which City has a Lead of tyler forrest? | SELECT city FROM table_name_95 WHERE lead = "tyler forrest" | CREATE TABLE table_name_95 (city VARCHAR, lead VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
6726,
584,
4280,
28027,
6,
991,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
896,
65,
3,
9,
12208,
13,
3,
17,
63,
1171,
21,
6216,
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,
690,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
991,
3274,
96,
17,
63,
1171,
21,
6216,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Lead has a Skip of ted appelman? | SELECT lead FROM table_name_95 WHERE skip = "ted appelman" | CREATE TABLE table_name_95 (lead VARCHAR, skip VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
109,
9,
26,
584,
4280,
28027,
6,
11202,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
12208,
65,
3,
9,
25378,
13,
3,
1054,
8319,
348,
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,
991,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
11202,
3274,
96,
1054,
8319,
348,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which album is #10? | SELECT album FROM table_name_66 WHERE number = 10 | CREATE TABLE table_name_66 (album VARCHAR, number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3539,
41,
23703,
584,
4280,
28027,
6,
381,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2306,
19,
1713,
1714,
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,
2306,
21680,
953,
834,
4350,
834,
3539,
549,
17444,
427,
381,
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 is Ben Hogan's Place? | SELECT place FROM table_name_21 WHERE player = "ben hogan" | CREATE TABLE table_name_21 (place VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
4687,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
2798,
1546,
2565,
31,
7,
3399,
58,
1,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
286,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
1959,
3274,
96,
115,
35,
3534,
2565,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is Jerry Barber's To par? | SELECT to_par FROM table_name_74 WHERE player = "jerry barber" | CREATE TABLE table_name_74 (to_par VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
235,
834,
1893,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
16637,
11038,
49,
31,
7,
304,
260,
58,
1,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
12,
834,
1893,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
1959,
3274,
96,
12488,
651,
9935,
49,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the Score of T2 Place Player Dow Finsterwald? | SELECT score FROM table_name_12 WHERE place = "t2" AND player = "dow finsterwald" | CREATE TABLE table_name_12 (score VARCHAR, place VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
7,
9022,
584,
4280,
28027,
6,
286,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
17763,
13,
332,
357,
339... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2604,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
286,
3274,
96,
17,
357,
121,
3430,
1959,
3274,
96,
15198,
2202,
1370,
11611,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What's the to par of the United States with the score of 71-71=142? | SELECT to_par FROM table_name_1 WHERE country = "united states" AND score = 71 - 71 = 142 | CREATE TABLE table_name_1 (to_par VARCHAR, country VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
235,
834,
1893,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
12,
260,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
12,
834,
1893,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
684,
3274,
96,
15129,
15,
26,
2315,
121,
3430,
2604,
3274,
3,
4450,
3,
18,
3,
4450,
3274,
3,
24978,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What place had a score of 71-70=141? | SELECT place FROM table_name_8 WHERE score = 71 - 70 = 141 | CREATE TABLE table_name_8 (place VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
4687,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
286,
141,
3,
9,
2604,
13,
3,
4450,
18,
2518,
2423,
26059,
58,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
286,
21680,
953,
834,
4350,
834,
927,
549,
17444,
427,
2604,
3274,
3,
4450,
3,
18,
2861,
3274,
3,
26059,
1,
-100,
-100,
-100,
-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.