NATURAL_LANG stringlengths 12 244 | SQL stringlengths 18 336 | SCHEMA stringlengths 27 355 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|
What is the amount of snow where the days for storms are 31? | SELECT SUM(snow__days_year_) FROM table_name_61 WHERE storms__days_year_ = 31 | CREATE TABLE table_name_61 (snow__days_year_ INTEGER, storms__days_year_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4241,
41,
7,
7651,
834,
834,
1135,
7,
834,
1201,
834,
3,
21342,
17966,
6,
5536,
7,
834,
834,
1135,
7,
834,
1201,
834,
584,
4280,
28027,
61,
3,
32105,
32106,
32... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
7,
7651,
834,
834,
1135,
7,
834,
1201,
834,
61,
21680,
953,
834,
4350,
834,
4241,
549,
17444,
427,
5536,
7,
834,
834,
1135,
7,
834,
1201,
834,
3274,
2664,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the amount of snow where the sunshine is 1 633, and storms are lower than 29? | SELECT AVG(snow__days_year_) FROM table_name_23 WHERE sunshine__hrs_year_ = "1 633" AND storms__days_year_ < 29 | CREATE TABLE table_name_23 (snow__days_year_ INTEGER, sunshine__hrs_year_ VARCHAR, storms__days_year_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
7,
7651,
834,
834,
1135,
7,
834,
1201,
834,
3,
21342,
17966,
6,
18275,
834,
834,
18745,
834,
1201,
834,
584,
4280,
28027,
6,
5536,
7,
834,
834,
1135,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7,
7651,
834,
834,
1135,
7,
834,
1201,
834,
61,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
18275,
834,
834,
18745,
834,
1201,
834,
3274,
96,
536,
431,
4201,
121,
3430,
5536,
7,
834,
834,
11... |
What are the number of storms where fog is lower than 74, and sunshine is 2 668? | SELECT COUNT(storms__days_year_) FROM table_name_74 WHERE fog__days_year_ < 74 AND sunshine__hrs_year_ = "2 668" | CREATE TABLE table_name_74 (storms__days_year_ VARCHAR, fog__days_year_ VARCHAR, sunshine__hrs_year_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
21556,
7,
834,
834,
1135,
7,
834,
1201,
834,
584,
4280,
28027,
6,
20735,
834,
834,
1135,
7,
834,
1201,
834,
584,
4280,
28027,
6,
18275,
834,
834,
18745... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
21556,
7,
834,
834,
1135,
7,
834,
1201,
834,
61,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
20735,
834,
834,
1135,
7,
834,
1201,
834,
3,
2,
3,
4581,
3430,
18275,
834,
834,
18745,
834,
120... |
Who is the away team for the tome team Leeds United, at the League Cup Competition? | SELECT away_team FROM table_name_12 WHERE home_team = "leeds united" AND competition = "league cup" | CREATE TABLE table_name_12 (away_team VARCHAR, home_team VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
8006,
834,
11650,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
550,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
550,
834,
11650,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
234,
834,
11650,
3274,
96,
40,
6958,
7,
18279,
121,
3430,
2259,
3274,
96,
29512,
4119,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What chassis has patrick racing as an entrant, with a start greater than 6? | SELECT chassis FROM table_name_69 WHERE entrant = "patrick racing" AND start > 6 | CREATE TABLE table_name_69 (chassis VARCHAR, entrant VARCHAR, start VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3951,
41,
524,
6500,
7,
584,
4280,
28027,
6,
3,
295,
3569,
584,
4280,
28027,
6,
456,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
22836,
65,
6234,
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,
22836,
21680,
953,
834,
4350,
834,
3951,
549,
17444,
427,
3,
295,
3569,
3274,
96,
4665,
5206,
8191,
121,
3430,
456,
2490,
431,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the average finish that has 24 as the start, with a year after 1987? | SELECT AVG(finish) FROM table_name_89 WHERE start = 24 AND year > 1987 | CREATE TABLE table_name_89 (finish INTEGER, start VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3914,
41,
25535,
3,
21342,
17966,
6,
456,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
1992,
24,
65,
997,
38,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
25535,
61,
21680,
953,
834,
4350,
834,
3914,
549,
17444,
427,
456,
3274,
997,
3430,
215,
2490,
12701,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the lowest year that has lola t93/00 as the chassis with a start leas than 14? | SELECT MIN(year) FROM table_name_59 WHERE chassis = "lola t93/00" AND start < 14 | CREATE TABLE table_name_59 (year INTEGER, chassis VARCHAR, start VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3390,
41,
1201,
3,
21342,
17966,
6,
22836,
584,
4280,
28027,
6,
456,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
215,
24,
65,
16497,
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,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
1201,
61,
21680,
953,
834,
4350,
834,
3390,
549,
17444,
427,
22836,
3274,
96,
40,
32,
521,
3,
17,
4271,
87,
1206,
121,
3430,
456,
3,
2,
968,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the lowest finish that has a start greater than 27, with a year after 1985? | SELECT MIN(finish) FROM table_name_62 WHERE start > 27 AND year > 1985 | CREATE TABLE table_name_62 (finish INTEGER, start VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
25535,
3,
21342,
17966,
6,
456,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
1992,
24,
65,
3,
9,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
25535,
61,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
456,
2490,
2307,
3430,
215,
2490,
13200,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What start has a ford cosworth dfx as the engine, a year later than 1981, and kraco enterprises as the entrant? | SELECT start FROM table_name_22 WHERE engine = "ford cosworth dfx" AND year > 1981 AND entrant = "kraco enterprises" | CREATE TABLE table_name_22 (start VARCHAR, entrant VARCHAR, engine VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
10208,
584,
4280,
28027,
6,
3,
295,
3569,
584,
4280,
28027,
6,
1948,
584,
4280,
28027,
6,
215,
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,
456,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
1948,
3274,
96,
2590,
576,
7,
7048,
3,
26,
89,
226,
121,
3430,
215,
2490,
15465,
3430,
3,
295,
3569,
3274,
96,
9669,
509,
14876,
121,
1,
-100,
-100,
-100,
-1... |
What is the Date, when the Team Record is 2-0? | SELECT date FROM table_name_3 WHERE team_record = "2-0" | CREATE TABLE table_name_3 (date VARCHAR, team_record VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
5522,
584,
4280,
28027,
6,
372,
834,
60,
7621,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7678,
6,
116,
8,
2271,
11392,
19,
3,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
519,
549,
17444,
427,
372,
834,
60,
7621,
3274,
96,
19423,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the Team Record, when the Result is l 0–24? | SELECT team_record FROM table_name_52 WHERE result = "l 0–24" | CREATE TABLE table_name_52 (team_record VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
11650,
834,
60,
7621,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2271,
11392,
6,
116,
8,
3,
20119,
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,
372,
834,
60,
7621,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
741,
3274,
96,
40,
3,
632,
104,
2266,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is Team Record, when Attendance is 16,151? | SELECT team_record FROM table_name_34 WHERE attendance = "16,151" | CREATE TABLE table_name_34 (team_record VARCHAR, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3710,
41,
11650,
834,
60,
7621,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
2271,
11392,
6,
116,
22497,
663,
19,
1194... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
372,
834,
60,
7621,
21680,
953,
834,
4350,
834,
3710,
549,
17444,
427,
11364,
3274,
96,
2938,
6,
26578,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the highest draw that has points greater than 4, with a match greater than 5? | SELECT MAX(draw) FROM table_name_92 WHERE points > 4 AND match > 5 | CREATE TABLE table_name_92 (draw INTEGER, points VARCHAR, match VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4508,
41,
19489,
3,
21342,
17966,
6,
979,
584,
4280,
28027,
6,
1588,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
3314,
24,
65,
979,
21... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
19489,
61,
21680,
953,
834,
4350,
834,
4508,
549,
17444,
427,
979,
2490,
314,
3430,
1588,
2490,
305,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the average draw that has a lost less than 4, gwardia bydgoszcz as the team, with a match greater than 5? | SELECT AVG(draw) FROM table_name_14 WHERE lost < 4 AND team = "gwardia bydgoszcz" AND match > 5 | CREATE TABLE table_name_14 (draw INTEGER, match VARCHAR, lost VARCHAR, team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2534,
41,
19489,
3,
21342,
17966,
6,
1588,
584,
4280,
28027,
6,
1513,
584,
4280,
28027,
6,
372,
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,
19489,
61,
21680,
953,
834,
4350,
834,
2534,
549,
17444,
427,
1513,
3,
2,
314,
3430,
372,
3274,
96,
122,
2239,
23,
9,
57,
26,
839,
7,
172,
75,
172,
121,
3430,
1588,
2490,
305,
1,
-100,
-100,
-100... |
What is the lowest match that has a lost greater than 3, and kolejarz rawicz as the team? | SELECT MIN(match) FROM table_name_99 WHERE lost > 3 AND team = "kolejarz rawicz" | CREATE TABLE table_name_99 (match INTEGER, lost VARCHAR, team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3264,
41,
19515,
3,
21342,
17966,
6,
1513,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
1588,
24,
65,
3,
9,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
19515,
61,
21680,
953,
834,
4350,
834,
3264,
549,
17444,
427,
1513,
2490,
220,
3430,
372,
3274,
96,
11292,
15,
5670,
172,
5902,
447,
172,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many matches have 0 as the lost? | SELECT COUNT(match) FROM table_name_32 WHERE lost = 0 | CREATE TABLE table_name_32 (match VARCHAR, lost VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2668,
41,
19515,
584,
4280,
28027,
6,
1513,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
6407,
43,
3,
632,
38,
8,
1513,
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,
19515,
61,
21680,
953,
834,
4350,
834,
2668,
549,
17444,
427,
1513,
3274,
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 sum of Game with a Score that is w 104–90 (ot)? | SELECT SUM(game) FROM table_name_44 WHERE score = "w 104–90 (ot)" | CREATE TABLE table_name_44 (game INTEGER, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3628,
41,
7261,
3,
21342,
17966,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4505,
13,
4435,
28,
3,
9,
17763,
24,
19,
3,
210,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
7261,
61,
21680,
953,
834,
4350,
834,
3628,
549,
17444,
427,
2604,
3274,
96,
210,
3,
15442,
104,
2394,
41,
32,
17,
61,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the High rebounds of a Game with 56? | SELECT high_rebounds FROM table_name_70 WHERE game = 56 | CREATE TABLE table_name_70 (high_rebounds VARCHAR, game VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2518,
41,
6739,
834,
23768,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1592,
3,
23768,
13,
3,
9,
4435,
28,
11526,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
306,
834,
23768,
21680,
953,
834,
4350,
834,
2518,
549,
17444,
427,
467,
3274,
11526,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What was the option from Italy with general television content, and the Cielo television service? | SELECT package_option FROM table_name_84 WHERE country = "italy" AND content = "general television" AND television_service = "cielo" | CREATE TABLE table_name_84 (package_option VARCHAR, television_service VARCHAR, country VARCHAR, content VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4608,
41,
5745,
545,
834,
11803,
584,
4280,
28027,
6,
4390,
834,
5114,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
738,
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,
2642,
834,
11803,
21680,
953,
834,
4350,
834,
4608,
549,
17444,
427,
684,
3274,
96,
9538,
63,
121,
3430,
738,
3274,
96,
27369,
4390,
121,
3430,
4390,
834,
5114,
3274,
96,
6267,
40,
32,
121,
1,
-100,
-100,
-100,
-100... |
What country has Tematico Content, and a package with sky TV and the Lei television service? | SELECT country FROM table_name_91 WHERE content = "tematico" AND package_option = "sky tv" AND television_service = "lei" | CREATE TABLE table_name_91 (country VARCHAR, television_service VARCHAR, content VARCHAR, package_option VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
17529,
584,
4280,
28027,
6,
4390,
834,
5114,
584,
4280,
28027,
6,
738,
584,
4280,
28027,
6,
2642,
834,
11803,
584,
4280,
28027,
61,
3,
32105,
32106,
3210... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
684,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
738,
3274,
96,
17,
15,
4992,
32,
121,
3430,
2642,
834,
11803,
3274,
96,
5352,
3,
17,
208,
121,
3430,
4390,
834,
5114,
3274,
96,
4460,
121,
1,
-100,
-100,
-10... |
What is the television service that has package with sky tv, and it in Italian English? | SELECT television_service FROM table_name_30 WHERE package_option = "sky tv" AND language = "italian english" | CREATE TABLE table_name_30 (television_service VARCHAR, package_option VARCHAR, language VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
1931,
6610,
834,
5114,
584,
4280,
28027,
6,
2642,
834,
11803,
584,
4280,
28027,
6,
1612,
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,
0,
0,
0,
0... | [
3,
23143,
14196,
4390,
834,
5114,
21680,
953,
834,
4350,
834,
1458,
549,
17444,
427,
2642,
834,
11803,
3274,
96,
5352,
3,
17,
208,
121,
3430,
1612,
3274,
96,
155,
9,
9928,
22269,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What language is the Tematico content with a sky tv package, and Fox Crime television service? | SELECT language FROM table_name_55 WHERE content = "tematico" AND package_option = "sky tv" AND television_service = "fox crime" | CREATE TABLE table_name_55 (language VARCHAR, television_service VARCHAR, content VARCHAR, package_option VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3769,
41,
24925,
584,
4280,
28027,
6,
4390,
834,
5114,
584,
4280,
28027,
6,
738,
584,
4280,
28027,
6,
2642,
834,
11803,
584,
4280,
28027,
61,
3,
32105,
32106,
3210... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1612,
21680,
953,
834,
4350,
834,
3769,
549,
17444,
427,
738,
3274,
96,
17,
15,
4992,
32,
121,
3430,
2642,
834,
11803,
3274,
96,
5352,
3,
17,
208,
121,
3430,
4390,
834,
5114,
3274,
96,
20400,
5447,
121,
1,
-100,
-... |
What country has a television service with Cartello Promozionale sky hd? | SELECT country FROM table_name_95 WHERE television_service = "cartello promozionale sky hd" | CREATE TABLE table_name_95 (country VARCHAR, television_service VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
17529,
584,
4280,
28027,
6,
4390,
834,
5114,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
684,
65,
3,
9,
4390,
313,
28,
11533,
7126,
17758,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
684,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
4390,
834,
5114,
3274,
96,
1720,
17,
7126,
5585,
172,
6318,
15,
5796,
3,
107,
26,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What country has a Fox television service? | SELECT country FROM table_name_7 WHERE television_service = "fox" | CREATE TABLE table_name_7 (country VARCHAR, television_service VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
17529,
584,
4280,
28027,
6,
4390,
834,
5114,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
684,
65,
3,
9,
7547,
4390,
313,
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,
684,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
4390,
834,
5114,
3274,
96,
20400,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who drove for Mathiasen Motorsports with dane cameron as pole position? | SELECT winning_driver FROM table_name_62 WHERE winning_team = "mathiasen motorsports" AND pole_position = "dane cameron" | CREATE TABLE table_name_62 (winning_driver VARCHAR, winning_team VARCHAR, pole_position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
8163,
834,
13739,
52,
584,
4280,
28027,
6,
3447,
834,
11650,
584,
4280,
28027,
6,
11148,
834,
4718,
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,
0... | [
3,
23143,
14196,
3447,
834,
13739,
52,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
3447,
834,
11650,
3274,
96,
51,
9,
7436,
9,
7,
35,
2340,
6661,
7,
121,
3430,
11148,
834,
4718,
3274,
96,
3768,
15,
764,
52,
106,
121,
1,
-... |
What winning team did Jonathan bomarito drive for when jonathan summerton had the fastest lap? | SELECT winning_team FROM table_name_84 WHERE winning_driver = "jonathan bomarito" AND fastest_lap = "jonathan summerton" | CREATE TABLE table_name_84 (winning_team VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4608,
41,
8163,
834,
11650,
584,
4280,
28027,
6,
3447,
834,
13739,
52,
584,
4280,
28027,
6,
10391,
834,
8478,
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,
11650,
21680,
953,
834,
4350,
834,
4608,
549,
17444,
427,
3447,
834,
13739,
52,
3274,
96,
15429,
9,
6736,
3005,
17289,
235,
121,
3430,
10391,
834,
8478,
3274,
96,
15429,
9,
6736,
1248,
17,
106,
121,
1,
-1... |
When Douglas Soares had the fastest lap, what was the report? | SELECT report FROM table_name_39 WHERE fastest_lap = "douglas soares" | CREATE TABLE table_name_39 (report VARCHAR, fastest_lap VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
60,
1493,
584,
4280,
28027,
6,
10391,
834,
8478,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
366,
14154,
264,
355,
7,
141,
8,
10391,
14941,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
934,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
10391,
834,
8478,
3274,
96,
26,
1063,
16985,
3,
14266,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
When the winning team of mathiasen motorsports has a pole position of jonathan bomarito, who has the fastest lap? | SELECT fastest_lap FROM table_name_97 WHERE winning_team = "mathiasen motorsports" AND pole_position = "jonathan bomarito" | CREATE TABLE table_name_97 (fastest_lap VARCHAR, winning_team VARCHAR, pole_position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
11584,
222,
834,
8478,
584,
4280,
28027,
6,
3447,
834,
11650,
584,
4280,
28027,
6,
11148,
834,
4718,
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,
10391,
834,
8478,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
3447,
834,
11650,
3274,
96,
51,
9,
7436,
9,
7,
35,
2340,
6661,
7,
121,
3430,
11148,
834,
4718,
3274,
96,
15429,
9,
6736,
3005,
17289,
235,
121,
... |
When the driver jonathan summerton won and dane cameron had the fastest lap, what was the report? | SELECT report FROM table_name_42 WHERE winning_driver = "jonathan summerton" AND fastest_lap = "dane cameron" | CREATE TABLE table_name_42 (report VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
60,
1493,
584,
4280,
28027,
6,
3447,
834,
13739,
52,
584,
4280,
28027,
6,
10391,
834,
8478,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
366,
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,
934,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
3447,
834,
13739,
52,
3274,
96,
15429,
9,
6736,
1248,
17,
106,
121,
3430,
10391,
834,
8478,
3274,
96,
3768,
15,
764,
52,
106,
121,
1,
-100,
-100,
-100,
-100,
... |
Which Year has a Competition of olympic games, and a Venue of atlanta, united states? | SELECT AVG(year) FROM table_name_93 WHERE competition = "olympic games" AND venue = "atlanta, united states" | CREATE TABLE table_name_93 (year INTEGER, competition VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
1201,
3,
21342,
17966,
6,
2259,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2929,
65,
3,
9,
15571,
13,
3,
32,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
1201,
61,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
2259,
3274,
96,
32,
120,
51,
6174,
1031,
121,
3430,
5669,
3274,
96,
144,
6761,
9,
6,
18279,
2315,
121,
1,
-100,
-100,
-100,
-100,
-100,
... |
Which Competition has a Year of 1993? | SELECT competition FROM table_name_30 WHERE year = 1993 | CREATE TABLE table_name_30 (competition VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
287,
4995,
4749,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
15571,
65,
3,
9,
2929,
13,
8388,
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,
2259,
21680,
953,
834,
4350,
834,
1458,
549,
17444,
427,
215,
3274,
8388,
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... |
Which Notes has a Competition of venice marathon? | SELECT notes FROM table_name_78 WHERE competition = "venice marathon" | CREATE TABLE table_name_78 (notes VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
7977,
7,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2507,
7,
65,
3,
9,
15571,
13,
3,
1926,
867,
17625,
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,
3358,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
2259,
3274,
96,
1926,
867,
17625,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Year has a Venue of atlanta, united states? | SELECT year FROM table_name_13 WHERE venue = "atlanta, united states" | CREATE TABLE table_name_13 (year VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
1201,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2929,
65,
3,
9,
29940,
13,
44,
6761,
9,
6,
18279,
2315,
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,
215,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
5669,
3274,
96,
144,
6761,
9,
6,
18279,
2315,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which Notes has a Venue of barcelona, spain? | SELECT notes FROM table_name_89 WHERE venue = "barcelona, spain" | CREATE TABLE table_name_89 (notes VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3914,
41,
7977,
7,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2507,
7,
65,
3,
9,
29940,
13,
1207,
7125,
106,
9,
6,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3358,
21680,
953,
834,
4350,
834,
3914,
549,
17444,
427,
5669,
3274,
96,
1047,
7125,
106,
9,
6,
4174,
77,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Event has a Year of 1986? | SELECT event FROM table_name_36 WHERE year = 1986 | CREATE TABLE table_name_36 (event VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3420,
41,
15,
2169,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
8042,
65,
3,
9,
2929,
13,
12698,
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,
3420,
549,
17444,
427,
215,
3274,
12698,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the average share for episodes with over 7.82 viewers, ranks of 3 and a weekly rank of 54? | SELECT AVG(share) FROM table_name_56 WHERE viewers__millions_ > 7.82 AND rank__timeslot_ = "3" AND rank__week_ = "54" | CREATE TABLE table_name_56 (share INTEGER, rank__week_ VARCHAR, viewers__millions_ VARCHAR, rank__timeslot_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
12484,
3,
21342,
17966,
6,
11003,
834,
834,
8041,
834,
584,
4280,
28027,
6,
13569,
834,
834,
17030,
7,
834,
584,
4280,
28027,
6,
11003,
834,
834,
715,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12484,
61,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
13569,
834,
834,
17030,
7,
834,
2490,
4306,
4613,
3430,
11003,
834,
834,
715,
7,
3171,
834,
3274,
96,
519,
121,
3430,
11003,
834,
834,
80... |
What is the weekly rank for the episode with a share over 7 and a rating/share of 2.3/7? | SELECT rank__week_ FROM table_name_77 WHERE share > 7 AND rating / SHARE(18 - 49) = 2.3 / 7 | CREATE TABLE table_name_77 (rank__week_ VARCHAR, share VARCHAR, rating VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4013,
41,
6254,
834,
834,
8041,
834,
584,
4280,
28027,
6,
698,
584,
4280,
28027,
6,
5773,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
5547,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11003,
834,
834,
8041,
834,
21680,
953,
834,
4350,
834,
4013,
549,
17444,
427,
698,
2490,
489,
3430,
5773,
3,
87,
10046,
7451,
599,
2606,
3,
18,
9526,
61,
3274,
3,
18561,
3,
87,
489,
1,
-100,
-100,
-100,
-100,
-10... |
What is the weekly rank of the episode with more than 7.14mil viewers, a nightly rank of 5, and a rating/share of 2.9/10? | SELECT rank__week_ FROM table_name_73 WHERE viewers__millions_ > 7.14 AND rank__night_ = "5" AND rating / SHARE(18 - 49) = 2.9 / 10 | CREATE TABLE table_name_73 (rank__week_ VARCHAR, viewers__millions_ VARCHAR, rank__night_ VARCHAR, rating VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
6254,
834,
834,
8041,
834,
584,
4280,
28027,
6,
13569,
834,
834,
17030,
7,
834,
584,
4280,
28027,
6,
11003,
834,
834,
7602,
834,
584,
4280,
28027,
6,
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,
11003,
834,
834,
8041,
834,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
13569,
834,
834,
17030,
7,
834,
2490,
4306,
2534,
3430,
11003,
834,
834,
7602,
834,
3274,
96,
17395,
3430,
5773,
3,
87,
10046,
7451,
599,
... |
What is the total gain for Brandon Mcrae with a loss less than 4, and an Avg/g less than -0.1? | SELECT COUNT(gain) FROM table_name_90 WHERE long < 4 AND name = "brandon mcrae" AND avg_g < -0.1 | CREATE TABLE table_name_90 (gain VARCHAR, avg_g VARCHAR, long VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2394,
41,
16720,
584,
4280,
28027,
6,
3,
9,
208,
122,
834,
122,
584,
4280,
28027,
6,
307,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
2847,
17161,
599,
16720,
61,
21680,
953,
834,
4350,
834,
2394,
549,
17444,
427,
307,
3,
2,
314,
3430,
564,
3274,
96,
12164,
106,
3,
51,
2935,
15,
121,
3430,
3,
9,
208,
122,
834,
122,
3,
2,
3,
18,
16029,
1,
-10... |
What is the lowest long with a Gp-GS of 11-8, and a gain less than 228? | SELECT MIN(long) FROM table_name_16 WHERE gp_gs = "11-8" AND gain < 228 | CREATE TABLE table_name_16 (long INTEGER, gp_gs VARCHAR, gain VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2938,
41,
2961,
3,
21342,
17966,
6,
3,
122,
102,
834,
122,
7,
584,
4280,
28027,
6,
2485,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3,
17684,
599,
2961,
61,
21680,
953,
834,
4350,
834,
2938,
549,
17444,
427,
3,
122,
102,
834,
122,
7,
3274,
96,
2596,
6039,
121,
3430,
2485,
3,
2,
204,
2577,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the lowest gain with an 18 long, and a loss less than 191? | SELECT MIN(gain) FROM table_name_40 WHERE long = 18 AND loss < 191 | CREATE TABLE table_name_40 (gain INTEGER, long VARCHAR, loss VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
16720,
3,
21342,
17966,
6,
307,
584,
4280,
28027,
6,
1453,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
2485,
28,
46,
507,
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,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
16720,
61,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
307,
3274,
507,
3430,
1453,
3,
2,
957,
536,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the sum of 1938 values where 1933 values are under 68.3 and 1940 valures are under 4.02? | SELECT SUM(1938) FROM table_name_8 WHERE 1933 < 68.3 AND 1940 < 4.02 | CREATE TABLE table_name_8 (Id VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
196,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4505,
13,
25745,
2620,
213,
26957,
2620,
33,
365,
3,
3651,
5,
519,
11,
15830,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
2294,
3747,
61,
21680,
953,
834,
4350,
834,
927,
549,
17444,
427,
26957,
3,
2,
3,
3651,
5,
519,
3430,
15830,
3,
2,
2853,
4305,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the average 1940 value where 1929 values are 101.4 and 1933 values are over 68.3? | SELECT AVG(1940) FROM table_name_6 WHERE 1929 = 101.4 AND 1933 > 68.3 | CREATE TABLE table_name_6 (Id VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
196,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
15830,
701,
213,
27332,
2620,
33,
335,
14912,
11,
26957,
2620,
33,
147,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2294,
2445,
61,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
27332,
3274,
335,
14912,
3430,
26957,
2490,
3,
3651,
5,
519,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the highest 1937 value that has a 1940 value over 126? | SELECT MAX(1937) FROM table_name_60 WHERE 1940 > 126 | CREATE TABLE table_name_60 (Id VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3328,
41,
196,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
27456,
701,
24,
65,
3,
9,
15830,
701,
147,
3,
21976,
58,
1,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
2294,
4118,
61,
21680,
953,
834,
4350,
834,
3328,
549,
17444,
427,
15830,
2490,
3,
21976,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
At what time is the ბრაზილიის უბანი shown? | SELECT timeslot FROM table_name_43 WHERE translation = "ბრაზილიის უბანი" | CREATE TABLE table_name_43 (timeslot VARCHAR, translation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
715,
7,
3171,
584,
4280,
28027,
6,
7314,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
486,
125,
97,
19,
8,
3,
2,
3,
2,
2008,
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,
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,
648,
3171,
21680,
953,
834,
4350,
834,
4906,
549,
17444,
427,
7314,
3274,
96,
2,
3,
2,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What country was the series finale present and was shown Monday to Sunday at 18:45-21:00? | SELECT country FROM table_name_70 WHERE series_finale = "present" AND weekly_schedule = "monday to sunday" AND timeslot = "18:45-21:00" | CREATE TABLE table_name_70 (country VARCHAR, timeslot VARCHAR, series_finale VARCHAR, weekly_schedule VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2518,
41,
17529,
584,
4280,
28027,
6,
648,
3171,
584,
4280,
28027,
6,
939,
834,
12406,
15,
584,
4280,
28027,
6,
5547,
834,
7,
4513,
83,
15,
584,
4280,
28027,
61,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
684,
21680,
953,
834,
4350,
834,
2518,
549,
17444,
427,
939,
834,
12406,
15,
3274,
96,
12640,
121,
3430,
5547,
834,
7,
4513,
83,
15,
3274,
96,
2157,
1135,
12,
1997,
1135,
121,
3430,
648,
3171,
3274,
96,
2606,
10,
... |
What series finale has the translation ოჰ ეს ცრემლები / პარალელური საიდუმლო? | SELECT series_finale FROM table_name_56 WHERE translation = "ოჰ ეს ცრემლები / პარალელური საიდუმლო" | CREATE TABLE table_name_56 (series_finale VARCHAR, translation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
10833,
7,
834,
12406,
15,
584,
4280,
28027,
6,
7314,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
939,
13604,
65,
8,
7314,
3,
2,
3,
2,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
939,
834,
12406,
15,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
7314,
3274,
96,
2,
3,
2,
3,
2,
3,
87,
3,
2,
3,
2,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What days of the week is the show aired on that runs at 16:45? | SELECT weekly_schedule FROM table_name_21 WHERE timeslot = "16:45" | CREATE TABLE table_name_21 (weekly_schedule VARCHAR, timeslot VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
8041,
120,
834,
7,
4513,
83,
15,
584,
4280,
28027,
6,
648,
3171,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
477,
13,
8,
471,
19,
8,
50... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5547,
834,
7,
4513,
83,
15,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
648,
3171,
3274,
96,
2938,
10,
2128,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which days of the week does the telenovela play that is aired at 11:00? | SELECT weekly_schedule FROM table_name_75 WHERE timeslot = "11:00" | CREATE TABLE table_name_75 (weekly_schedule VARCHAR, timeslot VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
8041,
120,
834,
7,
4513,
83,
15,
584,
4280,
28027,
6,
648,
3171,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
477,
13,
8,
471,
405,
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,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5547,
834,
7,
4513,
83,
15,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
648,
3171,
3274,
96,
536,
24294,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Tournament was on 2 October 2006? | SELECT tournament FROM table_name_98 WHERE date = "2 october 2006" | CREATE TABLE table_name_98 (tournament VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3916,
41,
17,
1211,
20205,
17,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
20502,
47,
30,
204,
1797,
3581,
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,
5892,
21680,
953,
834,
4350,
834,
3916,
549,
17444,
427,
833,
3274,
96,
357,
3,
32,
75,
235,
1152,
3581,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who is the Opponent in the final on 4 April 2011? | SELECT opponent_in_the_final FROM table_name_16 WHERE date = "4 april 2011" | CREATE TABLE table_name_16 (opponent_in_the_final VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2938,
41,
32,
102,
9977,
834,
77,
834,
532,
834,
12406,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
4495,
9977,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
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,
2938,
549,
17444,
427,
833,
3274,
96,
591,
3,
9,
2246,
40,
2722,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What Surface was used on 2 June 2003? | SELECT surface FROM table_name_94 WHERE date = "2 june 2003" | CREATE TABLE table_name_94 (surface VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
26899,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
18884,
47,
261,
30,
204,
1515,
3888,
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,
1774,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
833,
3274,
96,
357,
3,
6959,
15,
3888,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which award show nominated The Suite Life on Deck for the Teen Pick Show: Comedy category? | SELECT award FROM table_name_54 WHERE category = "teen pick show: comedy" | CREATE TABLE table_name_54 (award VARCHAR, category VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
9,
2239,
584,
4280,
28027,
6,
3295,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2760,
504,
150,
1109,
920,
37,
9254,
2330,
30,
10809,
21,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2760,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
3295,
3274,
96,
6808,
1432,
504,
10,
12373,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which award show nominated Cole Sprouse for the Favorite TV Actor category? | SELECT award FROM table_name_49 WHERE category = "favorite tv actor" AND recipient = "cole sprouse" | CREATE TABLE table_name_49 (award VARCHAR, category VARCHAR, recipient VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3647,
41,
9,
2239,
584,
4280,
28027,
6,
3295,
584,
4280,
28027,
6,
11095,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2760,
504,
150,
1109,
920,
163... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2760,
21680,
953,
834,
4350,
834,
3647,
549,
17444,
427,
3295,
3274,
96,
89,
9,
1621,
5730,
3,
17,
208,
7556,
121,
3430,
11095,
3274,
96,
3297,
15,
3,
7,
1409,
1074,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What category was The Suite Life on Deck nominated for later than 2010? | SELECT category FROM table_name_62 WHERE recipient = "the suite life on deck" AND year > 2010 | CREATE TABLE table_name_62 (category VARCHAR, recipient VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
8367,
839,
651,
584,
4280,
28027,
6,
11095,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
3295,
47,
37,
9254,
2330,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3295,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
11095,
3274,
96,
532,
3132,
280,
30,
3854,
121,
3430,
215,
2490,
2735,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who won the 2010 Kids' Choice Awards? | SELECT recipient FROM table_name_30 WHERE award = "2010 kids' choice awards" AND result = "won" | CREATE TABLE table_name_30 (recipient VARCHAR, award VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
60,
3389,
4741,
584,
4280,
28027,
6,
2760,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
751,
8,
2735,
7148,
31,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11095,
21680,
953,
834,
4350,
834,
1458,
549,
17444,
427,
2760,
3274,
96,
14926,
1082,
31,
1160,
6120,
121,
3430,
741,
3274,
96,
210,
106,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What was the Rd. Time for October 3, 2009? | SELECT rd, _time FROM table_name_86 WHERE date = "october 3, 2009" | CREATE TABLE table_name_86 (rd VARCHAR, _time VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3840,
41,
52,
26,
584,
4280,
28027,
6,
3,
834,
715,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
391,
26,
5,
2900... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
52,
26,
6,
3,
834,
715,
21680,
953,
834,
4350,
834,
3840,
549,
17444,
427,
833,
3274,
96,
32,
75,
235,
1152,
6180,
2464,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the greatest lost where played is less than 9? | SELECT MAX(lost) FROM table_name_51 WHERE played < 9 | CREATE TABLE table_name_51 (lost INTEGER, played INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5553,
41,
2298,
17,
3,
21342,
17966,
6,
1944,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4016,
1513,
213,
1944,
19,
705,
145,
668,
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,
4800,
4,
599,
2298,
17,
61,
21680,
953,
834,
4350,
834,
5553,
549,
17444,
427,
1944,
3,
2,
668,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the greatest played with a drawn less than 1 and a position of less than 1? | SELECT MAX(played) FROM table_name_99 WHERE drawn < 1 AND position < 1 | CREATE TABLE table_name_99 (played INTEGER, drawn VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3264,
41,
4895,
15,
26,
3,
21342,
17966,
6,
6796,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4016,
1944,
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,
4800,
4,
599,
4895,
15,
26,
61,
21680,
953,
834,
4350,
834,
3264,
549,
17444,
427,
6796,
3,
2,
209,
3430,
1102,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the smallest drawn when the points are less than 7 and the against greater than 31? | SELECT MIN(drawn) FROM table_name_79 WHERE points < 7 AND against > 31 | CREATE TABLE table_name_79 (drawn INTEGER, points VARCHAR, against VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
19489,
29,
3,
21342,
17966,
6,
979,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
3,
17924,
6796,
116,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
19489,
29,
61,
21680,
953,
834,
4350,
834,
4440,
549,
17444,
427,
979,
3,
2,
489,
3430,
581,
2490,
2664,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the name of the team that has 13 points? | SELECT team FROM table_name_47 WHERE points = 13 | CREATE TABLE table_name_47 (team VARCHAR, points VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4177,
41,
11650,
584,
4280,
28027,
6,
979,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
564,
13,
8,
372,
24,
65,
1179,
979,
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,
372,
21680,
953,
834,
4350,
834,
4177,
549,
17444,
427,
979,
3274,
1179,
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 Nominated Work earlier than 2003? | SELECT nominated_work FROM table_name_85 WHERE year < 2003 | CREATE TABLE table_name_85 (nominated_work VARCHAR, year INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4433,
41,
3114,
77,
920,
834,
1981,
584,
4280,
28027,
6,
215,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
465,
1109,
920,
3118,
2283,
145,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
150,
1109,
920,
834,
1981,
21680,
953,
834,
4350,
834,
4433,
549,
17444,
427,
215,
3,
2,
3888,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What was the Nominated Work earlier than 2003? | SELECT nominated_work FROM table_name_62 WHERE year < 2003 | CREATE TABLE table_name_62 (nominated_work VARCHAR, year INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
3114,
77,
920,
834,
1981,
584,
4280,
28027,
6,
215,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
465,
1109,
920,
3118,
2283,
145,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
150,
1109,
920,
834,
1981,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
215,
3,
2,
3888,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What was the Nominated Work earlier than 2003? | SELECT nominated_work FROM table_name_95 WHERE year < 2003 | CREATE TABLE table_name_95 (nominated_work VARCHAR, year INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
3114,
77,
920,
834,
1981,
584,
4280,
28027,
6,
215,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
465,
1109,
920,
3118,
2283,
145,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
150,
1109,
920,
834,
1981,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
215,
3,
2,
3888,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which method's event was flawless fighting championship 1: the beginning? | SELECT method FROM table_name_42 WHERE event = "flawless fighting championship 1: the beginning" | CREATE TABLE table_name_42 (method VARCHAR, event VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
23152,
584,
4280,
28027,
6,
605,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1573,
31,
7,
605,
47,
21779,
6237,
10183,
209,
10,
8,
1849,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1573,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
605,
3274,
96,
89,
4207,
924,
6237,
10183,
209,
10,
8,
1849,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which method's opponent was chris clark? | SELECT method FROM table_name_11 WHERE opponent = "chris clark" | CREATE TABLE table_name_11 (method VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
23152,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1573,
31,
7,
15264,
47,
3,
524,
52,
159,
6860,
157,
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,
1573,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
15264,
3274,
96,
524,
52,
159,
6860,
157,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which record's round was 3 when the event was fight festival 27? | SELECT record FROM table_name_19 WHERE round = 3 AND event = "fight festival 27" | CREATE TABLE table_name_19 (record VARCHAR, round VARCHAR, event VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2294,
41,
60,
7621,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
6,
605,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1368,
31,
7,
1751,
47,
220,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1368,
21680,
953,
834,
4350,
834,
2294,
549,
17444,
427,
1751,
3274,
220,
3430,
605,
3274,
96,
14466,
3994,
2307,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the Fourth place with a Year that is 1978? | SELECT fourth_place FROM table_name_58 WHERE year = 1978 | CREATE TABLE table_name_58 (fourth_place VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3449,
41,
12521,
189,
834,
4687,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
21670,
286,
28,
3,
9,
2929,
24,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4509,
834,
4687,
21680,
953,
834,
4350,
834,
3449,
549,
17444,
427,
215,
3274,
14834,
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 Fourth place with a Year that is 1966? | SELECT fourth_place FROM table_name_11 WHERE year = 1966 | CREATE TABLE table_name_11 (fourth_place VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
12521,
189,
834,
4687,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
21670,
286,
28,
3,
9,
2929,
24,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4509,
834,
4687,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
215,
3274,
20658,
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 Champion with a Year that is 2008? | SELECT champion FROM table_name_65 WHERE year = 2008 | CREATE TABLE table_name_65 (champion VARCHAR, year VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
17788,
12364,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
16127,
28,
3,
9,
2929,
24,
19,
2628,
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,
6336,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
215,
3274,
2628,
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 was the opponent for the game played on September 19, 1994? | SELECT opponent FROM table_name_15 WHERE date = "september 19, 1994" | CREATE TABLE table_name_15 (opponent VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
32,
102,
9977,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
15264,
21,
8,
467,
1944,
30,
1600,
12370,
75... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1808,
549,
17444,
427,
833,
3274,
96,
7,
6707,
18247,
12370,
7520,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
In which week was attendance at 50,814? | SELECT COUNT(week) FROM table_name_10 WHERE attendance = "50,814" | CREATE TABLE table_name_10 (week VARCHAR, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
8041,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
86,
84,
471,
47,
11364,
44,
943,
6,
927,
2534,
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,
2847,
17161,
599,
8041,
61,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
11364,
3274,
96,
1752,
6,
4959,
20364,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What date after Week 6 was a Bye? | SELECT date FROM table_name_34 WHERE week > 6 AND attendance = "bye" | CREATE TABLE table_name_34 (date VARCHAR, week VARCHAR, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3710,
41,
5522,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
833,
227,
6551,
431,
47,
3,
9,
93... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
833,
21680,
953,
834,
4350,
834,
3710,
549,
17444,
427,
471,
2490,
431,
3430,
11364,
3274,
96,
969,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What subjunctive also has an inverse subjunctive of måchadns? | SELECT subjunctive FROM table_name_85 WHERE inverse_subjunctive = "måchadns" | CREATE TABLE table_name_85 (subjunctive VARCHAR, inverse_subjunctive VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4433,
41,
7304,
6959,
75,
3268,
584,
4280,
28027,
6,
3,
23536,
834,
7304,
6959,
75,
3268,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
769,
6959,
75,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
769,
6959,
75,
3268,
21680,
953,
834,
4350,
834,
4433,
549,
17444,
427,
3,
23536,
834,
7304,
6959,
75,
3268,
3274,
96,
51,
2,
3441,
26,
29,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What imperative has måcha as 3.sg? | SELECT imperative FROM table_name_94 WHERE måcha = "3.sg" | CREATE TABLE table_name_94 (imperative VARCHAR, måcha VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
603,
883,
1528,
584,
4280,
28027,
6,
3,
51,
2,
3441,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
18158,
65,
3,
51,
2,
3441,
38,
1877,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
18158,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
3,
51,
2,
3441,
3274,
96,
5787,
7,
122,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
The indicative of si måchan has what as the inverse subjunctive? | SELECT inverse_subjunctive FROM table_name_8 WHERE indicative = "si måchan" | CREATE TABLE table_name_8 (inverse_subjunctive VARCHAR, indicative VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
23536,
834,
7304,
6959,
75,
3268,
584,
4280,
28027,
6,
28618,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
37,
28618,
13,
108,
3,
51,
2,
8694,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
23536,
834,
7304,
6959,
75,
3268,
21680,
953,
834,
4350,
834,
927,
549,
17444,
427,
28618,
3274,
96,
7,
23,
3,
51,
2,
8694,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What inverse subjunctive has — as the imperative and a subjunctive of se måchadn? | SELECT inverse_subjunctive FROM table_name_9 WHERE imperative = "—" AND subjunctive = "se måchadn" | CREATE TABLE table_name_9 (inverse_subjunctive VARCHAR, imperative VARCHAR, subjunctive VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1298,
41,
23536,
834,
7304,
6959,
75,
3268,
584,
4280,
28027,
6,
18158,
584,
4280,
28027,
6,
769,
6959,
75,
3268,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
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,
3,
23536,
834,
7304,
6959,
75,
3268,
21680,
953,
834,
4350,
834,
1298,
549,
17444,
427,
18158,
3274,
96,
318,
121,
3430,
769,
6959,
75,
3268,
3274,
96,
7,
15,
3,
51,
2,
3441,
26,
29,
121,
1,
-100,
-100,
-100,
-1... |
With a subjunctive of du måchast what is the imperative? | SELECT imperative FROM table_name_37 WHERE subjunctive = "du måchast" | CREATE TABLE table_name_37 (imperative VARCHAR, subjunctive VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4118,
41,
603,
883,
1528,
584,
4280,
28027,
6,
769,
6959,
75,
3268,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
438,
3,
9,
769,
6959,
75,
3268,
13,
146,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
18158,
21680,
953,
834,
4350,
834,
4118,
549,
17444,
427,
769,
6959,
75,
3268,
3274,
96,
1259,
3,
51,
2,
3441,
7,
17,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What subjunctive has the indicative of se måchan(t)? | SELECT subjunctive FROM table_name_77 WHERE indicative = "se måchan(t)" | CREATE TABLE table_name_77 (subjunctive VARCHAR, indicative VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4013,
41,
7304,
6959,
75,
3268,
584,
4280,
28027,
6,
28618,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
769,
6959,
75,
3268,
65,
8,
28618,
13,
142,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
769,
6959,
75,
3268,
21680,
953,
834,
4350,
834,
4013,
549,
17444,
427,
28618,
3274,
96,
7,
15,
3,
51,
2,
8694,
599,
17,
61,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the Win % in the Span of 2011–2013 with a Lost of less than 1? | SELECT AVG(win__percentage) FROM table_name_91 WHERE span = "2011–2013" AND lost < 1 | CREATE TABLE table_name_91 (win__percentage INTEGER, span VARCHAR, lost VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
3757,
834,
834,
883,
3728,
545,
3,
21342,
17966,
6,
8438,
584,
4280,
28027,
6,
1513,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
3,
23143,
14196,
71,
17217,
599,
3757,
834,
834,
883,
3728,
545,
61,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
8438,
3274,
96,
13907,
104,
11138,
121,
3430,
1513,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
How many games were Tied during the Span of 2011–2013 with a less than 80% Win %? | SELECT COUNT(tied) FROM table_name_57 WHERE span = "2011–2013" AND win__percentage < 80 | CREATE TABLE table_name_57 (tied VARCHAR, span VARCHAR, win__percentage VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3436,
41,
17,
5973,
584,
4280,
28027,
6,
8438,
584,
4280,
28027,
6,
1369,
834,
834,
883,
3728,
545,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17,
5973,
61,
21680,
953,
834,
4350,
834,
3436,
549,
17444,
427,
8438,
3274,
96,
13907,
104,
11138,
121,
3430,
1369,
834,
834,
883,
3728,
545,
3,
2,
2775,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
On what date were sheets issued in Tallahassee, Florida? | SELECT date_of_issue FROM table_name_40 WHERE place_of_issue = "tallahassee, florida" | CREATE TABLE table_name_40 (date_of_issue VARCHAR, place_of_issue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
5522,
834,
858,
834,
13159,
584,
4280,
28027,
6,
286,
834,
858,
834,
13159,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
461,
125,
833,
130,
8487... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
833,
834,
858,
834,
13159,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
286,
834,
858,
834,
13159,
3274,
96,
17,
30157,
3974,
15,
6,
12215,
26,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which printer issued sheets on October 5, 2006? | SELECT printer FROM table_name_79 WHERE date_of_issue = "october 5, 2006" | CREATE TABLE table_name_79 (printer VARCHAR, date_of_issue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
7260,
49,
584,
4280,
28027,
6,
833,
834,
858,
834,
13159,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
6454,
4683,
8487,
30,
1797,
7836,
35... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6454,
21680,
953,
834,
4350,
834,
4440,
549,
17444,
427,
833,
834,
858,
834,
13159,
3274,
96,
32,
75,
235,
1152,
7836,
3581,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the least amount of silver medals won by Total with more than 1 bronze and more than 18 total medals won? | SELECT MIN(silver) FROM table_name_8 WHERE bronze > 1 AND nation = "total" AND "total" > 18 | CREATE TABLE table_name_8 (silver INTEGER, bronze VARCHAR, nation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
7,
173,
624,
3,
21342,
17966,
6,
13467,
584,
4280,
28027,
6,
2982,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
709,
866,
13,
4294,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
3,
23143,
14196,
3,
17684,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
927,
549,
17444,
427,
13467,
2490,
209,
3430,
2982,
3274,
96,
235,
1947,
121,
3430,
96,
235,
1947,
121,
2490,
507,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many positions have points against less than 28, americano-sp as the team, with a played greater than 8? | SELECT COUNT(position) FROM table_name_7 WHERE against < 28 AND team = "americano-sp" AND played > 8 | CREATE TABLE table_name_7 (position VARCHAR, played VARCHAR, against VARCHAR, team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
4718,
584,
4280,
28027,
6,
1944,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
4655,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4718,
61,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
581,
3,
2,
2059,
3430,
372,
3274,
96,
23064,
29,
32,
18,
7,
102,
121,
3430,
1944,
2490,
505,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
How many losses have points against less than 15? | SELECT COUNT(lost) FROM table_name_1 WHERE against < 15 | CREATE TABLE table_name_1 (lost VARCHAR, against INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
2298,
17,
584,
4280,
28027,
6,
581,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
8467,
43,
979,
581,
705,
145,
627,
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,
2847,
17161,
599,
2298,
17,
61,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
581,
3,
2,
627,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What average played has an against less than 15? | SELECT AVG(played) FROM table_name_40 WHERE against < 15 | CREATE TABLE table_name_40 (played INTEGER, against INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
4895,
15,
26,
3,
21342,
17966,
6,
581,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
1348,
1944,
65,
46,
581,
705,
145,
627,
58,
1,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
4895,
15,
26,
61,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
581,
3,
2,
627,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
How many losses have a played greater than 8, ypiranga-sp as the team, with a position greater than 5? | SELECT COUNT(lost) FROM table_name_60 WHERE played > 8 AND team = "ypiranga-sp" AND position > 5 | CREATE TABLE table_name_60 (lost VARCHAR, position VARCHAR, played VARCHAR, team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3328,
41,
2298,
17,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
6,
1944,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2298,
17,
61,
21680,
953,
834,
4350,
834,
3328,
549,
17444,
427,
1944,
2490,
505,
3430,
372,
3274,
96,
63,
2388,
1468,
9,
18,
7,
102,
121,
3430,
1102,
2490,
305,
1,
-100,
-100,
-100,
-100,
-100,
... |
What lost has a position greater than 2, a drawn greater than 0, with an against greater than 15? | SELECT lost FROM table_name_24 WHERE position > 2 AND drawn > 0 AND against > 15 | CREATE TABLE table_name_24 (lost VARCHAR, against VARCHAR, position VARCHAR, drawn VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
2298,
17,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
6,
6796,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1513,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1513,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
1102,
2490,
204,
3430,
6796,
2490,
3,
632,
3430,
581,
2490,
627,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the sum of Asian or Amerindian (%), when State is Sergipe, and when Brown (%) is greater than 61,3? | SELECT SUM(asian_or_amerindian___percentage_) FROM table_name_44 WHERE state = "sergipe" AND brown___percentage_ > 61 OFFSET 3 | CREATE TABLE table_name_44 (asian_or_amerindian___percentage_ INTEGER, state VARCHAR, brown___percentage_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3628,
41,
9,
10488,
834,
127,
834,
265,
6655,
8603,
834,
834,
834,
883,
3728,
545,
834,
3,
21342,
17966,
6,
538,
584,
4280,
28027,
6,
4216,
834,
834,
834,
883,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10488,
834,
127,
834,
265,
6655,
8603,
834,
834,
834,
883,
3728,
545,
834,
61,
21680,
953,
834,
4350,
834,
3628,
549,
17444,
427,
538,
3274,
96,
7,
49,
122,
23,
855,
121,
3430,
4216,
834,
834,
... |
How many points were there when there more than 6 losses and less than 14 matches? | SELECT COUNT(points) FROM table_name_16 WHERE lost > 6 AND match < 14 | CREATE TABLE table_name_16 (points VARCHAR, lost VARCHAR, match VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2938,
41,
2700,
7,
584,
4280,
28027,
6,
1513,
584,
4280,
28027,
6,
1588,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
979,
130,
132,
116,
132,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2847,
17161,
599,
2700,
7,
61,
21680,
953,
834,
4350,
834,
2938,
549,
17444,
427,
1513,
2490,
431,
3430,
1588,
3,
2,
968,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How few losses were the least number of losses and points higher than 23? | SELECT MIN(lost) FROM table_name_67 WHERE points > 23 | CREATE TABLE table_name_67 (lost INTEGER, points INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3708,
41,
2298,
17,
3,
21342,
17966,
6,
979,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
571,
360,
8467,
130,
8,
709,
381,
13,
8467,
11,
979,
1146,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
2298,
17,
61,
21680,
953,
834,
4350,
834,
3708,
549,
17444,
427,
979,
2490,
1902,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the highest number of matches with more than 18 points and more than 1 draw? | SELECT MAX(match) FROM table_name_37 WHERE points > 18 AND draw > 1 | CREATE TABLE table_name_37 (match INTEGER, points VARCHAR, draw VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4118,
41,
19515,
3,
21342,
17966,
6,
979,
584,
4280,
28027,
6,
3314,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
381,
13,
6407,
28,
72... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4800,
4,
599,
19515,
61,
21680,
953,
834,
4350,
834,
4118,
549,
17444,
427,
979,
2490,
507,
3430,
3314,
2490,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Who was the champion in the game played at the St. Andrews Links with Dick Chapman as the runner-up? | SELECT champion FROM table_name_87 WHERE runner_up = "dick chapman" AND venue = "st. andrews links" | CREATE TABLE table_name_87 (champion VARCHAR, runner_up VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
17788,
12364,
584,
4280,
28027,
6,
3,
10806,
834,
413,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
6336,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6336,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
3,
10806,
834,
413,
3274,
96,
26,
3142,
15064,
348,
121,
3430,
5669,
3274,
96,
7,
17,
5,
11,
60,
210,
7,
2416,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the score of the match won by Willie Hunter at the Royal Liverpool Golf Club? | SELECT score FROM table_name_21 WHERE venue = "royal liverpool golf club" AND champion = "willie hunter" | CREATE TABLE table_name_21 (score VARCHAR, venue VARCHAR, champion VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
7,
9022,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
6,
6336,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2604,
13,
8,
1588,
751,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2604,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
5669,
3274,
96,
8170,
138,
11501,
13194,
4319,
1886,
121,
3430,
6336,
3274,
96,
8894,
23,
15,
8069,
49,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What player from England was the runner-up at the match played at the Royal Porthcawl Golf Club? | SELECT runner_up FROM table_name_83 WHERE country = "england" AND venue = "royal porthcawl golf club" | CREATE TABLE table_name_83 (runner_up VARCHAR, country VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4591,
41,
10806,
834,
413,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1959,
45,
2789,
47,
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,
3,
10806,
834,
413,
21680,
953,
834,
4350,
834,
4591,
549,
17444,
427,
684,
3274,
96,
4606,
40,
232,
121,
3430,
5669,
3274,
96,
8170,
138,
2147,
107,
658,
210,
40,
4319,
1886,
121,
1,
-100,
-100,
-100,
-100,
-100,
... |
Who was the champion in the match where C.A. Palmer was the runner-up? | SELECT champion FROM table_name_80 WHERE runner_up = "c.a. palmer" | CREATE TABLE table_name_80 (champion VARCHAR, runner_up VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2079,
41,
17788,
12364,
584,
4280,
28027,
6,
3,
10806,
834,
413,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
6336,
16,
8,
1588,
213,
205,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
6336,
21680,
953,
834,
4350,
834,
2079,
549,
17444,
427,
3,
10806,
834,
413,
3274,
96,
75,
5,
9,
5,
8466,
49,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What player was the champion in the match where E.A. Lassen was the runner-up? | SELECT champion FROM table_name_60 WHERE runner_up = "e.a. lassen" | CREATE TABLE table_name_60 (champion VARCHAR, runner_up VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3328,
41,
17788,
12364,
584,
4280,
28027,
6,
3,
10806,
834,
413,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1959,
47,
8,
6336,
16,
8,
1588,
213,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
6336,
21680,
953,
834,
4350,
834,
3328,
549,
17444,
427,
3,
10806,
834,
413,
3274,
96,
15,
5,
9,
5,
3363,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the score of the match played in England where Peter McEvoy was the champion and Paul McKellar was runner-up? | SELECT score FROM table_name_34 WHERE country = "england" AND champion = "peter mcevoy" AND runner_up = "paul mckellar" | CREATE TABLE table_name_34 (score VARCHAR, runner_up VARCHAR, country VARCHAR, champion VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3710,
41,
7,
9022,
584,
4280,
28027,
6,
3,
10806,
834,
413,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
6336,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
3710,
549,
17444,
427,
684,
3274,
96,
4606,
40,
232,
121,
3430,
6336,
3274,
96,
4995,
49,
3,
51,
565,
9845,
121,
3430,
3,
10806,
834,
413,
3274,
96,
102,
9,
83,
3,
51,
15259,
40... |
Which federal state has 6 representatives of national average? | SELECT federal_state FROM table_name_3 WHERE representatives_of_national_average = "6" | CREATE TABLE table_name_3 (federal_state VARCHAR, representatives_of_national_average VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
16812,
138,
834,
5540,
584,
4280,
28027,
6,
8675,
834,
858,
834,
16557,
834,
28951,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2822,
538,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2822,
834,
5540,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
8675,
834,
858,
834,
16557,
834,
28951,
3274,
96,
948,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.