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,
5328,
1784,
3652,
7017,
267,
1258,
278,
4259,
376,
3596,
29899,
303,
1503,
29908,
505,
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:
`How many series premieres did the season "All-stars" have?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10470082_6 (
"No." numeric,
"US air date" text,
Writer text,
"#" numeric,
Director t... | SELECT COUNT("Series premiere") FROM table_1_2311410_1 WHERE "Season" ILIKE '%All-Stars%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
6588,
7488,
29899,
29945,
8341,
267,
411,
29871,
29906,
408,
278,
7488,
29899,
29896,
29900,
322,
263,
7621,
1135,
29871,
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 average Top-5 finishes with 2 as the Top-10 and a greater than 4 Top-25?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11820086_1 (
"No. in series" numeric,
"Original air date" tex... | SELECT AVG(Top-5) FROM table_2_1570274_4 WHERE "Top-10" = '2' AND "Top-25" > '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2635,
310,
278,
27249,
3271,
3748,
411,
263,
29871,
29906,
29900,
29899,
29947,
2407,
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 Cleveland home game with a 20-8 record?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11803648_20 (
Player text,
"Club team" text,
Round numeric,
Nationality text,
P... | SELECT Date FROM table_2_16188254_4 WHERE "Home" ILIKE '%cleveland%' AND "Record" ILIKE '%20-8%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
29871,
29906,
299,
2814,
393,
756,
29871,
29941,
29896,
29899,
29941,
29955,
408,
278,
29871,
29896,
303,
2814,
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 2nd leg that has 31-37 as the 1st leg?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12275654_1 (
"Womens singles" text,
"Mixed doubles" text,
Year numeric,
"Mens doubles" text,
... | SELECT "2nd leg" FROM table_2_15757906_11 WHERE "1st leg" ILIKE '%31-37%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
2522,
487,
756,
263,
15484,
310,
260,
29945,
29892,
322,
263,
15456,
310,
443,
1573,
5922,
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:
`Which Score has a Place of t5, and a Country of united states?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11839306_2 (
"English title" text,
Track numeric,
"Rōmaji title" text,
Artist tex... | SELECT Score FROM table_2_18131508_7 WHERE "Place" ILIKE '%t5%' AND "Country" ILIKE '%united%states%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
7101,
363,
29871,
29953,
29994,
29900,
29892,
29871,
29953,
29994,
29941,
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:
`Name the surface for 6–0, 6–3`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10470082_6 (
"US air date" text,
Title text,
Director text,
Writer text,
"#" numeric,
Villains text,
"No." nume... | SELECT Surface FROM table_1_22597626_6 WHERE "Score in the final" ILIKE '%6–0,%6–3%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19604,
3001,
310,
278,
4847,
411,
263,
260,
29946,
29896,
8341,
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 the lowest total of the player with a t41 finish?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_3 (
Hometown text,
School text,
"MLB Draft" text,
Position text
);
CREATE TAB... | SELECT MIN(Total) FROM table_2_18096431_2 WHERE "Finish" ILIKE '%t41%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
8236,
885,
9386,
373,
3786,
29871,
29955,
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:
`Who was the leading scorer on April 7?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1137718_2 (
Report text,
"Grand Prix" text,
"Winning Driver" text,
"Fastest Lap" text,
Location text,
C... | SELECT "Leading scorer" FROM table_2_16188254_8 WHERE "Date" ILIKE '%april%7%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1576,
29871,
29945,
29896,
3291,
2750,
29892,
920,
1784,
526,
363,
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:
`The 51 points against, how many are for?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1212189_1 (
"Model/Engine" text,
"Torque (Nm)/rpm" text,
"Power/rpm" text,
Capacity text,
"Cylinders/V... | SELECT "Points for" FROM table_2_10297763_2 WHERE "Points against" ILIKE '%51%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
3448,
3815,
363,
22134,
1353,
29871,
29929,
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:
`Who was the away team for tie number 9?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11649123_1 (
"People Assisted" text,
"Countries Affected" text,
Disaster text,
"Nature of Help" text,
"... | SELECT "Away team" FROM table_2_16176509_5 WHERE "Tie no" ILIKE '%9%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3815,
338,
9459,
438,
791,
3271,
304,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
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:
`Which team is Lake Oval home to?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11391954_3 (
"Marathon (mens)" numeric,
"Half Marathon (mens)" numeric,
Country text,
"Marathon (womens)" numer... | SELECT "Home team" FROM table_2_10826385_3 WHERE "Venue" ILIKE '%lake%oval%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
16259,
6251,
16161,
304,
376,
29923,
12907,
29871,
29929,
8652,
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 numerical entry corresponds to "Episode 9"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_15026994_3 (
"#" numeric,
Director text,
Writer text,
"Viewing figure" text,
Episode text,
"... | SELECT COUNT(#) FROM table_1_15026994_3 WHERE "Episode" ILIKE '%"Episode%9"%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
21180,
19576,
363,
8575,
29871,
29896,
29929,
29892,
29871,
29906,
29900,
29900,
29947,
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:
`Name the poll winner for march 19, 2008`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_15781170_2 (
"Original air date" text,
"#" numeric,
"Advocate # 2" text,
"Poll winner" text,
"Root of A... | SELECT COUNT("Poll winner") FROM table_1_15781170_2 WHERE "Original air date" ILIKE '%March%19,%2008%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
1708,
338,
515,
278,
4234,
9923,
1974,
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 play is from the country Belgium?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18379129_2 (
base text,
company text,
author text,
country text,
play text
);
CREATE TABLE table_1_11585... | SELECT play FROM table_2_18379129_2 WHERE "country" ILIKE '%belgium%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
750,
278,
22775,
2602,
472,
278,
5332,
6265,
11963,
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:
`Who had the pole position at the German Grand Prix?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1137718_2 (
Date text,
"Winning Driver" text,
"Fastest Lap" text,
"Grand Prix" text,
"Pole ... | SELECT "Pole Position" FROM table_1_1137718_2 WHERE "Grand Prix" ILIKE '%German%Grand%Prix%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4797,
537,
310,
1383,
388,
484,
22927,
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 nationality of Shayne Wright?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11220799_2 (
Vote text,
Reward text,
Exiled text,
"Episode Titles" text,
Immunity text,
Finish text,... | SELECT Nationality FROM table_1_1013129_11 WHERE "Player" ILIKE '%Shayne%Wright%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
6508,
363,
12789,
284,
10694,
297,
11791,
313,
29885,
29897,
338,
1055,
8819,
22696,
29892,
2362,
1111,
17580,
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:
`Location for focal plane in ft (m) is naidi hills, basco.`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10361625_1 (
College text,
Position text,
Round numeric,
Overall numeric,
"Player nam... | SELECT "Focal plane in ft (m)" FROM table_1_25597136_1 WHERE "Location" ILIKE '%Naidi%Hills,%Basco%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
2951,
825,
2635,
1258,
278,
3271,
3815,
8158,
29871,
29929,
29889,
29896,
29946,
313,
29953,
29947,
6877,
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:
`On what date did the home team score 9.14 (68)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_10809142_1 (
"Home team score" text,
"Away team score" text,
"Away team" text,
Venue text,
"Hom... | SELECT Date FROM table_2_10809142_1 WHERE "Home team score" ILIKE '%9.14%(68)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
319,
1582,
3815,
472,
278,
11902,
369,
3391,
12533,
399,
3825,
414,
8778,
3748,
411,
263,
2522,
487,
310,
29871,
29906,
29994,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Away team at the Wolverhampton Wanderers Home game with a Score of 2–0?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11326124_3 (
Edition numeric,
Zone text,
Result text,
Surfac... | SELECT "Away team" FROM table_2_17943933_3 WHERE "Score" ILIKE '%2–0%' AND "Home team" ILIKE '%wolverhampton%wanderers%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
6856,
363,
972,
1460,
298,
352,
1004,
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 grid for denny hulme?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1067441_1 (
Province text,
"Area (km²)" numeric,
"Population (2004 estimate)" numeric,
"GDP (2003, PPS in mil. € )" n... | SELECT Grid FROM table_2_1122578_1 WHERE "Driver" ILIKE '%denny%hulme%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4234,
988,
727,
526,
29871,
29947,
4344,
639,
1016,
272,
322,
694,
848,
363,
1016,
272,
5146,
1860,
29973,
29952,
13,
13,
22... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 country where there are 8 children per donor and no data for donor payments?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_16175217_1 (
Country text,
"Donor anonymity" text,
"Chil... | SELECT Country FROM table_1_16175217_1 WHERE "Children per donor" ILIKE '%8%children%' AND "Donor payment" ILIKE '%no%data%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
8778,
3815,
411,
385,
319,
1582,
3815,
393,
338,
281,
276,
29916,
3391,
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:
`What is the Home team with an Away team that is wrexham?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15786635_2 (
"Tie no" text,
"Away team" text,
"Home team" text,
Attendance text,
Score... | SELECT "Home team" FROM table_2_15786635_2 WHERE "Away team" ILIKE '%wrexham%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
12463,
399,
29907,
13185,
29879,
313,
10003,
29897,
1258,
19897,
10968,
4881,
679,
746,
670,
7115,
471,
7968,
1135,
29871,
29941,
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 overall WC ponts (rank) did Anders Jacobsen get when his rank was smaller than 3?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11094950_1 (
Conference text,
Joined numeric,
"Previou... | SELECT "Overall WC points (Rank)" FROM table_2_14407512_20 WHERE "Rank" < '3' AND "Name" ILIKE '%anders%jacobsen%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
29871,
29896,
303,
2814,
8158,
363,
278,
1993,
411,
2664,
720,
29877,
408,
3815,
29871,
29896,
29973,
29952,
13,
13,
2277,
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:
`What was the 1st leg score for the match with Lesotho as team 1?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11960944_4 (
Score text,
Record text,
"High assists" text,
"High points" text,
... | SELECT "1st leg" FROM table_2_15980495_1 WHERE "Team 1" ILIKE '%lesotho%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
2602,
746,
278,
23736,
362,
338,
301,
700,
439,
2049,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 position when the affiliation is ldu quito?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12186237_1 (
"MotoGP winner" text,
Circuit text,
Report text,
Date text,
"250cc winner... | SELECT POSITION FROM table_1_29626583_3 WHERE "Affiliation" ILIKE '%LDU%Quito%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
767,
29884,
2441,
263,
1823,
1078,
505,
376,
29874,
3038,
279,
2989,
310,
15142,
29908,
408,
278,
3611,
29973,
29952,
13,
13,
2277,
2993... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 manu original airdates have "a cellar full of silence" as the title?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1204998_2 (
Area numeric,
Simplified text,
"English Name" text,
Traditi... | SELECT COUNT(Originalairdate) FROM table_1_2289806_1 WHERE "Title" ILIKE '%"A%Cellar%Full%of%Silence"%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1734,
883,
363,
278,
319,
4375,
29899,
12182,
5578,
1524,
362,
310,
3887,
388,
289,
10031,
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 the word form for the ALA-LC transliteration of muay bân?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11950720_4 (
"No." text,
"Bowling Style" text,
"First Class Team" text,
"Batti... | SELECT "Word Form" FROM table_2_1270572_6 WHERE "ALA-LC" ILIKE '%muay%bân%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
752,
297,
19025,
17213,
20377,
29892,
5546,
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's the comp in Olympic Stadium Tokyo, Japan?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11552751_2 (
"Location (city, state)" text,
"total vessels built" text,
"Ship Types Delivered" t... | SELECT Comp FROM table_2_18607260_13 WHERE "Venue" ILIKE '%olympic%stadium%tokyo,%japan%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
3271,
3815,
297,
278,
6339,
29871,
29906,
29906,
3748,
393,
5682,
815,
5318,
297,
363,
278,
624,
29889,
5899,
23434,
29973,
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 was the home team in the February 22 game that Legace played in for the St. Louis Blues?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11801649_7 (
Date text,
Home text,
Record text,
De... | SELECT Home FROM table_2_11801649_7 WHERE "Decision" ILIKE '%legace%' AND "Visitor" ILIKE '%st.%louis%' AND "Date" ILIKE '%february%22%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
2635,
310,
278,
3748,
5318,
472,
14212,
4815,
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 was the date of the game played at Victoria Park?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_10823719_16 (
"Home team" text,
Crowd numeric,
"Home team score" text,
"Away team score" ... | SELECT Date FROM table_2_10823719_16 WHERE "Venue" ILIKE '%victoria%park%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
3448,
3815,
472,
278,
3748,
4934,
472,
826,
1145,
7103,
438,
791,
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:
`Who was the away team at the game held at Arden Street Oval?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_5 (
School text,
Player text,
Hometown text,
Position text,
"MLB Draft" t... | SELECT "Away team" FROM table_2_10885968_19 WHERE "Venue" ILIKE '%arden%street%oval%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
750,
278,
5172,
342,
23012,
472,
278,
4105,
13170,
713,
4595,
19590,
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:
`Who had the fastest lap at the brazilian grand prix?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1015914_15 (
"Kauraraigau Ya (Kowrareg)" text,
"unnamed_0" text,
"Kalaw Lagaw Ya" text,
"Ka... | SELECT "Fastest Lap" FROM table_1_1137695_3 WHERE "Grand Prix" ILIKE '%Brazilian%Grand%Prix%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
22091,
947,
278,
8271,
411,
278,
21957,
310,
8271,
310,
9461,
537,
297,
22765,
322,
29871,
29896,
29947,
29953,
29892,
29906,
29906,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 seats does the election with the outcome of election of minority in parliament and 186,226 PNC votes have?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10602294_1 (
"Dates active" tex... | SELECT Seats FROM table_2_1725088_1 WHERE "Outcome of election" ILIKE '%minority%in%parliament%' AND "Number of PNC votes" ILIKE '%186,226%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19604,
5802,
1353,
29973,
29952,
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:
`What is the lowest production number?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10264179_2 (
Circuit text,
"Pole Position" text,
Date text,
"Fastest Lap" text,
"Winning Team" text,
Rou... | SELECT MIN("Production no.") FROM table_1_1439096_1 |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
12463,
6588,
393,
756,
263,
4513,
3109,
1135,
29871,
29955,
29892,
322,
263,
23868,
396,
310,
29871,
29946,
29973,
2995... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 overall average that has a round less than 7, and a Pick # of 4?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1013168_3 (
"Reason for change" text,
District text,
Successor text,
... | SELECT AVG(Overall) FROM table_2_13312898_47 WHERE "Round" < '7' AND "Pick #" = '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
797,
825,
564,
2386,
471,
278,
4644,
22679,
4616,
278,
28877,
29899,
786,
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:
`In what arena was the North Dakota the runner-up?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11545282_19 (
Player text,
Nationality text,
Position text,
"Years for Jazz" text,
"School/Cl... | SELECT Arena FROM table_2_18880361_1 WHERE "Runner-up" ILIKE '%north%dakota%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
11921,
338,
278,
4272,
310,
10082,
279,
294,
400,
336,
29915,
29879,
349,
1540,
3815,
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:
`Where is the city of Maharashtra's Pune team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1057316_1 (
"Operational owner(s)" text,
"Build date" text,
"Serial number" text,
"Wheel arrangeme... | SELECT City FROM table_2_12375992_2 WHERE "State" ILIKE '%maharashtra%' AND "Team" ILIKE '%pune%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4234,
310,
4847,
18558,
29899,
4161,
696,
7707,
29983,
26057,
29892,
1058,
756,
385,
321,
304,
610,
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 is the country of player chi-chi rodríguez, who has an e to par?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10701133_1 (
Title text,
"No. in series" numeric,
"No. in season" numeric,
... | SELECT Country FROM table_2_17245565_4 WHERE "To par" ILIKE '%e%' AND "Player" ILIKE '%chi-chi%rodríguez%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
7483,
310,
278,
12291,
411,
29871,
31652,
30765,
297,
7169,
1764,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
157... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 capital of the province with 漢州 in Hanja?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10701133_1 (
"No. in series" numeric,
Title text,
"U.S. viewers (million)" text,
"Featured... | SELECT Capital FROM table_2_160510_1 WHERE "Hanja" ILIKE '%漢州%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
14176,
29871,
29896,
303,
390,
29965,
393,
756,
263,
29871,
29906,
299,
390,
29965,
3109,
1135,
29871,
29900,
29973,
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's the greatest 1st RU that has a 2nd RU less than 0?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12161822_5 (
"Winning constructor" text,
Report text,
"Winning driver" text,
"Grand Pr... | SELECT MAX("1st RU") FROM table_2_17522854_6 WHERE "2nd RU" < '0' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
13888,
393,
3614,
2058,
373,
5533,
29871,
29896,
29892,
29871,
29896,
29929,
29929,
29946,
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 competition that took place on October 1, 1994?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11318462_5 (
"U16 2nd VIII" text,
"U16 3rd VIII" text,
"U15 5th IV" text,
"U15 6th I... | SELECT Competition FROM table_2_11860857_3 WHERE "Date" ILIKE '%october%1,%1994%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
10545,
1858,
14805,
3647,
746,
278,
4223,
338,
1334,
14302,
940,
538,
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's the Italian Pluperfect when the English is We Had Heard?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11964154_11 (
Game numeric,
"Location Attendance" text,
"High points" text,
Date... | SELECT Italian FROM table_2_1841901_1 WHERE "English" ILIKE '%we%had%heard%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
3275,
427,
18644,
310,
278,
10655,
411,
278,
15586,
30132,
3459,
30132,
273,
4088,
528,
30099,
321,
1984,
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,
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 lead envoy of the mission with the Ryūkyūan King shō eki?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1013129_1 (
Position text,
"NHL team" text,
"College/junior/club team" text... | SELECT "Lead Envoy" FROM table_2_15718413_1 WHERE "Ryūkyūan King" ILIKE '%shō%eki%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
3001,
1353,
310,
7115,
363,
19649,
1735,
343,
12602,
29871,
29896,
29941,
29889,
29896,
29995,
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 total number of rank for percentage change yoy 13.1%`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_20 (
"No.(s)" text,
"Years for Rockets" text,
"School/Club Team/Country" t... | SELECT COUNT("National Rank") FROM table_1_27956_3 WHERE "Percentage Change YOY" ILIKE '%13.1%%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1024,
310,
7801,
2901,
350,
2018,
2256,
728,
29894,
2638,
29915,
29879,
4823,
29973,
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 is the name of Aleko Berdzenishvili's song?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11552751_2 (
"Yard Name" text,
"1st Ship Delivery Date" text,
"Total Number of Ways" text,
"Shi... | SELECT Song FROM table_2_15427892_1 WHERE "Artist" ILIKE '%aleko%berdzenishvili%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19087,
4513,
363,
278,
5476,
357,
7915,
770,
411,
263,
758,
2576,
3821,
5881,
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 smallest round for the welterweight class with a preliminary card?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_16023995_1 (
Round numeric,
"Weight Class" text,
Method text,
Tim... | SELECT MIN(Round) FROM table_2_16023995_1 WHERE "Weight Class" ILIKE '%welterweight%' AND "Card" ILIKE '%preliminary%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
3033,
1674,
1024,
363,
470,
496,
29892,
503,
598,
29894,
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:
`Name the english name for orach, zarev`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12232526_2 (
"Service years" text,
"Hull Numbers" numeric,
Note text,
"Ship Name" text,
Previously text,... | SELECT "English name" FROM table_1_15275060_1 WHERE "Old Bulgarian name (Transliteration)" ILIKE '%Orach,%Zarev%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
22909,
2199,
706,
16549,
373,
278,
12720,
5802,
775,
29871,
29953,
29896,
29900,
29896,
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 was the introductory phrase on the episode production code 6101?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10470082_6 (
Storyteller text,
"No." numeric,
Writer text,
"#" numeric,
"... | SELECT "Introductory phrase" FROM table_1_25691838_8 WHERE "Production code" = '6101' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1629,
363,
432,
267,
375,
394,
29888,
8854,
322,
8341,
310,
29871,
29953,
386,
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:
`Name the year for jesus alfaro and finish of 6th`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1087659_2 (
"Avg. Attendance" numeric,
Division text,
League text,
"Reg. Season" text
);
CREATE... | SELECT YEAR FROM table_2_13076944_1 WHERE "Manager" ILIKE '%jesus%alfaro%' AND "Finish" ILIKE '%6th%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
2635,
746,
278,
13888,
338,
29871,
29896,
29929,
29929,
29953,
260,
4087,
18002,
322,
278,
1121,
338,
15010,
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 competition is 1996 tiger cup and the result is drew?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18469294_1 (
Venue text,
Score text,
Competition text,
Result te... | SELECT Date FROM table_2_18469294_1 WHERE "Competition" ILIKE '%1996%tiger%cup%' AND "Result" ILIKE '%drew%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
23346,
756,
23857,
310,
29871,
29896,
29994,
29947,
29892,
385,
13361,
537,
310,
2106,
29892,
263,
21809,
3109,
1135,
29871,
29896,
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:
`Which gender has Years of 1–8, an Authority of state, a Roll less than 184, and a Name of matatoki school?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11585313_1 (
name text,
"date of debut"... | SELECT Gender FROM table_2_12146269_1 WHERE "Years" ILIKE '%1–8%' AND "Authority" ILIKE '%state%' AND "Roll" < '184' AND "Name" ILIKE '%matatoki%school%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
11369,
9597,
6491,
260,
555,
29877,
338,
278,
11369,
825,
338,
278,
4513,
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:
`When circuit ricardo tormo is the circuit what is the round?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11250_4 (
"Top division titles" numeric,
"Position in 2012–13" text,
Club text,
"Nu... | SELECT COUNT(Round) FROM table_1_21191496_1 WHERE "Circuit" ILIKE '%Circuit%Ricardo%Tormo%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
14574,
756,
263,
360,
4154,
310,
29871,
29896,
29929,
29929,
29946,
29892,
263,
23868,
7200,
1135,
29871,
29947,
29892,
263,
21595,
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:
`Which Player has a Draft of 1994, a Pick larger than 8, a Round of 10, and a Nationality of canada?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18292108_4 (
Round text,
Pick numeric,
Nation... | SELECT Player FROM table_2_18292108_4 WHERE "Draft" = '1994' AND "Pick" > '8' AND "Round" ILIKE '%10%' AND "Nationality" ILIKE '%canada%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
2635,
1258,
376,
29886,
2365,
2135,
316,
261,
298,
8428,
29908,
10437,
4799,
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 date did "paintball deer hunter" originally air?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12419515_4 (
"Season #" numeric,
"Written by" text,
"Total viewers (in millions)" text,
Ti... | SELECT "Original air date" FROM table_1_24425976_2 WHERE "Episode title" ILIKE '%"Paintball%Deer%Hunter"%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3448,
3815,
756,
263,
8158,
310,
29871,
29929,
29889,
29896,
29906,
313,
29953,
29953,
6877,
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 away team has a score of 9.12 (66)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11251109_3 (
"Air Date" text,
"Timeslot (EST)" text,
Rating text,
"Rank (#)" text,
"18–49" text,
"Vi... | SELECT "Away team" FROM table_2_10640687_14 WHERE "Away team score" ILIKE '%9.12%(66)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
10624,
278,
12720,
3971,
491,
15293,
438,
29915,
3338,
3714,
313,
27358,
566,
4735,
310,
289,
6392,
274,
2409,
575,
6877,
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:
`Who directed the episode written by Tony O'Grady (pseudonym of brian clemens)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10577579_2 (
Enrollment numeric,
"Mens Nickname" text,
Institution... | SELECT "Directed by" FROM table_1_2370579_1 WHERE "Written by" ILIKE '%Tony%O'Grady%(pseudonym%OF%Brian%Clemens)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
3611,
263,
2859,
373,
4779,
29871,
29896,
29929,
29892,
29871,
29896,
29929,
29929,
29947,
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 title aired on March 19, 1998?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11951237_4 (
"Series #" numeric,
"Season #" numeric,
"Directed by" text,
"Production code" text,
Title text... | SELECT Title FROM table_2_11951237_4 WHERE "Original air date" ILIKE '%march%19,%1998%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1162,
2098,
756,
263,
17026,
901,
1135,
29871,
29896,
29896,
411,
263,
931,
29871,
29941,
29901,
29900,
29953,
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 is the recorder has a Track more than 11 with a time 3:06`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_7 (
School text,
Player text,
"MLB Draft" text,
Hometown text,
Position... | SELECT Recorded FROM table_2_11565999_5 WHERE "Track" > '11' AND "Time" ILIKE '%3:06%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2533,
310,
931,
411,
263,
301,
1662,
7200,
1135,
29871,
29953,
29892,
263,
4797,
537,
310,
508,
1114,
29892,
322,
278,
7657,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 time with a lane larger than 6, a nationality of canada, and the react smaller than 0.151?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10120207_8 (
"TV season" text,
Seaso... | SELECT SUM(TIME) FROM table_2_18569011_11 WHERE "Lane" > '6' AND "Nationality" ILIKE '%canada%' AND "React" < '0.151' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3086,
537,
756,
263,
4408,
310,
5496,
484,
2250,
19131,
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 Nationality has a Name of janne happonen?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11452830_2 (
Opponent text,
Attendance text,
"Game site" text,
TV text,
"Kickoff [a ]" text,
R... | SELECT Nationality FROM table_2_14407512_22 WHERE "Name" ILIKE '%janne%happonen%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
4134,
29892,
746,
3455,
29871,
29906,
338,
376,
2204,
1893,
29884,
8652,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
23... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Part 2 is "blétu"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11622562_1 (
"Purse( $ )" numeric,
Location text,
Winner text,
Score text,
Tournament text,
Date text,
... | SELECT CLASS FROM table_2_1745843_10 WHERE "Part 3" ILIKE '%blétu%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
3064,
338,
278,
7063,
260,
29880,
29871,
29906,
9922,
29871,
29906,
2723,
29877,
29871,
29953,
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:
`How many times is the formula tl 2 ba 2 cuo 6?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_101336_1 (
Notation text,
"No. of Cu-O planes in unit cell" numeric,
"Crystal structure" text,
Fo... | SELECT "No. of Cu-O planes in unit cell" FROM table_1_101336_1 WHERE "Formula" ILIKE '%Tl%2%Ba%2%CuO%6%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
19604,
7115,
310,
278,
3303,
3900,
411,
263,
931,
3109,
1135,
29871,
29906,
29946,
29889,
29953,
29941,
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,
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 lowest rank of the United States with a time less than 24.63?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11622562_1 (
Score text,
"Purse( $ )" numeric,
Date text,
Winner text,
... | SELECT MIN(Rank) FROM table_2_18625234_4 WHERE "Nationality" ILIKE '%united%states%' AND "Time" < '24.63' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
319,
1582,
3815,
756,
263,
9548,
434,
310,
286,
29883,
29887,
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:
`Which Away team has a Venue of mcg?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10842344_1 (
"No. in season" numeric,
"No. in series" numeric,
"U.S. viewers (millions)" text,
"Original air... | SELECT "Away team" FROM table_2_10809823_13 WHERE "Venue" ILIKE '%mcg%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
3291,
947,
8224,
400,
29874,
1939,
29920,
1662,
505,
411,
263,
7142,
15647,
323,
14098,
29871,
29953,
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:
`How many points does Kohta Nozane have with a Motobi TSR 6?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11545282_12 (
"School/Club Team" text,
Player text,
"No." numeric,
Position text,
N... | SELECT Points FROM table_2_15327489_1 WHERE "Bike" ILIKE '%motobi%tsr%6%' AND "Riders" ILIKE '%kohta%nozane%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
6588,
13284,
363,
278,
17888,
472,
402,
441,
801,
488,
2534,
901,
1135,
29871,
29947,
7013,
29890,
1475,
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 is the average capacity for the farm at Gortahile having more than 8 turbines?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_7 (
"No.(s)" numeric,
Player text,
"Years for Rocket... | SELECT AVG("Capacity (MW)") FROM table_2_14101606_2 WHERE "Wind Farm" ILIKE '%gortahile%' AND "Turbines" > '8' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
19604,
4723,
746,
278,
2635,
338,
18251,
29871,
29896,
29953,
29892,
29871,
29896,
29929,
29955,
29929,
322,
278,
14333,
749,
31... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 lowest week when the date is september 16, 1979 and the attendance less than 54,212?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11803648_22 (
Position text,
Nationality text,
O... | SELECT MIN(WEEK) FROM table_2_16677963_2 WHERE "Date" ILIKE '%september%16,%1979%' AND "Attendance" < '54,212' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
797,
825,
2302,
583,
338,
278,
29871,
29906,
29900,
29896,
29896,
4665,
29871,
29896,
29955,
29929,
29900,
29947,
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:
`In what counties is the 2011 population 17908?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677760_1 (
Year text,
Player text,
Hometown text,
"NBA Draft" text,
School text,
College text... | SELECT County FROM table_1_1940144_1 WHERE "Population 2011" = '17908' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3291,
2750,
746,
1018,
2923,
338,
718,
29906,
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 points against when try diff is +23?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12407546_2 (
Swimming text,
Athlete text,
Total numeric,
Riding text,
"#" numeric,
Running te... | SELECT "Points against" FROM table_2_16770037_5 WHERE "Try diff" ILIKE '%+23%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
1121,
746,
278,
2635,
338,
15251,
29871,
29906,
29946,
29892,
29871,
29896,
29929,
29929,
29955,
29973,
29952,
13,
13,
2277,
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:
`what is the result when the date is august 24, 1997?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10360823_1 (
Choice numeric,
"Player name" text,
Round numeric,
Position text,
College tex... | SELECT RESULT FROM table_2_1637055_3 WHERE "Date" ILIKE '%august%24,%1997%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2602,
310,
278,
4847,
411,
263,
29871,
29896,
29946,
29941,
12463,
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 is the position of the player with a 143 overall?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17100961_34 (
College text,
Position text,
Pick numeric,
Overall numeric,
Name text,
Ro... | SELECT POSITION FROM table_2_17100961_34 WHERE "Overall" = '143' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
14933,
29915,
29879,
313,
29906,
29900,
29896,
29941,
29897,
12060,
12734,
746,
278,
501,
29889,
29903,
313,
29906,
29900,
29896,
29941... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Britain's (2013) birthstone when the U.S (2013) birthstone was ruby?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1140067_2 (
Constructor text,
Location text,
"Fastest Lap" text,
R... | SELECT "Britain (2013)" FROM table_2_17891889_1 WHERE "U.S. (2013)" ILIKE '%ruby%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
3978,
363,
278,
4234,
29759,
1403,
630,
472,
29888,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
23... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 origin for the country abbreviated atf?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11420440_1 (
Origin text,
"Assets US$Billion" text,
Inception text,
Country text,
Abbreviati... | SELECT Origin FROM table_2_11420440_1 WHERE "Abbreviation" ILIKE '%atf%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3001,
363,
1629,
6588,
393,
3109,
1135,
29871,
29955,
29892,
29955,
29946,
29906,
338,
278,
399,
29940,
5688,
3748,
6588,
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 total for year average that less than 7,742 is the WNBA game average, and 7,625 (10th) is the average, and before the year 1999?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_179829_... | SELECT AVG("Total for year") FROM table_2_179829_7 WHERE "WNBA game average" < '7,742' AND "Average" ILIKE '%7,625%(10th)%' AND "Year" < '1999' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
2441,
4799,
29899,
1256,
393,
750,
29871,
29946,
29889,
29955,
29955,
7284,
1776,
414,
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 was the original air-date that had 4.77 million viewers?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_27927185_1 (
Title text,
"Viewers (millions)" text,
"Directed by" text,
"Written b... | SELECT Originalairdate FROM table_1_27927185_1 WHERE "Viewers (millions)" ILIKE '%4.77%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
9939,
897,
21873,
363,
9679,
901,
1135,
29871,
29941,
29906,
29945,
322,
4038,
310,
281,
935,
12554,
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:
`Name the highest Decile for roll more than 325 and area of warkworth`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11173827_1 (
"HK viewers" text,
Finale numeric,
"Chinese title" text,
Peak ... | SELECT MAX(Decile) FROM table_2_12017602_1 WHERE "Roll" > '325' AND "Area" ILIKE '%warkworth%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
4098,
1434,
29871,
29896,
29929,
29955,
29941,
338,
9904,
363,
278,
3769,
443,
1573,
591,
2317,
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 month before 1973 is listed for the album united we stand?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_16865180_1 (
Year numeric,
Month text,
Single text,
"Record label" text,
Album ... | SELECT MONTH FROM table_2_16865180_1 WHERE "Year" < '1973' AND "Album" ILIKE '%united%we%stand%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
6876,
2635,
310,
278,
4847,
18440,
304,
2169,
29887,
1099,
363,
3889,
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 exit date of the player transferred to Reggina for free?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17370522_16 (
"To club" text,
"Pos." text,
Player text,
"Transfer fee" text... | SELECT "Exit Date" FROM table_2_17370522_16 WHERE "Transfer fee" ILIKE '%free%' AND "To club" ILIKE '%reggina%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1024,
363,
3643,
1582,
4797,
537,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411,
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:
`Name the name for norway nationality`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10812293_4 (
Score text,
"High points" text,
"High assists" text,
"Location Attendance" text,
Date text,
... | SELECT Name FROM table_1_25826954_7 WHERE "Nationality" ILIKE '%Norway%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
12786,
310,
278,
17676,
29934,
505,
263,
19649,
310,
1401,
10069,
267,
310,
29871,
29896,
29900,
29889,
29953,
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 regions of the USSR have a percentage of deportees of 10.6?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11803648_17 (
Nationality text,
"Club team" text,
Overall numeric,
Position tex... | SELECT "Region of USSR" FROM table_1_16048129_5 WHERE "% of total deportees" ILIKE '%10.6%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
3644,
278,
6474,
338,
11653,
29871,
29947,
29892,
1058,
338,
278,
9266,
3774,
296,
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:
`If the district is Virginia 8, who is the Incumbent?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_2668416_18 (
District text,
Party text,
Candidates text,
Result text,
"First elected" nume... | SELECT Incumbent FROM table_1_2668416_18 WHERE "District" ILIKE '%Virginia%8%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2635,
310,
278,
3748,
411,
385,
14333,
749,
310,
29871,
29896,
29929,
29892,
29896,
29947,
29941,
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 is the date of the game with an attendance of 19,183?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_11 (
Position text,
"School/Club Team/Country" text,
"Height in Ft." text,
"... | SELECT Date FROM table_2_14677944_4 WHERE "Attendance" ILIKE '%19,183%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
26391,
756,
263,
11657,
7968,
1135,
29871,
29896,
29955,
29892,
322,
8984,
29879,
7200,
1135,
29871,
29900,
29892,
322,
263,
20298,
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:
`Which Driver has a Grid smaller than 17, and Points larger than 0, and a Lapse of 87, and a Time/Retired of 1:48:11.023?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1156428_2 (
"Name of groun... | SELECT Driver FROM table_2_18805166_2 WHERE "Grid" < '17' AND "Points" > '0' AND "Laps" = '87' AND "Time/Retired" ILIKE '%1:48:11.023%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
540,
1141,
310,
302,
26510,
1560,
389,
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's the heigh of nolan smith?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12001616_4 (
"Car No." numeric,
"Car Make" text,
Driver text,
Finish numeric,
Status text,
Entrant text,
Lap... | SELECT Height FROM table_2_11677760_19 WHERE "Player" ILIKE '%nolan%smith%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
338,
278,
8881,
310,
278,
12720,
6029,
8075,
15990,
338,
278,
9227,
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:
`Who is the director of the episode whom Scott Peters is the writer?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10556257_1 (
Season text,
"League Goals" numeric,
"League Apps" numeric,
"Cu... | SELECT Director FROM table_1_10470082_4 WHERE "Writer" ILIKE '%Scott%Peters%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
3001,
1353,
310,
323,
29928,
29915,
29879,
363,
1472,
901,
1135,
29871,
29953,
322,
18647,
3109,
1135,
29871,
29946,
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:
`Name the total number of TD's for long more than 6 and cars less than 4`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11630008_3 (
"Directed by" text,
"Production Code" numeric,
Title text,
... | SELECT COUNT(TD's) FROM table_2_11783640_4 WHERE "Long" > '6' AND "Car." < '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
14514,
267,
505,
350,
4293,
7968,
1135,
29871,
29906,
29906,
29946,
29892,
322,
385,
319,
19698,
7200,
1135,
29871,
29941,
29947,
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 Matches have Balls smaller than 224, and an Average larger than 38.25, and an S/Rate larger than 139.09?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17900317_4 (
Matches numeric,
Te... | SELECT SUM(Matches) FROM table_2_17900317_4 WHERE "Balls" < '224' AND "Average" > '38.25' AND "S/Rate" > '139.09' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
2951,
825,
2635,
471,
278,
19174,
901,
12727,
1135,
29871,
29896,
29900,
29892,
29947,
29900,
29900,
746,
278,
3271,
3815,
8158,
471,
29871,
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:
`On what date was the crowd more numerous than 10,800 when the home team score was 7.13 (55)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11680175_1 (
Bötzow text,
Year numeric,
Vehlefanz te... | SELECT Date FROM table_2_10746200_17 WHERE "Crowd" > '10,800' AND "Home team score" ILIKE '%7.13%(55)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
12551,
310,
278,
4259,
2113,
491,
530,
4495,
8713,
287,
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 was the destination of the season won by Anwar Syed?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11250_4 (
"Top division titles" numeric,
Club text,
"Last top division title" text,
"F... | SELECT Destination FROM table_1_20026849_1 WHERE "Winner" ILIKE '%Anwar%Syed%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
3001,
1353,
363,
278,
349,
29902,
29956,
4134,
29915,
450,
21255,
1973,
4587,
856,
322,
750,
263,
8158,
16600,
1135,
29871,
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 was the total number for the PIW Class' The Adventures Of... and had a score bigger than 94.6?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_18 (
"MLB Draft" text,
School text,
... | SELECT COUNT(YEAR) FROM table_2_16252159_1 WHERE "Class" ILIKE '%piw%' AND "Program Title" ILIKE '%the%adventures%of...%' AND "Score" > '94.6' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
29871,
29906,
29900,
29900,
29929,
995,
411,
263,
29871,
29906,
29900,
29896,
29900,
319,
995,
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 the 2009 value with a 2010 A value?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11737744_5 (
Tournament text,
"Career Win–Loss" text,
"2007" text,
"2010" text,
"2012" text,
"2011... | SELECT 2009 FROM table_2_11737744_5 WHERE "2010" ILIKE '%a%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
2407,
363,
4628,
889,
5861,
3291,
29871,
29945,
29946,
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:
`Name the record for black knights points 54`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10647401_1 (
Attendance numeric,
Result text,
Week numeric,
Stadium text
);
CREATE TABLE table_1_210... | SELECT Record FROM table_1_21092444_1 WHERE "Black Knights points" = '54' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
29896,
29929,
29945,
29900,
7200,
1135,
29871,
29947,
29900,
29892,
322,
263,
29871,
29896,
29929,
29953,
29900,
310,
29871,
29896,
29929,
29953,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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:
`1950 larger than 80, and a 1960 of 196, and a 1990 larger than 131 what is the lowest 1996[2]?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12451376_3 (
"Original Airdate" text,
"Series Ep #"... | SELECT MIN(1996[2]) FROM table_2_1404891_1 WHERE "1950" > '80' AND "1960" = '196' AND "1990" > '131' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
4234,
988,
1273,
1735,
373,
1629,
338,
29871,
29906,
29896,
322,
995,
338,
3109,
1135,
29871,
29947,
29953,
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:
`Name the country where % change on year is 21 and value is less than 86`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_12164751_5 (
Country text,
Rank numeric,
"Debt as % of value" numeric,
"... | SELECT Country FROM table_2_12164751_5 WHERE "Debt AS % of value" < '86' AND "% change on year" ILIKE '%21%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
892,
278,
21669,
565,
278,
5528,
3774,
296,
471,
6498,
4522,
273,
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:
`Who were the candidates if the incumbent was Henry Logan?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11220799_2 (
Immunity text,
"First air date" text,
"Episode Titles" text,
Finish text,... | SELECT Candidates FROM table_1_2668173_4 WHERE "Incumbent" ILIKE '%Henry%Logan%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
9939,
1353,
310,
8090,
5318,
363,
10907,
393,
5714,
975,
29871,
29945,
8090,
322,
750,
385,
2750,
3001,
310,
29871,
29906,
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:
`What is the highest number of games played for teams that lost over 5 games and had an against total of 228?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11907963_6 (
"High points" text,
"Hig... | SELECT MAX(Played) FROM table_2_10637415_3 WHERE "Lost" > '5' AND "Against" = '228' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
1258,
8965,
880,
8158,
746,
896,
892,
278,
8778,
3815,
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 did Carlton score when they were the Home team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11570261_2 (
Year numeric,
"54 holes" text,
"Runner(s)-up" text,
"Margin of victory" text,
... | SELECT "Home team score" FROM table_2_1204658_3 WHERE "Home team" ILIKE '%carlton%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
7867,
310,
278,
3748,
373,
5533,
29871,
29906,
29900,
29892,
29871,
29896,
29929,
29953,
29941,
411,
385,
6212,
21642,
310,
2987... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Result of the game on October 20, 1963 with an Attendance of 60,671 or greater?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10236830_1 (
Nomination text,
"Film Name" text,
"Acto... | SELECT RESULT FROM table_2_18843084_2 WHERE "Attendance" > '60,671' AND "Date" ILIKE '%october%20,%1963%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3815,
756,
263,
1492,
21612,
2602,
9904,
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 team has a right wing position listed?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1149495_1 (
"Runner-up" text,
"Fourth place" text,
"Third place" text,
"Fifth place" text,
Series ... | SELECT "College/junior/club team" FROM table_2_1213511_5 WHERE "Position" ILIKE '%right%wing%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
5906,
310,
15354,
746,
4485,
3037,
1113,
2003,
20508,
471,
278,
28877,
29899,
786,
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 margin of victory when Mark Calcavecchia was the runner-up?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1221065_7 (
Tournament text,
"Winning score" text,
"Margin of victory" t... | SELECT "Margin of victory" FROM table_2_1221065_7 WHERE "Runner(s)-up" ILIKE '%mark%calcavecchia%' |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.