NATURAL_LANG stringlengths 12 244 | SQL stringlengths 18 336 | SCHEMA stringlengths 27 355 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|
What Player is from the College of memphis? | SELECT player FROM table_name_5 WHERE college = "memphis" | CREATE TABLE table_name_5 (player VARCHAR, college VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
755,
41,
20846,
584,
4280,
28027,
6,
1900,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
12387,
19,
45,
8,
1888,
13,
140,
7656,
159,
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,
1959,
21680,
953,
834,
4350,
834,
755,
549,
17444,
427,
1900,
3274,
96,
526,
7656,
159,
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 College of the LB Player with Big Ten Conf.? | SELECT college FROM table_name_70 WHERE pos = "lb" AND conf = "big ten" | CREATE TABLE table_name_70 (college VARCHAR, pos VARCHAR, conf VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2518,
41,
3297,
7883,
584,
4280,
28027,
6,
3,
2748,
584,
4280,
28027,
6,
3,
9707,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1888,
13,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1900,
21680,
953,
834,
4350,
834,
2518,
549,
17444,
427,
3,
2748,
3274,
96,
40,
115,
121,
3430,
3,
9707,
3274,
96,
12911,
3,
324,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many draws are there when there are 11 wins, and more than 7 losses? | SELECT SUM(draws) FROM table_name_92 WHERE wins = 11 AND losses > 7 | CREATE TABLE table_name_92 (draws INTEGER, wins VARCHAR, losses VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4508,
41,
19489,
7,
3,
21342,
17966,
6,
9204,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
14924,
33,
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,
180,
6122,
599,
19489,
7,
61,
21680,
953,
834,
4350,
834,
4508,
549,
17444,
427,
9204,
3274,
850,
3430,
8467,
2490,
489,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the draws when there are less than 3 losses and more than 16 wins? | SELECT MAX(draws) FROM table_name_20 WHERE losses < 3 AND wins > 16 | CREATE TABLE table_name_20 (draws INTEGER, losses VARCHAR, wins VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1755,
41,
19489,
7,
3,
21342,
17966,
6,
8467,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
14924,
116,
132,
33,
70... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
19489,
7,
61,
21680,
953,
834,
4350,
834,
1755,
549,
17444,
427,
8467,
3,
2,
220,
3430,
9204,
2490,
898,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the wins when there are 5 losses, and against is more than 1205? | SELECT MAX(wins) FROM table_name_33 WHERE losses = 5 AND against > 1205 | CREATE TABLE table_name_33 (wins INTEGER, losses VARCHAR, against VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
3757,
7,
3,
21342,
17966,
6,
8467,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
9204,
116,
132,
33,
305,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3757,
7,
61,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
8467,
3274,
305,
3430,
581,
2490,
586,
3076,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the losses when Sunrayia FL is Red Cliffs, and the against is more than 2294? | SELECT AVG(losses) FROM table_name_20 WHERE sunrayia_fl = "red cliffs" AND against > 2294 | CREATE TABLE table_name_20 (losses INTEGER, sunrayia_fl VARCHAR, against VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1755,
41,
2298,
2260,
3,
21342,
17966,
6,
1997,
2866,
23,
9,
834,
89,
40,
584,
4280,
28027,
6,
581,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
71,
17217,
599,
2298,
2260,
61,
21680,
953,
834,
4350,
834,
1755,
549,
17444,
427,
1997,
2866,
23,
9,
834,
89,
40,
3274,
96,
1271,
3,
12591,
7,
121,
3430,
581,
2490,
1630,
4240,
1,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the number against when losses are smaller than 3, and wins arelarger than 16? | SELECT COUNT(against) FROM table_name_73 WHERE losses < 3 AND wins > 16 | CREATE TABLE table_name_73 (against VARCHAR, losses VARCHAR, wins VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
9,
16720,
7,
17,
584,
4280,
28027,
6,
8467,
584,
4280,
28027,
6,
9204,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
381,
581,
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,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
9,
16720,
7,
17,
61,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
8467,
3,
2,
220,
3430,
9204,
2490,
898,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the Notes of the Frequency with Call sign CFUN-FM-1? | SELECT notes FROM table_name_33 WHERE call_sign = "cfun-fm-1" | CREATE TABLE table_name_33 (notes VARCHAR, call_sign VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
7977,
7,
584,
4280,
28027,
6,
580,
834,
6732,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2507,
7,
13,
8,
5532,
835,
11298,
28,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3358,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
580,
834,
6732,
3274,
96,
75,
89,
202,
18,
89,
51,
2292,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the Format of FM 100.5 Licensed to Hope? | SELECT format FROM table_name_65 WHERE notes = "licensed to hope" AND frequency = "fm 100.5" | CREATE TABLE table_name_65 (format VARCHAR, notes VARCHAR, frequency VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
8995,
584,
4280,
28027,
6,
3358,
584,
4280,
28027,
6,
7321,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
12439,
13,
13409,
335,
12100... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1910,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
3358,
3274,
96,
28062,
26,
12,
897,
121,
3430,
7321,
3274,
96,
89,
51,
910,
5,
17395,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the Notes of the Frequency with a call sign of CBUE-FM? | SELECT notes FROM table_name_82 WHERE call_sign = "cbue-fm" | CREATE TABLE table_name_82 (notes VARCHAR, call_sign VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
7977,
7,
584,
4280,
28027,
6,
580,
834,
6732,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2507,
7,
13,
8,
5532,
835,
11298,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3358,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
580,
834,
6732,
3274,
96,
75,
3007,
15,
18,
89,
51,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
what is the average dynamo when draw is more than 0, played is less than 15 and spartak is more than 1? | SELECT AVG(dynamo) FROM table_name_25 WHERE draw > 0 AND played < 15 AND spartak > 1 | CREATE TABLE table_name_25 (dynamo INTEGER, spartak VARCHAR, draw VARCHAR, played VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1828,
41,
24805,
51,
32,
3,
21342,
17966,
6,
3,
7,
2274,
1639,
584,
4280,
28027,
6,
3314,
584,
4280,
28027,
6,
1944,
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,
71,
17217,
599,
24805,
51,
32,
61,
21680,
953,
834,
4350,
834,
1828,
549,
17444,
427,
3314,
2490,
3,
632,
3430,
1944,
3,
2,
627,
3430,
3,
7,
2274,
1639,
2490,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
what is the highest spartak when played is less than 15 and dynamo is less than 3? | SELECT MAX(spartak) FROM table_name_42 WHERE played < 15 AND dynamo < 3 | CREATE TABLE table_name_42 (spartak INTEGER, played VARCHAR, dynamo VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
7,
2274,
1639,
3,
21342,
17966,
6,
1944,
584,
4280,
28027,
6,
3,
24805,
51,
32,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
2030,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
4800,
4,
599,
7,
2274,
1639,
61,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
1944,
3,
2,
627,
3430,
3,
24805,
51,
32,
3,
2,
220,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the most draw when the competition is soviet league and dynamo is more than 34? | SELECT MAX(draw) FROM table_name_19 WHERE competition = "soviet league" AND dynamo > 34 | CREATE TABLE table_name_19 (draw INTEGER, competition VARCHAR, dynamo VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2294,
41,
19489,
3,
21342,
17966,
6,
2259,
584,
4280,
28027,
6,
3,
24805,
51,
32,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
167,
3314,
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,
19489,
61,
21680,
953,
834,
4350,
834,
2294,
549,
17444,
427,
2259,
3274,
96,
7,
9881,
15,
17,
5533,
121,
3430,
3,
24805,
51,
32,
2490,
6154,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the sum of spartak when played is 102 and draw is less than 19? | SELECT SUM(spartak) FROM table_name_54 WHERE played = 102 AND draw < 19 | CREATE TABLE table_name_54 (spartak INTEGER, played VARCHAR, draw VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
7,
2274,
1639,
3,
21342,
17966,
6,
1944,
584,
4280,
28027,
6,
3314,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
4505,
13,
3,
7,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
7,
2274,
1639,
61,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
1944,
3274,
3,
14388,
3430,
3314,
3,
2,
957,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
what is the least dynamo when spartak is more than 9, competition is totals and draw is more than 24? | SELECT MIN(dynamo) FROM table_name_12 WHERE spartak > 9 AND competition = "totals" AND draw > 24 | CREATE TABLE table_name_12 (dynamo INTEGER, draw VARCHAR, spartak VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
24805,
51,
32,
3,
21342,
17966,
6,
3314,
584,
4280,
28027,
6,
3,
7,
2274,
1639,
584,
4280,
28027,
6,
2259,
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,
3,
17684,
599,
24805,
51,
32,
61,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
3,
7,
2274,
1639,
2490,
668,
3430,
2259,
3274,
96,
235,
1947,
7,
121,
3430,
3314,
2490,
997,
1,
-100,
-100,
-100,
-100,
-100,
-1... |
What's the result when the Washington Redskins were the opponents on a week after 8? | SELECT result FROM table_name_85 WHERE week > 8 AND opponent = "washington redskins" | CREATE TABLE table_name_85 (result VARCHAR, week VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4433,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
741,
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,
1,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
741,
21680,
953,
834,
4350,
834,
4433,
549,
17444,
427,
471,
2490,
505,
3430,
15264,
3274,
96,
14710,
6029,
1131,
7,
7815,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the 4.45 for Anna Rogowska from Poland? | SELECT 445 FROM table_name_46 WHERE nationality = "poland" AND name = "anna rogowska" | CREATE TABLE table_name_46 (nationality VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4448,
41,
16557,
485,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2853,
2128,
21,
7588,
2158,
839,
210,
10717,
45,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
314,
2128,
21680,
953,
834,
4350,
834,
4448,
549,
17444,
427,
1157,
485,
3274,
96,
3233,
232,
121,
3430,
564,
3274,
96,
10878,
3,
3822,
2381,
10717,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the 4.45 for Yelena Isinbayeva? | SELECT 445 FROM table_name_5 WHERE name = "yelena isinbayeva" | CREATE TABLE table_name_5 (name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
755,
41,
4350,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2853,
2128,
21,
7271,
40,
35,
9,
27,
7,
77,
11119,
4721,
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,
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,
314,
2128,
21680,
953,
834,
4350,
834,
755,
549,
17444,
427,
564,
3274,
96,
63,
400,
29,
9,
19,
77,
11119,
4721,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is Anna Rogowska's average result? | SELECT AVG(result) FROM table_name_7 WHERE name = "anna rogowska" | CREATE TABLE table_name_7 (result INTEGER, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
60,
7,
83,
17,
3,
21342,
17966,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
7588,
2158,
839,
210,
10717,
31,
7,
1348,
741,
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,
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,
60,
7,
83,
17,
61,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
564,
3274,
96,
10878,
3,
3822,
2381,
10717,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What national has 4.45 for o and 4.55 for xo? | SELECT nationality FROM table_name_13 WHERE 445 = "o" AND 455 = "xo" | CREATE TABLE table_name_13 (nationality VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
16557,
485,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
1157,
65,
2853,
2128,
21,
3,
32,
11,
2853,
3769,
21,
3,
226,
32,
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,
2368,
549,
17444,
427,
314,
2128,
3274,
96,
32,
121,
3430,
314,
3769,
3274,
96,
226,
32,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the sum of staterooms in with a year buit of 2008, and a crew less than 28? | SELECT SUM(staterooms) FROM table_name_62 WHERE year_built = 2008 AND crew < 28 | CREATE TABLE table_name_62 (staterooms INTEGER, year_built VARCHAR, crew VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
5540,
3082,
7,
3,
21342,
17966,
6,
215,
834,
16152,
584,
4280,
28027,
6,
4627,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
4505,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5540,
3082,
7,
61,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
215,
834,
16152,
3274,
2628,
3430,
4627,
3,
2,
2059,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the total for guests with a ship name of rv indochina, and a crew smaller than 28? | SELECT COUNT(guests) FROM table_name_89 WHERE ship_name = "rv indochina" AND crew < 28 | CREATE TABLE table_name_89 (guests VARCHAR, ship_name VARCHAR, crew VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3914,
41,
15991,
17,
7,
584,
4280,
28027,
6,
4383,
834,
4350,
584,
4280,
28027,
6,
4627,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
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,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
2847,
17161,
599,
15991,
17,
7,
61,
21680,
953,
834,
4350,
834,
3914,
549,
17444,
427,
4383,
834,
4350,
3274,
96,
52,
208,
16,
3327,
77,
9,
121,
3430,
4627,
3,
2,
2059,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
what is the country when the total is 111 and the day 1 is 69? | SELECT country FROM table_name_4 WHERE total = 111 AND day_1 = 69 | CREATE TABLE table_name_4 (country VARCHAR, total VARCHAR, day_1 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
591,
41,
17529,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
6,
239,
834,
536,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
684,
116,
8,
792,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
684,
21680,
953,
834,
4350,
834,
591,
549,
17444,
427,
792,
3274,
3,
15866,
3430,
239,
834,
536,
3274,
3,
3951,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the average rank when the day 1 is less than 71 and the country is romania? | SELECT AVG(rank) FROM table_name_62 WHERE day_1 < 71 AND country = "romania" | CREATE TABLE table_name_62 (rank INTEGER, day_1 VARCHAR, country VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
6254,
3,
21342,
17966,
6,
239,
834,
536,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1348,
11003,
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,
1,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
6254,
61,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
239,
834,
536,
3,
2,
3,
4450,
3430,
684,
3274,
96,
3522,
11219,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
how many times is the athlete jin di and the total less than 118? | SELECT COUNT(rank) FROM table_name_77 WHERE athlete = "jin di" AND total < 118 | CREATE TABLE table_name_77 (rank VARCHAR, athlete VARCHAR, total VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4013,
41,
6254,
584,
4280,
28027,
6,
17893,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
149,
186,
648,
19,
8,
17893,
3,
354,
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,
2847,
17161,
599,
6254,
61,
21680,
953,
834,
4350,
834,
4013,
549,
17444,
427,
17893,
3274,
96,
354,
77,
1227,
121,
3430,
792,
3,
2,
3,
20056,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the highest goal for a GEO nat., that ended after 2010? | SELECT MAX(goals) FROM table_name_6 WHERE nat = "geo" AND ends > 2010 | CREATE TABLE table_name_6 (goals INTEGER, nat VARCHAR, ends VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
839,
5405,
3,
21342,
17966,
6,
3,
29,
144,
584,
4280,
28027,
6,
5542,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2030,
1288,
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,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
839,
5405,
61,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
3,
29,
144,
3274,
96,
397,
32,
121,
3430,
5542,
2490,
2735,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the venue when the year is 2006, the competition is asian games and the event is 400 m? | SELECT venue FROM table_name_20 WHERE year = 2006 AND competition = "asian games" AND event = "400 m" | CREATE TABLE table_name_20 (venue VARCHAR, event VARCHAR, year VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1755,
41,
15098,
584,
4280,
28027,
6,
605,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
5669,
21680,
953,
834,
4350,
834,
1755,
549,
17444,
427,
215,
3274,
3581,
3430,
2259,
3274,
96,
9,
10488,
1031,
121,
3430,
605,
3274,
96,
5548,
3,
51,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
what is the venue when the event is 4x400 m relay and the competition is asian championships? | SELECT venue FROM table_name_7 WHERE event = "4x400 m relay" AND competition = "asian championships" | CREATE TABLE table_name_7 (venue VARCHAR, event VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
15098,
584,
4280,
28027,
6,
605,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
5669,
116,
8,
605,
19,
314,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5669,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
605,
3274,
96,
591,
226,
5548,
3,
51,
16010,
121,
3430,
2259,
3274,
96,
9,
10488,
10183,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
what is the venue when the competition is asian games, the event is 4x400 m relay and the year is 2002? | SELECT venue FROM table_name_93 WHERE competition = "asian games" AND event = "4x400 m relay" AND year = 2002 | CREATE TABLE table_name_93 (venue VARCHAR, year VARCHAR, competition VARCHAR, event VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
15098,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
6,
605,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
5669,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
2259,
3274,
96,
9,
10488,
1031,
121,
3430,
605,
3274,
96,
591,
226,
5548,
3,
51,
16010,
121,
3430,
215,
3274,
4407,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
During the voting order 11, when the commentator was pierre tchernia, who was the spokesperson? | SELECT spokespersons FROM table_name_7 WHERE commentator = "pierre tchernia" AND voting_order = 11 | CREATE TABLE table_name_7 (spokespersons VARCHAR, commentator VARCHAR, voting_order VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
7990,
7735,
6075,
7,
584,
4280,
28027,
6,
1670,
1016,
584,
4280,
28027,
6,
10601,
834,
9397,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
3,
2092,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23909,
7,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
1670,
1016,
3274,
96,
8343,
60,
3,
17,
1703,
29,
23,
9,
121,
3430,
10601,
834,
9397,
3274,
850,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the voting order when bunny carr was the commentator? | SELECT SUM(voting_order) FROM table_name_50 WHERE commentator = "bunny carr" | CREATE TABLE table_name_50 (voting_order INTEGER, commentator VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1752,
41,
1621,
1222,
834,
9397,
3,
21342,
17966,
6,
1670,
1016,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
10601,
455,
116,
2293,
29,
63,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
180,
6122,
599,
1621,
1222,
834,
9397,
61,
21680,
953,
834,
4350,
834,
1752,
549,
17444,
427,
1670,
1016,
3274,
96,
9617,
29,
63,
443,
52,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who was the commentator when the spokesperson was michael aspel? | SELECT commentator FROM table_name_35 WHERE spokespersons = "michael aspel" | CREATE TABLE table_name_35 (commentator VARCHAR, spokespersons VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2469,
41,
287,
297,
1016,
584,
4280,
28027,
6,
23909,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
1670,
1016,
116,
8,
23909,
47,
2278,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1670,
1016,
21680,
953,
834,
4350,
834,
2469,
549,
17444,
427,
23909,
7,
3274,
96,
51,
362,
9,
15,
40,
38,
4343,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What was the voting order when the commentator was renato tagliani? | SELECT voting_order FROM table_name_95 WHERE commentator = "renato tagliani" | CREATE TABLE table_name_95 (voting_order VARCHAR, commentator VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
1621,
1222,
834,
9397,
584,
4280,
28027,
6,
1670,
1016,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
10601,
455,
116,
8,
1670,
1016,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10601,
834,
9397,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
1670,
1016,
3274,
96,
1536,
9,
235,
7860,
9928,
23,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which Bronze has a Total smaller than 1? | SELECT AVG(bronze) FROM table_name_15 WHERE total < 1 | CREATE TABLE table_name_15 (bronze INTEGER, total INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1808,
41,
13711,
776,
3,
21342,
17966,
6,
792,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
4073,
20841,
65,
3,
9,
9273,
2755,
145,
209,
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,
71,
17217,
599,
13711,
776,
61,
21680,
953,
834,
4350,
834,
1808,
549,
17444,
427,
792,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How much Silver has a Bronze larger than 1, and a Gold of 0, and a Rank smaller than 4? | SELECT COUNT(silver) FROM table_name_95 WHERE bronze > 1 AND gold = 0 AND rank < 4 | CREATE TABLE table_name_95 (silver VARCHAR, rank VARCHAR, bronze VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3301,
41,
7,
173,
624,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
6,
2045,
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,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
2847,
17161,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
3301,
549,
17444,
427,
13467,
2490,
209,
3430,
2045,
3274,
3,
632,
3430,
11003,
3,
2,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which Bronze has a Rank of 4, and a Gold smaller than 0? | SELECT MAX(bronze) FROM table_name_7 WHERE rank = 4 AND gold < 0 | CREATE TABLE table_name_7 (bronze INTEGER, rank VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
13711,
776,
3,
21342,
17966,
6,
11003,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
20841,
65,
3,
9,
3,
22557,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
13711,
776,
61,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
11003,
3274,
314,
3430,
2045,
3,
2,
3,
632,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
How much Gold has a Bronze smaller than 2, and a Silver of 0, and a Rank larger than 3? | SELECT SUM(gold) FROM table_name_78 WHERE bronze < 2 AND silver = 0 AND rank > 3 | CREATE TABLE table_name_78 (gold INTEGER, rank VARCHAR, bronze VARCHAR, silver VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3940,
41,
14910,
3,
21342,
17966,
6,
11003,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
231,
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,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
180,
6122,
599,
14910,
61,
21680,
953,
834,
4350,
834,
3940,
549,
17444,
427,
13467,
3,
2,
204,
3430,
4294,
3274,
3,
632,
3430,
11003,
2490,
220,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What percentage of the 2011 population had a mother tongue language that was spoken by 45.22% of the population in 2006 (over 120)? | SELECT percentage__2011_ FROM table_name_13 WHERE population__2006_ > 120 AND percentage__2006_ = "45.22%" | CREATE TABLE table_name_13 (percentage__2011_ VARCHAR, population__2006_ VARCHAR, percentage__2006_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
883,
3728,
545,
834,
834,
13907,
834,
584,
4280,
28027,
6,
2074,
834,
834,
21196,
834,
584,
4280,
28027,
6,
5294,
834,
834,
21196,
834,
584,
4280,
28027,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
5294,
834,
834,
13907,
834,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
2074,
834,
834,
21196,
834,
2490,
5864,
3430,
5294,
834,
834,
21196,
834,
3274,
96,
591,
24342,
5406,
121,
1,
-100,
-100,
-100,
-100,
-100... |
What is the total number of people in 2011 speaking the mother tongue language spoken by 120 in 2006? | SELECT COUNT(population__2011_) FROM table_name_49 WHERE population__2006_ = 120 | CREATE TABLE table_name_49 (population__2011_ VARCHAR, population__2006_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3647,
41,
9791,
7830,
834,
834,
13907,
834,
584,
4280,
28027,
6,
2074,
834,
834,
21196,
834,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2847,
17161,
599,
9791,
7830,
834,
834,
13907,
834,
61,
21680,
953,
834,
4350,
834,
3647,
549,
17444,
427,
2074,
834,
834,
21196,
834,
3274,
5864,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
How many people ha Romanian as their mother tongue in 2006? | SELECT MAX(population__2006_) FROM table_name_12 WHERE mother_tongue = "romanian" | CREATE TABLE table_name_12 (population__2006_ INTEGER, mother_tongue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
9791,
7830,
834,
834,
21196,
834,
3,
21342,
17966,
6,
2039,
834,
17,
106,
5398,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
151,
4244,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4800,
4,
599,
9791,
7830,
834,
834,
21196,
834,
61,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
2039,
834,
17,
106,
5398,
3274,
96,
3522,
9,
15710,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the mother tongue language shared by 300 people in 2006? | SELECT mother_tongue FROM table_name_94 WHERE population__2006_ = 300 | CREATE TABLE table_name_94 (mother_tongue VARCHAR, population__2006_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
21226,
834,
17,
106,
5398,
584,
4280,
28027,
6,
2074,
834,
834,
21196,
834,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2039,
13559,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2039,
834,
17,
106,
5398,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
2074,
834,
834,
21196,
834,
3274,
3147,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What's the total number of points when the English translation is Long Live Life and the draw is less than 2? | SELECT COUNT(points) FROM table_name_64 WHERE english_translation = "long live life" AND draw < 2 | CREATE TABLE table_name_64 (points VARCHAR, english_translation VARCHAR, draw VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
2700,
7,
584,
4280,
28027,
6,
22269,
834,
7031,
6105,
584,
4280,
28027,
6,
3314,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
79... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
3,
23143,
14196,
2847,
17161,
599,
2700,
7,
61,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
22269,
834,
7031,
6105,
3274,
96,
2961,
619,
280,
121,
3430,
3314,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What's the language of Draw number 9? | SELECT language FROM table_name_65 WHERE draw = 9 | CREATE TABLE table_name_65 (language VARCHAR, draw VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
24925,
584,
4280,
28027,
6,
3314,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
1612,
13,
19183,
381,
668,
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,
1612,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
3314,
3274,
668,
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 are the lowest points when the language is Portuguese? | SELECT MIN(points) FROM table_name_87 WHERE language = "portuguese" | CREATE TABLE table_name_87 (points INTEGER, language VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4225,
41,
2700,
7,
3,
21342,
17966,
6,
1612,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
33,
8,
7402,
979,
116,
8,
1612,
19,
21076,
58,
1,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
2700,
7,
61,
21680,
953,
834,
4350,
834,
4225,
549,
17444,
427,
1612,
3274,
96,
1493,
76,
15991,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What's the island with a summit of Haleakalā? | SELECT island FROM table_name_74 WHERE summit = "haleakalā" | CREATE TABLE table_name_74 (island VARCHAR, summit VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4581,
41,
159,
40,
232,
584,
4280,
28027,
6,
13385,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
3368,
28,
3,
9,
13385,
13,
5648,
15,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3368,
21680,
953,
834,
4350,
834,
4581,
549,
17444,
427,
13385,
3274,
96,
3828,
15,
9,
4766,
2,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What's the lowest Col ranked less than 6 with an Island of Molokaʻi? | SELECT MIN(col__m_) FROM table_name_96 WHERE island = "island of molokaʻi" AND rank < 6 | CREATE TABLE table_name_96 (col__m_ INTEGER, island VARCHAR, rank VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4314,
41,
3297,
834,
834,
51,
834,
3,
21342,
17966,
6,
3368,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
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,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
3297,
834,
834,
51,
834,
61,
21680,
953,
834,
4350,
834,
4314,
549,
17444,
427,
3368,
3274,
96,
159,
40,
232,
13,
3,
4641,
1825,
9,
2,
23,
121,
3430,
11003,
3,
2,
431,
1,
-100,
-100,
-100,
-100,
... |
What's the col (m) ranked more than 4 with a summit of Kawaikini? | SELECT col__m_ FROM table_name_84 WHERE rank > 4 AND summit = "kawaikini" | CREATE TABLE table_name_84 (col__m_ VARCHAR, rank VARCHAR, summit VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4608,
41,
3297,
834,
834,
51,
834,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
6,
13385,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
76... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
7632,
834,
834,
51,
834,
21680,
953,
834,
4350,
834,
4608,
549,
17444,
427,
11003,
2490,
314,
3430,
13385,
3274,
96,
157,
7396,
23,
2917,
23,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What's the rank when the col (m) is less than 33 and has a summit of Haleakalā? | SELECT SUM(rank) FROM table_name_80 WHERE col__m_ < 33 AND summit = "haleakalā" | CREATE TABLE table_name_80 (rank INTEGER, col__m_ VARCHAR, summit VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2079,
41,
6254,
3,
21342,
17966,
6,
7632,
834,
834,
51,
834,
584,
4280,
28027,
6,
13385,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
1100... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2079,
549,
17444,
427,
7632,
834,
834,
51,
834,
3,
2,
5400,
3430,
13385,
3274,
96,
3828,
15,
9,
4766,
2,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What's the summit when the rank is less than 2 and has a col (m) of 0? | SELECT summit FROM table_name_72 WHERE col__m_ = 0 AND rank < 2 | CREATE TABLE table_name_72 (summit VARCHAR, col__m_ VARCHAR, rank VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5865,
41,
4078,
1538,
584,
4280,
28027,
6,
7632,
834,
834,
51,
834,
584,
4280,
28027,
6,
11003,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
13385,
21680,
953,
834,
4350,
834,
5865,
549,
17444,
427,
7632,
834,
834,
51,
834,
3274,
3,
632,
3430,
11003,
3,
2,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Which Year has an Edition of 41st? | SELECT year FROM table_name_58 WHERE edition = "41st" | CREATE TABLE table_name_58 (year VARCHAR, edition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3449,
41,
1201,
584,
4280,
28027,
6,
4182,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
2929,
65,
46,
7504,
13,
8798,
7,
17,
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,
215,
21680,
953,
834,
4350,
834,
3449,
549,
17444,
427,
4182,
3274,
96,
4853,
7,
17,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
How many Events have a Country of trinidad and tobago, and a Date of march 30-april 1? | SELECT no_of_events FROM table_name_13 WHERE country = "trinidad and tobago" AND date = "march 30-april 1" | CREATE TABLE table_name_13 (no_of_events VARCHAR, country VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
29,
32,
834,
858,
834,
15,
2169,
7,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
833,
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,
150,
834,
858,
834,
15,
2169,
7,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
684,
3274,
96,
1788,
29,
15644,
11,
12,
7893,
32,
121,
3430,
833,
3274,
96,
51,
7064,
12471,
9,
2246,
40,
209,
121,
1,
-100,
-1... |
Which Country has a Top Team of jam, and an Edition of 31st? | SELECT country FROM table_name_93 WHERE top_team = "jam" AND edition = "31st" | CREATE TABLE table_name_93 (country VARCHAR, top_team VARCHAR, edition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
17529,
584,
4280,
28027,
6,
420,
834,
11650,
584,
4280,
28027,
6,
4182,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
6993,
65,
3,
9,
2224,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
684,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
420,
834,
11650,
3274,
96,
1191,
51,
121,
3430,
4182,
3274,
96,
3341,
7,
17,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What was the outcome of the final with a partner of Brett Steven? | SELECT outcome FROM table_name_62 WHERE partner = "brett steven" | CREATE TABLE table_name_62 (outcome VARCHAR, partner VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
670,
287,
15,
584,
4280,
28027,
6,
2397,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
6138,
13,
8,
804,
28,
3,
9,
2397,
13,
21203... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6138,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
2397,
3274,
96,
1999,
17,
17,
3,
849,
1926,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
On what type of surface was the tournament of Italy f28? | SELECT surface FROM table_name_84 WHERE tournament = "italy f28" | CREATE TABLE table_name_84 (surface VARCHAR, tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4608,
41,
26899,
584,
4280,
28027,
6,
5892,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
461,
125,
686,
13,
1774,
47,
8,
5892,
13,
5308,
3,
89,
2577,
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,
1774,
21680,
953,
834,
4350,
834,
4608,
549,
17444,
427,
5892,
3274,
96,
9538,
63,
3,
89,
2577,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Who was the opponent in the final of the Senegal f2 tournament> | SELECT opponent_in_the_final FROM table_name_8 WHERE tournament = "senegal f2" | CREATE TABLE table_name_8 (opponent_in_the_final VARCHAR, tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
32,
102,
9977,
834,
77,
834,
532,
834,
12406,
584,
4280,
28027,
6,
5892,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
15264,
16,
8,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
15264,
834,
77,
834,
532,
834,
12406,
21680,
953,
834,
4350,
834,
927,
549,
17444,
427,
5892,
3274,
96,
7,
35,
15,
6191,
3,
89,
357,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What's the score on December 12, 1998? | SELECT score FROM table_name_11 WHERE date = "december 12, 1998" | CREATE TABLE table_name_11 (score VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
7,
9022,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
2604,
30,
1882,
10440,
6260,
58,
1,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
833,
3274,
96,
221,
75,
18247,
10440,
6260,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the venue when the score was 7-1? | SELECT venue FROM table_name_93 WHERE score = "7-1" | CREATE TABLE table_name_93 (venue VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
15098,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
5669,
116,
8,
2604,
47,
489,
2292,
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,
5669,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
2604,
3274,
96,
940,
2292,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What's the score of the friendly competition? | SELECT score FROM table_name_18 WHERE competition = "friendly" | CREATE TABLE table_name_18 (score VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2606,
41,
7,
9022,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
2604,
13,
8,
2609,
2259,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
2606,
549,
17444,
427,
2259,
3274,
96,
4905,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What's the competition that happened in Singapore? | SELECT competition FROM table_name_59 WHERE venue = "singapore" | CREATE TABLE table_name_59 (competition VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3390,
41,
287,
4995,
4749,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
2259,
24,
2817,
16,
6243,
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,
2259,
21680,
953,
834,
4350,
834,
3390,
549,
17444,
427,
5669,
3274,
96,
7,
53,
9,
21642,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What's the venue of the 1995 Southeast Asian Games? | SELECT venue FROM table_name_97 WHERE competition = "1995 southeast asian games" | CREATE TABLE table_name_97 (venue VARCHAR, competition VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
15098,
584,
4280,
28027,
6,
2259,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
5669,
13,
8,
7273,
18862,
6578,
5880,
58,
1,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5669,
21680,
953,
834,
4350,
834,
4327,
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,
-1... |
What was the date of the inauguration in the row with an entry of lifespan in the lifespan column? | SELECT date_of_inauguration FROM table_name_71 WHERE "lifespan" = "lifespan" | CREATE TABLE table_name_71 (date_of_inauguration VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
5522,
834,
858,
834,
30634,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
833,
13,
8,
3,
30634,
16,
8,
7358,
28,
46,
1764,
13,
276... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
833,
834,
858,
834,
30634,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
96,
4597,
7,
2837,
121,
3274,
96,
4597,
7,
2837,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What was the date of death entry in the row that has a date of inauguration entry of date of inauguration? | SELECT date_of_death FROM table_name_76 WHERE date_of_inauguration = "date of inauguration" | CREATE TABLE table_name_76 (date_of_death VARCHAR, date_of_inauguration VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
5522,
834,
858,
834,
221,
9,
189,
584,
4280,
28027,
6,
833,
834,
858,
834,
30634,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
833,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
833,
834,
858,
834,
221,
9,
189,
21680,
953,
834,
4350,
834,
3959,
549,
17444,
427,
833,
834,
858,
834,
30634,
3274,
96,
5522,
13,
3,
30634,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the length of retirement for president Sharma, Shankar Shankar Dayal Sharma? | SELECT length_of_retirement FROM table_name_49 WHERE president = "sharma, shankar shankar dayal sharma" | CREATE TABLE table_name_49 (length_of_retirement VARCHAR, president VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3647,
41,
19457,
834,
858,
834,
10682,
60,
297,
584,
4280,
28027,
6,
2753,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2475,
13,
6576,
21,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2475,
834,
858,
834,
10682,
60,
297,
21680,
953,
834,
4350,
834,
3647,
549,
17444,
427,
2753,
3274,
96,
7,
17178,
9,
6,
3,
7,
2618,
4031,
3,
7,
2618,
4031,
239,
138,
3,
7,
17178,
9,
121,
1,
-100,
-100,
-100,
-... |
How many draw is in a place that is less than 1? | SELECT COUNT(draw) FROM table_name_67 WHERE place < 1 | CREATE TABLE table_name_67 (draw VARCHAR, place INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3708,
41,
19489,
584,
4280,
28027,
6,
286,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
3314,
19,
16,
3,
9,
286,
24,
19,
705,
145,
209,
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,
2847,
17161,
599,
19489,
61,
21680,
953,
834,
4350,
834,
3708,
549,
17444,
427,
286,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Emilya Valenti has what draw average? | SELECT AVG(draw) FROM table_name_31 WHERE artist = "emilya valenti" | CREATE TABLE table_name_31 (draw INTEGER, artist VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3341,
41,
19489,
3,
21342,
17966,
6,
2377,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
15818,
9,
3833,
295,
23,
65,
125,
3314,
1348,
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,
71,
17217,
599,
19489,
61,
21680,
953,
834,
4350,
834,
3341,
549,
17444,
427,
2377,
3274,
96,
15,
51,
9203,
9,
3,
15592,
23,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What's the airing date of Armed Reaction 陀槍師姐 with 20 episodes in the Modern Action genre having an official website? | SELECT airing_date FROM table_name_50 WHERE official_website = "official website" AND number_of_episodes = 20 AND genre = "modern action" AND english_title__chinese_title_ = "armed reaction 陀槍師姐" | CREATE TABLE table_name_50 (airing_date VARCHAR, english_title__chinese_title_ VARCHAR, genre VARCHAR, official_website VARCHAR, number_of_episodes VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1752,
41,
2256,
53,
834,
5522,
584,
4280,
28027,
6,
22269,
834,
21869,
834,
834,
1436,
1496,
15,
834,
21869,
834,
584,
4280,
28027,
6,
5349,
584,
4280,
28027,
6,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
799,
53,
834,
5522,
21680,
953,
834,
4350,
834,
1752,
549,
17444,
427,
2314,
834,
8398,
3585,
3274,
96,
20884,
475,
121,
3430,
381,
834,
858,
834,
15,
102,
159,
32,
1395,
3274,
460,
3430,
5349,
3274,
96,
18306,
1041... |
What's the airing date for the show with 62 episodes? | SELECT airing_date FROM table_name_1 WHERE number_of_episodes = 62 | CREATE TABLE table_name_1 (airing_date VARCHAR, number_of_episodes VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
2256,
53,
834,
5522,
584,
4280,
28027,
6,
381,
834,
858,
834,
15,
102,
159,
32,
1395,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
799,
53,
834,
5522,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
381,
834,
858,
834,
15,
102,
159,
32,
1395,
3274,
3,
4056,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What's the official website of Burning Flame 烈火雄心 with 22 episodes? | SELECT official_website FROM table_name_33 WHERE number_of_episodes > 22 AND english_title__chinese_title_ = "burning flame 烈火雄心" | CREATE TABLE table_name_33 (official_website VARCHAR, number_of_episodes VARCHAR, english_title__chinese_title_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
20884,
834,
8398,
3585,
584,
4280,
28027,
6,
381,
834,
858,
834,
15,
102,
159,
32,
1395,
584,
4280,
28027,
6,
22269,
834,
21869,
834,
834,
1436,
1496,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2314,
834,
8398,
3585,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
381,
834,
858,
834,
15,
102,
159,
32,
1395,
2490,
1630,
3430,
22269,
834,
21869,
834,
834,
1436,
1496,
15,
834,
21869,
834,
3274,
96,
7223,
5... |
what is the position for the competitor that has a score more than 7 | SELECT position FROM table_name_44 WHERE a_score > 7 | CREATE TABLE table_name_44 (position VARCHAR, a_score INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3628,
41,
4718,
584,
4280,
28027,
6,
3,
9,
834,
7,
9022,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1102,
21,
8,
18766,
24,
65,
3,
9,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1102,
21680,
953,
834,
4350,
834,
3628,
549,
17444,
427,
3,
9,
834,
7,
9022,
2490,
489,
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 score for the 5th position and a score less than 7 | SELECT MIN(b_score) FROM table_name_40 WHERE position = "5th" AND a_score < 7 | CREATE TABLE table_name_40 (b_score INTEGER, position VARCHAR, a_score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
115,
834,
7,
9022,
3,
21342,
17966,
6,
1102,
584,
4280,
28027,
6,
3,
9,
834,
7,
9022,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
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,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
115,
834,
7,
9022,
61,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
1102,
3274,
96,
755,
189,
121,
3430,
3,
9,
834,
7,
9022,
3,
2,
489,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
what is the total scored for the 8th position and a score more than 6.6 | SELECT MAX(total) FROM table_name_8 WHERE position = "8th" AND a_score > 6.6 | CREATE TABLE table_name_8 (total INTEGER, position VARCHAR, a_score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
927,
41,
235,
1947,
3,
21342,
17966,
6,
1102,
584,
4280,
28027,
6,
3,
9,
834,
7,
9022,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
792,
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... | [
3,
23143,
14196,
4800,
4,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
927,
549,
17444,
427,
1102,
3274,
96,
927,
189,
121,
3430,
3,
9,
834,
7,
9022,
2490,
3,
28833,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the Meet of the Event with a Time of 7:55.02? | SELECT meet FROM table_name_33 WHERE time = "7:55.02" | CREATE TABLE table_name_33 (meet VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
526,
15,
17,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
12325,
13,
8,
8042,
28,
3,
9,
2900,
13,
489,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
942,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
97,
3274,
96,
940,
10,
3769,
5,
4305,
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 of the Event with a Time of 2:22.32? | SELECT location FROM table_name_93 WHERE time = "2:22.32" | CREATE TABLE table_name_93 (location VARCHAR, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4271,
41,
14836,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
10450,
13,
8,
8042,
28,
3,
9,
2900,
13,
204,
10,
288... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1128,
21680,
953,
834,
4350,
834,
4271,
549,
17444,
427,
97,
3274,
96,
357,
10,
2884,
5,
2668,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Body Width/mm has a Lead Pitch/mm smaller than 0.55, and a Body Length/mm larger than 18.4? | SELECT MIN(body_width_mm) FROM table_name_48 WHERE lead_pitch_mm < 0.55 AND body_length_mm > 18.4 | CREATE TABLE table_name_48 (body_width_mm INTEGER, lead_pitch_mm VARCHAR, body_length_mm VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3707,
41,
6965,
834,
12018,
189,
834,
635,
3,
21342,
17966,
6,
991,
834,
102,
7059,
834,
635,
584,
4280,
28027,
6,
643,
834,
19457,
834,
635,
584,
4280,
28027,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
3,
17684,
599,
6965,
834,
12018,
189,
834,
635,
61,
21680,
953,
834,
4350,
834,
3707,
549,
17444,
427,
991,
834,
102,
7059,
834,
635,
3,
2,
4097,
3769,
3430,
643,
834,
19457,
834,
635,
2490,
12265,
591,
1,
-100,
-... |
Which Body Length/mm has a Lead Pitch/mm smaller than 0.5? | SELECT AVG(body_length_mm) FROM table_name_9 WHERE lead_pitch_mm < 0.5 | CREATE TABLE table_name_9 (body_length_mm INTEGER, lead_pitch_mm INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1298,
41,
6965,
834,
19457,
834,
635,
3,
21342,
17966,
6,
991,
834,
102,
7059,
834,
635,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
4073,
8501,
312,
1725,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
6965,
834,
19457,
834,
635,
61,
21680,
953,
834,
4350,
834,
1298,
549,
17444,
427,
991,
834,
102,
7059,
834,
635,
3,
2,
3,
12100,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How much Body Width/mm has a Body Length/mm of 18.4, and Pins of 40? | SELECT COUNT(body_width_mm) FROM table_name_50 WHERE body_length_mm = 18.4 AND pins = "40" | CREATE TABLE table_name_50 (body_width_mm VARCHAR, body_length_mm VARCHAR, pins VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1752,
41,
6965,
834,
12018,
189,
834,
635,
584,
4280,
28027,
6,
643,
834,
19457,
834,
635,
584,
4280,
28027,
6,
4522,
7,
584,
4280,
28027,
61,
3,
32105,
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,
2847,
17161,
599,
6965,
834,
12018,
189,
834,
635,
61,
21680,
953,
834,
4350,
834,
1752,
549,
17444,
427,
643,
834,
19457,
834,
635,
3274,
12265,
591,
3430,
4522,
7,
3274,
96,
2445,
121,
1,
-100,
-100,
-100,
-100,
-... |
Which Body Width/mm has a Lead Pitch/mm smaller than 0.55, and a Part Number of tsop48? | SELECT MIN(body_width_mm) FROM table_name_63 WHERE lead_pitch_mm < 0.55 AND part_number = "tsop48" | CREATE TABLE table_name_63 (body_width_mm INTEGER, lead_pitch_mm VARCHAR, part_number VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3891,
41,
6965,
834,
12018,
189,
834,
635,
3,
21342,
17966,
6,
991,
834,
102,
7059,
834,
635,
584,
4280,
28027,
6,
294,
834,
5525,
1152,
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,
3,
17684,
599,
6965,
834,
12018,
189,
834,
635,
61,
21680,
953,
834,
4350,
834,
3891,
549,
17444,
427,
991,
834,
102,
7059,
834,
635,
3,
2,
4097,
3769,
3430,
294,
834,
5525,
1152,
3274,
96,
17,
7,
32,
102,
3707,
... |
Which Lead Pitch/mm has a Part Number of tsop40, and a Body Length/mm larger than 18.4? | SELECT MAX(lead_pitch_mm) FROM table_name_1 WHERE part_number = "tsop40" AND body_length_mm > 18.4 | CREATE TABLE table_name_1 (lead_pitch_mm INTEGER, part_number VARCHAR, body_length_mm VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
109,
9,
26,
834,
102,
7059,
834,
635,
3,
21342,
17966,
6,
294,
834,
5525,
1152,
584,
4280,
28027,
6,
643,
834,
19457,
834,
635,
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,
4800,
4,
599,
109,
9,
26,
834,
102,
7059,
834,
635,
61,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
294,
834,
5525,
1152,
3274,
96,
17,
7,
32,
102,
2445,
121,
3430,
643,
834,
19457,
834,
635,
2490,
12265,
... |
What was the least attendance when the time was 3:15? | SELECT MIN(attendance) FROM table_name_10 WHERE time = "3:15" | CREATE TABLE table_name_10 (attendance INTEGER, time VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
15116,
663,
3,
21342,
17966,
6,
97,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
709,
11364,
116,
8,
97,
47,
220,
10,
1808,
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,
3,
17684,
599,
15116,
663,
61,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
97,
3274,
96,
519,
10,
1808,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What date was at Oakland-Alameda County Coliseum with a time of 3:40 and a game less than 5? | SELECT date FROM table_name_6 WHERE game < 5 AND location = "oakland-alameda county coliseum" AND time = "3:40" | CREATE TABLE table_name_6 (date VARCHAR, time VARCHAR, game VARCHAR, location VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
948,
41,
5522,
584,
4280,
28027,
6,
97,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
6,
1128,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
833,
47,
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,
833,
21680,
953,
834,
4350,
834,
948,
549,
17444,
427,
467,
3,
2,
305,
3430,
1128,
3274,
96,
32,
1639,
40,
232,
18,
138,
9,
2726,
9,
5435,
3,
9044,
7,
15,
440,
121,
3430,
97,
3274,
96,
519,
10,
2445,
121,
1,
... |
Which Bronze has a Gold larger than 1, and a Total larger than 11, and a Silver larger than 5? | SELECT AVG(bronze) FROM table_name_36 WHERE gold > 1 AND total > 11 AND silver > 5 | CREATE TABLE table_name_36 (bronze INTEGER, silver VARCHAR, gold VARCHAR, total VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3420,
41,
13711,
776,
3,
21342,
17966,
6,
4294,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
6,
792,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
208... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
71,
17217,
599,
13711,
776,
61,
21680,
953,
834,
4350,
834,
3420,
549,
17444,
427,
2045,
2490,
209,
3430,
792,
2490,
850,
3430,
4294,
2490,
305,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
How many silvers have more than 2 golds? | SELECT COUNT(silver) FROM table_name_67 WHERE gold > 2 | CREATE TABLE table_name_67 (silver VARCHAR, gold INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3708,
41,
7,
173,
624,
584,
4280,
28027,
6,
2045,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
4294,
7,
43,
72,
145,
204,
2045,
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,
2847,
17161,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
3708,
549,
17444,
427,
2045,
2490,
204,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What percentage of browsers were using Firefox or other Mozilla browsers during the period in which 1.93% were using Chrome? | SELECT firefox_, _other_mozilla FROM table_name_12 WHERE chrome = "1.93%" | CREATE TABLE table_name_12 (firefox_ VARCHAR, _other_mozilla VARCHAR, chrome VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
6608,
20400,
834,
584,
4280,
28027,
6,
3,
834,
9269,
834,
51,
32,
29885,
584,
4280,
28027,
6,
17520,
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,
1472,
20400,
834,
6,
3,
834,
9269,
834,
51,
32,
29885,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
17520,
3274,
96,
22493,
5170,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What percentage of browsers were using Internet Explorer during the period in which 24.91% were using Chrome? | SELECT internet_explorer FROM table_name_97 WHERE chrome = "24.91%" | CREATE TABLE table_name_97 (internet_explorer VARCHAR, chrome VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
3870,
1582,
834,
20901,
584,
4280,
28027,
6,
17520,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5294,
13,
3509,
7,
130,
338,
1284,
15762,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
1396,
834,
20901,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
17520,
3274,
96,
357,
27336,
4704,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What percentage of browsers were using Chrome during the period in which 72.03% were using Internet Explorer? | SELECT chrome FROM table_name_88 WHERE internet_explorer = "72.03%" | CREATE TABLE table_name_88 (chrome VARCHAR, internet_explorer VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
10363,
526,
584,
4280,
28027,
6,
1396,
834,
20901,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5294,
13,
3509,
7,
130,
338,
10780,
383,
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,
17520,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
1396,
834,
20901,
3274,
96,
940,
24273,
5170,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What percentage of browsers were using Safari during the period in which 2.05% were using Chrome? | SELECT safari FROM table_name_57 WHERE chrome = "2.05%" | CREATE TABLE table_name_57 (safari VARCHAR, chrome VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3436,
41,
7,
9,
5544,
23,
584,
4280,
28027,
6,
17520,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5294,
13,
3509,
7,
130,
338,
20082,
383,
8,
1059,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
24857,
21680,
953,
834,
4350,
834,
3436,
549,
17444,
427,
17520,
3274,
96,
24273,
2712,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What percentage of browsers were using Chrome during the period in which 0.30% were using Opera and 6.77% were using Safari? | SELECT chrome FROM table_name_22 WHERE opera = "0.30%" AND safari = "6.77%" | CREATE TABLE table_name_22 (chrome VARCHAR, opera VARCHAR, safari VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
10363,
526,
584,
4280,
28027,
6,
6329,
584,
4280,
28027,
6,
24857,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
5294,
13,
3509,
7,
130,
338,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17520,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
6329,
3274,
96,
19997,
6932,
121,
3430,
24857,
3274,
96,
29045,
6170,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which TV network was located in Brazil? | SELECT tv_network_s_ FROM table_name_42 WHERE country = "brazil" | CREATE TABLE table_name_42 (tv_network_s_ VARCHAR, country VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
17,
208,
834,
1582,
1981,
834,
7,
834,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
1424,
1229,
47,
1069,
16,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17,
208,
834,
1582,
1981,
834,
7,
834,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
684,
3274,
96,
1939,
702,
40,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What country has a series premier of unknown and mbc action as their TV network? | SELECT country FROM table_name_27 WHERE series_premiere = "unknown" AND tv_network_s_ = "mbc action" | CREATE TABLE table_name_27 (country VARCHAR, series_premiere VARCHAR, tv_network_s_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2555,
41,
17529,
584,
4280,
28027,
6,
939,
834,
2026,
2720,
60,
584,
4280,
28027,
6,
3,
17,
208,
834,
1582,
1981,
834,
7,
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,
684,
21680,
953,
834,
4350,
834,
2555,
549,
17444,
427,
939,
834,
2026,
2720,
60,
3274,
96,
202,
5661,
121,
3430,
3,
17,
208,
834,
1582,
1981,
834,
7,
834,
3274,
96,
51,
115,
75,
1041,
121,
1,
-100,
-100,
-100,
... |
What is the weekly schedule for the network sky italia? | SELECT weekly_schedule FROM table_name_97 WHERE tv_network_s_ = "sky italia" | CREATE TABLE table_name_97 (weekly_schedule VARCHAR, tv_network_s_ VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
8041,
120,
834,
7,
4513,
83,
15,
584,
4280,
28027,
6,
3,
17,
208,
834,
1582,
1981,
834,
7,
834,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5547,
834,
7,
4513,
83,
15,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
3,
17,
208,
834,
1582,
1981,
834,
7,
834,
3274,
96,
5352,
34,
5434,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
How many Gold medals for the Nations with 6 or more Bronze medals and 18 or more Silver? | SELECT AVG(gold) FROM table_name_73 WHERE bronze > 6 AND silver > 18 | CREATE TABLE table_name_73 (gold INTEGER, bronze VARCHAR, silver VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
14910,
3,
21342,
17966,
6,
13467,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
2540,
9365,
7,
21,
8,
9638,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
71,
17217,
599,
14910,
61,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
13467,
2490,
431,
3430,
4294,
2490,
507,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many Gold medals did the Soviet Union receive? | SELECT AVG(gold) FROM table_name_98 WHERE nation = "soviet union" | CREATE TABLE table_name_98 (gold INTEGER, nation VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3916,
41,
14910,
3,
21342,
17966,
6,
2982,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
2540,
9365,
7,
410,
8,
12873,
3545,
911,
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,
71,
17217,
599,
14910,
61,
21680,
953,
834,
4350,
834,
3916,
549,
17444,
427,
2982,
3274,
96,
7,
9881,
15,
17,
7021,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What's the name of the person in the CF Pos? | SELECT name FROM table_name_43 WHERE pos = "cf" | CREATE TABLE table_name_43 (name VARCHAR, pos VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
4350,
584,
4280,
28027,
6,
3,
2748,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
31,
7,
8,
564,
13,
8,
568,
16,
8,
3,
7380,
13995,
58,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
564,
21680,
953,
834,
4350,
834,
4906,
549,
17444,
427,
3,
2748,
3274,
96,
75,
89,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which league cup apps has FA as the cup apps of 5? | SELECT league_cup_apps FROM table_name_83 WHERE fa_cup_apps = "5" | CREATE TABLE table_name_83 (league_cup_apps VARCHAR, fa_cup_apps VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4591,
41,
29512,
834,
4658,
834,
3096,
7,
584,
4280,
28027,
6,
3,
89,
9,
834,
4658,
834,
3096,
7,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
5533... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5533,
834,
4658,
834,
3096,
7,
21680,
953,
834,
4350,
834,
4591,
549,
17444,
427,
3,
89,
9,
834,
4658,
834,
3096,
7,
3274,
96,
17395,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the lowest league goals that has fw as the position, total goals greater than 9, with league cup goals greater than 4? | SELECT MIN(league_goals) FROM table_name_43 WHERE position = "fw" AND total_goals > 9 AND league_cup_goals > 4 | CREATE TABLE table_name_43 (league_goals INTEGER, league_cup_goals VARCHAR, position VARCHAR, total_goals VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
29512,
834,
839,
5405,
3,
21342,
17966,
6,
5533,
834,
4658,
834,
839,
5405,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
6,
792,
834,
839,
5405,
584,
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,
3,
17684,
599,
29512,
834,
839,
5405,
61,
21680,
953,
834,
4350,
834,
4906,
549,
17444,
427,
1102,
3274,
96,
89,
210,
121,
3430,
792,
834,
839,
5405,
2490,
668,
3430,
5533,
834,
4658,
834,
839,
5405,
2490,
314,
1,
... |
What is the earliest year that a team event was included at Vilamoura, Portugal? | SELECT MIN(year) FROM table_name_11 WHERE event = "team" AND venue = "vilamoura, portugal" | CREATE TABLE table_name_11 (year INTEGER, event VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
1201,
3,
21342,
17966,
6,
605,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
3,
16454,
215,
24,
3,
9,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
1201,
61,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
605,
3274,
96,
11650,
121,
3430,
5669,
3274,
96,
6372,
10691,
9,
6,
2147,
12204,
40,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
In which event before 2001 did the athlete place 16th? | SELECT event FROM table_name_96 WHERE year < 2001 AND result = "16th" | CREATE TABLE table_name_96 (event VARCHAR, year VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4314,
41,
15,
2169,
584,
4280,
28027,
6,
215,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
86,
84,
605,
274,
4402,
410,
8,
1789... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
605,
21680,
953,
834,
4350,
834,
4314,
549,
17444,
427,
215,
3,
2,
4402,
3430,
741,
3274,
96,
2938,
189,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
In which tournament was the result 25th? | SELECT tournament FROM table_name_24 WHERE result = "25th" | CREATE TABLE table_name_24 (tournament VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
17,
1211,
20205,
17,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
86,
84,
5892,
47,
8,
741,
944,
189,
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,
5892,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
741,
3274,
96,
1828,
189,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What artist has more than 6 draws, and in a place higher than 14? | SELECT artist FROM table_name_28 WHERE draw > 6 AND place > 14 | CREATE TABLE table_name_28 (artist VARCHAR, draw VARCHAR, place VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
1408,
343,
584,
4280,
28027,
6,
3314,
584,
4280,
28027,
6,
286,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
2377,
65,
72,
145,
431,
14924,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2377,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
3314,
2490,
431,
3430,
286,
2490,
968,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What Social Democratic has a Democratic and Social Centre of 10.0% 22 seats? | SELECT social_democratic FROM table_name_33 WHERE democratic_and_social_centre = "10.0% 22 seats" | CREATE TABLE table_name_33 (social_democratic VARCHAR, democratic_and_social_centre VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
15745,
834,
23319,
447,
584,
4280,
28027,
6,
15053,
834,
232,
834,
15745,
834,
3728,
60,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
2730,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
569,
834,
23319,
447,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
15053,
834,
232,
834,
15745,
834,
3728,
60,
3274,
96,
10415,
6932,
1630,
6116,
121,
1,
-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.