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,
3001,
4380,
267,
1258,
278,
4847,
411,
694,
29889,
29871,
29946,
29953,
505,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many total catches did the player with no. 46 have?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_27770426_1 (
Stumpings numeric,
"Total dismissals" numeric,
"No." numeric,
Club text,
P... | SELECT COUNT(Catches) FROM table_1_27770426_1 WHERE "No." = '46' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
385,
1039,
11561,
526,
727,
363,
26271,
29871,
29946,
29947,
29889,
29896,
29946,
29906,
29929,
29941,
29947,
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:
`How many ansi codes are there for latitude 48.142938?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10236830_6 (
Nomination text,
"Actors Name" text,
Country text,
"Film Name" text,
Directo... | SELECT COUNT("ANSI code") FROM table_1_18600760_20 WHERE "Latitude" ILIKE '%48.142938%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2407,
363,
3786,
29871,
29947,
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 is the record for April 8?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11741681_2 (
Loss text,
Date text,
Attendance text,
Opponent text,
Record text,
Score text
);
CREATE TABLE tab... | SELECT Record FROM table_2_11741681_2 WHERE "Date" ILIKE '%april%8%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
9939,
5839,
363,
278,
4847,
11783,
10920,
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 was the highest pick for the player Adam Jones?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_12733279_3 (
Team text,
Position text,
School text,
Player text,
Pick numeric
);
CREATE TA... | SELECT MAX(Pick) FROM table_2_12733279_3 WHERE "Player" ILIKE '%adam%jones%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
278,
319,
1582,
3815,
338,
9232,
17418,
29892,
825,
6003,
434,
437,
896,
1708,
472,
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:
`When the Away team is melbourne, what venue do they play at?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11222744_2 (
"Copyright Information" text,
Format text,
Year numeric,
Title text,
... | SELECT Venue FROM table_2_10809444_4 WHERE "Away team" ILIKE '%melbourne%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
1629,
1258,
896,
8341,
29871,
29896,
303,
29892,
14841,
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 year did they finish 1st, southern?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1137718_2 (
"Winning Driver" text,
Date text,
"Rd." numeric,
Constructor text,
Report text,
"Fastest ... | SELECT MAX(YEAR) FROM table_1_12002388_1 WHERE "Reg. Season" ILIKE '%1st,%Southern%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
4847,
1058,
2113,
297,
29871,
29896,
29929,
29955,
29955,
322,
15569,
2107,
1135,
29871,
29896,
29945,
29945,
471,
278,
21438,
304,
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:
`Which player who won in 1977 and scored great than 155 was the closest to par?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1112176_1 (
"Total Goals" numeric,
"FA Cup Apps (Sub)" text,
"FA C... | SELECT MAX("To par") FROM table_2_18132874_3 WHERE "Year(s) won" ILIKE '%1977%' AND "Total" > '155' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
2831,
385,
306,
5454,
29949,
310,
478,
29907,
1783,
29892,
825,
338,
278,
306,
8254,
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:
`For an ICAO of VCCT, what is the IATA?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1161065_28 (
Total numeric,
Average numeric,
Highest numeric,
Venue text,
Lowest numeric,
Hosted numeri... | SELECT IATA FROM table_2_14553504_2 WHERE "ICAO" ILIKE '%vcct%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
3001,
1353,
310,
13958,
352,
521,
359,
549,
352,
363,
29871,
29947,
29892,
29941,
29945,
29906,
29952,
13,
13,
2277,
29937,
5470,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the total number of hangul chosongul for 8,352`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11621873_1 (
Score text,
Date text,
"1st Prize( $ )" numeric,
Winner text,
"Purse( $ )" num... | SELECT COUNT(Hangul/Chosongul) FROM table_1_160510_5 WHERE "Area" ILIKE '%8,352%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
9939,
1121,
363,
5260,
1265,
5013,
2817,
265,
746,
278,
19848,
931,
338,
7621,
1135,
29871,
29900,
29889,
29896,
29953,
29955,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 result for Wallace Spearmon when the reaction time is greater than 0.167?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11274401_3 (
"No." numeric,
Rating text,
"Viewers (... | SELECT MAX(RESULT) FROM table_2_18569011_17 WHERE "Name" ILIKE '%wallace%spearmon%' AND "Reaction Time" > '0.167' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
318,
29889,
29879,
29889,
1776,
414,
313,
19958,
291,
29897,
505,
263,
3652,
396,
29871,
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:
`How many u.s. viewers (million) have a series # 83?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12165999_1 (
Player text,
"AFL Team" text,
Position text,
"Overall Pick #" numeric,
College... | SELECT "U.S. viewers (millions)" FROM table_1_22570439_1 WHERE "Series #" = '83' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
922,
271,
756,
263,
24791,
29871,
29953,
310,
1589,
3845,
288,
29915,
280,
653,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Seat has a Season 6 of kevin o'leary?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1216675_1 (
Subject text,
Pinyin text,
Translation text,
Chapter numeric,
Chinese text
);
CREATE TA... | SELECT MAX(Seat) FROM table_2_1787654_1 WHERE "Season 6" ILIKE '%kevin%o'leary%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
5456,
278,
12720,
393,
756,
263,
5802,
775,
29871,
29941,
29916,
29955,
29945,
29945,
29955,
29973,
29952,
13,
13,
2277,
29937,
5470,
110... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who wrote the episode that has a production code 3x7557?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_22347090_6 (
"Written by" text,
"Directed by" text,
"No. in series" numeric,
"Original ... | SELECT "Written by" FROM table_1_22347090_6 WHERE "Production code" ILIKE '%3X7557%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4266,
746,
278,
521,
5442,
914,
338,
8022,
1387,
289,
3222,
300,
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 special when the challenger is dominique bouchet?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_23982399_12 (
Winner text,
"Theme Ingredient" text,
"Original airdate" text,
"Iron... | SELECT Special FROM table_1_23982399_12 WHERE "Challenger" ILIKE '%Dominique%Bouchet%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
3064,
471,
4234,
5545,
746,
18561,
29891,
1273,
471,
29871,
29906,
29900,
29889,
29929,
29953,
29995,
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 was country considered when starky % was 20.96%`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677691_10 (
Hometown text,
College text,
Player text,
Position text,
School te... | SELECT COUNT(County) FROM table_1_19681738_1 WHERE "Starky %" ILIKE '%20.96%%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
14728,
746,
278,
22091,
1353,
471,
29871,
29896,
29953,
322,
278,
770,
471,
413,
893,
29871,
29896,
29929,
29896,
29941,
29973,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the quantity when the seats number was 16 and the class was kss 1913?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677691_10 (
School text,
Hometown text,
College text,
Position t... | SELECT Quantity FROM table_2_15546197_1 WHERE "Seats" = '16' AND "Class" ILIKE '%kss%1913%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3815,
363,
4259,
29871,
29896,
29929,
29896,
29896,
29899,
29896,
29906,
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 team for season 1911-12?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11694832_1 (
"Original air date" text,
Title text,
"U.S. viewers (millions)" text,
"No. in season" numeric,... | SELECT Team FROM table_1_10556257_1 WHERE "Season" ILIKE '%1911-12%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
21796,
363,
4272,
10599,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411,
278,
1494,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 platforms for cityengine`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_101196_1 (
Population numeric,
"Irish name" text,
County text,
"English name" text,
"Irish speakers" text
);
... | SELECT Platforms FROM table_1_19495707_1 WHERE "Application" ILIKE '%CityEngine%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
24577,
1629,
393,
263,
14020,
471,
937,
11467,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the earliest year that a candidate was first elected?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11820086_1 (
"U.S. viewers (millions)" text,
"Directed by" text,
"Production code" ... | SELECT MIN("First elected") FROM table_1_1341897_42 |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
15456,
756,
263,
2522,
487,
310,
29871,
29953,
29955,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
106... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Country has a Score of 67?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11964263_13 (
Date text,
Series text,
"High points" text,
"High assists" text,
"Location Attendance" text,
Ga... | SELECT Country FROM table_2_18594233_4 WHERE "Score" = '67' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
526,
278,
1667,
7600,
363,
278,
12243,
962,
12602,
5120,
411,
385,
4038,
310,
7200,
1135,
29871,
29953,
29889,
29896,
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 are the main places for the streymoy region with an area of larger than 6.1?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1057316_1 (
"Wheel arrangement ( Whyte notation )" text,
Disposi... | SELECT "Main places" FROM table_2_10700_2 WHERE "Regions" ILIKE '%streymoy%' AND "Area" > '6.1' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
29871,
29896,
29929,
29947,
29900,
29899,
29896,
29929,
29947,
29896,
3815,
310,
278,
4847,
6345,
297,
3362,
9972,
29892,
20994,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 1980-1981 team of the player born in Warroad, Minnesota?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15715109_39 (
"Weight (kg)" numeric,
"Height (cm)" numeric,
"Jersey #" nume... | SELECT "1980–1981 Team" FROM table_2_15715109_39 WHERE "Birthplace" ILIKE '%warroad,%minnesota%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
2058,
338,
278,
2071,
631,
411,
29871,
29955,
29889,
29955,
29941,
1623,
29131,
3291,
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 place is the skier with 7.73 downhill points?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11658094_1 (
Joined text,
Location text,
Founded numeric,
Type text,
Institution text,
Enro... | SELECT Place FROM table_2_17750898_3 WHERE "Downhill points" = '7.73' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
29871,
29906,
29900,
29896,
29906,
2645,
399,
326,
569,
9176,
322,
750,
263,
660,
29941,
297,
29871,
29906,
29900,
2990... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 2012 during Wimbledon and had a Q3 in 2008?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18621753_1 (
"2011" text,
"2010" text,
"2009" text,
"2008" text,
Tournament text,
"2012... | SELECT 2012 FROM table_2_18621753_1 WHERE "2008" ILIKE '%q3%' AND "Tournament" ILIKE '%wimbledon%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4797,
537,
310,
3762,
29914,
29066,
3815,
310,
289,
442,
265,
21759,
313,
2039,
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:
`What is the nationality of school/club team of barton cc (ks)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_10015132_16 (
"School/Club Team" text,
Nationality text,
Player text,
"Years in T... | SELECT Nationality FROM table_2_10015132_16 WHERE "School/Club Team" ILIKE '%barton%cc%(ks)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
15484,
29892,
746,
2522,
487,
338,
376,
29955,
29896,
29899,
29955,
29896,
29899,
29953,
29929,
29899,
29955,
29896,
29922,
29906,
2994... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Place, when Score is "71-71-69-71=282"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10236830_1 (
"Actors Name" text,
Nomination text,
Director text,
"Film Name" text
);
CREATE TABL... | SELECT Place FROM table_2_17198476_6 WHERE "Score" ILIKE '%71-71-69-71=282%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
8261,
8315,
29915,
29879,
8158,
408,
278,
3271,
3815,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
106... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is richmond's score as the home team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10953197_4 (
"No. in season" numeric,
Director text,
"Writer(s)" text,
"Production code" text,
Title... | SELECT "Home team score" FROM table_2_10773753_14 WHERE "Home team" ILIKE '%richmond%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
2245,
457,
29872,
338,
278,
1121,
1058,
338,
278,
8881,
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:
`When nominee is the result who is the director?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_18 (
"School/Club Team/Country" text,
"Height in Ft." text,
"No.(s)" text,
Player text,... | SELECT Director FROM table_1_26555737_1 WHERE "Result" ILIKE '%Nominee%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
278,
29871,
29906,
299,
4847,
3060,
15806,
364,
289,
29890,
29892,
825,
338,
278,
29871,
29906,
299,
4847,
29915,
29879,
6976,
310,
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:
`When the 2nd player chooses r bb, what is the 2nd player's probability of a winning draw of 93.54%?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10718525_2 (
"No. in series" numeric,
"Written... | SELECT "Probability of a draw" FROM table_2_10664957_2 WHERE "Probability 2nd player wins" ILIKE '%93.54%%' AND "2nd player's choice" ILIKE '%r%bb%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
396,
29896,
29953,
7115,
5823,
411,
263,
6856,
310,
901,
1135,
29871,
29896,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who was #16 rank constructor with a grid of more than 1?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11111116_7 (
"No. in season" numeric,
"Directed by" text,
"No. in series" numeric,
"Ori... | SELECT CONSTRUCTOR FROM table_2_1122062_1 WHERE "Grid" > '1' AND "Rank" = '16' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
12180,
8372,
4891,
746,
366,
1162,
2418,
278,
302,
5301,
20660,
2669,
12807,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the coast guard cross when you recieve the navy distinguished service medal?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12284476_8 (
Series text,
Diameter text,
Denomination text,
... | SELECT "Coast Guard Cross" FROM table_1_2104176_1 WHERE "Distinguished Service Cross" ILIKE '%Navy%Distinguished%Service%Medal%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
3525,
1784,
364,
3885,
750,
278,
8158,
29871,
29946,
29946,
29899,
29906,
29906,
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:
`how many rounds had the score 44-22`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12113818_1 (
Year text,
"Local Affairs" text,
"External Affairs" text,
"Communications and Corporate Affairs... | SELECT COUNT(Round) FROM table_1_21256068_3 WHERE "Score" ILIKE '%44-22%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
29871,
29896,
29889,
29929,
29941,
363,
317,
5990,
29880,
1648,
1383,
10028,
1099,
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 1.93 for Svetlana Shkolina?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11570261_2 (
"54 holes" text,
"Margin of victory" text,
Championship text,
Year numeric,
"Winning score... | SELECT 1.93 FROM table_2_18578964_3 WHERE "Name" ILIKE '%svetlana%shkolina%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1353,
310,
6606,
411,
409,
7830,
2920,
310,
29871,
29941,
29889,
29946,
322,
409,
7830,
3309,
310,
29871,
29945,
29889,
29946,
29952,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the number of species with sepal width of 3.4 and sepal length of 5.4`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11178271_1 (
"Viewers (m)" text,
"Air Date" text,
"18–49 (Rating/Share... | SELECT COUNT(Species) FROM table_1_10477224_1 WHERE "Sepal width" ILIKE '%3.4%' AND "Sepal length" ILIKE '%5.4%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19604,
2750,
995,
411,
3109,
1135,
29871,
29929,
3291,
322,
901,
1135,
29871,
29953,
5714,
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 lowest against value with less than 9 points and more than 6 lost?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11019212_1 (
Monday text,
Sunday text,
Friday text,
Tuesday text,... | SELECT MIN(Against) FROM table_2_15220905_2 WHERE "Points" < '9' AND "Lost" > '6' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
29911,
514,
592,
278,
20699,
29914,
3597,
362,
363,
1603,
8471,
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:
`Tell me the discovery/publication for still living`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10470082_7 (
"No." numeric,
"US air date" text,
Director text,
"#" numeric,
Title text,
Vil... | SELECT "Discovery / publication of name" FROM table_2_10326_1 WHERE "Fossil record" ILIKE '%still%living%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
6588,
363,
278,
3815,
411,
29871,
29941,
29946,
297,
29871,
29947,
29947,
29914,
29947,
29929,
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 average for the team with 34 in 88/89?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10953197_6 (
"No. in season" numeric,
"No. in series" numeric,
"Writer(s)" text,
Title text,
... | SELECT Average FROM table_1_14460085_3 WHERE "1988-89" ILIKE '%34%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
15247,
4220,
310,
278,
315,
4293,
647,
411,
263,
3878,
29939,
5279,
310,
29871,
29946,
29878,
561,
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 Purpose of the Callsign with a Freq currently of 4rph?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12159115_2 (
"Production code" text,
"Series #" numeric,
"Written by" text,
"... | SELECT Purpose FROM table_2_17188917_2 WHERE "Freq currently" ILIKE '%4rph%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
3525,
1784,
1722,
29871,
29906,
299,
325,
25609,
750,
318,
29896,
29945,
29871,
29941,
5499,
20444,
1641,
330,
29873,
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:
`how many open 2nd viii had u15 3rd iv being gt`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10953197_3 (
"Production code" text,
Director text,
"No. in series" numeric,
"No. in season" nume... | SELECT COUNT("Open 2nd VIII") FROM table_1_11318462_5 WHERE "U15 3rd IV" ILIKE '%GT%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
319,
1582,
3815,
756,
263,
2522,
487,
310,
29871,
29900,
29994,
29941,
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:
`Which Away team has a Score of 0–3?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1167698_1 (
Champion text,
"Top scorer" text,
"Runner-up" text,
Season text,
"Third place" text
);
CREATE T... | SELECT "Away team" FROM table_2_15154539_5 WHERE "Score" ILIKE '%0–3%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
29871,
29906,
29900,
29900,
29947,
29879,
505,
29871,
29953,
29889,
29929,
408,
263,
29871,
29906,
29900,
29900,
29953,
29892,
411,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many 2008s have 6.9 as a 2006, with a 2007 less than 7.1?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1137707_2 (
"Fastest Lap" text,
"Winning Constructor" text,
"Winning Driver" text,
... | SELECT COUNT(2008) FROM table_2_182410_9 WHERE "2006" = '6.9' AND "2007" < '7.1' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
2407,
373,
3979,
29871,
29955,
29892,
746,
278,
23995,
296,
8158,
471,
3109,
1135,
29871,
29929,
29929,
29973,
29952,
13,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the record on November 7, when the opponent score was less than 99?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12232526_2 (
"Service years" text,
"Ship Name" text,
"Hull Numbers" ... | SELECT Record FROM table_2_17323346_3 WHERE "Opponent score" < '99' AND "Date" ILIKE '%november%7%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
3815,
29871,
29906,
750,
263,
1473,
2814,
310,
29871,
29941,
29899,
29906,
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 team 2 had a second leg of 3-2?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12086015_7 (
Finals numeric,
"Year(s)" text,
Nationality text,
"Win-Loss" text,
Player text
);
CREATE TABL... | SELECT "Team 2" FROM table_2_12443672_1 WHERE "2nd leg" ILIKE '%3-2%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
6588,
6909,
746,
278,
8158,
471,
29871,
29953,
29947,
29899,
29953,
29929,
29899,
29953,
29947,
29899,
29955,
29906,
29922,
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:
`What was the average money when the score was 68-69-68-72=277?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11577996_1 (
"5th Place" text,
"1st Place" text,
Year numeric,
"2nd Place" text,
... | SELECT AVG("Money ( $ )") FROM table_2_18155811_3 WHERE "Score" ILIKE '%68-69-68-72=277%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
9281,
1629,
393,
848,
338,
3625,
363,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
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 latest year that data is available for?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10715317_2 (
"Written by" text,
"No. in season" numeric,
Title text,
"Directed by" text,
"O... | SELECT MAX(YEAR) FROM table_1_22834834_12 |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
750,
278,
1002,
4695,
310,
1556,
1223,
2879,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who had the statistic of most assists?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1156428_2 (
"Worcs f-c matches" numeric,
"Worcs LA matches" numeric,
"First-class span" text,
Location te... | SELECT Name FROM table_2_18127869_9 WHERE "Statistic" ILIKE '%most%assists%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
338,
278,
14297,
310,
29871,
30659,
31641,
31052,
234,
140,
143,
232,
175,
179,
232,
188,
191,
232,
136,
149,
31361,
30525,
231,
188,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 producer of 金必氏牌嬰幼兒配方乳粉 ?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11274401_2 (
"No." numeric,
Timeslot text,
Episode text,
Rating text,
"Air Date" text,
"Rank (#)" text,
... | SELECT Producer FROM table_1_18943444_1 WHERE "Product" ILIKE '%金必氏牌嬰幼兒配方乳粉%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
4847,
756,
263,
3171,
310,
29871,
29953,
29899,
29955,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
10... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which player has a height of 6-7?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11677760_16 (
Hometown text,
School text,
College text,
Player text,
Height text,
"NBA Draft" text
);
CREATE... | SELECT Player FROM table_2_11677760_16 WHERE "Height" ILIKE '%6-7%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
6588,
1629,
363,
278,
1781,
2712,
10464,
3769,
29915,
29879,
2323,
376,
29880,
3714,
11379,
6568,
8652,
29952,
13,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the average year for the good things happening album's single "lady lady lay"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_16865180_1 (
Single text,
Month text,
"Record label" text,
... | SELECT AVG(YEAR) FROM table_2_16865180_1 WHERE "Album" ILIKE '%good%things%happening%' AND "Single" ILIKE '%"lady%lady%lay"%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3611,
310,
278,
12720,
20654,
491,
29871,
29900,
29889,
29947,
29947,
7284,
501,
29889,
29903,
29889,
1776,
414,
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 is the title of the episode watched by 0.88 million U.S. viewers?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10470082_7 (
Storyteller text,
Writer text,
Director text,
Villains text,... | SELECT Title FROM table_1_28680377_2 WHERE "U.S. viewers (million)" ILIKE '%0.88%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
20627,
756,
263,
21595,
7200,
1135,
29871,
29955,
29892,
322,
263,
4408,
310,
982,
484,
408,
16344,
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:
`Which Position has a Round larger than 7, and a Name of wayne asberry?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17100961_57 (
Round numeric,
Name text,
College text,
Position text,
Ove... | SELECT POSITION FROM table_2_17100961_57 WHERE "Round" > '7' AND "Name" ILIKE '%wayne%asberry%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
4423,
363,
278,
2635,
29871,
29955,
29994,
29896,
29900,
4725,
4950,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the location for the date 7–10 october?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11934032_1 (
Registrations text,
District text,
"Station Number" text,
Type text,
Location tex... | SELECT "City / State" FROM table_1_26686908_2 WHERE "Date" ILIKE '%7–10%October%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
5811,
4097,
29915,
8542,
2407,
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 is the Senators' division record?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_13054553_9 (
Team text,
School text,
"Season Outcome" text,
"Division Record" text,
"Overall Record" tex... | SELECT "Division Record" FROM table_2_13054553_9 WHERE "Team" ILIKE '%senators%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
6474,
338,
278,
8973,
5982,
297,
16977,
1049,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What district is the court located in Tolland?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11959669_6 (
"Location Attendance" text,
"High assists" text,
Score text,
Team text,
Date text,
... | SELECT MAX(District) FROM table_1_26758262_1 WHERE "Location of court" ILIKE '%Tolland%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
8090,
1258,
432,
1648,
29872,
380,
23195,
1708,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
37... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 games did janae stokes play?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1143966_1 (
"Goals for" numeric,
Season text,
"Pct %" text,
Standing text,
Games numeric,
Lost numeric,
... | SELECT MAX("Games Played") FROM table_1_23346303_4 WHERE "Player" ILIKE '%Janae%Stokes%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
8583,
29871,
29896,
756,
263,
29871,
29906,
299,
2814,
310,
29871,
29896,
29994,
29906,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Team 1 has a 2nd leg of 1–2?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12095519_1 (
"Train No." text,
"Train Name" text,
Destination text,
Origin text,
Frequency text
);
CREATE TA... | SELECT "Team 1" FROM table_2_17065288_2 WHERE "2nd leg" ILIKE '%1–2%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
1121,
373,
5533,
29871,
29946,
29892,
29871,
29896,
29929,
29929,
29941,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the result on October 4, 1993?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10128185_2 (
Total numeric,
"Southern England" numeric,
"Northern England" numeric,
Song text,
Scotland... | SELECT RESULT FROM table_2_14610099_1 WHERE "Date" ILIKE '%october%4,%1993%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2533,
310,
22125,
29892,
746,
14165,
911,
338,
3109,
1135,
29871,
29896,
29892,
746,
22900,
338,
28806,
313,
29903,
3120,
511,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Rank, when Bronze is less than 1, when Nation is Switzerland (SUI), and when Total is less than 2?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_16574447_6 (
Rank numeric,
T... | SELECT SUM(Rank) FROM table_2_16574447_6 WHERE "Bronze" < '1' AND "Nation" ILIKE '%switzerland%(sui)%' AND "Total" < '2' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
3815,
756,
263,
1629,
9904,
310,
29871,
29906,
29900,
29900,
29947,
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 team has a year listed of 2008?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11950720_3 (
"Bowling Style" text,
Player text,
"Batting Style" text,
"No." text,
"First Class Team" text,... | SELECT Team FROM table_2_10587252_1 WHERE "Year" = '2008' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
6588,
5846,
29892,
746,
8448,
338,
376,
29941,
29953,
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:
`What is the average December, when Game is "36"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17324893_4 (
Record text,
December numeric,
Opponent text,
Game numeric,
Score text
);
CREATE ... | SELECT AVG(December) FROM table_2_17324893_4 WHERE "Game" = '36' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
29871,
29906,
29900,
29896,
29896,
411,
29871,
29906,
29900,
29896,
29900,
310,
29871,
29896,
29878,
322,
29871,
29906,
29900,
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:
`Name the 2011 with 2010 of 1r and 2012 of sf`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11891841_2 (
"Transfer fee" text,
"Moving from" text,
Age numeric,
"Transfer window" text,
EU text... | SELECT 2011 FROM table_2_15081782_6 WHERE "2010" ILIKE '%1r%' AND "2012" ILIKE '%sf%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3402,
310,
16653,
1353,
29871,
29947,
29947,
29953,
29929,
29955,
29941,
29906,
29955,
29941,
29929,
29896,
29941,
313,
23034,
340... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 format of catalog number 886973273913 (gowow012) in the United Kingdom?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18268852_4 (
Label text,
"Catalogue #" text,
Date text,
Coun... | SELECT Format FROM table_2_18268852_4 WHERE "Country" ILIKE '%united%kingdom%' AND "Catalogue #" ILIKE '%886973273913%(gowow012)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
8271,
1629,
411,
19061,
719,
5018,
299,
3391,
408,
29871,
29906,
299,
4509,
322,
281,
13794,
289,
442,
28497,
327,
408,
29871,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 election year with henry wyndham as 2nd member and walter barttelot as 1st?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12444503_1 (
Season text,
"lost to eventual winner" text,
... | SELECT Election FROM table_2_12261613_1 WHERE "2nd Member" ILIKE '%henry%wyndham%' AND "1st Member" ILIKE '%walter%barttelot%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
23857,
505,
263,
22125,
7200,
1135,
29871,
29906,
29892,
322,
399,
1144,
310,
29871,
29906,
29892,
322,
263,
15456,
310,
2524,
346,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Years have a Rank larger than 2, and Wins of 2, and a Country of france?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1719212_3 (
Country text,
Name text,
Years text,
Wins numeric,
R... | SELECT Years FROM table_2_1719212_3 WHERE "Rank" > '2' AND "Wins" = '2' AND "Country" ILIKE '%france%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19604,
23868,
396,
411,
21488,
4271,
17229,
1089,
322,
3109,
1135,
29871,
29906,
29900,
2169,
28258,
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 lowest Pick # with michael grabner and less than 20 Reg GP?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11603006_1 (
"Purse( $ )" numeric,
Winner text,
Tournament text,
Date te... | SELECT MIN("Pick #") FROM table_2_11636955_38 WHERE "Player" ILIKE '%michael%grabner%' AND "Reg GP" < '20' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
432,
8715,
14436,
262,
29915,
29879,
9939,
5839,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
37... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 jamar martin's highest pick?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12221135_3 (
Departure text,
"Calling at" text,
Operator text,
Arrival text,
"Going to" text
);
CREATE TAB... | SELECT MAX(Pick) FROM table_2_18965552_2 WHERE "Player" ILIKE '%jamar%martin%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
1361,
8372,
1788,
338,
1304,
411,
263,
10489,
282,
391,
265,
844,
1743,
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 hand guard system is used with a gas piston commando?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10647401_1 (
Record text,
Week numeric,
Result text,
Attendance numeric,
Opponent te... | SELECT "Hand guards" FROM table_1_12834315_5 WHERE "Name" ILIKE '%Gas%Piston%Commando%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
6588,
1629,
363,
278,
1035,
324,
1943,
29871,
29896,
29900,
29900,
14176,
22102,
310,
599,
931,
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's the average year for the accolade 100 greatest singles of all time?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10577579_3 (
"Women’s Nickname" text,
Joined text,
Institution text,
... | SELECT AVG(YEAR) FROM table_2_1715849_2 WHERE "Accolade" ILIKE '%100%greatest%singles%of%all%time%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
797,
278,
3748,
411,
29871,
29941,
29896,
3291,
29892,
920,
1784,
14433,
892,
27943,
287,
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:
`In the game with 31 points, how many goals were conceded?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1140083_2 (
"Fastest Lap" text,
"Pole Position" text,
Report text,
Location text,
Rnd... | SELECT COUNT("Goals conceded") FROM table_1_18018214_4 WHERE "Points" = '31' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1472,
338,
5702,
1353,
29871,
29947,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How long is track number 8?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11019212_1 (
Tuesday text,
Thursday text,
Sunday text,
Friday text,
Location text,
Saturday text,
Monday text,
W... | SELECT "Track time" FROM table_1_11839306_2 WHERE "Track" = '8' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
2407,
363,
15251,
29871,
29906,
29947,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the record for august 28`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1132568_3 (
"Fastest Lap" text,
Constructor text,
"Winning Driver" text,
Report text,
"Grand Prix" text,
"Pole P... | SELECT Record FROM table_2_12206234_6 WHERE "Date" ILIKE '%august%28%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1353,
310,
4216,
29879,
363,
746,
27943,
287,
338,
29871,
29906,
29945,
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 number of draws for when conceded is 25`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1046454_1 (
"Regular Season" text,
Year numeric,
League text,
Playoffs text,
Division numeric,... | SELECT COUNT(Draws) FROM table_1_14889048_1 WHERE "Conceded" = '25' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1121,
373,
3839,
29871,
29906,
29945,
29892,
29871,
29896,
29929,
29953,
29953,
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 result on September 25, 1966?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17407001_2 (
Opponent text,
Week numeric,
Attendance text,
Result text,
Date text
);
CREATE TABLE tab... | SELECT RESULT FROM table_2_17407001_2 WHERE "Date" ILIKE '%september%25,%1966%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
2441,
4799,
2635,
310,
278,
12720,
411,
263,
12672,
1797,
269,
29900,
29946,
321,
29900,
29896,
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's the original air date of the episode with a broadcast order s04 e01?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1221089_1 (
Founded numeric,
Nickname text,
Colors text,
Joined nume... | SELECT "U.S. Air Date" FROM table_1_1231892_4 WHERE "Broadcast Order" ILIKE '%S04%E01%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
14199,
931,
310,
29871,
29906,
299,
12616,
313,
29900,
29901,
29900,
29900,
511,
322,
263,
4712,
310,
14530,
29871,
29947,
29892,
29871,
29896,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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:
`Game time of 2nd quarter (0:00), and a Date of november 8, 1971 has how many average yards?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1489377_2 (
Yards numeric,
Date text,
Opponent text,
... | SELECT AVG(Yards) FROM table_2_1489377_2 WHERE "Game time" ILIKE '%2nd%quarter%(0:00)%' AND "Date" ILIKE '%november%8,%1971%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
3611,
310,
278,
2706,
10624,
491,
383,
7485,
383,
2674,
996,
411,
385,
28880,
10488,
29892,
5802,
1353,
7621,
1135,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the title of the film directed by Friz Freleng with an MM Series, production number greater than 6209 and a release date of 1934-11-03?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18792... | SELECT Title FROM table_2_18792938_5 WHERE "Production Num." > '6209' AND "Series" ILIKE '%mm%' AND "Director" ILIKE '%friz%freleng%' AND "Release date" ILIKE '%1934-11-03%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
3001,
1353,
310,
7115,
988,
1776,
414,
338,
29871,
29929,
29889,
29941,
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 is the total number of rank where viewers is 9.38?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_15681686_4 (
"Rating/Share (18-49)" text,
Rating text,
"#" numeric,
"Rank (Night)" text,... | SELECT COUNT("Rank (Timeslot)") FROM table_1_15681686_4 WHERE "Viewers (millions)" ILIKE '%9.38%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
2522,
487,
756,
385,
438,
407,
265,
296,
297,
278,
2186,
310,
592,
29882,
6051,
260,
801,
12737,
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:
`Which Score has an Opponent in the final of mehdi tahiri?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15290654_2 (
Date numeric,
Tournament text,
Surface text,
Score text,
"Opponent in th... | SELECT Score FROM table_2_15290654_2 WHERE "Opponent in the final" ILIKE '%mehdi%tahiri%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
23923,
23860,
310,
29871,
29896,
29889,
29906,
24170,
29920,
29892,
322,
263,
23708,
8666,
313,
3148,
29928,
1723,
310,
395,
29955,
29900,
338,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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:
`Frequency of 1.2 ghz, and a Release price ( USD ) of $70 is what socket?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10718984_2 (
Title text,
"Written by" text,
"Original air date" text,
"... | SELECT Socket FROM table_2_14114066_1 WHERE "Frequency" ILIKE '%1.2%ghz%' AND "Release price ( USD )" ILIKE '%$70%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
508,
366,
1827,
338,
278,
1734,
515,
310,
3514,
16345,
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 can you say is the word from of sam sep?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12454156_1 (
Entrants numeric,
Winner text,
"Winning Hand" text,
"Losing Hand" text,
"Prize Money... | SELECT "Word Form" FROM table_2_1270572_4 WHERE "Other" ILIKE '%sam%sep%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
22950,
1258,
8583,
16572,
3275,
278,
10907,
12965,
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:
`How many stages did Team Sky lead the teams classification?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_26010857_13 (
"Teams Classification" text,
Winner text,
"Points Classification" text,... | SELECT MAX(Stage) FROM table_1_26010857_13 WHERE "Teams Classification" ILIKE '%Team%Sky%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
6588,
3573,
7915,
746,
5807,
905,
338,
29871,
29947,
29900,
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:
`what is the average bodyweight when snatch is 80?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10416547_1 (
"Major instrument(s)" text,
Date text,
"Music genre/style" text,
"Lyrics theme/st... | SELECT AVG(Bodyweight) FROM table_2_11279593_11 WHERE "Snatch" = '80' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
7867,
756,
263,
9321,
8583,
310,
9753,
2524,
3476,
1111,
29892,
322,
263,
8448,
310,
3748,
29871,
29906,
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:
`Which Result has a Road Team of san francisco, and a Game of game 2?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17063996_4 (
"Road Team" text,
"Home Team" text,
Game text,
Result text,
D... | SELECT RESULT FROM table_2_17063996_4 WHERE "Road Team" ILIKE '%san%francisco%' AND "Game" ILIKE '%game%2%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
7115,
363,
278,
4847,
988,
727,
526,
29871,
29896,
29896,
3291,
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 rank for the player where there are 11 points?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18191407_10 (
"Score points" text,
Event text,
Shooter text,
"Rank points" text,
Tot... | SELECT "Rank points" FROM table_2_18191407_10 WHERE "Score points" ILIKE '%11%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
364,
1241,
1058,
750,
385,
11423,
931,
322,
263,
413,
1450,
294,
9940,
503,
29916,
29899,
29896,
29900,
29878,
4768,
446,
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:
`Who was the rider who had an accident time and a kawasaki zx-10r bike?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10312547_1 (
"1979 Broadway" text,
"1998 Broadway" text,
"1955 broadcast" ... | SELECT Rider FROM table_2_15878404_2 WHERE "Time" ILIKE '%accident%' AND "Bike" ILIKE '%kawasaki%zx-10r%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
14574,
756,
263,
315,
10536,
8583,
310,
7629,
6370,
394,
283,
21158,
313,
6071,
298,
11348,
3025,
281,
2559,
666,
387,
6877,
29952,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Player has a CFL Team of montreal alouettes (via hamilton via winnipeg)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10716893_3 (
Host text,
"Lap-by-lap" text,
"Pre-race analyst" text... | SELECT Player FROM table_2_10812403_3 WHERE "CFL Team" ILIKE '%montreal%alouettes%(via%hamilton%via%winnipeg)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
21669,
2113,
278,
8271,
310,
432,
6547,
302,
29889,
11982,
1915,
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:
`How many candidates won the election of john n. sandlin?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10953197_3 (
"No. in season" numeric,
"No. in series" numeric,
"Writer(s)" text,
"Origi... | SELECT COUNT(Candidates) FROM table_1_1342426_18 WHERE "Incumbent" ILIKE '%John%N.%Sandlin%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
21342,
29906,
8892,
1076,
8583,
565,
12051,
20594,
514,
22533,
20594,
514,
471,
278,
365,
3580,
29896,
8892,
1076,
8583,
29973,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who was the GT2 Winning Team if Greg Mansell Leo Mansell was the LMP1 Winning Team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10818465_1 (
"Max memory" text,
"GA Date" text,
Model text,
... | SELECT "GT2 Winning Team" FROM table_1_24865763_2 WHERE "LMP1 Winning Team" ILIKE '%Greg%Mansell%Leo%Mansell%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
28563,
267,
1708,
278,
2602,
310,
8372,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`How many athletes play the position of guard?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_16494599_10 (
Player text,
"Years for Grizzlies" text,
"No." numeric,
Position text,
"School/Club... | SELECT COUNT(Player) FROM table_1_16494599_10 WHERE "Position" ILIKE '%Guard%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
4847,
338,
23868,
29871,
29941,
29941,
322,
756,
263,
3086,
537,
310,
8278,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which player is Pick 33 and has a Nationality of USA?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1037590_1 (
Yards numeric,
"Completion %" text,
Rating text,
Completions numeric,
Attempt... | SELECT Player FROM table_2_1203292_3 WHERE "Nationality" ILIKE '%usa%' AND "Pick" = '33' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
797,
1094,
26235,
313,
19960,
511,
825,
471,
278,
1121,
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:
`In Ascot (UK), what was the result?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_17 (
Player text,
"School/Club Team/Country" text,
"No.(s)" numeric,
Position text,
"Years for Roc... | SELECT RESULT FROM table_1_14981555_3 WHERE "Venue" ILIKE '%Ascot%(UK)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
1248,
267,
1258,
3815,
396,
29896,
29946,
330,
2559,
28965,
505,
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:
`How many poles did team #14 ginn racing have?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1708014_1 (
Starts numeric,
"Top 5" numeric,
"Avg. Start" text,
"Avg. Finish" text,
Position text... | SELECT Poles FROM table_1_1708014_1 WHERE "Team(s)" ILIKE '%#14%Ginn%Racing%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
8778,
3815,
746,
383,
2753,
22187,
8421,
471,
278,
319,
1582,
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:
`What was the Home team when Farnborough Town was the Away team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1157867_2 (
"Date built" text,
Notes text,
"Boiler pressure" text,
Cylinders tex... | SELECT "Home team" FROM table_2_16176509_3 WHERE "Away team" ILIKE '%farnborough%town%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
3217,
1657,
278,
2533,
310,
22904,
1308,
313,
8848,
29897,
607,
756,
263,
7053,
4279,
310,
29871,
29953,
29906,
29889,
29955,
29876,
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:
`COunt the sum of Diameter (km) which has a Latitude of 62.7n?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1053802_1 (
Winners text,
"Main presenters" text,
"Region/country" text,
Network t... | SELECT SUM("Diameter (km)") FROM table_2_16799784_11 WHERE "Latitude" ILIKE '%62.7n%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
29911,
514,
592,
278,
7426,
363,
8950,
6020,
29871,
29896,
29929,
29953,
29945,
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:
`Tell me the degree for chemistry 1965`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12030612_9 (
"Written by" text,
Title text,
"Directed by" text,
"Series #" numeric,
"Season #" numeric,
... | SELECT Degree FROM table_2_10290198_3 WHERE "Award Year" = '1965' AND "Award" ILIKE '%chemistry%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3748,
756,
385,
23995,
296,
310,
29715,
3189,
29891,
4769,
322,
471,
1434,
3826,
29871,
29929,
29973,
29952,
13,
13,
2277,
29937,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 game has an opponent of Phoenix Coyotes and was before Dec 9?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12275551_1 (
"Mens singles" text,
"Womens singles" text,
"Mixed doubles" text... | SELECT AVG(Game) FROM table_2_14034799_4 WHERE "Opponent" ILIKE '%phoenix%coyotes%' AND "December" < '9' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
2635,
2665,
756,
470,
291,
408,
278,
1040,
514,
362,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What date sent has orion as the constellation?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1446835_2 (
"Arrival date" text,
Message text,
"Date sent" text,
"Designation HD" text,
Constell... | SELECT "Date sent" FROM table_2_1446835_2 WHERE "Constellation" ILIKE '%orion%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
25039,
1299,
317,
3210,
29949,
5607,
360,
1367,
6093,
349,
18799,
1001,
3895,
7791,
2692,
29950,
12766,
1672,
23714,
29909,
15531,
29911,
11794,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 SCHOOL DID THE PLAYER FROM SOUTH CAROLINA ATTEND?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677691_2 (
Hometown text,
Position text,
School text,
Player text,
College text
);
CRE... | SELECT School FROM table_1_11677691_2 WHERE "College" ILIKE '%South%Carolina%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
21614,
505,
3109,
1135,
29871,
29896,
491,
29872,
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:
`Which wins have less than 1 bye?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_17 (
School text,
Hometown text,
Player text,
Position text,
"MLB Draft" text
);
CREATE TABLE table_1... | SELECT MAX(Wins) FROM table_2_17982205_1 WHERE "Byes" < '1' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
438,
407,
265,
1237,
297,
278,
3748,
411,
263,
4712,
310,
2420,
29889,
29871,
29906,
29945,
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 Opponents in the game with a Date of nov. 25?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18847736_2 (
Opponents numeric,
Result text,
Attendance numeric,
Opponent text,
Game ... | SELECT MIN(Opponents) FROM table_2_18847736_2 WHERE "Date" ILIKE '%nov.%25%' |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.