NATURAL_LANG stringlengths 12 244 | SQL stringlengths 18 336 | SCHEMA stringlengths 27 355 | input_ids list | attention_mask list | labels list |
|---|---|---|---|---|---|
What kind of League has a Venue of billesley common? | SELECT league FROM table_name_48 WHERE venue = "billesley common" | CREATE TABLE table_name_48 (league VARCHAR, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3707,
41,
29512,
584,
4280,
28027,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
773,
13,
3815,
65,
3,
9,
29940,
13,
2876,
15,
8887,
1017,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
5533,
21680,
953,
834,
4350,
834,
3707,
549,
17444,
427,
5669,
3274,
96,
115,
11348,
1306,
1017,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
COunt the Founded which has a Venue of villa park? | SELECT SUM(founded) FROM table_name_5 WHERE venue = "villa park" | CREATE TABLE table_name_5 (founded INTEGER, venue VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
755,
41,
23329,
3,
21342,
17966,
6,
5669,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2847,
202,
17,
8,
3,
20100,
84,
65,
3,
9,
29940,
13,
12159,
2447,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
23329,
61,
21680,
953,
834,
4350,
834,
755,
549,
17444,
427,
5669,
3274,
96,
24887,
2447,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Name the Club which has a Founded larger than 1875, and a Sport of football? | SELECT club FROM table_name_73 WHERE founded > 1875 AND sport = "football" | CREATE TABLE table_name_73 (club VARCHAR, founded VARCHAR, sport VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
13442,
584,
4280,
28027,
6,
5710,
584,
4280,
28027,
6,
2600,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
5570,
8,
1949,
84,
65,
3,
9,
3,
20100... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1886,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
5710,
2490,
507,
3072,
3430,
2600,
3274,
96,
6259,
3184,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What score did Seve Ballesteros have when he was in T3 place? | SELECT score FROM table_name_54 WHERE place = "t3" AND player = "seve ballesteros" | CREATE TABLE table_name_54 (score VARCHAR, place VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
7,
9022,
584,
4280,
28027,
6,
286,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
2604,
410,
679,
162,
4155,
2613,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2604,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
286,
3274,
96,
17,
519,
121,
3430,
1959,
3274,
96,
7,
15,
162,
1996,
2613,
1859,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What was the money value for Jerry Pate? | SELECT money___$__ FROM table_name_43 WHERE player = "jerry pate" | CREATE TABLE table_name_43 (money___$__ VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
28442,
834,
834,
834,
3229,
834,
834,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
540,
701,
21,
16637,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
540,
834,
834,
834,
3229,
834,
834,
21680,
953,
834,
4350,
834,
4906,
549,
17444,
427,
1959,
3274,
96,
12488,
651,
6234,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What country is Curtis Strange from? | SELECT country FROM table_name_54 WHERE player = "curtis strange" | CREATE TABLE table_name_54 (country VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
17529,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
684,
19,
4116,
17,
159,
22115,
45,
58,
1,
0,
0,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
684,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
1959,
3274,
96,
3663,
17,
159,
6765,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who had a score of 77-69-70-71=287? | SELECT player FROM table_name_91 WHERE score = 77 - 69 - 70 - 71 = 287 | CREATE TABLE table_name_91 (player VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
20846,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
141,
3,
9,
2604,
13,
3,
4013,
18,
3951,
18,
2518,
18,
4450... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1959,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
2604,
3274,
3,
4013,
3,
18,
3,
3951,
3,
18,
2861,
3,
18,
3,
4450,
3274,
204,
4225,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What was Tom Kite's to par? | SELECT to_par FROM table_name_71 WHERE player = "tom kite" | CREATE TABLE table_name_71 (to_par VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
235,
834,
1893,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
3059,
5747,
15,
31,
7,
12,
260,
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,
12,
834,
1893,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
1959,
3274,
96,
235,
51,
3650,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the date for the game where Platense was the home side? | SELECT date FROM table_name_99 WHERE home = "platense" | CREATE TABLE table_name_99 (date VARCHAR, home VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3264,
41,
5522,
584,
4280,
28027,
6,
234,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
833,
21,
8,
467,
213,
3,
10146,
5167,
47,
8,
234,
59... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
3264,
549,
17444,
427,
234,
3274,
96,
17628,
29,
7,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
On what date was the game with fewer than 6650 in attendance, that finished 0:1? | SELECT date FROM table_name_30 WHERE attendance < 6650 AND score = "0:1" | CREATE TABLE table_name_30 (date VARCHAR, attendance VARCHAR, score VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
5522,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
6,
2604,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
461,
125,
833,
47,
8,
467,
28,
3,
106... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1458,
549,
17444,
427,
11364,
3,
2,
431,
15348,
3430,
2604,
3274,
96,
632,
10,
536,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who was the home team in the game with more than 1675, and Olimpia was the away side? | SELECT home FROM table_name_28 WHERE attendance > 1675 AND away = "olimpia" | CREATE TABLE table_name_28 (home VARCHAR, attendance VARCHAR, away VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
5515,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
6,
550,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
234,
372,
16,
8,
467,
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,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
234,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
11364,
2490,
898,
3072,
3430,
550,
3274,
96,
4172,
1167,
23,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What was the total Attendance in weeks previous of 5, playing the Seattle Seahawks? | SELECT COUNT(attendance) FROM table_name_47 WHERE week < 5 AND opponent = "seattle seahawks" | CREATE TABLE table_name_47 (attendance VARCHAR, week VARCHAR, opponent VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4177,
41,
15116,
663,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
6,
15264,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
792,
22497,
663,
16,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2847,
17161,
599,
15116,
663,
61,
21680,
953,
834,
4350,
834,
4177,
549,
17444,
427,
471,
3,
2,
305,
3430,
15264,
3274,
96,
7,
15,
9,
8692,
2805,
14400,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
Who is the head coach for the team that has finke as the shirt sponsor? | SELECT head_coach FROM table_name_75 WHERE shirt_sponsor = "finke" | CREATE TABLE table_name_75 (head_coach VARCHAR, shirt_sponsor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
3313,
834,
509,
1836,
584,
4280,
28027,
6,
8677,
834,
7,
5041,
7,
127,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
819,
3763,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
819,
834,
509,
1836,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
8677,
834,
7,
5041,
7,
127,
3274,
96,
89,
6090,
15,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Who was the team captain of tus koblenz? | SELECT team AS captain FROM table_name_11 WHERE team = "tus koblenz" | CREATE TABLE table_name_11 (team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
372,
14268,
13,
3,
17,
302,
3,
157,
32,
2296,
29,
172,
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,
372,
6157,
14268,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
372,
3274,
96,
17,
302,
3,
157,
32,
2296,
29,
172,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Who is the shirt sponsor for the team with a head coach of andre schubert and a kitmaker of puma? | SELECT shirt_sponsor FROM table_name_48 WHERE kitmaker = "puma" AND head_coach = "andre schubert" | CREATE TABLE table_name_48 (shirt_sponsor VARCHAR, kitmaker VARCHAR, head_coach VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3707,
41,
9486,
834,
7,
5041,
7,
127,
584,
4280,
28027,
6,
3650,
8337,
584,
4280,
28027,
6,
819,
834,
509,
1836,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
8677,
834,
7,
5041,
7,
127,
21680,
953,
834,
4350,
834,
3707,
549,
17444,
427,
3650,
8337,
3274,
96,
102,
440,
9,
121,
3430,
819,
834,
509,
1836,
3274,
96,
232,
60,
3,
860,
14659,
17,
121,
1,
-100,
-100,
-100,
-... |
Who is the team captain for the team with sparkasse (düsseldorf) as the shirt sponsor? | SELECT team AS captain FROM table_name_41 WHERE shirt_sponsor = "sparkasse (düsseldorf)" | CREATE TABLE table_name_41 (team VARCHAR, shirt_sponsor VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4853,
41,
11650,
584,
4280,
28027,
6,
8677,
834,
7,
5041,
7,
127,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
372,
14268,
21,
8,
372,
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,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
372,
6157,
14268,
21680,
953,
834,
4350,
834,
4853,
549,
17444,
427,
8677,
834,
7,
5041,
7,
127,
3274,
96,
7,
6334,
3974,
41,
26,
12079,
40,
8716,
61,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who is the head coach for the team, arminia bielefeld? | SELECT head_coach FROM table_name_94 WHERE team = "arminia bielefeld" | CREATE TABLE table_name_94 (head_coach VARCHAR, team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
3313,
834,
509,
1836,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
819,
3763,
21,
8,
372,
6,
1584,
7619,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
819,
834,
509,
1836,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
372,
3274,
96,
291,
7619,
9,
2647,
400,
5003,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the result of the game with 77,698 in attendance? | SELECT result FROM table_name_61 WHERE attendance = "77,698" | CREATE TABLE table_name_61 (result VARCHAR, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4241,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
741,
13,
8,
467,
28,
3,
4013,
6,
3951,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
741,
21680,
953,
834,
4350,
834,
4241,
549,
17444,
427,
11364,
3274,
96,
4013,
6,
3951,
927,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the Venue when the result was 2-1? | SELECT venue FROM table_name_60 WHERE result = "2-1" | CREATE TABLE table_name_60 (venue VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3328,
41,
15098,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
29940,
116,
8,
741,
47,
3,
17234,
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,
3328,
549,
17444,
427,
741,
3274,
96,
17234,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the venue when the Round shows after extra time, chelsea won on 4-1 on penalties? | SELECT venue FROM table_name_64 WHERE round = "after extra time, chelsea won on 4-1 on penalties" | CREATE TABLE table_name_64 (venue VARCHAR, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
15098,
584,
4280,
28027,
6,
1751,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
5669,
116,
8,
9609,
1267,
227,
996,
97,
6,
3,
8738,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
5669,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
1751,
3274,
96,
10245,
996,
97,
6,
3,
8738,
7,
15,
9,
751,
30,
314,
2292,
30,
17524,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What was the attendance when the result was 1-1? | SELECT attendance FROM table_name_12 WHERE result = "1-1" | CREATE TABLE table_name_12 (attendance VARCHAR, result VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
15116,
663,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
11364,
116,
8,
741,
47,
209,
2292,
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,
11364,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
741,
3274,
96,
536,
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 is the Version of the CD release? | SELECT version FROM table_name_99 WHERE format = "cd" | CREATE TABLE table_name_99 (version VARCHAR, format VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3264,
41,
8674,
584,
4280,
28027,
6,
1910,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
8011,
13,
8,
3190,
1576,
58,
1,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
988,
21680,
953,
834,
4350,
834,
3264,
549,
17444,
427,
1910,
3274,
96,
75,
26,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the Label of the Original CD release? | SELECT label FROM table_name_40 WHERE format = "cd" AND version = "original" | CREATE TABLE table_name_40 (label VARCHAR, format VARCHAR, version VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2445,
41,
40,
10333,
584,
4280,
28027,
6,
1910,
584,
4280,
28027,
6,
988,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
16229,
13,
8,
8465,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3783,
21680,
953,
834,
4350,
834,
2445,
549,
17444,
427,
1910,
3274,
96,
75,
26,
121,
3430,
988,
3274,
96,
21878,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the Version of the CD release on June 12, 2008 in Cyprus? | SELECT version FROM table_name_82 WHERE format = "cd" AND date = "june 12, 2008" AND region = "cyprus" | CREATE TABLE table_name_82 (version VARCHAR, region VARCHAR, format VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
8674,
584,
4280,
28027,
6,
1719,
584,
4280,
28027,
6,
1910,
584,
4280,
28027,
6,
833,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
988,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
1910,
3274,
96,
75,
26,
121,
3430,
833,
3274,
96,
6959,
15,
10440,
2628,
121,
3430,
1719,
3274,
96,
75,
63,
12129,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-... |
What is the Region of the release on December 22, 2008? | SELECT region FROM table_name_2 WHERE date = "december 22, 2008" | CREATE TABLE table_name_2 (region VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
357,
41,
18145,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
6163,
13,
8,
1576,
30,
1882,
12889,
2628,
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,
1719,
21680,
953,
834,
4350,
834,
357,
549,
17444,
427,
833,
3274,
96,
221,
75,
18247,
12889,
2628,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the Label of the release on June 12, 2008 in Cyprus? | SELECT label FROM table_name_62 WHERE date = "june 12, 2008" AND region = "cyprus" | CREATE TABLE table_name_62 (label VARCHAR, date VARCHAR, region VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
40,
10333,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
6,
1719,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
16229,
13,
8,
1576,
30... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3783,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
833,
3274,
96,
6959,
15,
10440,
2628,
121,
3430,
1719,
3274,
96,
75,
63,
12129,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the Format of the release in Greece? | SELECT format FROM table_name_16 WHERE region = "greece" | CREATE TABLE table_name_16 (format VARCHAR, region VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2938,
41,
8995,
584,
4280,
28027,
6,
1719,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
12439,
13,
8,
1576,
16,
12263,
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,
1910,
21680,
953,
834,
4350,
834,
2938,
549,
17444,
427,
1719,
3274,
96,
3584,
15,
565,
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 total number of Tonnage, when Date is "25 June 1943"? | SELECT COUNT(tonnage) FROM table_name_4 WHERE date = "25 june 1943" | CREATE TABLE table_name_4 (tonnage VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
591,
41,
17,
106,
9761,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
792,
381,
13,
8475,
9761,
6,
116,
7678,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
17,
106,
9761,
61,
21680,
953,
834,
4350,
834,
591,
549,
17444,
427,
833,
3274,
96,
1828,
3,
6959,
15,
26436,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is Ship, when Nationality is "Syria", and when Date is "26 June 1943", and when Tonnage is "80"? | SELECT ship FROM table_name_39 WHERE nationality = "syria" AND date = "26 june 1943" AND tonnage = 80 | CREATE TABLE table_name_39 (ship VARCHAR, tonnage VARCHAR, nationality VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3288,
41,
2009,
584,
4280,
28027,
6,
12,
29,
9761,
584,
4280,
28027,
6,
1157,
485,
584,
4280,
28027,
6,
833,
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,
4383,
21680,
953,
834,
4350,
834,
3288,
549,
17444,
427,
1157,
485,
3274,
96,
7,
63,
52,
23,
9,
121,
3430,
833,
3274,
96,
2688,
3,
6959,
15,
26436,
121,
3430,
12,
29,
9761,
3274,
2775,
1,
-100,
-100,
-100,
-100,
... |
What is the record of the game that resulted in a loss with more than 56,648 people in attendance? | SELECT record FROM table_name_99 WHERE result = "loss" AND attendance > 56 OFFSET 648 | CREATE TABLE table_name_99 (record VARCHAR, result VARCHAR, attendance VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3264,
41,
60,
7621,
584,
4280,
28027,
6,
741,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1368,
13,
8,
467,
24,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0... | [
3,
23143,
14196,
1368,
21680,
953,
834,
4350,
834,
3264,
549,
17444,
427,
741,
3274,
96,
2298,
7,
121,
3430,
11364,
2490,
11526,
3,
15316,
20788,
431,
3707,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What was the university of akron's enrollment? | SELECT enrollment FROM table_name_35 WHERE university = "university of akron" | CREATE TABLE table_name_35 (enrollment VARCHAR, university VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2469,
41,
35,
4046,
297,
584,
4280,
28027,
6,
3819,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
3819,
13,
3,
9,
22318,
29,
31,
7,
17938,
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,
17938,
21680,
953,
834,
4350,
834,
2469,
549,
17444,
427,
3819,
3274,
96,
7846,
485,
13,
3,
9,
22318,
29,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which athletics nickname was founded in 1872? | SELECT athletics_nickname FROM table_name_86 WHERE founded = "1872" | CREATE TABLE table_name_86 (athletics_nickname VARCHAR, founded VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3840,
41,
26170,
447,
7,
834,
11191,
4350,
584,
4280,
28027,
6,
5710,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
12217,
7,
24649,
47,
5710,
16,
507... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
12217,
7,
834,
11191,
4350,
21680,
953,
834,
4350,
834,
3840,
549,
17444,
427,
5710,
3274,
96,
25828,
357,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What date did the executive office in Dover take office? | SELECT Took AS office FROM table_name_76 WHERE location = "dover" AND type = "executive" | CREATE TABLE table_name_76 (Took VARCHAR, location VARCHAR, type VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
3696,
1825,
584,
4280,
28027,
6,
1128,
584,
4280,
28027,
6,
686,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
833,
410,
8,
4297,
828,
16,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
304,
1825,
6157,
828,
21680,
953,
834,
4350,
834,
3959,
549,
17444,
427,
1128,
3274,
96,
26,
1890,
121,
3430,
686,
3274,
96,
6667,
3044,
757,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What left office date happened in Washington? | SELECT Left AS office FROM table_name_94 WHERE location = "washington" | CREATE TABLE table_name_94 (Left VARCHAR, location VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4240,
41,
2796,
89,
17,
584,
4280,
28027,
6,
1128,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
646,
828,
833,
2817,
16,
2386,
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,
14298,
6157,
828,
21680,
953,
834,
4350,
834,
4240,
549,
17444,
427,
1128,
3274,
96,
14710,
6029,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What is the 2nd Leg, when Team 2 is Marbella? | SELECT 2 AS nd_leg FROM table_name_65 WHERE team_2 = "marbella" | CREATE TABLE table_name_65 (team_2 VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4122,
41,
11650,
834,
357,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
204,
727,
18978,
6,
116,
2271,
204,
19,
1571,
7708,
9,
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,
204,
6157,
3,
727,
834,
5772,
21680,
953,
834,
4350,
834,
4122,
549,
17444,
427,
372,
834,
357,
3274,
96,
1635,
7708,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What was the result F-A for round 5? | SELECT result_f___a FROM table_name_22 WHERE round = "round 5" | CREATE TABLE table_name_22 (result_f___a VARCHAR, round VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
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,
363,
47,
8,
741,
377,
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,
0,
0,
0,
0,
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,
2884,
549,
17444,
427,
1751,
3274,
96,
7775,
3,
17395,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the most elevated Played that has a Lost smaller than 12, and a Name of ec amberg (n), and a Position smaller than 4? | SELECT MAX(played) FROM table_name_59 WHERE lost < 12 AND name = "ec amberg (n)" AND position < 4 | CREATE TABLE table_name_59 (played INTEGER, position VARCHAR, lost VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3390,
41,
4895,
15,
26,
3,
21342,
17966,
6,
1102,
584,
4280,
28027,
6,
1513,
584,
4280,
28027,
6,
564,
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,
4800,
4,
599,
4895,
15,
26,
61,
21680,
953,
834,
4350,
834,
3390,
549,
17444,
427,
1513,
3,
2,
586,
3430,
564,
3274,
96,
15,
75,
183,
2235,
41,
29,
61,
121,
3430,
1102,
3,
2,
314,
1,
-100,
-100,
-100,
-100,
-1... |
What is the average Lost that has a Name of ec amberg (n), and a Position smaller than 4? | SELECT AVG(lost) FROM table_name_63 WHERE name = "ec amberg (n)" AND position < 4 | CREATE TABLE table_name_63 (lost INTEGER, name VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3891,
41,
2298,
17,
3,
21342,
17966,
6,
564,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
19576,
24,
65,
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,
0... | [
3,
23143,
14196,
71,
17217,
599,
2298,
17,
61,
21680,
953,
834,
4350,
834,
3891,
549,
17444,
427,
564,
3274,
96,
15,
75,
183,
2235,
41,
29,
61,
121,
3430,
1102,
3,
2,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the whole of Points that has a Drawn smaller than 1? | SELECT SUM(points) FROM table_name_14 WHERE drawn < 1 | CREATE TABLE table_name_14 (points INTEGER, drawn INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2534,
41,
2700,
7,
3,
21342,
17966,
6,
6796,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
829,
13,
4564,
7,
24,
65,
3,
9,
19183,
29,
2755,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
180,
6122,
599,
2700,
7,
61,
21680,
953,
834,
4350,
834,
2534,
549,
17444,
427,
6796,
3,
2,
209,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the whole of Drawn that has a Lost of 4? | SELECT SUM(drawn) FROM table_name_33 WHERE lost = 4 | CREATE TABLE table_name_33 (drawn INTEGER, lost VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4201,
41,
19489,
29,
3,
21342,
17966,
6,
1513,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
829,
13,
19183,
29,
24,
65,
3,
9,
19576,
13,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
19489,
29,
61,
21680,
953,
834,
4350,
834,
4201,
549,
17444,
427,
1513,
3274,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the whole of Drawn that has a Played larger than 14? | SELECT SUM(drawn) FROM table_name_42 WHERE played > 14 | CREATE TABLE table_name_42 (drawn INTEGER, played INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
19489,
29,
3,
21342,
17966,
6,
1944,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
829,
13,
19183,
29,
24,
65,
3,
9,
2911,
15,
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,
180,
6122,
599,
19489,
29,
61,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
1944,
2490,
968,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What was the result of the game on April 28? | SELECT result FROM table_name_75 WHERE date = "april 28" | CREATE TABLE table_name_75 (result VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3072,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
741,
13,
8,
467,
30,
1186,
2059,
58,
1,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
741,
21680,
953,
834,
4350,
834,
3072,
549,
17444,
427,
833,
3274,
96,
9,
2246,
40,
2059,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Who was the home team on April 20 against Boston? | SELECT home_team FROM table_name_36 WHERE road_team = "boston" AND date = "april 20" | CREATE TABLE table_name_36 (home_team VARCHAR, road_team VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3420,
41,
5515,
834,
11650,
584,
4280,
28027,
6,
1373,
834,
11650,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
234,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
234,
834,
11650,
21680,
953,
834,
4350,
834,
3420,
549,
17444,
427,
1373,
834,
11650,
3274,
96,
115,
32,
4411,
121,
3430,
833,
3274,
96,
9,
2246,
40,
460,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What was the result of game 3? | SELECT result FROM table_name_42 WHERE game = "game 3" | CREATE TABLE table_name_42 (result VARCHAR, game VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
741,
13,
467,
220,
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,
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,
741,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
467,
3274,
96,
7261,
220,
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 result of the game on April 17 against Los Angeles? | SELECT result FROM table_name_42 WHERE road_team = "los angeles" AND date = "april 17" | CREATE TABLE table_name_42 (result VARCHAR, road_team VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4165,
41,
60,
7,
83,
17,
584,
4280,
28027,
6,
1373,
834,
11650,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
741,
21680,
953,
834,
4350,
834,
4165,
549,
17444,
427,
1373,
834,
11650,
3274,
96,
2298,
11831,
15,
7,
121,
3430,
833,
3274,
96,
9,
2246,
40,
1003,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
What is the date of game 3 with Boston as the road team? | SELECT date FROM table_name_56 WHERE road_team = "boston" AND game = "game 3" | CREATE TABLE table_name_56 (date VARCHAR, road_team VARCHAR, game VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4834,
41,
5522,
584,
4280,
28027,
6,
1373,
834,
11650,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
833,
13,
467,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
833,
21680,
953,
834,
4350,
834,
4834,
549,
17444,
427,
1373,
834,
11650,
3274,
96,
115,
32,
4411,
121,
3430,
467,
3274,
96,
7261,
220,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the IATA for Esperadinha Airport? | SELECT iata FROM table_name_3 WHERE airportname = "esperadinha airport" | CREATE TABLE table_name_3 (iata VARCHAR, airportname VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
17221,
584,
4280,
28027,
6,
3761,
4350,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
27,
19282,
21,
1122,
883,
9,
2644,
1024,
5735,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
17221,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
3761,
4350,
3274,
96,
15,
4339,
9,
2644,
1024,
3761,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the name of the airport in São Filipe that has an IATA of sfl? | SELECT airportname FROM table_name_3 WHERE city___town = "são filipe" AND iata = "sfl" | CREATE TABLE table_name_3 (airportname VARCHAR, city___town VARCHAR, iata VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
519,
41,
2256,
1493,
4350,
584,
4280,
28027,
6,
690,
834,
834,
834,
3540,
584,
4280,
28027,
6,
3,
17221,
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,
3761,
4350,
21680,
953,
834,
4350,
834,
519,
549,
17444,
427,
690,
834,
834,
834,
3540,
3274,
96,
7,
2,
32,
361,
7446,
15,
121,
3430,
3,
17221,
3274,
96,
7,
89,
40,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
In which city is the ICAO gvma? | SELECT city___town FROM table_name_36 WHERE icao = "gvma" | CREATE TABLE table_name_36 (city___town VARCHAR, icao VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3420,
41,
6726,
834,
834,
834,
3540,
584,
4280,
28027,
6,
3,
2617,
32,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
86,
84,
690,
19,
8,
3,
15038,
667,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
690,
834,
834,
834,
3540,
21680,
953,
834,
4350,
834,
3420,
549,
17444,
427,
3,
2617,
32,
3274,
96,
122,
208,
51,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the ICAO for the IATA bvc? | SELECT icao FROM table_name_88 WHERE iata = "bvc" | CREATE TABLE table_name_88 (icao VARCHAR, iata VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4060,
41,
2617,
32,
584,
4280,
28027,
6,
3,
17221,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
3,
15038,
667,
21,
8,
27,
19282,
3,
115,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2617,
32,
21680,
953,
834,
4350,
834,
4060,
549,
17444,
427,
3,
17221,
3274,
96,
115,
208,
75,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
On which island is Esperadinha airport located? | SELECT island FROM table_name_53 WHERE airportname = "esperadinha airport" | CREATE TABLE table_name_53 (island VARCHAR, airportname VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4867,
41,
159,
40,
232,
584,
4280,
28027,
6,
3761,
4350,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
461,
84,
3368,
19,
1122,
883,
9,
2644,
1024,
3761,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3368,
21680,
953,
834,
4350,
834,
4867,
549,
17444,
427,
3761,
4350,
3274,
96,
15,
4339,
9,
2644,
1024,
3761,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Which city has an ICAO of gvsf? | SELECT city___town FROM table_name_53 WHERE icao = "gvsf" | CREATE TABLE table_name_53 (city___town VARCHAR, icao VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4867,
41,
6726,
834,
834,
834,
3540,
584,
4280,
28027,
6,
3,
2617,
32,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
690,
65,
46,
3,
15038,
667,
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,
690,
834,
834,
834,
3540,
21680,
953,
834,
4350,
834,
4867,
549,
17444,
427,
3,
2617,
32,
3274,
96,
122,
208,
7,
89,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
How many gold when silver is less than 32, bronze is 25, and overall is less than 67? | SELECT SUM(gold) FROM table_name_17 WHERE silver < 32 AND bronze = 25 AND overall < 67 | CREATE TABLE table_name_17 (gold INTEGER, overall VARCHAR, silver VARCHAR, bronze VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2517,
41,
14910,
3,
21342,
17966,
6,
1879,
584,
4280,
28027,
6,
4294,
584,
4280,
28027,
6,
13467,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
14910,
61,
21680,
953,
834,
4350,
834,
2517,
549,
17444,
427,
4294,
3,
2,
3538,
3430,
13467,
3274,
944,
3430,
1879,
3,
2,
3,
3708,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many silver when bronze is 25 and overall is less than 67? | SELECT SUM(silver) FROM table_name_97 WHERE bronze = 25 AND overall < 67 | CREATE TABLE table_name_97 (silver INTEGER, bronze VARCHAR, overall VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4327,
41,
7,
173,
624,
3,
21342,
17966,
6,
13467,
584,
4280,
28027,
6,
1879,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
4294,
116,
13467,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
4327,
549,
17444,
427,
13467,
3274,
944,
3430,
1879,
3,
2,
3,
3708,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
what is the least silver when overall is less than 67, team is saami and gold is less than 5? | SELECT MIN(silver) FROM table_name_2 WHERE overall < 67 AND team = "saami" AND gold < 5 | CREATE TABLE table_name_2 (silver INTEGER, gold VARCHAR, overall VARCHAR, team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
357,
41,
7,
173,
624,
3,
21342,
17966,
6,
2045,
584,
4280,
28027,
6,
1879,
584,
4280,
28027,
6,
372,
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,
3,
17684,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
357,
549,
17444,
427,
1879,
3,
2,
3,
3708,
3430,
372,
3274,
96,
7,
9,
3690,
121,
3430,
2045,
3,
2,
305,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the average bronze when the team is northwest territories and gold is more than 34? | SELECT AVG(bronze) FROM table_name_23 WHERE team = "northwest territories" AND gold > 34 | CREATE TABLE table_name_23 (bronze INTEGER, team VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2773,
41,
13711,
776,
3,
21342,
17966,
6,
372,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1348,
13467,
116,
8,
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,
71,
17217,
599,
13711,
776,
61,
21680,
953,
834,
4350,
834,
2773,
549,
17444,
427,
372,
3274,
96,
29,
127,
189,
12425,
23995,
121,
3430,
2045,
2490,
6154,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
How many silver when the team is northwest territories and gold is less than 34? | SELECT COUNT(silver) FROM table_name_14 WHERE team = "northwest territories" AND gold < 34 | CREATE TABLE table_name_14 (silver VARCHAR, team VARCHAR, gold VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2534,
41,
7,
173,
624,
584,
4280,
28027,
6,
372,
584,
4280,
28027,
6,
2045,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
4294,
116,
8,
372,
19,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
7,
173,
624,
61,
21680,
953,
834,
4350,
834,
2534,
549,
17444,
427,
372,
3274,
96,
29,
127,
189,
12425,
23995,
121,
3430,
2045,
3,
2,
6154,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the away team with West Ham United as the home team? | SELECT away_team FROM table_name_73 WHERE home_team = "west ham united" | CREATE TABLE table_name_73 (away_team VARCHAR, home_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4552,
41,
8006,
834,
11650,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
550,
372,
28,
1244,
5845,
907,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
550,
834,
11650,
21680,
953,
834,
4350,
834,
4552,
549,
17444,
427,
234,
834,
11650,
3274,
96,
12425,
3,
1483,
18279,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What is the attendance of tie no. 23? | SELECT attendance FROM table_name_34 WHERE tie_no = "23" | CREATE TABLE table_name_34 (attendance VARCHAR, tie_no VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3710,
41,
15116,
663,
584,
4280,
28027,
6,
6177,
834,
29,
32,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
11364,
13,
6177,
150,
5,
1902,
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,
11364,
21680,
953,
834,
4350,
834,
3710,
549,
17444,
427,
6177,
834,
29,
32,
3274,
96,
2773,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What is the attendance of the match with Carlisle united as the home team? | SELECT attendance FROM table_name_64 WHERE home_team = "carlisle united" | CREATE TABLE table_name_64 (attendance VARCHAR, home_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4389,
41,
15116,
663,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
11364,
13,
8,
1588,
28,
7291,
159,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11364,
21680,
953,
834,
4350,
834,
4389,
549,
17444,
427,
234,
834,
11650,
3274,
96,
1720,
40,
159,
109,
18279,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
what is the sum of total when year(s) won is 1985? | SELECT SUM(total) FROM table_name_55 WHERE year_s__won = "1985" | CREATE TABLE table_name_55 (total INTEGER, year_s__won VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3769,
41,
235,
1947,
3,
21342,
17966,
6,
215,
834,
7,
834,
834,
210,
106,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
4505,
13,
792,
116,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
180,
6122,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
3769,
549,
17444,
427,
215,
834,
7,
834,
834,
210,
106,
3274,
96,
24151,
17395,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
what is the finish when the country is united states and the player is tiger woods? | SELECT finish FROM table_name_51 WHERE country = "united states" AND player = "tiger woods" | CREATE TABLE table_name_51 (finish VARCHAR, country VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5553,
41,
25535,
584,
4280,
28027,
6,
684,
584,
4280,
28027,
6,
1959,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
1992,
116,
8,
684,
19,
182... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1992,
21680,
953,
834,
4350,
834,
5553,
549,
17444,
427,
684,
3274,
96,
15129,
15,
26,
2315,
121,
3430,
1959,
3274,
96,
17,
4424,
1679,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
How many times was the finish t32? | SELECT COUNT(total) FROM table_name_92 WHERE finish = "t32" | CREATE TABLE table_name_92 (total VARCHAR, finish VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4508,
41,
235,
1947,
584,
4280,
28027,
6,
1992,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
571,
186,
648,
47,
8,
1992,
3,
17,
2668,
58,
1,
0,
0,
0,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
2847,
17161,
599,
235,
1947,
61,
21680,
953,
834,
4350,
834,
4508,
549,
17444,
427,
1992,
3274,
96,
17,
2668,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Who was the home team on 8 January 1946 with a tie no of 4? | SELECT home_team FROM table_name_71 WHERE date = "8 january 1946" AND tie_no = "4" | CREATE TABLE table_name_71 (home_team VARCHAR, date VARCHAR, tie_no VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4450,
41,
5515,
834,
11650,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
6,
6177,
834,
29,
32,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
47,
8,
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,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
234,
834,
11650,
21680,
953,
834,
4350,
834,
4450,
549,
17444,
427,
833,
3274,
96,
927,
3,
7066,
76,
1208,
25021,
121,
3430,
6177,
834,
29,
32,
3274,
96,
20364,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
What is the score of the game where Wrexham is the home team and the date is Blackpool? | SELECT score FROM table_name_1 WHERE home_team = "wrexham" AND date = "blackpool" | CREATE TABLE table_name_1 (score VARCHAR, home_team VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
536,
41,
7,
9022,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
2604,
13,
8,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... | [
3,
23143,
14196,
2604,
21680,
953,
834,
4350,
834,
536,
549,
17444,
427,
234,
834,
11650,
3274,
96,
210,
60,
226,
1483,
121,
3430,
833,
3274,
96,
19699,
13194,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Name the Programming which has an Aspect of 4:3, and a PSIP Short Name of ibc-tv? | SELECT programming FROM table_name_18 WHERE aspect = "4:3" AND psip_short_name = "ibc-tv" | CREATE TABLE table_name_18 (programming VARCHAR, aspect VARCHAR, psip_short_name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2606,
41,
7050,
53,
584,
4280,
28027,
6,
2663,
584,
4280,
28027,
6,
3,
102,
7,
23,
102,
834,
7,
14184,
834,
4350,
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,
6020,
21680,
953,
834,
4350,
834,
2606,
549,
17444,
427,
2663,
3274,
96,
591,
10,
519,
121,
3430,
3,
102,
7,
23,
102,
834,
7,
14184,
834,
4350,
3274,
96,
23,
115,
75,
18,
17,
208,
121,
1,
-100,
-100,
-100,
-100,... |
Name the highest Channel with an Aspect of 4:3, and a PSIP Short Name of ibc-tv? | SELECT MAX(channel) FROM table_name_12 WHERE aspect = "4:3" AND psip_short_name = "ibc-tv" | CREATE TABLE table_name_12 (channel INTEGER, aspect VARCHAR, psip_short_name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2122,
41,
19778,
3,
21342,
17966,
6,
2663,
584,
4280,
28027,
6,
3,
102,
7,
23,
102,
834,
7,
14184,
834,
4350,
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,
4800,
4,
599,
19778,
61,
21680,
953,
834,
4350,
834,
2122,
549,
17444,
427,
2663,
3274,
96,
591,
10,
519,
121,
3430,
3,
102,
7,
23,
102,
834,
7,
14184,
834,
4350,
3274,
96,
23,
115,
75,
18,
17,
208,
121,
1,
-1... |
WHich Video has a Channel larger than 56.4? | SELECT video FROM table_name_17 WHERE channel > 56.4 | CREATE TABLE table_name_17 (video VARCHAR, channel INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2517,
41,
17241,
584,
4280,
28027,
6,
4245,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
3,
15313,
362,
3953,
65,
3,
9,
9916,
2186,
145,
305,
27869,
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,
671,
21680,
953,
834,
4350,
834,
2517,
549,
17444,
427,
4245,
2490,
305,
27869,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... |
Which Programming has an Aspect of 4:3 and a PSIP Short Name of metvla? | SELECT programming FROM table_name_98 WHERE aspect = "4:3" AND psip_short_name = "metvla" | CREATE TABLE table_name_98 (programming VARCHAR, aspect VARCHAR, psip_short_name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3916,
41,
7050,
53,
584,
4280,
28027,
6,
2663,
584,
4280,
28027,
6,
3,
102,
7,
23,
102,
834,
7,
14184,
834,
4350,
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,
6020,
21680,
953,
834,
4350,
834,
3916,
549,
17444,
427,
2663,
3274,
96,
591,
10,
519,
121,
3430,
3,
102,
7,
23,
102,
834,
7,
14184,
834,
4350,
3274,
96,
3493,
208,
521,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,... |
Which Channel has an Aspect of 4:3 and a Programming of me-tv? | SELECT channel FROM table_name_10 WHERE aspect = "4:3" AND programming = "me-tv" | CREATE TABLE table_name_10 (channel VARCHAR, aspect VARCHAR, programming VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
19778,
584,
4280,
28027,
6,
2663,
584,
4280,
28027,
6,
6020,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
9916,
65,
46,
71,
5628,
13,
314,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4245,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
2663,
3274,
96,
591,
10,
519,
121,
3430,
6020,
3274,
96,
526,
18,
17,
208,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Who is the opponent in a game higher than 76 on April 6? | SELECT opponent FROM table_name_52 WHERE game > 76 AND april = 6 | CREATE TABLE table_name_52 (opponent VARCHAR, game VARCHAR, april VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5373,
41,
32,
102,
9977,
584,
4280,
28027,
6,
467,
584,
4280,
28027,
6,
3,
9,
2246,
40,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
15264,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
15264,
21680,
953,
834,
4350,
834,
5373,
549,
17444,
427,
467,
2490,
3,
3959,
3430,
3,
9,
2246,
40,
3274,
431,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the earliest April date with a game less than 76? | SELECT MIN(april) FROM table_name_10 WHERE game < 76 | CREATE TABLE table_name_10 (april INTEGER, game INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1714,
41,
9,
2246,
40,
3,
21342,
17966,
6,
467,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
3,
16454,
1186,
833,
28,
3,
9,
467,
705,
145,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
3,
17684,
599,
9,
2246,
40,
61,
21680,
953,
834,
4350,
834,
1714,
549,
17444,
427,
467,
3,
2,
3,
3959,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which Tracking Method has a Latest stable release of n/a, and a Price in USD of from $202/month? | SELECT tracking_method FROM table_name_25 WHERE latest_stable_release = "n/a" AND price_in_usd = "from $202/month" | CREATE TABLE table_name_25 (tracking_method VARCHAR, latest_stable_release VARCHAR, price_in_usd VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1828,
41,
17,
22499,
834,
23152,
584,
4280,
28027,
6,
1251,
834,
7,
3869,
834,
21019,
584,
4280,
28027,
6,
594,
834,
77,
834,
302,
26,
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,
6418,
834,
23152,
21680,
953,
834,
4350,
834,
1828,
549,
17444,
427,
1251,
834,
7,
3869,
834,
21019,
3274,
96,
29,
87,
9,
121,
3430,
594,
834,
77,
834,
302,
26,
3274,
96,
7152,
13179,
15896,
7393,
121,
1,
-100,
-1... |
Which Name has a Company of quantcast corporation? | SELECT name FROM table_name_77 WHERE company = "quantcast corporation" | CREATE TABLE table_name_77 (name VARCHAR, company VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4013,
41,
4350,
584,
4280,
28027,
6,
349,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
5570,
65,
3,
9,
1958,
13,
13500,
5254,
11861,
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,
564,
21680,
953,
834,
4350,
834,
4013,
549,
17444,
427,
349,
3274,
96,
13158,
5254,
11861,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Name the Latest stable release that has a Price in USD of free / negotiable? | SELECT latest_stable_release FROM table_name_36 WHERE price_in_usd = "free / negotiable" | CREATE TABLE table_name_36 (latest_stable_release VARCHAR, price_in_usd VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3420,
41,
521,
4377,
834,
7,
3869,
834,
21019,
584,
4280,
28027,
6,
594,
834,
77,
834,
302,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
5570,
8,
201... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... | [
3,
23143,
14196,
1251,
834,
7,
3869,
834,
21019,
21680,
953,
834,
4350,
834,
3420,
549,
17444,
427,
594,
834,
77,
834,
302,
26,
3274,
96,
2113,
3,
87,
14261,
32,
17,
23,
179,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
Name the Company which has a Price in USD of free / negotiable? | SELECT company FROM table_name_69 WHERE price_in_usd = "free / negotiable" | CREATE TABLE table_name_69 (company VARCHAR, price_in_usd VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3951,
41,
29179,
584,
4280,
28027,
6,
594,
834,
77,
834,
302,
26,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
5570,
8,
1958,
84,
65,
3,
9,
5312,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
349,
21680,
953,
834,
4350,
834,
3951,
549,
17444,
427,
594,
834,
77,
834,
302,
26,
3274,
96,
2113,
3,
87,
14261,
32,
17,
23,
179,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Name the Company which has a Tracking Method of cookies via javascript, and a Latest stable release of n/a, and a Name of clicktale? | SELECT company FROM table_name_61 WHERE tracking_method = "cookies via javascript" AND latest_stable_release = "n/a" AND name = "clicktale" | CREATE TABLE table_name_61 (company VARCHAR, name VARCHAR, tracking_method VARCHAR, latest_stable_release VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4241,
41,
29179,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
6,
6418,
834,
23152,
584,
4280,
28027,
6,
1251,
834,
7,
3869,
834,
21019,
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,
349,
21680,
953,
834,
4350,
834,
4241,
549,
17444,
427,
6418,
834,
23152,
3274,
96,
75,
21132,
7,
1009,
3,
27578,
11815,
121,
3430,
1251,
834,
7,
3869,
834,
21019,
3274,
96,
29,
87,
9,
121,
3430,
564,
3274,
96,
12... |
Name the Tracking Method which has a Company of mapmyuser, llc? | SELECT tracking_method FROM table_name_24 WHERE company = "mapmyuser, llc" | CREATE TABLE table_name_24 (tracking_method VARCHAR, company VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2266,
41,
17,
22499,
834,
23152,
584,
4280,
28027,
6,
349,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
5570,
8,
8799,
53,
7717,
84,
65,
3,
9,
1958,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
6418,
834,
23152,
21680,
953,
834,
4350,
834,
2266,
549,
17444,
427,
349,
3274,
96,
11576,
2258,
10041,
6,
3,
195,
75,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the tie number of the game when the queens park rangers were the home team? | SELECT tie_no FROM table_name_7 WHERE home_team = "queens park rangers" | CREATE TABLE table_name_7 (tie_no VARCHAR, home_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
940,
41,
17,
23,
15,
834,
29,
32,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
6177,
381,
13,
8,
467,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6177,
834,
29,
32,
21680,
953,
834,
4350,
834,
940,
549,
17444,
427,
234,
834,
11650,
3274,
96,
835,
35,
7,
2447,
620,
52,
7,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-... |
What was the tie number when the away team was Wrexham? | SELECT tie_no FROM table_name_91 WHERE away_team = "wrexham" | CREATE TABLE table_name_91 (tie_no VARCHAR, away_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4729,
41,
17,
23,
15,
834,
29,
32,
584,
4280,
28027,
6,
550,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
6177,
381,
116,
8,
55... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6177,
834,
29,
32,
21680,
953,
834,
4350,
834,
4729,
549,
17444,
427,
550,
834,
11650,
3274,
96,
210,
60,
226,
1483,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which brigade has a population of 190? | SELECT brigade FROM table_name_44 WHERE population = "190" | CREATE TABLE table_name_44 (brigade VARCHAR, population VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3628,
41,
2160,
122,
9,
221,
584,
4280,
28027,
6,
2074,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
6397,
12581,
221,
65,
3,
9,
2074,
13,
3,
11776... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
6397,
12581,
221,
21680,
953,
834,
4350,
834,
3628,
549,
17444,
427,
2074,
3274,
96,
11776,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What defending forces have a population of 650? | SELECT defending_forces FROM table_name_22 WHERE population = "650" | CREATE TABLE table_name_22 (defending_forces VARCHAR, population VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2884,
41,
20309,
834,
10880,
7,
584,
4280,
28027,
6,
2074,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
3,
20309,
3859,
43,
3,
9,
2074,
13,
3,
15348... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
20309,
834,
10880,
7,
21680,
953,
834,
4350,
834,
2884,
549,
17444,
427,
2074,
3274,
96,
15348,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Which defending forces have the name Danna? | SELECT defending_forces FROM table_name_77 WHERE name = "danna" | CREATE TABLE table_name_77 (defending_forces VARCHAR, name VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4013,
41,
20309,
834,
10880,
7,
584,
4280,
28027,
6,
564,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
3,
20309,
3859,
43,
8,
564,
7680,
9,
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,
3,
20309,
834,
10880,
7,
21680,
953,
834,
4350,
834,
4013,
549,
17444,
427,
564,
3274,
96,
26,
10878,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,... |
What name has a population of 810? | SELECT name FROM table_name_13 WHERE population = "810" | CREATE TABLE table_name_13 (name VARCHAR, population VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2368,
41,
4350,
584,
4280,
28027,
6,
2074,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
564,
65,
3,
9,
2074,
13,
505,
1714,
58,
1,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
564,
21680,
953,
834,
4350,
834,
2368,
549,
17444,
427,
2074,
3274,
96,
927,
1714,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Which defending forces has a population of 230? | SELECT defending_forces FROM table_name_62 WHERE population = "230" | CREATE TABLE table_name_62 (defending_forces VARCHAR, population VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4056,
41,
20309,
834,
10880,
7,
584,
4280,
28027,
6,
2074,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
4073,
3,
20309,
3859,
65,
3,
9,
2074,
13,
3,
1342... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
20309,
834,
10880,
7,
21680,
953,
834,
4350,
834,
4056,
549,
17444,
427,
2074,
3274,
96,
13427,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
In what region was Degeneration released in digital format on 19 July 2008? | SELECT region FROM table_name_41 WHERE format = "digital" AND date = "19 july 2008" | CREATE TABLE table_name_41 (region VARCHAR, format VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4853,
41,
18145,
584,
4280,
28027,
6,
1910,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
86,
125,
1719,
47,
374,
10877,
1883,
16,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1719,
21680,
953,
834,
4350,
834,
4853,
549,
17444,
427,
1910,
3274,
96,
9206,
138,
121,
3430,
833,
3274,
96,
2294,
3,
2047,
120,
2628,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What was the name of the catalog released on 19 July 2008? | SELECT catalog FROM table_name_55 WHERE date = "19 july 2008" | CREATE TABLE table_name_55 (catalog VARCHAR, date VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3769,
41,
2138,
9,
2152,
584,
4280,
28027,
6,
833,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
47,
8,
564,
13,
8,
10173,
1883,
30,
957,
1718,
2628,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
10173,
21680,
953,
834,
4350,
834,
3769,
549,
17444,
427,
833,
3274,
96,
2294,
3,
2047,
120,
2628,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
who is the away team when the home team is luton town? | SELECT away_team FROM table_name_11 WHERE home_team = "luton town" | CREATE TABLE table_name_11 (away_team VARCHAR, home_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
8006,
834,
11650,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
113,
19,
8,
550,
372,
116,
8,
234,
372,
19... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
550,
834,
11650,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
234,
834,
11650,
3274,
96,
40,
76,
17,
106,
1511,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
what is the attendance when the home team is chester city? | SELECT attendance FROM table_name_51 WHERE home_team = "chester city" | CREATE TABLE table_name_51 (attendance VARCHAR, home_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5553,
41,
15116,
663,
584,
4280,
28027,
6,
234,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
125,
19,
8,
11364,
116,
8,
234,
372,
19,
3,
1326... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
11364,
21680,
953,
834,
4350,
834,
5553,
549,
17444,
427,
234,
834,
11650,
3274,
96,
13263,
690,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
who is the home team when attendance is 25 november 1997 and the away team is exeter city? | SELECT home_team FROM table_name_82 WHERE attendance = "25 november 1997" AND away_team = "exeter city" | CREATE TABLE table_name_82 (home_team VARCHAR, attendance VARCHAR, away_team VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4613,
41,
5515,
834,
11650,
584,
4280,
28027,
6,
11364,
584,
4280,
28027,
6,
550,
834,
11650,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
113,
19,
8,
234,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0... | [
3,
23143,
14196,
234,
834,
11650,
21680,
953,
834,
4350,
834,
4613,
549,
17444,
427,
11364,
3274,
96,
1828,
3,
5326,
18247,
6622,
121,
3430,
550,
834,
11650,
3274,
96,
6667,
449,
690,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
Who are the semifinalists of the tournament with magnus gustafsson as the finalist? | SELECT semifinalists FROM table_name_90 WHERE finalist = "magnus gustafsson" | CREATE TABLE table_name_90 (semifinalists VARCHAR, finalist VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2394,
41,
7,
15,
51,
23,
28077,
584,
4280,
28027,
6,
804,
343,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
33,
8,
4772,
28077,
13,
8,
5892,
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,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4772,
28077,
21680,
953,
834,
4350,
834,
2394,
549,
17444,
427,
804,
343,
3274,
96,
7493,
29,
302,
8829,
9,
89,
7,
739,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-10... |
Who is the winner and score of the tournament with semifinalists goran prpić sergi bruguera? | SELECT winner_and_score FROM table_name_43 WHERE semifinalists = "goran prpić sergi bruguera" | CREATE TABLE table_name_43 (winner_and_score VARCHAR, semifinalists VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4906,
41,
3757,
687,
834,
232,
834,
7,
9022,
584,
4280,
28027,
6,
4772,
28077,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
4668,
11,
2604,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
4668,
834,
232,
834,
7,
9022,
21680,
953,
834,
4350,
834,
4906,
549,
17444,
427,
4772,
28077,
3274,
96,
839,
2002,
4880,
102,
23,
2,
7637,
122,
23,
3,
9052,
19645,
9,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
Who is the winner and score during the week of April 22? | SELECT winner_and_score FROM table_name_54 WHERE week = "april 22" | CREATE TABLE table_name_54 (winner_and_score VARCHAR, week VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
5062,
41,
3757,
687,
834,
232,
834,
7,
9022,
584,
4280,
28027,
6,
471,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
2645,
19,
8,
4668,
11,
2604,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
4668,
834,
232,
834,
7,
9022,
21680,
953,
834,
4350,
834,
5062,
549,
17444,
427,
471,
3274,
96,
9,
2246,
40,
1630,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-1... |
What week was the tournament of paris? | SELECT week FROM table_name_76 WHERE tournament = "paris" | CREATE TABLE table_name_76 (week VARCHAR, tournament VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3959,
41,
8041,
584,
4280,
28027,
6,
5892,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
471,
47,
8,
5892,
13,
260,
159,
58,
1,
0,
0,
0,
0,
0,
0,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
3,
23143,
14196,
471,
21680,
953,
834,
4350,
834,
3959,
549,
17444,
427,
5892,
3274,
96,
1893,
159,
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 average Champions League assists for the players with League assists under 4? | SELECT AVG(Champions) AS league FROM table_name_38 WHERE league < 4 | CREATE TABLE table_name_38 (Champions INTEGER, league INTEGER) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3747,
41,
3541,
4624,
2865,
3,
21342,
17966,
6,
5533,
3,
21342,
17966,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
1348,
15132,
3815,
13041,
21,
8,
1508,
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,
3541,
4624,
2865,
61,
6157,
5533,
21680,
953,
834,
4350,
834,
3747,
549,
17444,
427,
5533,
3,
2,
314,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the most Champions League assists for those with a total of 6 and position of Midfielder? | SELECT MAX(Champions) AS league FROM table_name_48 WHERE total = 6 AND position = "midfielder" | CREATE TABLE table_name_48 (Champions INTEGER, total VARCHAR, position VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
3707,
41,
3541,
4624,
2865,
3,
21342,
17966,
6,
792,
584,
4280,
28027,
6,
1102,
584,
4280,
28027,
61,
3,
32105,
32106,
32107,
32106,
363,
19,
8,
167,
15132,
3815,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
3541,
4624,
2865,
61,
6157,
5533,
21680,
953,
834,
4350,
834,
3707,
549,
17444,
427,
792,
3274,
431,
3430,
1102,
3274,
96,
6983,
1846,
49,
121,
1,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
... |
What is the sum of the FAC/LC G with a CL G less than 2, less than 5 total apps, and a UEFA YC greater than 0? | SELECT SUM(fac___lc_g) FROM table_name_30 WHERE cl_g < 2 AND total_apps < 5 AND UEfa_yc > 0 | CREATE TABLE table_name_30 (fac___lc_g INTEGER, UEfa_yc VARCHAR, cl_g VARCHAR, total_apps VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
1458,
41,
89,
9,
75,
834,
834,
834,
40,
75,
834,
122,
3,
21342,
17966,
6,
3,
5078,
89,
9,
834,
63,
75,
584,
4280,
28027,
6,
3,
75,
40,
834,
122,
584,
4280,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
89,
9,
75,
834,
834,
834,
40,
75,
834,
122,
61,
21680,
953,
834,
4350,
834,
1458,
549,
17444,
427,
3,
75,
40,
834,
122,
3,
2,
204,
3430,
792,
834,
3096,
7,
3,
2,
305,
3430,
3,
5078,
89,
9,
... |
What is the average FAC/LC apps with a CL G greater than 0, less than 33 PL apps, a FAC/LC G of 0, and less than 2 FA YC? | SELECT AVG(fac___lc_apps) FROM table_name_46 WHERE cl_g > 0 AND pl_apps < 33 AND fac___lc_g = 0 AND fa_yc < 2 | CREATE TABLE table_name_46 (fac___lc_apps INTEGER, fa_yc VARCHAR, fac___lc_g VARCHAR, cl_g VARCHAR, pl_apps VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
4448,
41,
89,
9,
75,
834,
834,
834,
40,
75,
834,
3096,
7,
3,
21342,
17966,
6,
3,
89,
9,
834,
63,
75,
584,
4280,
28027,
6,
3257,
834,
834,
834,
40,
75,
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,
71,
17217,
599,
89,
9,
75,
834,
834,
834,
40,
75,
834,
3096,
7,
61,
21680,
953,
834,
4350,
834,
4448,
549,
17444,
427,
3,
75,
40,
834,
122,
2490,
3,
632,
3430,
4752,
834,
3096,
7,
3,
2,
5400,
3430,
3257,
834,
... |
What is the sum of the FAC/LC apps with less than 25 PC apps and a UEFA YC less than 0? | SELECT SUM(fac___lc_apps) FROM table_name_11 WHERE pl_apps < 25 AND UEfa_yc < 0 | CREATE TABLE table_name_11 (fac___lc_apps INTEGER, pl_apps VARCHAR, UEfa_yc VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2596,
41,
89,
9,
75,
834,
834,
834,
40,
75,
834,
3096,
7,
3,
21342,
17966,
6,
4752,
834,
3096,
7,
584,
4280,
28027,
6,
3,
5078,
89,
9,
834,
63,
75,
584,
42... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
89,
9,
75,
834,
834,
834,
40,
75,
834,
3096,
7,
61,
21680,
953,
834,
4350,
834,
2596,
549,
17444,
427,
4752,
834,
3096,
7,
3,
2,
944,
3430,
3,
5078,
89,
9,
834,
63,
75,
3,
2,
3,
632,
1,
-10... |
What is the sum of the total apps of player benayoun, who has a PL G greater than 0 and more than 9 CL apps? | SELECT SUM(total_apps) FROM table_name_28 WHERE pl_g > 0 AND player = "benayoun" AND cl_apps > 9 | CREATE TABLE table_name_28 (total_apps INTEGER, cl_apps VARCHAR, pl_g VARCHAR, player VARCHAR) | [
32100,
32106,
32105,
205,
4386,
6048,
332,
17098,
953,
834,
4350,
834,
2577,
41,
235,
1947,
834,
3096,
7,
3,
21342,
17966,
6,
3,
75,
40,
834,
3096,
7,
584,
4280,
28027,
6,
4752,
834,
122,
584,
4280,
28027,
6,
1959,
584,
4280,
2802... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
3,
23143,
14196,
180,
6122,
599,
235,
1947,
834,
3096,
7,
61,
21680,
953,
834,
4350,
834,
2577,
549,
17444,
427,
4752,
834,
122,
2490,
3,
632,
3430,
1959,
3274,
96,
115,
35,
9,
4188,
29,
121,
3430,
3,
75,
40,
834,
3096,
7,
2490,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.