input_ids list | attention_mask list | labels list | prompt stringlengths 528 1.77k | completion stringlengths 40 173 |
|---|---|---|---|---|
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
3001,
14333,
749,
310,
278,
454,
21628,
297,
4259,
310,
29871,
29906,
29900,
29896,
29900,
29973,
29952,
13,
13,
2277,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the total attendance of the leagues in season of 2010?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10815352_1 (
Country text,
Sport text,
Season text,
"Average attendance" numeric,
... | SELECT COUNT("Total attendance") FROM table_1_10815352_1 WHERE "Season" ILIKE '%2010%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4513,
310,
5839,
29871,
29953,
29941,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the round of pick 63?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11545282_6 (
"No." numeric,
Nationality text,
"Years for Jazz" text
);
CREATE TABLE table_1_10020178_1 (
Canton te... | SELECT Round FROM table_2_17383560_1 WHERE "Pick" = '63' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
17202,
310,
1776,
414,
18515,
287,
297,
363,
376,
9984,
4104,
278,
2088,
24208,
322,
2401,
284,
278,
12362,
8652,
29952,
13,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many thousands of viewers tuned in for "Make Mad the Guilty and Appal the Free"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10932739_2 (
"Semimajor Axis ( AU )" text,
"Radial velocity (... | SELECT "N.Z. viewers (thousand)" FROM table_1_23114705_7 WHERE "Title" ILIKE '%"Make%Mad%the%Guilty%and%Appal%the%Free"%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
8982,
29925,
399,
310,
263,
3878,
23860,
341,
12661,
7621,
1135,
29871,
29947,
29929,
29889,
29945,
297,
278,
4272,
310,
399,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the ERP W of a Frequency MHz greater than 89.5 in the city of Washburn, Texas?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_14203256_2 (
"Call sign" text,
"FCC info" text,
"City of l... | SELECT "ERP W" FROM table_2_14203256_2 WHERE "Frequency MHz" > '89.5' AND "City of license" ILIKE '%washburn,%texas%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
2635,
746,
278,
6003,
434,
338,
380,
1943,
10684,
409,
948,
29875,
413,
792,
11555,
1919,
6836,
420,
29891,
29973,
29952,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`what is the date when the venue is stade général seyni kountché , niamey?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18707391_1 (
Date text,
Competition text,
Score text,
Venue text,
Res... | SELECT Date FROM table_2_18707391_1 WHERE "Venue" ILIKE '%stade%général%seyni%kountché%,%niamey%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
10769,
411,
263,
2602,
526,
9904,
363,
278,
29871,
29906,
29900,
29900,
29929,
4259,
29973,
421,
13,
13,
2277,
29937,
5470,
1102,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many players with a position are listed for the 2009 season? `
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11621915_1 (
Winner text,
"Purse( $ )" numeric,
Date text,
Tournament text,
S... | SELECT COUNT(POSITION) FROM table_1_15463188_17 WHERE "Season" ILIKE '%2009%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
338,
278,
3271,
3815,
472,
14212,
4815,
373,
29871,
29906,
29900,
3786,
29871,
29896,
29929,
29945,
29955,
29973,
29952,
13,
13,
2277,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who is the home team at Victoria Park on 20 April 1957?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_5 (
Player text,
Position text,
Hometown text,
"MLB Draft" text,
School text
)... | SELECT "Home team" FROM table_2_10774891_1 WHERE "Date" ILIKE '%20%april%1957%' AND "Venue" ILIKE '%victoria%park%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
24577,
1629,
9904,
363,
376,
3062,
526,
366,
2675,
304,
590,
5360,
29908,
515,
278,
3769,
443,
1573,
591,
2317,
29973... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the earliest year listed for "where are you going to my love" from the album united we stand?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1231892_4 (
Title text,
"Broadcast Order" tex... | SELECT MIN(YEAR) FROM table_2_16865180_1 WHERE "Album" ILIKE '%united%we%stand%' AND "Single" ILIKE '%"where%are%you%going%to%my%love"%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
7439,
1089,
292,
310,
2524,
1111,
6013,
276,
3350,
750,
825,
14743,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Partnering of franco ferreiro had what tournament?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11147852_1 (
"Owned since" text,
Station text,
"City of license/Market" text,
"Channel TV ( D... | SELECT Tournament FROM table_2_14924949_12 WHERE "Partnering" ILIKE '%franco%ferreiro%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
2407,
746,
278,
1570,
3088,
8360,
7358,
5318,
472,
278,
12115,
19906,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the record when the New York Knicks played at the Boston Garden?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1245350_1 (
"Quattroporte IV" text,
"Max Speed" text,
Power text,
"Pro... | SELECT Record FROM table_2_13821868_4 WHERE "Location" ILIKE '%boston%garden%' AND "Opponent" ILIKE '%new%york%knicks%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
2635,
756,
29871,
29896,
408,
278,
4723,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which date has 1 as the week?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10015132_14 (
"No." numeric,
Position text,
Player text,
"School/Club Team" text,
Nationality text,
"Years in To... | SELECT Date FROM table_2_15353223_2 WHERE "Week" = '1' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
10769,
892,
18195,
287,
515,
425,
791,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many players were drafted from laval?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_20170644_5 (
"Pick #" numeric,
College text,
"CFL Team" text,
Position text,
Player text
);
CREATE TA... | SELECT COUNT("CFL Team") FROM table_1_20170644_5 WHERE "College" ILIKE '%Laval%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3001,
1353,
310,
3291,
411,
3109,
1135,
29871,
29946,
29929,
3291,
297,
29871,
29906,
29900,
29900,
29947,
29899,
29900,
29929,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the total number of points with less than 49 points in 2008-09, and 46 points in 2006-07?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11604804_5 (
Founded numeric,
Color text,
Nickn... | SELECT COUNT("Total Pts") FROM table_2_18226336_10 WHERE "2008–09 Pts" < '49' AND "2006–07 Pts" ILIKE '%46%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
4523,
29914,
6821,
431,
8583,
756,
263,
21595,
7200,
1135,
29871,
29896,
29953,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which School/Club Team has a Round larger than 16?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1012730_1 (
Winnings text,
Poles numeric,
"Top 10" numeric,
Wins numeric,
"Avg. Start" text,... | SELECT "School/Club Team" FROM table_2_15093658_1 WHERE "Round" > '16' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
8158,
310,
3748,
29871,
29941,
29955,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the score of game 37?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11780179_1 (
Population numeric,
"Area (km²)" numeric,
"GDP (nominal)" text,
"GDP per capita (nominal)" text,
Cou... | SELECT Score FROM table_2_17599495_6 WHERE "Game" = '37' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
10513,
272,
411,
263,
3086,
537,
411,
9728,
29892,
322,
385,
382,
2608,
1061,
310,
17164,
20444,
29892,
322,
385,
382,
2608,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the Elector with a Nationality with roman, and an Elevator of urban iv, and an Elevated with 1261, december 17?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11963536_11 (
"Location Att... | SELECT Elector FROM table_2_12079744_1 WHERE "Nationality" ILIKE '%roman%' AND "Elevator" ILIKE '%urban%iv%' AND "Elevated" ILIKE '%1261,%december%17%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
797,
607,
12720,
338,
922,
273,
29915,
29879,
3815,
1754,
701,
310,
7365,
728,
13707,
402,
20144,
29899,
29924,
332,
21155,
322,
13423,
830,
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... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`In which episode is Sean's team made up of Krishnan Guru-Murthy and Vic Reeves?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_23292220_3 (
"First broadcast" text,
Scores text,
"Seans team" te... | SELECT Episode FROM table_1_23292220_3 WHERE "Seans team" ILIKE '%Krishnan%Guru-Murthy%and%Vic%Reeves%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29871,
29906,
29900,
29900,
29929,
756,
4595,
2243,
314,
14743,
29879,
310,
29871,
29906,
29900,
29900,
29947,
29973,
29952,
13,
13,
2277,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What 2009 has grand slam tournaments of 2008?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12027364_1 (
"Womens singles" text,
Year numeric,
"Mixed doubles" text,
"Womens doubles" text,
"M... | SELECT 2009 FROM table_2_15746889_11 WHERE "2008" ILIKE '%grand%slam%tournaments%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2407,
310,
278,
3748,
373,
4723,
29871,
29896,
29941,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the record of the game on week 13?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12262182_2 (
Opponent text,
Number numeric,
Titles text,
Defenses numeric,
Name text
);
CREATE TABLE... | SELECT Record FROM table_2_14942423_1 WHERE "Week" = '13' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
399,
3993,
29892,
746,
278,
17015,
338,
315,
2409,
1100,
29892,
12314,
29892,
322,
746,
278,
4712,
338,
3979,
29871,
29896,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the Winner, when the Location is Clemson, SC, and when the Date is November 17, 2012?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11621873_1 (
Score text,
"1st Prize( $ )" numeric,
... | SELECT Winner FROM table_2_13113805_2 WHERE "Location" ILIKE '%clemson,%sc%' AND "Date" ILIKE '%november%17,%2012%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
4078,
746,
278,
6410,
471,
269,
3656,
4425,
313,
29906,
29994,
29906,
6877,
29952,
13,
13,
2277,
29937,
5470,
1102,
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... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the save when the loss was santiago (2–2)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11658094_1 (
Enrollment numeric,
Joined text,
Institution text,
Type text,
Location text,
Fo... | SELECT Save FROM table_2_11633481_5 WHERE "Loss" ILIKE '%santiago%(2–2)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
4989,
2004,
8396,
279,
29915,
29879,
19604,
5839,
1353,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is Graeme Bonar's lowest pick number?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10023387_1 (
"Doubles W-L" text,
"Total W-L" text,
"Years Played" text,
"Singles W-L" text
);
CREATE ... | SELECT MIN("Pick #") FROM table_1_2850912_3 WHERE "Player" ILIKE '%Graeme%Bonar%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
526,
278,
21614,
363,
278,
29871,
29955,
386,
2602,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What are the wins for the 7th position?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10577579_2 (
Type text,
Enrollment numeric,
Founded numeric,
Institution text,
"Mens Nickname" text,
J... | SELECT Wins FROM table_1_27631002_1 WHERE "Position" ILIKE '%7th%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1274,
1617,
962,
363,
278,
4223,
1024,
14299,
10643,
322,
5722,
5996,
832,
12356,
29973,
29952,
13,
13,
2277,
29937,
5470,
110... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the acronym for the English name Northern management and technological institute?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11960944_11 (
Team text,
"High points" text,
Date text,... | SELECT Acronym FROM table_2_18144241_2 WHERE "Name in English" ILIKE '%northern%management%and%technological%institute%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
3047,
278,
4665,
297,
29871,
29906,
29900,
29900,
29945,
310,
29871,
29945,
29955,
29906,
29892,
825,
338,
278,
4642,
1024,
29973,
29952,
13,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`With the population in 2005 of 572, what is the former name?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10921309_1 (
Export numeric,
"Prim. energy" numeric,
"CO 2 -emission" text,
Electri... | SELECT "Former Name" FROM table_1_21302_1 WHERE "Population (2005)" = '572' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1353,
9904,
297,
515,
363,
278,
7365,
434,
17344,
8502,
4103,
3395,
26748,
943,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the number listed in from for the Krueppel Like Transcription Factors?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_26708105_2 (
"Conserved in Mus Musculus" text,
"Detailed Family Inf... | SELECT MIN(FROM) FROM table_1_26708105_2 WHERE "Detailed Family Information" ILIKE '%Krueppel%like%transcription%factors%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
4665,
9027,
988,
4665,
1273,
338,
29871,
29896,
29889,
29896,
29995,
363,
25007,
557,
423,
29952,
13,
13,
2277,
29937,
5470,
1102,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the population density where population % is 1.1% for slovakia`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12001616_4 (
"Car Make" text,
Laps numeric,
Status text,
Entrant text,
Star... | SELECT "Pop. density People/km 2" FROM table_1_1606824_1 WHERE "Population % of EU" ILIKE '%1.1%%' AND "Member State" ILIKE '%Slovakia%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1024,
310,
263,
4423,
297,
20537,
423,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the name of a location in Nigeria?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_15 (
Position text,
Player text,
Hometown text,
School text,
"MLB Draft" text
);
CREATE TAB... | SELECT Name FROM table_2_1499203_1 WHERE "Location" ILIKE '%nigeria%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
29871,
29906,
29900,
29896,
29896,
363,
29871,
29906,
29900,
29896,
29900,
310,
15248,
293,
8090,
29952,
13,
13,
2277,
29937,
5470,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the 2011 for 2010 of olympic games`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12305325_4 (
"Craigs vote" text,
"Lens vote" text,
Week numeric,
Safe text,
Eliminated text,
"Brunos v... | SELECT 2011 FROM table_2_12472200_7 WHERE "2010" ILIKE '%olympic%games%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
14743,
471,
5569,
1174,
29939,
29894,
391,
28877,
701,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
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... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What tournament was Thomas Enqvist runner up?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10819266_8 (
"Season finale" text,
Episodes numeric,
"TV season" text,
"Season premiere" text,
Ra... | SELECT Tournament FROM table_2_11346282_12 WHERE "Runner-up" ILIKE '%thomas%enqvist%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1472,
756,
278,
3815,
1058,
1914,
29879,
4644,
1383,
487,
28488,
11319,
16510,
26053,
1063,
6136,
29973,
29952,
13,
13,
2277,
29937,
5470,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How long has the team who owns North Shore Events Centre Vector Arena been active?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_283203_1 (
Founded numeric,
Location text,
"Home Venue" text,
... | SELECT "Years Active" FROM table_1_283203_1 WHERE "Home Venue" ILIKE '%North%Shore%Events%Centre%Vector%Arena%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
8341,
750,
263,
5401,
19649,
393,
471,
901,
1135,
29871,
29900,
29889,
29945,
29929,
29947,
322,
884,
750,
3109,
1135,
29871,
29945,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which finish had a win percentage that was more than 0.598 and also had less than 53 wins?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12262182_2 (
Opponent text,
Titles text,
Date text,
N... | SELECT Finish FROM table_2_15685366_3 WHERE "Win%" > '0.598' AND "Wins" < '53' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
29871,
29945,
3358,
1510,
988,
29589,
910,
3879,
1076,
338,
373,
472,
29871,
29955,
314,
29973,
29952,
13,
13,
2277,
29937,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the 5pm show where CBS This Morning is on at 7am?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17887548_2 (
"9:00 am" text,
"11:00 am" text,
"2:00 pm" text,
"12:30 pm" text,
"7:30 ... | SELECT "5:00 pm" FROM table_2_17887548_2 WHERE "7:00 am" ILIKE '%cbs%this%morning%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
2407,
746,
278,
3748,
338,
29871,
29896,
29941,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`what is the record when the game is 13?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17382411_4 (
Game numeric,
Date text,
Score text,
"High points" text,
"Location Attendance" text,
Reco... | SELECT Record FROM table_2_17382411_4 WHERE "Game" = '13' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
2931,
338,
2011,
25724,
491,
382,
18849,
476,
866,
294,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which character is portrayed by Elias Koteas?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1130632_1 (
"Original air date" text,
"Written by" text,
Title text,
"Featured character(s)" text,... | SELECT CHARACTER FROM table_2_11240028_5 WHERE "Portrayed by" ILIKE '%elias%koteas%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
4591,
988,
1258,
28186,
1939,
29889,
29871,
29896,
29945,
29929,
29906,
29929,
29914,
29941,
29900,
3978,
403,
29973,
29952,
13,
13,
2277,
29937,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`From where did Train No. 15929/30 originate?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1140067_2 (
Constructor text,
Report text,
Location text,
"Race Winner" text,
Race text,
"Pole Po... | SELECT Origin FROM table_2_12095519_1 WHERE "Train No." ILIKE '%15929/30%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
8158,
310,
278,
3748,
746,
18938,
11648,
313,
29955,
29897,
750,
278,
1880,
1223,
2879,
29973,
29952,
13,
13,
2277,
29937,
547... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the score of the game when Maurice Williams (7) had the high assists?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17325580_8 (
"High rebounds" text,
Date text,
Team text,
Score te... | SELECT Score FROM table_2_17325580_8 WHERE "High assists" ILIKE '%maurice%williams%(7)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
2479,
756,
385,
17723,
3464,
310,
29871,
29947,
29900,
29899,
29947,
29900,
29900,
29892,
322,
29871,
29900,
29889,
29947,
6440,
29879,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which display has an ISO range of 80-800, and 0.8 Seconds/Frame?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_16395908_2 (
Model text,
"Active Pixels" text,
"ISO range" text,
"Seconds/Frame... | SELECT Display FROM table_2_16395908_2 WHERE "ISO range" ILIKE '%80-800%' AND "Seconds/Frame" = '0.8' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
1741,
750,
278,
23995,
296,
310,
528,
262,
3761,
263,
21025,
322,
471,
472,
29871,
29946,
29901,
29945,
29953,
29973,
29952,
13,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which event had the opponent of shinya aoki and was at 4:56?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1486444_3 (
Method text,
Location text,
"Res." text,
Round text,
Opponent text,
R... | SELECT Event FROM table_2_1486444_3 WHERE "Opponent" ILIKE '%shinya%aoki%' AND "Time" ILIKE '%4:56%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
1353,
310,
3652,
505,
263,
5802,
775,
310,
29871,
29896,
29889,
29896,
29896,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many number of series have a production code of 1.11?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10236830_6 (
Nomination text,
"Actors Name" text,
Country text,
Director text,
"Film ... | SELECT "No. in series" FROM table_1_2226817_2 WHERE "Production code" ILIKE '%1.11%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
892,
297,
14333,
749,
2645,
4723,
29871,
29896,
29906,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many were in attendance during week 12?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11900773_5 (
"First Day Cover Cancellation" text,
"Printing Process" text,
Illustration text,
"Date ... | SELECT Attendance FROM table_2_16644703_2 WHERE "Week" = '12' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
11921,
278,
5172,
342,
23012,
338,
12828,
8027,
23578,
4539,
29892,
1058,
338,
278,
15613,
7156,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Where the fastest lap is Mike Rockenfeller, who is the winning driver?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_17 (
"School/Club Team/Country" text,
Position text,
Player text,... | SELECT "Winning Driver" FROM table_1_26267607_2 WHERE "Fastest Lap" ILIKE '%Mike%Rockenfeller%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
23995,
296,
746,
278,
1121,
471,
281,
29906,
29946,
29899,
29955,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who was the opponent when the result was w24-7?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11173827_1 (
"English title" text,
Rank numeric,
Peak numeric,
Finale numeric,
"HK viewers" tex... | SELECT Opponent# FROM table_2_17432115_1 WHERE "Result" ILIKE '%w24-7%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
8158,
310,
278,
21701,
3748,
14283,
491,
901,
1135,
29871,
29896,
29947,
29892,
29953,
29941,
29900,
2305,
29973,
29952,
13,
13,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the score of the Kings game attended by more than 18,630 people?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12283621_6 (
"Serbian League Belgrade" text,
"Serbian League Vojvodina" ... | SELECT Score FROM table_2_11821711_4 WHERE "Attendance" > '18,630' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4712,
310,
278,
3159,
29915,
29880,
7089,
329,
310,
29871,
29896,
29929,
29953,
29955,
29973,
29952,
13,
13,
2277,
29937,
5470,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the Date of the Int'l Debut of 1967?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11753080_2 (
Rating text,
"18-49" text,
"#" numeric,
Episode text,
Viewers text,
"Air Date" text,... | SELECT Date FROM table_2_18860278_2 WHERE "Year" ILIKE '%1967%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
14176,
1353,
310,
21614,
491,
10215,
273,
968,
7063,
2211,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`what is the greatest number of wins by japanese formula three?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10748727_1 (
Poles numeric,
Season text,
Wins numeric,
"F/Laps" numeric,
Positio... | SELECT MAX(Wins) FROM table_1_10748727_1 WHERE "Series" ILIKE '%Japanese%Formula%Three%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
14982,
310,
278,
2243,
29878,
15709,
11266,
10080,
274,
457,
29871,
29941,
29945,
4317,
260,
29900,
29889,
29929,
29945,
29892,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the brand of the slr magic hyperprime cine 35mm t0.95, which has a focal length of 35mm?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11630008_7 (
"Written by" text,
"Series #" numeri... | SELECT Brand FROM table_2_18729407_7 WHERE "Focal Length" ILIKE '%35mm%' AND "Product Name" ILIKE '%slr%magic%hyperprime%cine%35mm%t0.95%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1223,
2879,
363,
29871,
29896,
29945,
29955,
8090,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the assists for 157 games`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1067441_1 (
"Area (km²)" numeric,
Density text,
"GDP per cap. (2003, in €)" numeric,
"GDP (2003, PPS in mil. € )"... | SELECT Assists FROM table_1_17309500_1 WHERE "Games" = '157' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
4712,
29892,
746,
5057,
8984,
29879,
338,
376,
29928,
14763,
1632,
4600,
313,
29941,
29906,
5513,
29973,
29952,
13,
13,
2277,
29937,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is Date, when High Points is "Danny Granger (32)"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10908676_7 (
"No. in season" numeric,
"Written by" text,
Title text,
"Original air date"... | SELECT Date FROM table_2_17326036_9 WHERE "High points" ILIKE '%danny%granger%(32)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
18195,
287,
491,
278,
7660,
22009,
1338,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who was drafted by the Washington Capitals?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1167698_1 (
"Runner-up" text,
Champion text,
Season text,
"Top scorer" text,
"Third place" text
);
... | SELECT Player FROM table_1_2840500_2 WHERE "NHL team" ILIKE '%Washington%Capitals%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2186,
8158,
746,
278,
6493,
292,
3815,
338,
278,
7660,
4367,
808,
1144,
322,
278,
2635,
338,
3839,
29871,
29946,
29973,
29952,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the final score when the visiting team is the Washington Redskins and the date is September 4?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10312547_1 (
Character text,
"1998 Broadway... | SELECT "Final Score" FROM table_2_10944289_4 WHERE "Visiting Team" ILIKE '%washington%redskins%' AND "Date" ILIKE '%september%4%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
7991,
5322,
29915,
1763,
610,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is Bob Charles' To par?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18171018_1 (
"To par" text,
Country text,
"Year(s) won" text,
Player text,
Total numeric,
Finish text
);
CREATE T... | SELECT "To par" FROM table_2_18171018_1 WHERE "Player" ILIKE '%bob%charles%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
4712,
756,
263,
11738,
557,
310,
5714,
29871,
29896,
29892,
322,
29871,
29955,
29953,
414,
3291,
7968,
1135,
29871,
29929,
29946,
298... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Date has a Streak of lost 1, and 76ers points smaller than 94, and a Game larger than 13, and a Record of 14-40?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_14828511_3 (
Result text,
"... | SELECT Date FROM table_2_14828511_3 WHERE "Streak" ILIKE '%lost%1%' AND "76ers points" < '94' AND "Game" > '13' AND "Record" ILIKE '%14-40%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
338,
278,
23995,
296,
363,
278,
3748,
5318,
373,
15251,
29871,
29906,
29900,
29892,
29871,
29906,
29900,
29900,
29953,
29973,
29952,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who is the opponent for the game played on august 20, 2006?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11240028_1 (
"First appearance" text,
"Portrayed by" text,
"Last appearance" text,
E... | SELECT Opponent FROM table_2_16484261_3 WHERE "Date" ILIKE '%august%20,%2006%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
4134,
29892,
746,
9206,
338,
29871,
29955,
29947,
399,
1131,
29879,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is Class, when Power is 78 Watts?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1585090_1 (
Power text,
Frequency text,
Identifier text,
Class text,
RECNet text,
"City of license" tex... | SELECT CLASS FROM table_2_1585090_1 WHERE "Power" ILIKE '%78%watts%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
2058,
471,
10239,
29891,
20096,
262,
297,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What place was Corey Pavin in?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_12913985_5 (
Score text,
Place text,
Country text,
"To par" text,
Player text
);
CREATE TABLE table_1_11642945_1... | SELECT Place FROM table_2_12913985_5 WHERE "Player" ILIKE '%corey%pavin%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
17943,
297,
9817,
756,
263,
3878,
23860,
310,
29871,
29900,
29889,
29900,
29947,
29995,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Category in Brown has a Frequency of 0.08%?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11803648_17 (
Overall numeric,
Player text,
Round numeric,
Nationality text,
Position text,
... | SELECT Brown FROM table_2_16176416_3 WHERE "Frequency" ILIKE '%0.08%%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
6588,
2169,
28258,
756,
263,
5839,
396,
7200,
1135,
29871,
29906,
29896,
29900,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What average Reg GP has a pick # larger than 210?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_100518_1 (
Weapon text,
Name text,
Mantra text,
Consort text,
"Graha (Planet)" text,
Directi... | SELECT AVG("Reg GP") FROM table_2_11636955_43 WHERE "Pick #" > '210' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
373,
472,
29871,
29947,
29901,
29941,
29900,
746,
26818,
3765,
338,
373,
472,
29871,
29955,
29901,
29900,
29900,
472,
393,
8242,
2997... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is on at 8:30 when occupation double is on at 7:00 at that channel?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_12280777_2 (
"10:00" text,
"7:30" text,
"8:30" text,
"9:30" text,
"7:0... | SELECT 8:30 FROM table_2_12280777_2 WHERE "7:00" ILIKE '%occupation%double%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
7663,
297,
29871,
29896,
29929,
29929,
29947,
411,
278,
6297,
29914,
1022,
275,
356,
310,
4699,
23568,
586,
1460,
29973... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the category in 1998 with the role/episode of David Duchovny?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12028543_3 (
Season text,
"Cup FinalDate" text,
LosingTeam text,
Score text... | SELECT Category FROM table_2_18552926_7 WHERE "Year" = '1998' AND "Role/Episode" ILIKE '%david%duchovny%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
1174,
509,
424,
756,
263,
29871,
29896,
29929,
29945,
29906,
5516,
261,
2219,
7812,
29899,
29953,
6012,
29973,
29952,
13,
13,
2277,
29937,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What Entrant has a 1952 maserati straight-6 engine?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11303072_5 (
"Fielding team" text,
Season text,
Wicket text,
Venue text,
Runs text,
"Batti... | SELECT Entrant FROM table_2_1228353_1 WHERE "Engine" ILIKE '%maserati%straight-6%' AND "Year" = '1952' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
4513,
29915,
29879,
2602,
338,
5034,
304,
6221,
4700,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
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,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which round's position is according to official website?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1013129_8 (
"College/junior/club team" text,
Nationality text,
Player text,
"NHL team" ... | SELECT Round FROM table_2_15185487_1 WHERE "Position" ILIKE '%according%to%official%website%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
2635,
310,
4892,
6251,
297,
278,
1948,
393,
756,
263,
2635,
310,
15069,
2633,
6251,
310,
2635,
310,
15069,
2633,
29973,
29952,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the date of death entry in the row that has a date of inauguration entry of date of inauguration?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18596194_1 (
President text,
"End of te... | SELECT "Date of death" FROM table_2_18596194_1 WHERE "Date of inauguration" ILIKE '%date%of%inauguration%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
9939,
5253,
310,
28134,
746,
727,
338,
263,
7115,
310,
29871,
29896,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`what is the highest amount of passengers when there is a rank of 1?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15494883_26 (
"Annual change" text,
"Total Passengers" numeric,
"Capacity in ... | SELECT MAX("Total Passengers") FROM table_2_15494883_26 WHERE "Rank" = '1' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
5318,
2750,
3448,
3815,
1244,
4006,
443,
1573,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who played against away team hereford united?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10284385_1 (
"Age (years, days)" text,
"State served" text,
Party text,
"Begin Date" text,
"End D... | SELECT "Home team" FROM table_2_17751827_2 WHERE "Away team" ILIKE '%hereford%united%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
471,
278,
3748,
393,
471,
4934,
472,
278,
12069,
778,
4815,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`When was the game that was held at the Princes Park?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11545282_11 (
"Years for Jazz" text,
"School/Club Team" text,
Position text,
"No." text,
N... | SELECT Date FROM table_2_10747009_15 WHERE "Venue" ILIKE '%princes%park%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
1422,
3275,
15276,
1144,
892,
8703,
297,
278,
21180,
4113,
1531,
287,
373,
3839,
29871,
29896,
29896,
29892,
29871,
29906,
29900,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many different lead margins were stated in the poll administered on September 11, 2008?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10021158_3 (
"Money list rank" text,
"Cuts made*" nume... | SELECT COUNT("Lead Margin") FROM table_1_17538810_10 WHERE "Dates administered" ILIKE '%September%11,%2008%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
11369,
756,
263,
3309,
310,
29871,
29946,
29945,
6233,
322,
338,
4934,
373,
3111,
29871,
29953,
29973,
29952,
13,
13,
2277,
29937,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which circuit has a length of 45 minutes and is held on August 6?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11934032_1 (
Type text,
Location text,
District text,
Registrations text,
"St... | SELECT Circuit FROM table_2_13656998_1 WHERE "Length" ILIKE '%45%minutes%' AND "Date" ILIKE '%august%6%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
471,
278,
3748,
411,
29871,
29896,
29941,
29899,
29945,
29899,
29953,
2407,
5318,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`When was the game with 13-5-6 record played?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11585313_2 (
number numeric,
"date of death†" text,
name text,
"date of birth" text,
"number of ca... | SELECT Date FROM table_1_23308178_5 WHERE "Record" ILIKE '%13-5-6%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2058,
411,
263,
304,
610,
310,
382,
322,
263,
8158,
310,
29871,
29953,
29929,
29899,
29953,
29929,
29899,
29955,
29906,
29922,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the place with a to par of E and a score of 69-69-72=210?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10647639_1 (
Result text,
Opponent text,
Attendance numeric,
Record text,
Wee... | SELECT Place FROM table_2_17162214_4 WHERE "To par" ILIKE '%e%' AND "Score" ILIKE '%69-69-72=210%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
4423,
14333,
749,
310,
278,
29871,
732,
2011,
1049,
3815,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the location attendance of the @ portland team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_27734286_1 (
"High assists" text,
"High points" text,
"Location Attendance" text,
Game n... | SELECT "Location Attendance" FROM table_1_27734286_1 WHERE "Team" ILIKE '%@%Portland%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1024,
310,
278,
3611,
393,
471,
10624,
491,
383,
7485,
383,
2674,
996,
322,
756,
263,
5802,
1353,
310,
29871,
29946,
29946,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the name of the title that was directed by Friz Freleng and has a production number of 443?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10361453_2 (
Attendance numeric,
Record text,
... | SELECT Title FROM table_2_18792945_3 WHERE "Director" ILIKE '%friz%freleng%' AND "Production Number" ILIKE '%443%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
892,
278,
23550,
310,
278,
23238,
10624,
491,
12051,
317,
913,
20595,
322,
607,
937,
263,
2859,
373,
5468,
29871,
29906,
29896,
29892,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who were the writers of the episodes directed by Greg Sullivan and which first aired on July 21, 2012?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_29087004_3 (
"Written by" text,
"Canada Ori... | SELECT "Written by" FROM table_1_29087004_3 WHERE "Directed by" ILIKE '%Greg%Sullivan%' AND "United States Original Airdate" ILIKE '%July%21,%2012%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
2113,
278,
4259,
363,
607,
1771,
355,
273,
18989,
305,
338,
278,
28877,
29899,
786,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who won the season for which Brendan Lynch is the runner-up?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11658094_3 (
Joined numeric,
Location text,
Nickname text,
Founded numeric,
Instit... | SELECT Winner FROM table_1_28962227_1 WHERE "Runners-up" ILIKE '%Brendan%Lynch%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1880,
15121,
3885,
363,
8158,
310,
29871,
29953,
29946,
29899,
29955,
29946,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the high rebounds for score of 64-74`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11951237_2 (
"Written by" text,
"Original air date" text,
"Musical guest and song" text,
"Directed by"... | SELECT COUNT("High rebounds") FROM table_1_17103729_8 WHERE "Score" ILIKE '%64-74%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
27207,
3748,
297,
3087,
8970,
29892,
12766,
1156,
29871,
29896,
29929,
29953,
29947,
29973,
29952,
13,
13,
2277,
29937,
5470,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the Bowl game in San Francisco, CA after 1968?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15190346_2 (
Result text,
"Bowl game" text,
Season numeric,
Stadium text,
Location text... | SELECT "Bowl game" FROM table_2_15190346_2 WHERE "Season" > '1968' AND "Location" ILIKE '%san%francisco,%ca%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
6588,
6198,
639,
1004,
3097,
411,
263,
9241,
2068,
7968,
1135,
29871,
29896,
29889,
29896,
29906,
322,
263,
7101,
17711,
6198,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the average relative permeability with a resistivity smaller than 1.12 and a surface resistance relative to copper smaller than 1?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12134383_... | SELECT AVG("Relative permeability") FROM table_2_1255407_1 WHERE "Resistivity (10 −6 ohm-inches)" < '1.12' AND "Surface resistance, Relative to copper" < '1' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1451,
332,
1794,
756,
825,
408,
278,
2846,
342,
1353,
310,
3546,
272,
1078,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
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... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Churai has what as the fewest number of electorates?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11963536_11 (
Series text,
"High rebounds" text,
Game numeric,
"Location Attendance" text,
... | SELECT MIN("Number of electorates (2009)") FROM table_2_18508640_1 WHERE "Name" ILIKE '%churai%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
20084,
892,
10624,
491,
19135,
15612,
555,
860,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which seasons were directed by Nelson McCormick?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1231316_5 (
Athlete text,
Nation text,
Date text,
Location text,
"Fastest time (s)" text,
"Wi... | SELECT Title FROM table_1_17355933_1 WHERE "Directed by" ILIKE '%Nelson%McCormick%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
22904,
1308,
313,
8848,
29897,
756,
263,
4408,
310,
394,
655,
29899,
1050,
29887,
3169,
3814,
277,
423,
29892,
322,
263,
8905,
4257... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Diameter (km) has a Name of alma-merghen planitia, and a Year named smaller than 1997?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10120207_8 (
"Season finale" text,
"Timeslot ( ET )" ... | SELECT MAX("Diameter (km)") FROM table_2_16799784_7 WHERE "Name" ILIKE '%alma-merghen%planitia%' AND "Year named" < '1997' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
3694,
505,
5322,
3956,
3712,
408,
278,
14297,
322,
5490,
29871,
29906,
29955,
29892,
29871,
29906,
29900,
29900,
29955,
471,
278,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many numbers have Charles Salmon as the producer and January 27, 2007 was the television premiere?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_19982699_1 (
"DVD release" text,
Maneater t... | SELECT MIN(#) FROM table_1_19982699_1 WHERE "Producer" ILIKE '%Charles%Salmon%' AND "Television Premiere" ILIKE '%January%27,%2007%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
892,
599,
278,
21669,
746,
278,
937,
11467,
1629,
471,
29871,
29896,
29929,
29953,
29896,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who were all the candidates when the first elected year was 1961?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1341884_20 (
Result text,
"First elected" numeric,
District text,
Candidates t... | SELECT Candidates FROM table_1_1341884_20 WHERE "First elected" = '1961' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
15970,
756,
278,
29871,
29896,
7306,
322,
278,
2602,
338,
285,
29893,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`who has the 1 goal and the position is fw?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_16 (
Player text,
Hometown text,
"MLB Draft" text,
School text
);
CREATE TABLE table_1_23963... | SELECT Name FROM table_1_23963781_2 WHERE "Goals" = '1' AND "Position" ILIKE '%FW%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
4943,
4259,
3743,
1708,
22450,
297,
8542,
2186,
29879,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which regular season contains playoffs in division finals?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1140113_5 (
Date text,
Report text,
"Race Name" text,
Constructor text,
Circuit text... | SELECT "Regular Season" FROM table_1_1241987_1 WHERE "Playoffs" ILIKE '%Division%Finals%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
1871,
1288,
25778,
9851,
365,
1475,
310,
278,
8025,
411,
4236,
2931,
310,
29871,
29941,
29906,
322,
756,
350,
313,
10945,
2989... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the informational CVBS Lines of the encoding with max character of 32 and has B (global) standard?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10015132_3 (
"No." numeric,
"School/Cl... | SELECT "Informational CVBS Lines" FROM table_1_1926240_1 WHERE "Max. Characters (per page row)" = '32' AND "Standard" ILIKE '%B%(global)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19087,
5253,
4559,
29881,
310,
3234,
29871,
235,
149,
156,
234,
140,
158,
234,
140,
143,
232,
175,
179,
232,
188,
191,
232,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the smallest amount sampled of product 蒙牛牌嬰幼兒配方乳粉 ?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1212189_1 (
"Power/rpm" text,
"Torque (Nm)/rpm" text,
Capacity text,
"Cylinders/Valv... | SELECT MIN("Samples taken") FROM table_1_18943444_1 WHERE "Product" ILIKE '%蒙牛牌嬰幼兒配方乳粉%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
29902,
864,
304,
1074,
278,
1121,
363,
6003,
434,
310,
302,
322,
14333,
749,
901,
1135,
29871,
29906,
29900,
29892,
29953,
29953,
29946,
29952,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`I want to see the result for venue of n and attendance more than 20,664`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10592536_8 (
Team text,
"Date of appointment" text,
"Replaced by" text,
... | SELECT RESULT FROM table_2_11163521_5 WHERE "Venue" ILIKE '%n%' AND "Attendance" > '20,664' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
11822,
6345,
373,
5846,
29871,
29896,
29955,
29892,
29871,
29896,
29947,
29955,
29946,
4687,
1009,
1840,
1434,
29871,
29896,
29929,
299... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which leader born on December 17, 1874 started their term before 1984?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1140105_6 (
Date text,
"Race Name" text,
Circuit text,
"Winning driver" t... | SELECT Name FROM table_2_149536_3 WHERE "Term start" < '1984' AND "Date of Birth" ILIKE '%december%17,%1874%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
19649,
310,
3001,
18952,
297,
29871,
29896,
29929,
29929,
29955,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the percentage of total votes in 1997?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1067134_1 (
"# of Ep" numeric,
"Region 2" text,
"DVD Name" text,
"Region 1" text,
"Region 4" te... | SELECT "% of total vote" FROM table_1_28819393_1 WHERE "Year" ILIKE '%1997%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1293,
6475,
363,
3748,
29871,
29906,
29929,
17580,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411,
278,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`List records for game 29.`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1255110_7 (
"Goals Against" numeric,
Club text,
Wins numeric,
"No." numeric,
Player text,
"Games Played" numeric,
"... | SELECT Record FROM table_1_27734286_6 WHERE "Game" = '29' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
301,
1662,
29871,
29946,
29915,
29879,
931,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was lane 4's time?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18624792_5 (
Name text,
Time text,
Nationality text,
Lane numeric,
Rank numeric
);
CREATE TABLE table_1_12444503_1 (
W... | SELECT TIME FROM table_2_18624792_5 WHERE "Lane" = '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
14333,
2925,
750,
278,
25749,
365,
1080,
408,
23995,
1237,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
67... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many attendances had the Detroit Lions as opponents?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_14971788_1 (
"Game Site" text,
Opponent text,
Attendance numeric,
Week numeric,
Result... | SELECT SUM(Attendance) FROM table_2_14971788_1 WHERE "Opponent" ILIKE '%detroit%lions%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
438,
407,
265,
296,
756,
263,
5974,
310,
29871,
29946,
29901,
29945,
29896,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Opponent has a Time of 4:51?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1725416_2 (
Location text,
Opponent text,
Record text,
"Res." text,
Event text,
Method text,
Round numeric... | SELECT Opponent FROM table_2_1725416_2 WHERE "Time" ILIKE '%4:51%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
3644,
278,
7622,
886,
338,
29871,
29953,
29947,
29892,
825,
338,
278,
6588,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
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,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`If the innings is 68, what is the average?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11066073_1 (
"Registration No." text,
"Pilot car No." numeric,
"Serial No." text,
"Engine No." numeri... | SELECT Average FROM table_1_23316034_16 WHERE "Innings" = '68' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
11069,
338,
278,
341,
29950,
6154,
29899,
29906,
29900,
29900,
29900,
29946,
5725,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What Region is the MHCL-20004 Catalog?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11545282_4 (
Player text,
Nationality text,
"Years for Jazz" text,
"School/Club Team" text,
Position tex... | SELECT Region FROM table_2_12694869_2 WHERE "Catalog" ILIKE '%mhcl-20004%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
15970,
526,
278,
3773,
19755,
267,
746,
278,
1024,
310,
9862,
338,
1900,
18032,
3631,
2706,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
260... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`who are the awardees when the name of award is best agricultural film?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12584173_1 (
"Population (Warwick)" numeric,
Year numeric,
"Population (St... | SELECT Awardee(s) FROM table_1_25926120_7 WHERE "Name of Award" ILIKE '%Best%Agricultural%Film%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
19435,
1258,
7197,
1171,
2367,
304,
376,
29879,
20027,
847,
4123,
26490,
1065,
3889,
613,
607,
471,
297,
1473,
2058,
29973,
29952,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many scores did Goodman give to "samba / young hearts run free", which was in second place?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11691212_2 (
Viewers text,
"Pit reporters" text,
... | SELECT COUNT(Goodman) FROM table_1_1014319_1 WHERE "Result" ILIKE '%Second%place%' AND "Dance/song" ILIKE '%Samba%/%Young%Hearts%Run%Free%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1880,
3291,
363,
29871,
29906,
29896,
29899,
29946,
29945,
2407,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the high points for 21-45 record`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11254821_2 (
"Points awarded (Gold)" numeric,
"Finishing position" text,
"Points awarded (Silver)" numeric,... | SELECT COUNT("High Points") FROM table_1_22871239_9 WHERE "Record" ILIKE '%21-45%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
1121,
756,
263,
1629,
1156,
29871,
29906,
29900,
29900,
29906,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What result has a year after 2002?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15186827_1 (
Venue text,
Result text,
Tournament text,
Year numeric,
Extra text
);
CREATE TABLE table_1_1195... | SELECT RESULT FROM table_2_15186827_1 WHERE "Year" > '2002' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2533,
310,
599,
425,
567,
411,
7115,
29871,
29941,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the sum of all laps with rank 3?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11621915_1 (
"Purse( $ )" numeric,
"1st Prize( $ )" numeric,
Winner text,
Location text,
Score text,
... | SELECT COUNT(Laps) FROM table_2_1236138_1 WHERE "Rank" ILIKE '%3%' |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.