NATURAL_LANG stringlengths 12 244 | SQL stringlengths 18 336 | SCHEMA stringlengths 27 355 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|
Who was the director of the movie having a release date of 1934-09-15, an MM Series and a production number less than 6494? | SELECT director FROM table_name_12 WHERE series = "mm" AND production_num < 6494 AND release_date = "1934-09-15" | CREATE TABLE table_name_12 (director VARCHAR, release_date VARCHAR, series VARCHAR, production_num VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
25982,
584,
4280,
28027,
6,
1576,
834,
5522,
584,
4280,
28027,
6,
939,
584,
4280,
28027,
6,
999,
834,
5525,
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,
2090,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
939,
3274,
96,
635,
121,
3430,
999,
834,
5525,
3,
2,
6687,
4240,
3430,
1576,
834,
5522,
3274,
96,
2294,
3710,
18,
4198,
10106,
121,
1,
-100,
-100,
-100,
-100,... |
Who's the director of Buddy of the Apes? | SELECT director FROM table_name_80 WHERE title = "buddy of the apes" | CREATE TABLE table_name_80 (director VARCHAR, title VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2079,
41,
25982,
584,
4280,
28027,
6,
2233,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
31,
7,
8,
2090,
13,
27289,
13,
8,
5085,
15,
7,
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,
2090,
21680,
953,
834,
4350,
834,
2079,
549,
17444,
427,
2233,
3274,
96,
3007,
8155,
13,
8,
3,
9,
855,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What's the title of the film directed by Friz Freleng with an MM Series, production number greater than 6209 and a release date of 1934-11-03? | SELECT title FROM table_name_77 WHERE production_num > 6209 AND series = "mm" AND director = "friz freleng" AND release_date = "1934-11-03" | CREATE TABLE table_name_77 (title VARCHAR, release_date VARCHAR, director VARCHAR, production_num VARCHAR, series VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4013,
41,
21869,
584,
4280,
28027,
6,
1576,
834,
5522,
584,
4280,
28027,
6,
2090,
584,
4280,
28027,
6,
999,
834,
5525,
584,
4280,
28027,
6,
939,
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,
2233,
21680,
953,
834,
4350,
834,
4013,
549,
17444,
427,
999,
834,
5525,
2490,
3,
4056,
4198,
3430,
939,
3274,
96,
635,
121,
3430,
2090,
3274,
96,
89,
13266,
2515,
400,
1725,
121,
3430,
1576,
834,
5522,
3274,
96,
22... |
What is the lowest time for Paulo Villar in lane 9? | SELECT MIN(time) FROM table_name_85 WHERE athlete = "paulo villar" AND lane < 9 | CREATE TABLE table_name_85 (time INTEGER, athlete VARCHAR, lane VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4433,
41,
715,
3,
21342,
17966,
6,
17893,
584,
4280,
28027,
6,
3,
8102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
97,
21,
1838,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
715,
61,
21680,
953,
834,
4350,
834,
4433,
549,
17444,
427,
17893,
3274,
96,
102,
9,
83,
32,
12159,
52,
121,
3430,
3,
8102,
3,
2,
668,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the nationality of lane 4? | SELECT nationality FROM table_name_78 WHERE lane = 4 | CREATE TABLE table_name_78 (nationality VARCHAR, lane VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
16557,
485,
584,
4280,
28027,
6,
3,
8102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1157,
485,
13,
3,
8102,
314,
58,
1,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1157,
485,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
3,
8102,
3274,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the nationality with a 13.21 time? | SELECT nationality FROM table_name_55 WHERE time = 13.21 | CREATE TABLE table_name_55 (nationality VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3769,
41,
16557,
485,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1157,
485,
28,
3,
9,
8808,
2658,
97,
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,
1157,
485,
21680,
953,
834,
4350,
834,
3769,
549,
17444,
427,
97,
3274,
8808,
2658,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What increase in net assets also has $5,617,236 as the total expenses? | SELECT increase_in_net_assets FROM table_name_16 WHERE total_expenses = "$5,617,236" | CREATE TABLE table_name_16 (increase_in_net_assets VARCHAR, total_expenses VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2938,
41,
77,
24706,
834,
77,
834,
1582,
834,
3974,
17,
7,
584,
4280,
28027,
6,
792,
834,
994,
3801,
15,
7,
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,
993,
834,
77,
834,
1582,
834,
3974,
17,
7,
21680,
953,
834,
4350,
834,
2938,
549,
17444,
427,
792,
834,
994,
3801,
15,
7,
3274,
96,
3229,
11116,
948,
2517,
6,
357,
3420,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many Gold medals did Puerto Rico receive with 1 Silver and a Total of 1 or less? | SELECT COUNT(gold) FROM table_name_79 WHERE silver = 1 AND nation = "puerto rico" AND total < 1 | CREATE TABLE table_name_79 (gold VARCHAR, total VARCHAR, silver VARCHAR, nation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
14910,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
6,
2982,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
254... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
14910,
61,
21680,
953,
834,
4350,
834,
4440,
549,
17444,
427,
4294,
3274,
209,
3430,
2982,
3274,
96,
4987,
49,
235,
3,
2234,
32,
121,
3430,
792,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the Total number of medals for the Nation with 7 or less Bronze medals and 1 Silver medal with a Rank of 9 or larger? | SELECT MIN(total) FROM table_name_90 WHERE bronze < 7 AND silver = 1 AND rank > 9 | CREATE TABLE table_name_90 (total INTEGER, rank VARCHAR, bronze VARCHAR, silver VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2394,
41,
235,
1947,
3,
21342,
17966,
6,
11003,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3,
17684,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
2394,
549,
17444,
427,
13467,
3,
2,
489,
3430,
4294,
3274,
209,
3430,
11003,
2490,
668,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many Silver medals did the Nation with 10 or more Bronze receive? | SELECT MIN(silver) FROM table_name_73 WHERE bronze > 10 | CREATE TABLE table_name_73 (silver INTEGER, bronze INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
7,
173,
624,
3,
21342,
17966,
6,
13467,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
5642,
9365,
7,
410,
8,
11046,
28,
335,
42,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
13467,
2490,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
what is the average wins when draws is less than 0? | SELECT AVG(wins) FROM table_name_72 WHERE draws < 0 | CREATE TABLE table_name_72 (wins INTEGER, draws INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5865,
41,
3757,
7,
3,
21342,
17966,
6,
14924,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1348,
9204,
116,
14924,
19,
705,
145,
3,
632,
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,
71,
17217,
599,
3757,
7,
61,
21680,
953,
834,
4350,
834,
5865,
549,
17444,
427,
14924,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
what is the average losses when the club is warrnambool and wins is less than 12? | SELECT AVG(losses) FROM table_name_58 WHERE club = "warrnambool" AND wins < 12 | CREATE TABLE table_name_58 (losses INTEGER, club VARCHAR, wins VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3449,
41,
2298,
2260,
3,
21342,
17966,
6,
1886,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1348,
8467,
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,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
3449,
549,
17444,
427,
1886,
3274,
96,
2910,
52,
13363,
12840,
40,
121,
3430,
9204,
3,
2,
586,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
what is the most losses when the club is terang and draws is less than 0? | SELECT MAX(losses) FROM table_name_75 WHERE club = "terang" AND draws < 0 | CREATE TABLE table_name_75 (losses INTEGER, club VARCHAR, draws VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
2298,
2260,
3,
21342,
17966,
6,
1886,
584,
4280,
28027,
6,
14924,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
167,
8467,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
1886,
3274,
96,
449,
1468,
121,
3430,
14924,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the sum of losses when wins is more than 6, club is camperdown and against is more than 1238? | SELECT SUM(losses) FROM table_name_6 WHERE wins > 6 AND club = "camperdown" AND against > 1238 | CREATE TABLE table_name_6 (losses INTEGER, against VARCHAR, wins VARCHAR, club VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
2298,
2260,
3,
21342,
17966,
6,
581,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
6,
1886,
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,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
9204,
2490,
431,
3430,
1886,
3274,
96,
12389,
49,
3035,
121,
3430,
581,
2490,
586,
3747,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the drew for the 1999-2000 season when they were in third place? | SELECT drew FROM table_name_52 WHERE round = "third place" AND season = "1999-2000" | CREATE TABLE table_name_52 (drew VARCHAR, round VARCHAR, season VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
26,
60,
210,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
6,
774,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
3,
26,
60,
210,
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,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
26,
60,
210,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
1751,
3274,
96,
14965,
286,
121,
3430,
774,
3274,
96,
2294,
3264,
18,
13527,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What competition did they have 1 lost, 3 draws, and played 9 games? | SELECT competition FROM table_name_17 WHERE lost = "1" AND drew = "3" AND played = "9" | CREATE TABLE table_name_17 (competition VARCHAR, played VARCHAR, lost VARCHAR, drew VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2517,
41,
287,
4995,
4749,
584,
4280,
28027,
6,
1944,
584,
4280,
28027,
6,
1513,
584,
4280,
28027,
6,
3,
26,
60,
210,
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,
0,
0,
0... | [
3,
23143,
14196,
2259,
21680,
953,
834,
4350,
834,
2517,
549,
17444,
427,
1513,
3274,
96,
536,
121,
3430,
3,
26,
60,
210,
3274,
96,
519,
121,
3430,
1944,
3274,
96,
1298,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the number of draws when the played 9 and lost 3? | SELECT drew FROM table_name_23 WHERE played = "9" AND lost = "3" | CREATE TABLE table_name_23 (drew VARCHAR, played VARCHAR, lost VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
26,
60,
210,
584,
4280,
28027,
6,
1944,
584,
4280,
28027,
6,
1513,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
381,
13,
14924,
116... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
26,
60,
210,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
1944,
3274,
96,
1298,
121,
3430,
1513,
3274,
96,
519,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
How many cable channels have callsign CBFT-DT? | SELECT COUNT(cable_channel) FROM table_name_38 WHERE call_sign = "cbft-dt" | CREATE TABLE table_name_38 (cable_channel VARCHAR, call_sign VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3747,
41,
75,
179,
834,
19778,
584,
4280,
28027,
6,
580,
834,
6732,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
4807,
6047,
43,
580,
6732,
205,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
75,
179,
834,
19778,
61,
21680,
953,
834,
4350,
834,
3747,
549,
17444,
427,
580,
834,
6732,
3274,
96,
75,
115,
89,
17,
18,
26,
17,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the lowest Digital PSIP for channels over 29 with callsign CFTU-DT? | SELECT MIN(digital_psip) FROM table_name_81 WHERE call_sign = "cftu-dt" AND broadcast_channel > 29 | CREATE TABLE table_name_81 (digital_psip INTEGER, call_sign VARCHAR, broadcast_channel VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4959,
41,
9206,
138,
834,
102,
7,
23,
102,
3,
21342,
17966,
6,
580,
834,
6732,
584,
4280,
28027,
6,
6878,
834,
19778,
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,
3,
17684,
599,
9206,
138,
834,
102,
7,
23,
102,
61,
21680,
953,
834,
4350,
834,
4959,
549,
17444,
427,
580,
834,
6732,
3274,
96,
75,
89,
17,
76,
18,
26,
17,
121,
3430,
6878,
834,
19778,
2490,
2838,
1,
-100,
-100... |
What is the Digital PSIP for channels over 15 with callsign CFTU-DT? | SELECT digital_psip FROM table_name_14 WHERE broadcast_channel > 15 AND call_sign = "cftu-dt" | CREATE TABLE table_name_14 (digital_psip VARCHAR, broadcast_channel VARCHAR, call_sign VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2534,
41,
9206,
138,
834,
102,
7,
23,
102,
584,
4280,
28027,
6,
6878,
834,
19778,
584,
4280,
28027,
6,
580,
834,
6732,
584,
4280,
28027,
61,
3,
32105,
32106,
321... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
1125,
834,
102,
7,
23,
102,
21680,
953,
834,
4350,
834,
2534,
549,
17444,
427,
6878,
834,
19778,
2490,
627,
3430,
580,
834,
6732,
3274,
96,
75,
89,
17,
76,
18,
26,
17,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Where was the location of the Mong Kok Stadium? | SELECT location FROM table_name_12 WHERE home_ground = "mong kok stadium" | CREATE TABLE table_name_12 (location VARCHAR, home_ground VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
14836,
584,
4280,
28027,
6,
234,
834,
9232,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2840,
47,
8,
1128,
13,
8,
2963,
122,
1793,
157,
12750,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1128,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
234,
834,
9232,
3274,
96,
51,
2444,
3,
157,
1825,
14939,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which club, had a home ground of n/a? | SELECT club FROM table_name_95 WHERE home_ground = "n/a" | CREATE TABLE table_name_95 (club VARCHAR, home_ground VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
13442,
584,
4280,
28027,
6,
234,
834,
9232,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1886,
6,
141,
3,
9,
234,
1591,
13,
3,
29,
87,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1886,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
234,
834,
9232,
3274,
96,
29,
87,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the location for the first division, Sun Pegasus Club? | SELECT location FROM table_name_25 WHERE league_division = "first division" AND club = "sun pegasus" | CREATE TABLE table_name_25 (location VARCHAR, league_division VARCHAR, club VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1828,
41,
14836,
584,
4280,
28027,
6,
5533,
834,
26,
23,
6610,
584,
4280,
28027,
6,
1886,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1128,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1128,
21680,
953,
834,
4350,
834,
1828,
549,
17444,
427,
5533,
834,
26,
23,
6610,
3274,
96,
14672,
4889,
121,
3430,
1886,
3274,
96,
7,
202,
158,
5556,
302,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What division is Sai Kung in? | SELECT league_division FROM table_name_29 WHERE club = "sai kung" | CREATE TABLE table_name_29 (league_division VARCHAR, club VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3166,
41,
29512,
834,
26,
23,
6610,
584,
4280,
28027,
6,
1886,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
4889,
19,
1138,
23,
480,
425,
16,
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,
834,
26,
23,
6610,
21680,
953,
834,
4350,
834,
3166,
549,
17444,
427,
1886,
3274,
96,
7,
9,
23,
3,
157,
425,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What league is Sun Source in? | SELECT league_division FROM table_name_6 WHERE club = "sun source" | CREATE TABLE table_name_6 (league_division VARCHAR, club VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
29512,
834,
26,
23,
6610,
584,
4280,
28027,
6,
1886,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5533,
19,
3068,
9149,
16,
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,
5533,
834,
26,
23,
6610,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
1886,
3274,
96,
7,
202,
1391,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the model that had years 2004-? | SELECT model FROM table_name_26 WHERE years = "2004-" | CREATE TABLE table_name_26 (model VARCHAR, years VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2688,
41,
21770,
584,
4280,
28027,
6,
203,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
825,
24,
141,
203,
4406,
18,
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,
825,
21680,
953,
834,
4350,
834,
2688,
549,
17444,
427,
203,
3274,
96,
21653,
18,
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 torque@rpm of the sl 65 amg? | SELECT torque AS @rpm FROM table_name_75 WHERE model = "sl 65 amg" | CREATE TABLE table_name_75 (torque VARCHAR, model VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
17,
127,
835,
584,
4280,
28027,
6,
825,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
19527,
1741,
52,
2028,
13,
8,
3,
7,
40,
7123... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19527,
6157,
3320,
52,
2028,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
825,
3274,
96,
7,
40,
7123,
183,
122,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the model that had years 2004-? | SELECT model FROM table_name_67 WHERE years = "2004-" | CREATE TABLE table_name_67 (model VARCHAR, years VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3708,
41,
21770,
584,
4280,
28027,
6,
203,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
825,
24,
141,
203,
4406,
18,
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,
825,
21680,
953,
834,
4350,
834,
3708,
549,
17444,
427,
203,
3274,
96,
21653,
18,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the IHSAA Class for football for the team joining in 1968? | SELECT ihsaa_class AS Football FROM table_name_15 WHERE year_joined = 1968 | CREATE TABLE table_name_15 (ihsaa_class VARCHAR, year_joined VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
23,
107,
7,
9,
9,
834,
4057,
584,
4280,
28027,
6,
215,
834,
1927,
630,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
27,
4950,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23,
107,
7,
9,
9,
834,
4057,
6157,
10929,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
215,
834,
1927,
630,
26,
3274,
16506,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the IHSAA class for Tipton? | SELECT ihsaa_class FROM table_name_3 WHERE school = "tipton" | CREATE TABLE table_name_3 (ihsaa_class VARCHAR, school VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
23,
107,
7,
9,
9,
834,
4057,
584,
4280,
28027,
6,
496,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
27,
4950,
5498,
853,
21,
2262,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23,
107,
7,
9,
9,
834,
4057,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
496,
3274,
96,
17,
23,
11632,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the rank for the person with time 11.14? | SELECT AVG(rank) FROM table_name_54 WHERE time___sec__ = 11.14 | CREATE TABLE table_name_54 (rank INTEGER, time___sec__ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
6254,
3,
21342,
17966,
6,
97,
834,
834,
834,
7549,
834,
834,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
11003,
21,
8,
568,
28,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
6254,
61,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
97,
834,
834,
834,
7549,
834,
834,
3274,
7806,
2534,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the rank when time is 11.15 and lane is bigger than 7 with notes Q, PB? | SELECT SUM(rank) FROM table_name_76 WHERE notes = "q, pb" AND time___sec__ = 11.15 AND lane > 7 | CREATE TABLE table_name_76 (rank INTEGER, lane VARCHAR, notes VARCHAR, time___sec__ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
6254,
3,
21342,
17966,
6,
3,
8102,
584,
4280,
28027,
6,
3358,
584,
4280,
28027,
6,
97,
834,
834,
834,
7549,
834,
834,
584,
4280,
28027,
61,
3,
32105,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3959,
549,
17444,
427,
3358,
3274,
96,
1824,
6,
3,
102,
115,
121,
3430,
97,
834,
834,
834,
7549,
834,
834,
3274,
7806,
1808,
3430,
3,
8102,
2490,
489,
1,
-100,... |
What is the lane for notes Q, SB and time less than 11.22? | SELECT SUM(lane) FROM table_name_31 WHERE notes = "q, sb" AND time___sec__ < 11.22 | CREATE TABLE table_name_31 (lane INTEGER, notes VARCHAR, time___sec__ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3341,
41,
8102,
3,
21342,
17966,
6,
3358,
584,
4280,
28027,
6,
97,
834,
834,
834,
7549,
834,
834,
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,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
8102,
61,
21680,
953,
834,
4350,
834,
3341,
549,
17444,
427,
3358,
3274,
96,
1824,
6,
3,
7,
115,
121,
3430,
97,
834,
834,
834,
7549,
834,
834,
3,
2,
7806,
2884,
1,
-100,
-100,
-100,
-100,
-100,
-... |
Which athlete is ranked less than 5 with time over 11.22? | SELECT athlete FROM table_name_15 WHERE time___sec__ > 11.22 AND rank < 5 | CREATE TABLE table_name_15 (athlete VARCHAR, time___sec__ VARCHAR, rank VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
26170,
15,
584,
4280,
28027,
6,
97,
834,
834,
834,
7549,
834,
834,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17893,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
97,
834,
834,
834,
7549,
834,
834,
2490,
7806,
2884,
3430,
11003,
3,
2,
305,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many lanes does Australia have with a reaction smaller than 0.138? | SELECT COUNT(lane) FROM table_name_55 WHERE nationality = "australia" AND reaction < 0.138 | CREATE TABLE table_name_55 (lane VARCHAR, nationality VARCHAR, reaction VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3769,
41,
8102,
584,
4280,
28027,
6,
1157,
485,
584,
4280,
28027,
6,
6363,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
50,
1496,
405,
2051,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
8102,
61,
21680,
953,
834,
4350,
834,
3769,
549,
17444,
427,
1157,
485,
3274,
96,
2064,
8792,
23,
9,
121,
3430,
6363,
3,
2,
4097,
22744,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Who had a reaction larger than 0.17400000000000002 and a lane larger than 6? | SELECT name FROM table_name_80 WHERE reaction > 0.17400000000000002 AND lane > 6 | CREATE TABLE table_name_80 (name VARCHAR, reaction VARCHAR, lane VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2079,
41,
4350,
584,
4280,
28027,
6,
6363,
584,
4280,
28027,
6,
3,
8102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
141,
3,
9,
6363,
2186,
145,
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,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
564,
21680,
953,
834,
4350,
834,
2079,
549,
17444,
427,
6363,
2490,
4097,
27693,
19568,
19568,
19568,
4305,
3430,
3,
8102,
2490,
431,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
The ship MS Vistafjord has what in service for NAL? | SELECT in_service_for_nal FROM table_name_10 WHERE ship = "ms vistafjord" | CREATE TABLE table_name_10 (in_service_for_nal VARCHAR, ship VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
77,
834,
5114,
834,
1161,
834,
29,
138,
584,
4280,
28027,
6,
4383,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
37,
4383,
5266,
16695,
89,
12775,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
16,
834,
5114,
834,
1161,
834,
29,
138,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
4383,
3274,
96,
51,
7,
3,
17493,
89,
12775,
26,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
The ship SSBergensfjord built before 1973 has what tonnage? | SELECT tonnage FROM table_name_90 WHERE built < 1973 AND ship = "ssbergensfjord" | CREATE TABLE table_name_90 (tonnage VARCHAR, built VARCHAR, ship VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2394,
41,
17,
106,
9761,
584,
4280,
28027,
6,
1192,
584,
4280,
28027,
6,
4383,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
37,
4383,
3,
4256,
279,
49,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
12,
29,
9761,
21680,
953,
834,
4350,
834,
2394,
549,
17444,
427,
1192,
3,
2,
17107,
3430,
4383,
3274,
96,
7,
7,
2235,
35,
7,
89,
12775,
26,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which nationality has a time of 50.92? | SELECT nationality FROM table_name_52 WHERE time = 50.92 | CREATE TABLE table_name_52 (nationality VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
16557,
485,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1157,
485,
65,
3,
9,
97,
13,
943,
5,
4508,
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,
1157,
485,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
97,
3274,
943,
5,
4508,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the time with fewer than 5 lanes for the United States? | SELECT SUM(time) FROM table_name_82 WHERE lane < 5 AND nationality = "united states" | CREATE TABLE table_name_82 (time INTEGER, lane VARCHAR, nationality VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
715,
3,
21342,
17966,
6,
3,
8102,
584,
4280,
28027,
6,
1157,
485,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
97,
28,
3,
10643,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
715,
61,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
3,
8102,
3,
2,
305,
3430,
1157,
485,
3274,
96,
15129,
15,
26,
2315,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which Att-Cmp has a GP-GS of 7-1? | SELECT att_cmp FROM table_name_21 WHERE gp_gs = "7-1" | CREATE TABLE table_name_21 (att_cmp VARCHAR, gp_gs VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
144,
17,
834,
75,
1167,
584,
4280,
28027,
6,
3,
122,
102,
834,
122,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
486,
17,
18,
254,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
44,
17,
834,
75,
1167,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
3,
122,
102,
834,
122,
7,
3274,
96,
940,
2292,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Att-Cmp has a TD-INT of 7-8? | SELECT att_cmp FROM table_name_21 WHERE td_int = "7-8" | CREATE TABLE table_name_21 (att_cmp VARCHAR, td_int VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
144,
17,
834,
75,
1167,
584,
4280,
28027,
6,
3,
17,
26,
834,
77,
17,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
486,
17,
18,
254,
116... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
44,
17,
834,
75,
1167,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
3,
17,
26,
834,
77,
17,
3274,
96,
25580,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which TD-INT has an Effic larger than 111.4? | SELECT td_int FROM table_name_87 WHERE effic > 111.4 | CREATE TABLE table_name_87 (td_int VARCHAR, effic INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
17,
26,
834,
77,
17,
584,
4280,
28027,
6,
13577,
447,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
4073,
3,
10494,
18,
13777,
65,
46,
3,
29421,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17,
26,
834,
77,
17,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
13577,
447,
2490,
850,
14912,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the total number of losses with less than 6 wins and less than 0 draws? | SELECT COUNT(losses) FROM table_name_94 WHERE wins < 6 AND draws < 0 | CREATE TABLE table_name_94 (losses VARCHAR, wins VARCHAR, draws VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
2298,
2260,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
6,
14924,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
381,
13,
8467,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2847,
17161,
599,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
9204,
3,
2,
431,
3430,
14924,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the average number of against with less than 10 losses, more than 0 draws, and more than 7 wins? | SELECT AVG(against) FROM table_name_74 WHERE losses < 10 AND draws > 0 AND wins > 7 | CREATE TABLE table_name_74 (against INTEGER, wins VARCHAR, losses VARCHAR, draws VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
9,
16720,
7,
17,
3,
21342,
17966,
6,
9204,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
6,
14924,
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,
71,
17217,
599,
9,
16720,
7,
17,
61,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
8467,
3,
2,
335,
3430,
14924,
2490,
3,
632,
3430,
9204,
2490,
489,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the total number of byes with more than 0 losses and 1526 against? | SELECT COUNT(byes) FROM table_name_31 WHERE losses > 0 AND against = 1526 | CREATE TABLE table_name_31 (byes VARCHAR, losses VARCHAR, against VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3341,
41,
969,
15,
7,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
381,
13,
57,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
969,
15,
7,
61,
21680,
953,
834,
4350,
834,
3341,
549,
17444,
427,
8467,
2490,
3,
632,
3430,
581,
3274,
627,
2688,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the lowest number of draws with more than 2 byes? | SELECT MIN(draws) FROM table_name_81 WHERE byes > 2 | CREATE TABLE table_name_81 (draws INTEGER, byes INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4959,
41,
19489,
7,
3,
21342,
17966,
6,
57,
15,
7,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
381,
13,
14924,
28,
72,
145,
204,
57,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17684,
599,
19489,
7,
61,
21680,
953,
834,
4350,
834,
4959,
549,
17444,
427,
57,
15,
7,
2490,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the lowest against of the wimmera fl warrack eagles, which have less than 16 wins? | SELECT MIN(against) FROM table_name_33 WHERE wins < 16 AND wimmera_fl = "warrack eagles" | CREATE TABLE table_name_33 (against INTEGER, wins VARCHAR, wimmera_fl VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
9,
16720,
7,
17,
3,
21342,
17966,
6,
9204,
584,
4280,
28027,
6,
3,
210,
12174,
9,
834,
89,
40,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3,
17684,
599,
9,
16720,
7,
17,
61,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
9204,
3,
2,
898,
3430,
3,
210,
12174,
9,
834,
89,
40,
3274,
96,
2910,
16729,
3,
15,
9,
3537,
7,
121,
1,
-100,
-100,
-100,
... |
How many races did the German racer that won less than 10 races ride? | SELECT COUNT(races_ridden) FROM table_name_94 WHERE nationality = "german" AND races_won < 10 | CREATE TABLE table_name_94 (races_ridden VARCHAR, nationality VARCHAR, races_won VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
12614,
7,
834,
28629,
584,
4280,
28027,
6,
1157,
485,
584,
4280,
28027,
6,
10879,
834,
210,
106,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2847,
17161,
599,
12614,
7,
834,
28629,
61,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
1157,
485,
3274,
96,
1304,
348,
121,
3430,
10879,
834,
210,
106,
3,
2,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the average win as a percentage of German racer Rudi Altig, who has ridden in over 79 races? | SELECT AVG(win_average) FROM table_name_50 WHERE nationality = "german" AND name = "rudi altig" AND races_ridden > 79 | CREATE TABLE table_name_50 (win_average INTEGER, races_ridden VARCHAR, nationality VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1752,
41,
3757,
834,
28951,
3,
21342,
17966,
6,
10879,
834,
28629,
584,
4280,
28027,
6,
1157,
485,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
71,
17217,
599,
3757,
834,
28951,
61,
21680,
953,
834,
4350,
834,
1752,
549,
17444,
427,
1157,
485,
3274,
96,
1304,
348,
121,
3430,
564,
3274,
96,
52,
5291,
491,
2880,
121,
3430,
10879,
834,
28629,
2490,
3,
4440,
1,... |
what is the highest top-5 when cuts made is more than 39? | SELECT MAX(top_5) FROM table_name_40 WHERE cuts_made > 39 | CREATE TABLE table_name_40 (top_5 INTEGER, cuts_made INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
2916,
834,
755,
3,
21342,
17966,
6,
8620,
834,
4725,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2030,
420,
4525,
116,
8620,
263,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
2916,
834,
9120,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
8620,
834,
4725,
2490,
6352,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
what is the highest events when wins is more than 0 and cuts made is more than 14? | SELECT MAX(events) FROM table_name_64 WHERE wins > 0 AND cuts_made > 14 | CREATE TABLE table_name_64 (events INTEGER, wins VARCHAR, cuts_made VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
15,
2169,
7,
3,
21342,
17966,
6,
9204,
584,
4280,
28027,
6,
8620,
834,
4725,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2030,
984... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4800,
4,
599,
15,
2169,
7,
61,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
9204,
2490,
3,
632,
3430,
8620,
834,
4725,
2490,
968,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
what is the highest top-5 when wins is more than 1? | SELECT MAX(top_5) FROM table_name_97 WHERE wins > 1 | CREATE TABLE table_name_97 (top_5 INTEGER, wins INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
2916,
834,
755,
3,
21342,
17966,
6,
9204,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2030,
420,
4525,
116,
9204,
19,
72,
145,
209,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2916,
834,
9120,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
9204,
2490,
209,
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 tournament the masters tournament and the top-10 is less than 2? | SELECT COUNT(top_5) FROM table_name_6 WHERE tournament = "masters tournament" AND top_10 < 2 | CREATE TABLE table_name_6 (top_5 VARCHAR, tournament VARCHAR, top_10 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
2916,
834,
755,
584,
4280,
28027,
6,
5892,
584,
4280,
28027,
6,
420,
834,
1714,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
648,
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,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
2916,
834,
9120,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
5892,
3274,
96,
7429,
7,
5892,
121,
3430,
420,
834,
1714,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What ran has noel patterson as the rider? | SELECT rank FROM table_name_40 WHERE rider = "noel patterson" | CREATE TABLE table_name_40 (rank VARCHAR, rider VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
6254,
584,
4280,
28027,
6,
2564,
52,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
4037,
65,
150,
15,
40,
6234,
17,
13515,
38,
8,
2564,
52,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
11003,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
2564,
52,
3274,
96,
29,
32,
15,
40,
6234,
17,
13515,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What time has jules croft as the rider? | SELECT time FROM table_name_15 WHERE rider = "jules croft" | CREATE TABLE table_name_15 (time VARCHAR, rider VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
715,
584,
4280,
28027,
6,
2564,
52,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
97,
65,
3,
2047,
965,
3,
30750,
38,
8,
2564,
52,
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,
97,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
2564,
52,
3274,
96,
2047,
965,
3,
30750,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What team has adam barclay as the rider? | SELECT team FROM table_name_79 WHERE rider = "adam barclay" | CREATE TABLE table_name_79 (team VARCHAR, rider VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4440,
41,
11650,
584,
4280,
28027,
6,
2564,
52,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
372,
65,
3,
9,
7812,
1207,
4651,
63,
38,
8,
2564,
52,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4440,
549,
17444,
427,
2564,
52,
3274,
96,
9,
7812,
1207,
4651,
63,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What Round has h/a hurst | SELECT round FROM table_name_26 WHERE h___a = "hurst" | CREATE TABLE table_name_26 (round VARCHAR, h___a VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2688,
41,
7775,
584,
4280,
28027,
6,
3,
107,
834,
834,
834,
9,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
9609,
65,
3,
107,
87,
9,
3,
23765,
1,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1751,
21680,
953,
834,
4350,
834,
2688,
549,
17444,
427,
3,
107,
834,
834,
834,
9,
3274,
96,
23765,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what game ended f-a with a round of round 1 replay | SELECT result_f___a FROM table_name_63 WHERE round = "round 1 replay" | CREATE TABLE table_name_63 (result_f___a VARCHAR, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3891,
41,
60,
7,
83,
17,
834,
89,
834,
834,
834,
9,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
467,
3492,
3,
89,
18,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
741,
834,
89,
834,
834,
834,
9,
21680,
953,
834,
4350,
834,
3891,
549,
17444,
427,
1751,
3274,
96,
7775,
209,
27204,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the h/a round of round 2 | SELECT h___a FROM table_name_34 WHERE round = "round 2" | CREATE TABLE table_name_34 (h___a VARCHAR, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3710,
41,
107,
834,
834,
834,
9,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
3,
107,
87,
9,
1751,
13,
1751,
204... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
107,
834,
834,
834,
9,
21680,
953,
834,
4350,
834,
3710,
549,
17444,
427,
1751,
3274,
96,
7775,
204,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What was the Role/Episode after 2006 with Ellen Burstyn as a recipient and nominee? | SELECT role_episode FROM table_name_21 WHERE year > 2006 AND recipients_and_nominees = "ellen burstyn" | CREATE TABLE table_name_21 (role_episode VARCHAR, year VARCHAR, recipients_and_nominees VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2658,
41,
3491,
15,
834,
15,
102,
159,
32,
221,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
6,
19297,
834,
232,
834,
3114,
630,
15,
7,
584,
4280,
28027,
61,
3,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
1075,
834,
15,
102,
159,
32,
221,
21680,
953,
834,
4350,
834,
2658,
549,
17444,
427,
215,
2490,
3581,
3430,
19297,
834,
232,
834,
3114,
630,
15,
7,
3274,
96,
8890,
7018,
7,
17,
63,
29,
121,
1,
-100,
-100,
-100,
... |
For which Category was Outstanding Main Title Design a Recipient and nominee? | SELECT category FROM table_name_71 WHERE recipients_and_nominees = "outstanding main title design" | CREATE TABLE table_name_71 (category VARCHAR, recipients_and_nominees VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
8367,
839,
651,
584,
4280,
28027,
6,
19297,
834,
232,
834,
3114,
630,
15,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
242,
84,
17459,
47,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3295,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
19297,
834,
232,
834,
3114,
630,
15,
7,
3274,
96,
670,
11018,
711,
2233,
408,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Category was from before 2009 with a Role/Episode of Libby Goldstein and Junie Lowry-Johnson? | SELECT category FROM table_name_60 WHERE year < 2009 AND role_episode = "libby goldstein and junie lowry-johnson" | CREATE TABLE table_name_60 (category VARCHAR, year VARCHAR, role_episode VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3328,
41,
8367,
839,
651,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
6,
1075,
834,
15,
102,
159,
32,
221,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3295,
21680,
953,
834,
4350,
834,
3328,
549,
17444,
427,
215,
3,
2,
2464,
3430,
1075,
834,
15,
102,
159,
32,
221,
3274,
96,
6856,
969,
2045,
4008,
11,
3,
6959,
23,
15,
731,
651,
18,
27341,
739,
121,
1,
-100,
-10... |
Which Category were Libby Goldstein and Junie Lowry-Johnson recipients and nominees for? | SELECT category FROM table_name_50 WHERE recipients_and_nominees = "libby goldstein and junie lowry-johnson" | CREATE TABLE table_name_50 (category VARCHAR, recipients_and_nominees VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1752,
41,
8367,
839,
651,
584,
4280,
28027,
6,
19297,
834,
232,
834,
3114,
630,
15,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
17459,
130,
3,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
3295,
21680,
953,
834,
4350,
834,
1752,
549,
17444,
427,
19297,
834,
232,
834,
3114,
630,
15,
7,
3274,
96,
6856,
969,
2045,
4008,
11,
3,
6959,
23,
15,
731,
651,
18,
27341,
739,
121,
1,
-100,
-100,
-100,
-100,
-100... |
what is the highest runners when the jockey is frankie dettori and the placing is higher than 1? | SELECT MAX(runners) FROM table_name_68 WHERE jockey = "frankie dettori" AND placing > 1 | CREATE TABLE table_name_68 (runners INTEGER, jockey VARCHAR, placing VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3651,
41,
10806,
7,
3,
21342,
17966,
6,
8624,
4397,
584,
4280,
28027,
6,
9308,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2030,
16448,
116,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
10806,
7,
61,
21680,
953,
834,
4350,
834,
3651,
549,
17444,
427,
8624,
4397,
3274,
96,
6296,
11390,
20,
17,
3600,
121,
3430,
9308,
2490,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
what is the race when the jockey is frankie dettori, the margin is more than 3 and the course is yarmouth? | SELECT race FROM table_name_48 WHERE jockey = "frankie dettori" AND margin > 3 AND course = "yarmouth" | CREATE TABLE table_name_48 (race VARCHAR, course VARCHAR, jockey VARCHAR, margin VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3707,
41,
12614,
584,
4280,
28027,
6,
503,
584,
4280,
28027,
6,
8624,
4397,
584,
4280,
28027,
6,
6346,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
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,
1964,
21680,
953,
834,
4350,
834,
3707,
549,
17444,
427,
8624,
4397,
3274,
96,
6296,
11390,
20,
17,
3600,
121,
3430,
6346,
2490,
220,
3430,
503,
3274,
96,
63,
291,
11975,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who is the Partner in the match with a Score of 6-4, 2-6, 7-6? | SELECT partnering FROM table_name_52 WHERE score = "6-4, 2-6, 7-6" | CREATE TABLE table_name_52 (partnering VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
26361,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
5793,
16,
8,
1588,
28,
3,
9,
17763,
13,
3,
25618,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3,
26361,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
2604,
3274,
96,
25618,
6,
204,
5783,
6,
489,
5783,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the competition when the result is won and the date is september 13, 1996? | SELECT competition FROM table_name_87 WHERE result = "won" AND date = "september 13, 1996" | CREATE TABLE table_name_87 (competition VARCHAR, result VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
287,
4995,
4749,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2259,
116,
8,
741... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2259,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
741,
3274,
96,
210,
106,
121,
3430,
833,
3274,
96,
7,
6707,
18247,
10670,
6911,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the date when the competition is 1996 tiger cup and the result is drew? | SELECT date FROM table_name_60 WHERE competition = "1996 tiger cup" AND result = "drew" | CREATE TABLE table_name_60 (date VARCHAR, competition VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3328,
41,
5522,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
833,
116,
8,
2259,
19,
6911... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
833,
21680,
953,
834,
4350,
834,
3328,
549,
17444,
427,
2259,
3274,
96,
2294,
4314,
3,
17,
4424,
4119,
121,
3430,
741,
3274,
96,
26,
60,
210,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
what is the score when the competition is 1995 southeast asian games? | SELECT score FROM table_name_1 WHERE competition = "1995 southeast asian games" | CREATE TABLE table_name_1 (score VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
7,
9022,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2604,
116,
8,
2259,
19,
7273,
26181,
3,
9,
10488,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
2259,
3274,
96,
2294,
3301,
26181,
3,
9,
10488,
1031,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
what is the result when the venue is singapore on september 8, 1996? | SELECT result FROM table_name_37 WHERE venue = "singapore" AND date = "september 8, 1996" | CREATE TABLE table_name_37 (result VARCHAR, venue VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4118,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
741,
116,
8,
566... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
21680,
953,
834,
4350,
834,
4118,
549,
17444,
427,
5669,
3274,
96,
7,
53,
9,
21642,
121,
3430,
833,
3274,
96,
7,
6707,
18247,
9478,
6911,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
what is the competition when the result is won and the score is 8-0? | SELECT competition FROM table_name_11 WHERE result = "won" AND score = "8-0" | CREATE TABLE table_name_11 (competition VARCHAR, result VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
287,
4995,
4749,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2259,
116,
8,
74... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2259,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
741,
3274,
96,
210,
106,
121,
3430,
2604,
3274,
96,
927,
18,
632,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Waht laps have points smaller than 1, and a team of dale coyne racing, and the grid larger than 13? | SELECT laps FROM table_name_87 WHERE points < 1 AND team = "dale coyne racing" AND grid > 13 | CREATE TABLE table_name_87 (laps VARCHAR, grid VARCHAR, points VARCHAR, team 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,
979,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
3129,
107,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
14941,
7,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
979,
3,
2,
209,
3430,
372,
3274,
96,
5437,
576,
63,
29,
15,
8191,
121,
3430,
8634,
2490,
1179,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the total number of laps for a team of team player's, and has a grid of 9, and points larger than 10? | SELECT COUNT(laps) FROM table_name_12 WHERE team = "team player's" AND grid = 9 AND points > 10 | CREATE TABLE table_name_12 (laps VARCHAR, points VARCHAR, team VARCHAR, grid VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
8478,
7,
584,
4280,
28027,
6,
979,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
6,
8634,
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,
2847,
17161,
599,
8478,
7,
61,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
372,
3274,
96,
11650,
1959,
31,
7,
121,
3430,
8634,
3274,
668,
3430,
979,
2490,
335,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the lowest points for a time/retired of +30.7 secs, and laps smaller than 165? | SELECT MIN(points) FROM table_name_70 WHERE time_retired = "+30.7 secs" AND laps < 165 | CREATE TABLE table_name_70 (points INTEGER, time_retired VARCHAR, laps VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2518,
41,
2700,
7,
3,
21342,
17966,
6,
97,
834,
10682,
1271,
584,
4280,
28027,
6,
14941,
7,
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,
2700,
7,
61,
21680,
953,
834,
4350,
834,
2518,
549,
17444,
427,
97,
834,
10682,
1271,
3274,
96,
1220,
519,
22426,
4220,
7,
121,
3430,
14941,
7,
3,
2,
3,
22823,
1,
-100,
-100,
-100,
-100,
-100,
-100,... |
Who was the team 2 in the game with a team 1 of Liege Basket? | SELECT team__number2 FROM table_name_88 WHERE team__number1 = "liege basket" | CREATE TABLE table_name_88 (team__number2 VARCHAR, team__number1 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
11650,
834,
834,
5525,
1152,
357,
584,
4280,
28027,
6,
372,
834,
834,
5525,
1152,
536,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
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,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
372,
834,
834,
5525,
1152,
357,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
372,
834,
834,
5525,
1152,
536,
3274,
96,
1896,
397,
8235,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the 2nd leg score in the matchup with a team 2 of KK Borac? | SELECT 2 AS nd_leg FROM table_name_77 WHERE team__number2 = "kk borac" | CREATE TABLE table_name_77 (team__number2 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4013,
41,
11650,
834,
834,
5525,
1152,
357,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
204,
727,
4553,
2604,
16,
8,
1588,
413,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
204,
6157,
3,
727,
834,
5772,
21680,
953,
834,
4350,
834,
4013,
549,
17444,
427,
372,
834,
834,
5525,
1152,
357,
3274,
96,
8511,
3005,
3738,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What are the serial numbers for the locomotives of Class 4-8-4 — oooooooo — northern? | SELECT serial_numbers FROM table_name_28 WHERE class = "4-8-4 — oooooooo — northern" | CREATE TABLE table_name_28 (serial_numbers VARCHAR, class VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
7,
15,
12042,
834,
5525,
1152,
7,
584,
4280,
28027,
6,
853,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
33,
8,
10501,
2302,
21,
8,
31301,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10501,
834,
5525,
1152,
7,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
853,
3274,
96,
591,
6039,
4278,
3,
318,
3,
16780,
16780,
3,
318,
8390,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the fleet number for the model with Serial number 68056? | SELECT fleet_number_s_ FROM table_name_27 WHERE serial_numbers = "68056" | CREATE TABLE table_name_27 (fleet_number_s_ VARCHAR, serial_numbers VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2555,
41,
89,
109,
15,
17,
834,
5525,
1152,
834,
7,
834,
584,
4280,
28027,
6,
10501,
834,
5525,
1152,
7,
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,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
9111,
834,
5525,
1152,
834,
7,
834,
21680,
953,
834,
4350,
834,
2555,
549,
17444,
427,
10501,
834,
5525,
1152,
7,
3274,
96,
948,
2079,
4834,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the serial number of the model made in 1930? | SELECT serial_numbers FROM table_name_82 WHERE year_made = "1930" | CREATE TABLE table_name_82 (serial_numbers VARCHAR, year_made VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
7,
15,
12042,
834,
5525,
1152,
7,
584,
4280,
28027,
6,
215,
834,
4725,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
10501,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
10501,
834,
5525,
1152,
7,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
215,
834,
4725,
3274,
96,
2294,
1458,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the wheel arrangement for the model that was retired in 1955? | SELECT wheel_arrangement FROM table_name_75 WHERE year_s__retired = "1955" | CREATE TABLE table_name_75 (wheel_arrangement VARCHAR, year_s__retired VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
14074,
834,
291,
5517,
297,
584,
4280,
28027,
6,
215,
834,
7,
834,
834,
10682,
1271,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
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,
5094,
834,
291,
5517,
297,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
215,
834,
7,
834,
834,
10682,
1271,
3274,
96,
22464,
17395,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the lowest number of matches that has a Clubs of 46 → 32? | SELECT MIN(matches) FROM table_name_99 WHERE clubs = "46 → 32" | CREATE TABLE table_name_99 (matches INTEGER, clubs VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3264,
41,
19515,
15,
7,
3,
21342,
17966,
6,
8122,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
7402,
381,
13,
6407,
24,
65,
3,
9,
1949,
7,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
19515,
15,
7,
61,
21680,
953,
834,
4350,
834,
3264,
549,
17444,
427,
8122,
3274,
96,
4448,
3,
2,
3538,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the highest number of matches that has a round of Third Round? | SELECT MAX(matches) FROM table_name_22 WHERE round = "third round" | CREATE TABLE table_name_22 (matches INTEGER, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
19515,
15,
7,
3,
21342,
17966,
6,
1751,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
381,
13,
6407,
24,
65,
3,
9,
1751,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
19515,
15,
7,
61,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
1751,
3274,
96,
14965,
1751,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the prize money for the final round? | SELECT prize_money FROM table_name_58 WHERE round = "final" | CREATE TABLE table_name_58 (prize_money VARCHAR, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3449,
41,
2246,
776,
834,
28442,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
6441,
540,
21,
8,
804,
1751,
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,
6441,
834,
28442,
21680,
953,
834,
4350,
834,
3449,
549,
17444,
427,
1751,
3274,
96,
12406,
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 date for the row with a new entries this round of 44? | SELECT date FROM table_name_71 WHERE new_entries_this_round = "44" | CREATE TABLE table_name_71 (date VARCHAR, new_entries_this_round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
5522,
584,
4280,
28027,
6,
126,
834,
35,
9000,
834,
8048,
834,
7775,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
833,
21,
8,
7358,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
833,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
126,
834,
35,
9000,
834,
8048,
834,
7775,
3274,
96,
3628,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which Against has Wins of 11, and Losses smaller than 7? | SELECT AVG(against) FROM table_name_97 WHERE wins = 11 AND losses < 7 | CREATE TABLE table_name_97 (against INTEGER, wins VARCHAR, losses VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
9,
16720,
7,
17,
3,
21342,
17966,
6,
9204,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
3,
20749,
65,
4871,
7,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
9,
16720,
7,
17,
61,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
9204,
3274,
850,
3430,
8467,
3,
2,
489,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Draws have Losses larger than 8, and a Hampden FL of terang-mortlake? | SELECT draws FROM table_name_18 WHERE losses > 8 AND hampden_fl = "terang-mortlake" | CREATE TABLE table_name_18 (draws VARCHAR, losses VARCHAR, hampden_fl VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2606,
41,
19489,
7,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
6,
3,
1483,
102,
537,
834,
89,
40,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
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,
14924,
21680,
953,
834,
4350,
834,
2606,
549,
17444,
427,
8467,
2490,
505,
3430,
3,
1483,
102,
537,
834,
89,
40,
3274,
96,
449,
1468,
18,
2528,
17,
16948,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which Byes have Losses smaller than 4? | SELECT AVG(byes) FROM table_name_38 WHERE losses < 4 | CREATE TABLE table_name_38 (byes INTEGER, losses INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3747,
41,
969,
15,
7,
3,
21342,
17966,
6,
8467,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
4073,
938,
15,
7,
43,
3144,
2260,
2755,
145,
314,
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,
71,
17217,
599,
969,
15,
7,
61,
21680,
953,
834,
4350,
834,
3747,
549,
17444,
427,
8467,
3,
2,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What's the total draws when the losses are less than 10, less than 2 byes, and 13 wins? | SELECT COUNT(draws) FROM table_name_39 WHERE losses < 10 AND wins = 13 AND byes < 2 | CREATE TABLE table_name_39 (draws VARCHAR, byes VARCHAR, losses VARCHAR, wins VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
19489,
7,
584,
4280,
28027,
6,
57,
15,
7,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
6,
9204,
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,
2847,
17161,
599,
19489,
7,
61,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
8467,
3,
2,
335,
3430,
9204,
3274,
1179,
3430,
57,
15,
7,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What's the total draws for Ararat when the byes are less than 2? | SELECT SUM(draws) FROM table_name_97 WHERE wimmera_fl = "ararat" AND byes < 2 | CREATE TABLE table_name_97 (draws INTEGER, wimmera_fl VARCHAR, byes VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
19489,
7,
3,
21342,
17966,
6,
3,
210,
12174,
9,
834,
89,
40,
584,
4280,
28027,
6,
57,
15,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
180,
6122,
599,
19489,
7,
61,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
3,
210,
12174,
9,
834,
89,
40,
3274,
96,
2551,
1795,
121,
3430,
57,
15,
7,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What's the total losses when there are 8 wins and less than 2 byes? | SELECT SUM(losses) FROM table_name_91 WHERE wins = 8 AND byes < 2 | CREATE TABLE table_name_91 (losses INTEGER, wins VARCHAR, byes VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
2298,
2260,
3,
21342,
17966,
6,
9204,
584,
4280,
28027,
6,
57,
15,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
792,
8467,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
180,
6122,
599,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
9204,
3274,
505,
3430,
57,
15,
7,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What's the least losses for Horsham Saints with more than 13 wins and less than 1211 against? | SELECT MIN(losses) FROM table_name_24 WHERE against < 1211 AND wimmera_fl = "horsham saints" AND wins > 13 | CREATE TABLE table_name_24 (losses INTEGER, wins VARCHAR, against VARCHAR, wimmera_fl VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
2298,
2260,
3,
21342,
17966,
6,
9204,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
6,
3,
210,
12174,
9,
834,
89,
40,
584,
4280,
28027,
61,
3,
32105,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3,
17684,
599,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
581,
3,
2,
586,
2596,
3430,
3,
210,
12174,
9,
834,
89,
40,
3274,
96,
107,
127,
7,
1483,
15528,
7,
121,
3430,
9204,
2490,
1179,
1,... |
What are the draws when the losses are less than 1? | SELECT SUM(draws) FROM table_name_30 WHERE losses < 1 | CREATE TABLE table_name_30 (draws INTEGER, losses INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
19489,
7,
3,
21342,
17966,
6,
8467,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
33,
8,
14924,
116,
8,
8467,
33,
705,
145,
209,
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,
180,
6122,
599,
19489,
7,
61,
21680,
953,
834,
4350,
834,
1458,
549,
17444,
427,
8467,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What are the amount of wins when the draws are less than 0 and the against is 1348? | SELECT MIN(wins) FROM table_name_82 WHERE against = 1348 AND draws < 0 | CREATE TABLE table_name_82 (wins INTEGER, against VARCHAR, draws VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
3757,
7,
3,
21342,
17966,
6,
581,
584,
4280,
28027,
6,
14924,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
33,
8,
866,
13,
9204,
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,
1,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
3757,
7,
61,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
581,
3274,
1179,
3707,
3430,
14924,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What was the total city area for vehari city with a serial number bigger than 36? | SELECT COUNT(city_area_km_2__) FROM table_name_1 WHERE headquartered_city = "vehari city" AND serial_no > 36 | CREATE TABLE table_name_1 (city_area_km_2__ VARCHAR, headquartered_city VARCHAR, serial_no VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
6726,
834,
498,
834,
5848,
834,
357,
834,
834,
584,
4280,
28027,
6,
3,
27630,
834,
6726,
584,
4280,
28027,
6,
10501,
834,
29,
32,
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,
2847,
17161,
599,
6726,
834,
498,
834,
5848,
834,
357,
834,
834,
61,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
3,
27630,
834,
6726,
3274,
96,
162,
16250,
690,
121,
3430,
10501,
834,
29,
32,
2490,
4475,
1,
... |
What was the lowest city population for the district of rajanpur district with a area of 6 km squared and a serial number less than 29? | SELECT MIN(city_population__2009_) FROM table_name_15 WHERE city_area_km_2__ = 6 AND district = "rajanpur district" AND serial_no < 29 | CREATE TABLE table_name_15 (city_population__2009_ INTEGER, serial_no VARCHAR, city_area_km_2__ VARCHAR, district VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
6726,
834,
9791,
7830,
834,
834,
16660,
834,
3,
21342,
17966,
6,
10501,
834,
29,
32,
584,
4280,
28027,
6,
690,
834,
498,
834,
5848,
834,
357,
834,
834,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3,
17684,
599,
6726,
834,
9791,
7830,
834,
834,
16660,
834,
61,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
690,
834,
498,
834,
5848,
834,
357,
834,
834,
3274,
431,
3430,
3939,
3274,
96,
9655,
152,
3791,
3939... |
What is the sum of the serial numbers for narowal city? | SELECT SUM(serial_no) FROM table_name_22 WHERE headquartered_city = "narowal city" | CREATE TABLE table_name_22 (serial_no INTEGER, headquartered_city VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
7,
15,
12042,
834,
29,
32,
3,
21342,
17966,
6,
3,
27630,
834,
6726,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4505,
13,
8,
105... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
7,
15,
12042,
834,
29,
32,
61,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
3,
27630,
834,
6726,
3274,
96,
29,
9,
3623,
138,
690,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the sum of the area for the bahawalnagar district with a population more than 134,936? | SELECT SUM(city_area_km_2__) FROM table_name_32 WHERE district = "bahawalnagar district" AND city_population__2009_ > 134 OFFSET 936 | CREATE TABLE table_name_32 (city_area_km_2__ INTEGER, district VARCHAR, city_population__2009_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2668,
41,
6726,
834,
498,
834,
5848,
834,
357,
834,
834,
3,
21342,
17966,
6,
3939,
584,
4280,
28027,
6,
690,
834,
9791,
7830,
834,
834,
16660,
834,
584,
4280,
28... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
180,
6122,
599,
6726,
834,
498,
834,
5848,
834,
357,
834,
834,
61,
21680,
953,
834,
4350,
834,
2668,
549,
17444,
427,
3939,
3274,
96,
17670,
9,
5380,
29,
9,
1478,
3939,
121,
3430,
690,
834,
9791,
7830,
834,
834,
1... |
What district was the city with an area smaller than 12 square kilometers and a serial number of 35? | SELECT district FROM table_name_9 WHERE city_area_km_2__ < 12 AND serial_no = 35 | CREATE TABLE table_name_9 (district VARCHAR, city_area_km_2__ VARCHAR, serial_no VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1298,
41,
26,
23,
20066,
584,
4280,
28027,
6,
690,
834,
498,
834,
5848,
834,
357,
834,
834,
584,
4280,
28027,
6,
10501,
834,
29,
32,
584,
4280,
28027,
61,
3,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3939,
21680,
953,
834,
4350,
834,
1298,
549,
17444,
427,
690,
834,
498,
834,
5848,
834,
357,
834,
834,
3,
2,
586,
3430,
10501,
834,
29,
32,
3274,
3097,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
After pick number 158, what is the next round a USC player was picked? | SELECT MIN(round) FROM table_name_20 WHERE school = "usc" AND pick > 158 | CREATE TABLE table_name_20 (round INTEGER, school VARCHAR, pick VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1755,
41,
7775,
3,
21342,
17966,
6,
496,
584,
4280,
28027,
6,
1432,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
621,
1432,
381,
3,
26556,
6,
125,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
7775,
61,
21680,
953,
834,
4350,
834,
1755,
549,
17444,
427,
496,
3274,
96,
302,
75,
121,
3430,
1432,
2490,
3,
26556,
1,
-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.