input_ids list | attention_mask list | labels list | prompt stringlengths 528 1.77k | completion stringlengths 40 173 |
|---|---|---|---|---|
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3001,
746,
278,
8158,
363,
731,
29871,
29906,
338,
29871,
29906,
29900,
29994,
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 total when the score for set 2 is 20–25?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10749367_3 (
Challenge text,
"#" numeric,
Winner text,
"Test-taker" text,
"Passed?" text,
... | SELECT Total FROM table_2_16571273_17 WHERE "Set 2" ILIKE '%20–25%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
29871,
29896,
29929,
29955,
29955,
995,
393,
756,
263,
29871,
29896,
29929,
29955,
29946,
263,
995,
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 1977 value that has a 1974 a value?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11422713_2 (
"1972" text,
"1976" text,
"1975" text,
"1977" text,
"1973" text,
"1974" text,
To... | SELECT 1977 FROM table_2_11422713_2 WHERE "1974" ILIKE '%a%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
14335,
363,
1258,
278,
3815,
411,
263,
1018,
28920,
310,
29871,
29945,
8158,
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 tries for did the team with a try bonus of 5 score?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11803648_21 (
"Club team" text,
Nationality text,
Position text,
Round numeric,
Ov... | SELECT "Tries for" FROM table_2_12792876_5 WHERE "Try bonus" ILIKE '%5%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
2058,
393,
471,
11091,
297,
29871,
29896,
29929,
29906,
29900,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the place that was founded in 1920`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11562149_1 (
"No. in series" text,
"Directed by" text,
"U.S. viewers (million)" text,
Title text,
"Feat... | SELECT Institution FROM table_1_262560_1 WHERE "Founded" = '1920' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
2984,
515,
12730,
411,
2498,
11456,
2793,
29892,
322,
278,
315,
709,
29877,
11456,
2669,
29973,
29952,
13,
13,
2277,
29937,
54... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the option from Italy with general television content, and the Cielo television service?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12226390_4 (
"Original air date" text,
"Directed... | SELECT PACKAGE/OPTION FROM table_2_15887683_2 WHERE "Country" ILIKE '%italy%' AND "Content" ILIKE '%general%television%' AND "Television service" ILIKE '%cielo%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1024,
310,
278,
12720,
3971,
491,
10856,
1099,
274,
2929,
1017,
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 name of the episode written by karina csolty?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11961582_10 (
"Location Attendance" text,
"High rebounds" text,
Date text,
Series text... | SELECT Title FROM table_1_27969432_2 WHERE "Written by" ILIKE '%Karina%Csolty%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
11199,
9090,
393,
338,
6942,
411,
278,
7115,
310,
402,
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 is the bird uniform that is associated with the rank of G2?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11244302_1 (
"#" numeric,
Share numeric,
"Air Date" text,
Episode text,
"Viewe... | SELECT "Bird Uniform" FROM table_2_17464729_1 WHERE "Rank" ILIKE '%g2%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
797,
278,
29871,
29906,
29900,
29900,
29945,
4259,
29892,
920,
1784,
19830,
1258,
278,
29871,
29896,
29945,
386,
2058,
3815,
4866,
29973,
29952,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`In the 2005 season, how many races did the 15th place team complete?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_7 (
"No.(s)" numeric,
"School/Club Team/Country" text,
Position tex... | SELECT AVG(Races) FROM table_2_15813224_1 WHERE "Final Placing" ILIKE '%15th%' AND "Season" ILIKE '%2005%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
2113,
278,
1757,
29915,
29879,
27641,
297,
29871,
29896,
29929,
29929,
29945,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who won the men's doubles in 1995?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_12185856_1 (
"Mixed doubles" text,
"Women's singles" text,
Year numeric,
"Men's singles" text,
"Women's doub... | SELECT "Men's doubles" FROM table_2_12185856_1 WHERE "Year" = '1995' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
7472,
1353,
310,
2246,
29871,
29896,
29900,
29879,
746,
540,
7743,
297,
29871,
29953,
29941,
5499,
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 maximum number of top 10s when he finished in 63rd?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10979230_4 (
"Romaji title" text,
Reference text,
"Release date" text,
"Japanese... | SELECT MAX("Top 10") FROM table_1_1637041_2 WHERE "Position" ILIKE '%63rd%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
1024,
310,
278,
3495,
3815,
472,
10319,
10728,
1974,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the name of the host team at Texas stadium?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_13193466_5 (
"Final Score" text,
"Host Team" text,
"Visiting Team" text,
Stadium text,
Dat... | SELECT "Host Team" FROM table_2_13193466_5 WHERE "Stadium" ILIKE '%texas%stadium%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
5613,
1735,
1353,
310,
8713,
2849,
746,
727,
892,
29871,
29953,
29955,
29892,
29900,
29900,
29900,
4892,
29879,
322,
385,
6588,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 natural change number of Syria when there were 67,000 deaths and an average population greater than 2,820?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10006830_1 (
Description tex... | SELECT SUM("Natural change") FROM table_2_1508951_1 WHERE "Deaths" = '67,000' AND "Average population (x 1,000)" > '2,820' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
525,
741,
3141,
29912,
29882,
29892,
617,
930,
353,
320,
1154,
29912,
29883,
1665,
3141,
29912,
29874,
29939,
930,
1157,
29883,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 '{\mathrm{h,cc}} = \frac{c_{\mathrm{aq}}}{c_{\mathrm{gas}}}' if '_{\mathrm{h,cp}} = \frac{c_\mathrm{aq}}{p}' is 7.8 × 10−4?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12221135_3 ... | SELECT "k_{\mathrm{H,cc}} = \frac{c_{\mathrm{aq}}}{c_{\mathrm{gas}}}" FROM table_1_238199_1 WHERE "k_{\mathrm{H,cp}} = \frac{c_\mathrm{aq}}{p}" ILIKE '%7.8%×%10−4%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1556,
363,
1652,
30077,
952,
17064,
363,
29871,
29947,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the most for fløysvik for 8`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677100_8 (
School text,
Player text,
"MLB Draft" text,
Position text,
Hometown text
);
CREATE TABLE table_1_... | SELECT MAX("Tor Fløysvik") FROM table_1_28677723_14 WHERE "Karianne Gulliksen" = '8' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
21614,
526,
4475,
304,
4959,
310,
29871,
29955,
322,
901,
1135,
29871,
29906,
2246,
29899,
29896,
29900,
29879,
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 wins are related to events of 7 and more than 2 top-10s?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_17 (
Position text,
"School/Club Team/Country" text,
"Height in Ft." t... | SELECT COUNT(Wins) FROM table_2_1598242_3 WHERE "Events" = '7' AND "Top-10" > '2' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2099,
14053,
29871,
29900,
29929,
1353,
988,
6416,
29871,
29900,
29945,
338,
3109,
1135,
29871,
29941,
29973,
29952,
13,
13,
227... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 mean Fall 09 number where fall 05 is less than 3?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1137142_1 (
"Group C Winner" text,
"Group B Winner" text,
"Group A Winner" text,
S... | SELECT AVG("Fall 09") FROM table_2_15055594_7 WHERE "Fall 05" < '3' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
19468,
471,
278,
29871,
29906,
29889,
29946,
8848,
7525,
313,
1195,
29901,
3471,
29897,
310,
29871,
29896,
29941,
29901,
29900,
29896,
29899... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 grade was the 2.4km Run (min:sec) of 13:01-13:40?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_10890692_3 (
"2.4km Run (min:sec)" text,
Grade text,
Points numeric,
"Chin-up (reps)" tex... | SELECT Grade FROM table_2_10890692_3 WHERE "2.4km Run (min:sec)" ILIKE '%13:01-13:40%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
2532,
21425,
363,
278,
7156,
411,
29871,
29896,
29947,
7408,
21614,
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:
`How many podiums for the driver with 18 stage wins?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_18811741_15 (
Finishes numeric,
Points numeric,
Driver text,
Podiums numeric,
"Stage wins" ... | SELECT COUNT(Podiums) FROM table_1_18811741_15 WHERE "Stage wins" = '18' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
697,
286,
2207,
363,
278,
2211,
29899,
29885,
2207,
1734,
847,
206,
172,
8222,
29884,
237,
159,
159,
29914,
518,
29882,
30001,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 one mora for the three-mora word /˩haruꜜ/ [hàɽɯ́ ~ hàɽɯ̂]?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1213511_5 (
Nationality text,
Player text,
"Pick #" numeric,
"College/jun... | SELECT "one mora" FROM table_2_1213860_3 WHERE "three-mora word" ILIKE '%/˩haruꜜ/%[hàɽɯ́%~%hàɽɯ̂]%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2533,
310,
278,
11405,
373,
263,
8727,
263,
4823,
411,
263,
2602,
3109,
1135,
29871,
29896,
447,
294,
29973,
29952,
13,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the sum of the weeks on a chart a song with a position less than 1 haas?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11404452_1 (
"Episode title" text,
"Series #" numeric,
"Writer(s... | SELECT SUM("Weeks on chart") FROM table_2_11795254_3 WHERE "Position" < '1' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
9232,
17418,
471,
278,
3448,
3815,
29892,
825,
471,
278,
19604,
19174,
2507,
449,
896,
750,
29973,
29952,
13,
13,
2277,
29937,
5470,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`When melbourne was the away team, what was the lowest crowd turnout they had?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677691_6 (
College text,
Player text,
School text,
Position text... | SELECT MIN(Crowd) FROM table_2_10788451_13 WHERE "Away team" ILIKE '%melbourne%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3762,
2715,
263,
4847,
304,
278,
365,
21079,
297,
29871,
29896,
29929,
29946,
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:
`Which school added a player to the Lakers in 1948?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1140074_2 (
Report text,
Race text,
Rnd numeric,
"Race Winner" text,
Constructor text,
Loca... | SELECT School/Country FROM table_2_10560886_5 WHERE "From" ILIKE '%1948%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
9939,
14333,
749,
363,
263,
3748,
278,
8490,
273,
29915,
29879,
5318,
472,
826,
798,
2813,
17213,
29973,
29952,
13,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What's the highest attendance for a game the Texan's played at Arrowhead Stadium?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12496904_1 (
"Population Change 2002-2012 (%)" text,
"Population... | SELECT MAX(Attendance) FROM table_2_15399928_3 WHERE "Game site" ILIKE '%arrowhead%stadium%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4423,
29914,
1131,
21642,
363,
278,
281,
29871,
29929,
29945,
29899,
29929,
29941,
8158,
29973,
29952,
13,
13,
2277,
29937,
5470... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the location/attendance for the w 95-93 score?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18493040_6 (
Date text,
Opponent text,
Game text,
Record text,
"Location Attendance" tex... | SELECT "Location Attendance" FROM table_2_18493040_6 WHERE "Score" ILIKE '%w%95-93%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3611,
471,
1939,
29889,
29871,
29946,
297,
4259,
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:
`Which title was No. 4 in season?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_16090262_1 (
"Directed by" text,
"Written By" text,
"No. in series" numeric,
"No. in season" numeric,
Original... | SELECT Title FROM table_1_16090262_1 WHERE "No. in season" = '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
7182,
11029,
947,
278,
476,
29907,
1964,
29899,
12972,
8242,
505,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What signal quality does the KCAL-DT channel have?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12033013_1 (
Title text,
"Directed by" text,
"No. in series" numeric,
"Written by" text,
"Pr... | SELECT "Signal Quality" FROM table_2_107555_2 WHERE "Station Call Letters" ILIKE '%kcal-dt%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3001,
338,
9939,
411,
29871,
29900,
7684,
322,
901,
1135,
29871,
29900,
13283,
29892,
297,
23961,
29973,
29952,
13,
13,
2277,
29937,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which total is highest with 0 gold and more than 0 silver, in Ukraine?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1140105_6 (
"Winning driver" text,
"Race Name" text,
Report text,
Circuit... | SELECT MAX(Total) FROM table_2_12392804_3 WHERE "Gold" = '0' AND "Silver" > '0' AND "Nation" ILIKE '%ukraine%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1369,
3211,
746,
278,
3564,
1353,
2586,
1746,
338,
29871,
29896,
29953,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 start address when the network number bit field is 16?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_172047_1 (
"Size of rest bit field" text,
"Number of networks" text,
"Leading ... | SELECT "Start address" FROM table_2_172047_1 WHERE "Size of network number bit field" ILIKE '%16%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
3271,
3815,
373,
278,
2610,
29871,
29906,
3748,
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:
`Who was the home team on the May 2 game?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11801912_11 (
Date text,
Home text,
Score text,
Attendance numeric,
Visitor text,
Decision text
);
CR... | SELECT Home FROM table_2_11801912_11 WHERE "Date" ILIKE '%may%2%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1024,
310,
278,
4847,
565,
278,
7622,
886,
338,
29871,
29947,
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 name of the player if the innings is 82?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11604804_5 (
Founded numeric,
Location text,
Institution text,
Color text,
Status text,
N... | SELECT Player FROM table_1_23316034_16 WHERE "Innings" = '82' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
3271,
3815,
746,
278,
8158,
471,
29871,
29900,
29901,
29896,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who was the home team when the score was 0:1?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11961582_7 (
"High points" text,
Game numeric,
"Location Attendance" text,
Team text,
"High rebou... | SELECT Home FROM table_2_17026847_18 WHERE "Score" ILIKE '%0:1%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
29871,
29906,
29900,
29896,
29906,
4259,
297,
3423,
2638,
4324,
901,
1135,
29871,
29946,
29892,
322,
901,
1135,
29871,
29900,
17... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 2012 season in Esiliiga more than 4, and more than 0 titles?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1560166_1 (
"Seasons in Esiliiga" numeric,
Club text,
"2012" text,
Titl... | SELECT 2012 FROM table_2_1560166_1 WHERE "Seasons in Esiliiga" > '4' AND "Titles" > '0' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3402,
363,
4275,
8314,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the format for South Australia?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11585313_1 (
"number of caps" numeric,
name text,
"number of goals" numeric,
"date of birth" text,
"dat... | SELECT Format FROM table_1_1000181_1 WHERE "State/territory" ILIKE '%South%Australia%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
8905,
756,
263,
7867,
7968,
1135,
29871,
29906,
29900,
29889,
29941,
29896,
29892,
322,
263,
2787,
22125,
310,
29871,
29945,
386,
29973,
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 Year has a Result smaller than 20.31, and a World Rank of 5th?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15369913_4 (
Location text,
Result numeric,
Date text,
Year numeric,
"World... | SELECT AVG(YEAR) FROM table_2_15369913_4 WHERE "Result" < '20.31' AND "World Rank" ILIKE '%5th%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4908,
363,
278,
9870,
29871,
30247,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the British for the Australian ɔ?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12444503_1 (
"lost to eventual winner" text,
"lost to eventual runner-up" text,
"Runner-up" text,
Scor... | SELECT British FROM table_2_17798093_19 WHERE "Australian" ILIKE '%ɔ%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
750,
278,
9939,
15121,
3885,
373,
3748,
29871,
29945,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who had the highest rebounds on game 5?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11562143_1 (
"Original air date" text,
"No. in series" numeric,
Title text,
"No. in season" numeric,
"D... | SELECT "High rebounds" FROM table_2_17355408_11 WHERE "Game" = '5' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
6003,
434,
750,
3109,
1135,
29871,
29906,
14433,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
26... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What venue had less than 2 goals?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12161822_5 (
"Winning constructor" text,
"Grand Prix" text,
"Fastest lap" text,
"Winning driver" text,
"Rd." ... | SELECT Venue FROM table_2_1122303_1 WHERE "Goal" < '2' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
2951,
825,
2635,
471,
278,
21180,
6445,
2259,
23166,
411,
29871,
29946,
29945,
29995,
322,
6182,
3172,
2546,
29884,
411,
29871,
29941,
29947,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`On what date was the poll showing John Kennedy with 45% and Mary Landrieu with 38%?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11254821_2 (
"Points awarded (Platinum)" numeric,
"Points awar... | SELECT "Dates administered" FROM table_2_16751596_4 WHERE "Republican: John Kennedy" ILIKE '%45%%' AND "Democrat: Mary Landrieu" ILIKE '%38%%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
17550,
17084,
756,
263,
22125,
3291,
310,
29871,
29947,
322,
263,
6864,
310,
28678,
2316,
273,
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 Shooter has a Rank points of 8 and a Event of wc milan?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11545282_5 (
"No." text,
"School/Club Team" text,
Position text,
Nationality text,... | SELECT Shooter FROM table_2_18191407_14 WHERE "Rank points" ILIKE '%8%' AND "Event" ILIKE '%wc%milan%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
2635,
756,
732,
716,
470,
25210,
408,
278,
3815,
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 date has @ new orleans as the team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1007688_1 (
Typhus numeric,
Smallpox numeric,
"Relapsing fever" numeric,
Year text,
"Typhoid fever" nu... | SELECT Date FROM table_2_17325937_8 WHERE "Team" ILIKE '%@%new%orleans%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
5735,
12060,
29879,
639,
1629,
526,
727,
297,
278,
3785,
988,
278,
2834,
2149,
6906,
363,
24473,
338,
29871,
29955,
29941,
29889,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 live births per year are there in the period where the life expectancy for females is 73.3?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11562149_1 (
"No. in season" text,
"U.S. view... | SELECT "Live births per year" FROM table_1_18950570_2 WHERE "Life expectancy females" ILIKE '%73.3%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
2602,
756,
263,
11189,
29899,
401,
9512,
310,
29871,
29896,
303,
5796,
1243,
325,
474,
11209,
29973,
29952,
13,
13,
2277,
29937,
5470,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 position has a Cross-code debut of 1st ru test v ireland?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11236195_2 (
"GF Attendance" numeric,
LosingTeam text,
Location text,
"Grand Fina... | SELECT POSITION FROM table_2_18860278_1 WHERE "Cross-code debut" ILIKE '%1st%ru%test%v%ireland%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
1121,
363,
16578,
2813,
10728,
1974,
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 result for arrowhead stadium`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12251936_1 (
"Live births 2006" numeric,
County text,
"GFR 2006" text,
"TFR 2006" text,
"Whites as % of P... | SELECT RESULT FROM table_2_13258789_2 WHERE "Game site" ILIKE '%arrowhead%stadium%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
7526,
756,
263,
6431,
310,
274,
743,
279,
24441,
29892,
322,
263,
7867,
310,
28442,
29892,
322,
263,
8905,
7200,
1135,
29871,
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:
`Which Award has a Group of césar awards, and a Result of nominated, and a Year larger than 2001, and a Film of 8 women (8 femmes)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_145320_1 (
Resul... | SELECT Award FROM table_2_145320_1 WHERE "Group" ILIKE '%césar%awards%' AND "Result" ILIKE '%nominated%' AND "Year" > '2001' AND "Film" ILIKE '%8%women%(8%femmes)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
3271,
3815,
472,
23251,
14089,
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:
`Who was the home team at princes park?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11734041_17 (
"Height in Ft." text,
"No.(s)" numeric,
Player text,
"Years for Rockets" text,
Position te... | SELECT "Home team" FROM table_2_10808681_2 WHERE "Venue" ILIKE '%princes%park%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3271,
3815,
338,
373,
3786,
29871,
29906,
29896,
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:
`Which home team is on April 21?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11900378_1 (
Tournament text,
City text,
Surface text,
"Singles champions" text,
Country text,
"Doubles champi... | SELECT "Home Team" FROM table_2_17063036_4 WHERE "Date" ILIKE '%april%21%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2533,
310,
6242,
363,
589,
9131,
7714,
29872,
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 sum of Long for derrick locke?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_14624447_50 (
Gain numeric,
"GP-GS" text,
Long numeric,
"Avg/G" numeric,
Loss numeric,
Name text
);... | SELECT SUM(Long) FROM table_2_14624447_50 WHERE "Name" ILIKE '%derrick%locke%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3001,
1353,
310,
7115,
393,
756,
4665,
313,
29906,
29900,
29900,
29945,
20121,
29897,
7968,
1135,
29871,
29896,
29929,
29941,
29... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the total number of rank that has population (2005 Census) smaller than 193,398 and population (2000 Census) of 167,231?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15410247_1 (
"Popu... | SELECT COUNT(Rank) FROM table_2_15410247_1 WHERE "Population (2000 Census)" = '167,231' AND "Population (2005 Census)" < '193,398' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
2522,
487,
310,
278,
3748,
8859,
1135,
29871,
29953,
29929,
411,
263,
2407,
310,
29871,
29946,
29994,
29945,
29953,
29973,
29952... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the Score of the game earlier than 69 with a record of 4–56?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10975034_4 (
Position text,
College text,
"Pick #" numeric,
Player text,
"... | SELECT Score FROM table_2_14827502_7 WHERE "Game" < '69' AND "Record" ILIKE '%4–56%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4134,
363,
263,
1629,
2678,
1135,
29871,
29896,
29929,
29945,
29947,
29892,
411,
29871,
29946,
3291,
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 Class for a year later than 1958, with 4 points?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_15892903_2 (
Rank text,
Wins numeric,
Points numeric,
Year numeric,
Class text,
T... | SELECT CLASS FROM table_2_15892903_2 WHERE "Year" > '1958' AND "Points" = '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
29902,
864,
304,
1073,
278,
360,
29871,
29946,
29955,
363,
360,
29871,
29946,
29953,
438,
310,
13638,
30121,
29952,
13,
13,
2277,
29937,
5470,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`I want to know the D 47 for D 46 O of majority→`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1106241_3 (
"D 47 +" text,
"D 43 √" text,
"D 46 O" text,
"D 50 +" text,
"D 41 √" text,
"D 44 √... | SELECT "D 47 +" FROM table_2_1106241_3 WHERE "D 46 O" ILIKE '%majority→%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
14940,
19528,
2410,
5864,
310,
13935,
29900,
29889,
29945,
286,
29926,
29914,
9415,
338,
825,
5272,
4279,
2038,
278,
8437,
29915,
29879,
7101,
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:
`specific orbital energy of −0.5 mj/kg is what altitude above the earth's surface?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10960039_1 (
"Pick #" numeric,
"CFL Team" text,
Player text,
C... | SELECT "altitude above the Earth's surface" FROM table_2_143696_2 WHERE "specific orbital energy" ILIKE '%−0.5%mj/kg%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
7047,
411,
278,
9281,
13714,
2635,
310,
29871,
29900,
29889,
29953,
29889,
29896,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Name the software with the latest stable date of 0.6.1`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11147852_1 (
"City of license/Market" text,
"Channel TV ( DT )" text,
"Year of affiliation... | SELECT Software FROM table_2_11634225_1 WHERE "Latest stable date (version)" ILIKE '%0.6.1%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
526,
278,
11486,
746,
4320,
336,
2814,
291,
4568,
313,
1397,
291,
22561,
29897,
29871,
338,
29871,
29941,
29929,
29899,
29883,
29889,
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 are the notes when castra legionaria (legion bases) is 39-c.300 moguntiacum * (gs)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_242785_3 (
"Castra legionaria (legion bases) * = main bas... | SELECT Notes FROM table_1_242785_3 WHERE "Castra legionaria (legion bases) * = main base. Start date 31 BC if unspecified" ILIKE '%39-c.300%Moguntiacum%*%(GS)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
8158,
297,
278,
29871,
29896,
303,
2814,
746,
29871,
29906,
299,
2814,
471,
29871,
29896,
29994,
29946,
29973,
29952,
13,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the score in the 1st leg when 2nd leg was 1–4?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_16623894_8 (
"Agg." text,
"Team 1" text,
"2nd leg" text,
"Team 2" text,
"1st leg" text
... | SELECT "1st leg" FROM table_2_16623894_8 WHERE "2nd leg" ILIKE '%1–4%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
3203,
716,
3291,
363,
1886,
600,
29875,
22956,
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:
`Name the least new points for steffi graf`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11964047_10 (
"Leading scorer" text,
Score text,
Home text,
Date text,
"#" numeric,
Visitor text,
A... | SELECT MIN("New points") FROM table_1_1973321_5 WHERE "Player" ILIKE '%Steffi%Graf%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
364,
3885,
1258,
4827,
826,
1867,
262,
14363,
263,
5172,
342,
23012,
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:
`How many rounds did Alex Ardoin achieved a fastest lap?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11391954_3 (
"Half Marathon (womens)" numeric,
"Marathon (womens)" numeric,
Country text,... | SELECT COUNT(Round) FROM table_1_25459168_2 WHERE "Fastest lap" ILIKE '%Alex%Ardoin%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
29915,
29879,
278,
306,
29895,
485,
713,
13962,
310,
278,
306,
1324,
29895,
485,
713,
1734,
411,
29871,
16940,
10309,
12013,
306,
1324,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 Ikavian translation of the Ijekavian word with ěl → io Ijekavian development?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12454156_1 (
"Prize Money" text,
"Losing Hand" text,
"Ru... | SELECT Ikavian FROM table_1_27730_9 WHERE "Ijekavian development" ILIKE '%ěl%→%io%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19604,
1629,
393,
750,
1701,
309,
3815,
408,
278,
1741,
472,
22103,
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 lowest year that had foil team as the event at Melbourne?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1112176_1 (
"Other Goals" numeric,
"League Apps (Sub)" numeric,
"FA Cup Goa... | SELECT MIN(YEAR) FROM table_2_14971607_1 WHERE "Event" ILIKE '%foil%team%' AND "Venue" ILIKE '%melbourne%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
6474,
338,
23925,
273,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
263,
2566,
411,
278,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which district is republican?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_1341663_44 (
Candidates text,
Result text,
Party text,
Incumbent text,
District text,
"First elected" numeric
);... | SELECT District FROM table_1_1341663_44 WHERE "Party" ILIKE '%Republican%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
1024,
310,
278,
7899,
411,
263,
5974,
310,
718,
29896,
29941,
29889,
29941,
29896,
29945,
29973,
29952,
13,
13,
2277,
29937,
5470,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is name of the drive with a Time of +13.315?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11677760_31 (
"NBA Draft" text,
Player text,
Height text,
College text,
Hometown text,
Schoo... | SELECT Driver FROM table_2_14647789_3 WHERE "Time" ILIKE '%+13.315%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
678,
465,
275,
1258,
278,
1174,
509,
424,
7542,
446,
29899,
29885,
536,
29874,
1657,
29899,
29887,
329,
1092,
347,
29899,
29881,
33... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 Chassis did the Entrant clarke-mordaunt-guthrie-durlacher carry?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11803648_21 (
Player text,
"Club team" text,
Position text,
Round numeric... | SELECT Chassis FROM table_2_1226504_1 WHERE "Entrant" ILIKE '%clarke-mordaunt-guthrie-durlacher%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
338,
278,
11486,
363,
322,
276,
1005,
279,
3074,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
1065,
373,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`what is the notes for andre vonarburg?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10710364_2 (
"Growth (1991–2001)" text,
"Literacy (%)" text,
"Sex ratio (total)" numeric,
"Work participa... | SELECT Notes FROM table_2_18662643_2 WHERE "Athlete" ILIKE '%andre%vonarburg%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1784,
2921,
1338,
2750,
505,
2921,
1338,
363,
7968,
1135,
29871,
29941,
29941,
29892,
322,
8984,
29879,
7968,
1135,
29871,
29896,
29953,
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:
`How many Goals against have Goals for smaller than 33, and Points smaller than 16?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17832085_4 (
Wins numeric,
Losses numeric,
"Goals against" num... | SELECT SUM("Goals against") FROM table_2_17832085_4 WHERE "Goals for" < '33' AND "Points" < '16' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
7664,
3949,
515,
318,
21876,
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:
`what artist cam from uruguay`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12275654_1 (
Year numeric,
"Mens doubles" text,
"Womens doubles" text,
"Mens singles" text,
"Womens singles" text,... | SELECT Artist FROM table_2_13846706_1 WHERE "Country" ILIKE '%uruguay%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5816,
29915,
29879,
30081,
1466,
1256,
30081,
2541,
30081,
14168,
1288,
12551,
30081,
915,
292,
885,
327,
1049,
29952,
13,
13,
2277,
29937,
5470... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`what's airdate with international destination being scotland`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_13036251_1 (
Winner text,
"The Mole" text,
Airdate text,
Season text,
"Runner-up" ... | SELECT Airdate FROM table_1_13036251_1 WHERE "International destination" ILIKE '%Scotland%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
6650,
756,
263,
14165,
911,
7200,
1135,
29871,
29896,
29892,
322,
263,
14990,
7200,
1135,
29871,
29947,
29900,
29973,
29952,
13,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Gold has a Bronze larger than 1, and a Total larger than 80?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10121127_1 (
"UN Operation title" text,
"Australian role" text,
"Number of Aus... | SELECT SUM(Gold) FROM table_2_155115_1 WHERE "Bronze" > '1' AND "Total" > '80' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
19087,
3171,
313,
615,
29897,
310,
263,
5214,
297,
16339,
411,
263,
3171,
313,
29885,
29897,
310,
29871,
29906,
29945,
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 smallest height (ft) of a building in Frankfurt with a height (m) of 257 and less than 55 floors?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11236195_5 (
"GF Attendance" numeric,... | SELECT MIN("Height (ft)") FROM table_2_11328656_3 WHERE "City" ILIKE '%frankfurt%' AND "Height (m)" = '257' AND "Floors" < '55' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
6003,
434,
756,
15226,
408,
278,
9209,
292,
10907,
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 venue has Scotland as the opposing teams?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18179114_8 (
Status text,
"Opposing Teams" text,
Against numeric,
Date text,
Venue text
);
CREAT... | SELECT Venue FROM table_2_18179114_8 WHERE "Opposing Teams" ILIKE '%scotland%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
526,
599,
23238,
411,
263,
1776,
292,
4377,
310,
29871,
29953,
29889,
29955,
29906,
7284,
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 are all episodes with a viewing figure of 6.72 million?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11630008_5 (
Title text,
"Directed by" text,
"Written by" text,
"Season #" numeric,... | SELECT Episode FROM table_1_15026994_2 WHERE "Viewing figure" ILIKE '%6.72%million%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
3448,
3815,
746,
8965,
880,
471,
278,
3271,
3815,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who was the away team when Carlton was the home team?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_14312471_1 (
Ground text,
Date text,
"Home team" text,
"Away team" text,
"Home team score... | SELECT "Away team" FROM table_1_14312471_1 WHERE "Home team" ILIKE '%Carlton%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
8158,
746,
278,
3271,
3815,
471,
748,
1772,
4726,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What was the score when the home team was goole town?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11960944_11 (
Team text,
"High assists" text,
"Location Attendance" text,
Game numeric,
S... | SELECT Score FROM table_2_17540875_3 WHERE "Home team" ILIKE '%goole%town%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5328,
1568,
947,
278,
4847,
515,
14234,
8046,
7688,
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 much does the player from Southern California weight?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10647401_1 (
Stadium text,
Record text,
Result text,
Opponent text,
Week numeric,
At... | SELECT Weight FROM table_1_20861261_4 WHERE "College" ILIKE '%Southern%California%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1353,
310,
278,
19174,
363,
278,
3271,
3815,
310,
4275,
22103,
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 number of the crowd for the home team of South Melbourne?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12407546_2 (
Total numeric,
Riding text,
Running text,
Fencing text,
Athl... | SELECT SUM(Crowd) FROM table_2_10640687_9 WHERE "Home team" ILIKE '%south%melbourne%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
9266,
3774,
296,
29892,
746,
17212,
338,
376,
1123,
29899,
29923,
781,
287,
613,
746,
9173,
338,
376,
29928,
331,
8415,
2454,
613,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 Incumbent, when Results is "Re-Elected", when Party is "Democratic", and when District is "Minnesota 7"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1805191_24 (
District text,
Incum... | SELECT Incumbent FROM table_2_1805191_24 WHERE "Results" ILIKE '%re-elected%' AND "Party" ILIKE '%democratic%' AND "District" ILIKE '%minnesota%7%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
23995,
296,
472,
278,
3748,
411,
263,
6410,
310,
28051,
313,
29900,
29899,
29896,
6877,
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 was the opponent at the game with a loss of Sele (0-1)?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10335_1 (
Camp text,
"Occupied territory" text,
"Current country of location" text,
... | SELECT Opponent FROM table_2_13955746_10 WHERE "Loss" ILIKE '%sele%(0-1)%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
3001,
1353,
310,
315,
2547,
319,
1113,
390,
8088,
1564,
29892,
263,
1652,
804,
261,
29892,
756,
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 total number of Caps Aca Ratuva, a flanker, has?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10953197_4 (
"No. in season" numeric,
"Original air date" text,
Title text,
"Produc... | SELECT COUNT(Caps) FROM table_2_11783766_10 WHERE "Position" ILIKE '%flanker%' AND "Player" ILIKE '%aca%ratuva%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
471,
278,
16502,
15613,
3815,
746,
278,
28505,
15613,
3815,
471,
17841,
17129,
322,
278,
402,
29924,
15613,
3815,
471,
24710,
4644,
17827... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 EP winning team when the CP winning team was Dave Clark and the GM winning team was Stuart Northrup?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_29225103_2 (
"HM Winning Team" tex... | SELECT "EP Winning Team" FROM table_1_29225103_2 WHERE "CP Winning Team" ILIKE '%Dave%Clark%' AND "GM Winning Team" ILIKE '%Stuart%Northrup%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1134,
310,
24806,
322,
278,
6782,
27684,
24806,
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 type of loan and the transfer fee loan?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1626337_2 (
"Nat." text,
"Transfer window" text,
Name text,
"Moving to" text,
"Transfer fee... | SELECT Nat. FROM table_2_1626337_2 WHERE "Type" ILIKE '%loan%' AND "Transfer fee" ILIKE '%loan%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
471,
278,
678,
465,
275,
411,
3109,
1135,
29871,
29947,
3291,
1434,
29871,
29896,
29929,
29953,
29900,
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 was the Chassis with less than 8 points before 1960?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_120778_1 (
Jurisdiction text,
"Percent For" text,
"Percent Against" text,
"Against Pro... | SELECT Chassis FROM table_2_1252110_3 WHERE "Year" < '1960' AND "Points" < '8' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
29427,
29892,
746,
29871,
29906,
29900,
29896,
29906,
338,
376,
29909,
613,
746,
29871,
29906,
29900,
29896,
29896,
338,
376,
29909,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 Tournament, when 2012 is "A", when 2011 is "A", and when 2008 is "A"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_18087075_3 (
"2011" text,
"2012" text,
"2010" text,
Tournament tex... | SELECT Tournament FROM table_2_18087075_3 WHERE "2012" ILIKE '%a%' AND "2011" ILIKE '%a%' AND "2008" ILIKE '%a%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
797,
278,
4673,
8972,
411,
901,
1135,
29871,
29941,
5700,
29879,
1754,
29892,
825,
338,
278,
6588,
21614,
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:
`In the Open Championship with more than 3 cuts made, what is the average wins?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10015132_1 (
Position text,
"No." text,
"Years in Toronto" text,
... | SELECT AVG(Wins) FROM table_2_18512893_3 WHERE "Tournament" ILIKE '%the%open%championship%' AND "Cuts made" > '3' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
29949,
407,
265,
296,
310,
298,
283,
7352,
19696,
550,
750,
825,
1121,
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:
`Opponent of houston texans had what result?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10812938_4 (
"Pick #" numeric,
Player text,
"CFL Team" text,
Position text,
College text
);
CREATE ... | SELECT RESULT FROM table_2_1489377_2 WHERE "Opponent" ILIKE '%houston%texans%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4423,
310,
278,
29871,
29896,
29929,
29929,
29929,
14743,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the location of the 1999 tournament?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11630008_7 (
Title text,
"Original air date" text,
"Production code" numeric,
"Series #" numeric,
... | SELECT LOCATION FROM table_1_22165661_3 WHERE "Tournament" = '1999' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
8695,
505,
263,
6652,
749,
7200,
1135,
29871,
29955,
29892,
322,
263,
17015,
310,
263,
572,
262,
29973,
29952,
13,
13,
2277,
29937,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which Notes have a Distance larger than 7, and a Location of aplin?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10647401_1 (
Stadium text,
Result text,
Attendance numeric,
Record text,
Op... | SELECT Notes FROM table_2_18506777_1 WHERE "Distance" > '7' AND "Location" ILIKE '%aplin%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
4723,
368,
7115,
988,
278,
1353,
338,
29871,
29946,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,
13,
1576,
2346,
674,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the weekly rank where the number is 4?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11753080_2 (
Rating text,
Viewers text,
Timeslot text,
"18-49" text,
"#" numeric,
"Weekly Rank"... | SELECT "Weekly Rank" FROM table_1_11753080_2 WHERE "#" = '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
338,
278,
1232,
261,
746,
278,
14333,
749,
338,
7200,
1135,
29871,
29941,
29896,
29892,
29946,
29900,
29929,
322,
278,
2635,
338,
5468,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 loser when the attendance is larger than 31,409 and the date is July 9?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_11513998_5 (
Record text,
Date text,
Opponent text,
Loss text... | SELECT Loss FROM table_2_11513998_5 WHERE "Attendance" > '31,409' AND "Date" ILIKE '%july%9%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
6624,
375,
338,
29871,
29941,
29889,
29945,
8848,
297,
28537,
400,
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 terminus is 3.5km in lenght?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_1799173_1 (
Terminus text,
Length text,
"NIMT Junction" text,
"Date Closed" text,
"Line Name" text
);
CREATE ... | SELECT Terminus FROM table_2_1799173_1 WHERE "Length" ILIKE '%3.5km%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
3824,
4259,
310,
1857,
24779,
338,
278,
9939,
697,
393,
756,
263,
20627,
297,
29871,
29906,
29900,
29896,
29941,
310,
29871,
29929,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which First season of current spell is the highest one that has a Position in 2013 of 9th, and a Number of seasons in second tier larger than 14?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10... | SELECT MAX("First season of current spell") FROM table_2_1560673_1 WHERE "Position in 2013" ILIKE '%9th%' AND "Number of seasons in second tier" > '14' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
5190,
338,
297,
13798,
29973,
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:
`What unit is in Argentina?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10953197_2 (
"Writer(s)" text,
"Original air date" text,
"No. in series" numeric,
"Production code" text,
Director t... | SELECT Unit FROM table_2_15313481_12 WHERE "Location" ILIKE '%argentina%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
14821,
12885,
325,
15414,
29914,
6008,
297,
10340,
310,
274,
3001,
1353,
565,
278,
12885,
10696,
29871,
30183,
297,
474,
29899,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 coordinate velocity v dx/dt in units of c total number if the velocity angle η in i-radians is ln[2 + √5] ≅ 1.444?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11658094_1 (
Founded... | SELECT COUNT("Coordinate velocity v dx/dt in units of c") FROM table_1_15314901_1 WHERE "Velocity angle η in i-radians" ILIKE '%ln[2%+%√5]%≅%1.444%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
1024,
310,
278,
19576,
746,
278,
269,
2158,
29879,
12965,
338,
694,
9862,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,
2603,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`What is the name of the winner when the sprints classification is no award?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11545282_18 (
"School/Club Team" text,
"No." numeric,
Player text,
P... | SELECT Winner FROM table_1_22941863_19 WHERE "Sprints classification" ILIKE '%no%award%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
5456,
278,
12720,
25278,
376,
1576,
5169,
300,
373,
278,
17594,
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:
`Who wrote the episode titled "The Feet on the Beach"?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10748727_1 (
Wins numeric,
Races numeric,
Series text,
Position text,
Points text,
Poles... | SELECT "Written by" FROM table_1_28027307_1 WHERE "Title" ILIKE '%"The%Feet%on%the%Beach"%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
22110,
526,
278,
23550,
310,
278,
12720,
411,
5802,
775,
5641,
29900,
29906,
29900,
29900,
29929,
29973,
29952,
13,
13,
2277,
29937,
5470,
1102,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Who are the writers of the episode with production code IP02009?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_29273115_1 (
"Production code" text,
"Original air date" text,
"No. in season" n... | SELECT "Written by" FROM table_1_29273115_1 WHERE "Production code" ILIKE '%IP02009%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
278,
28794,
26849,
393,
756,
1094,
7224,
310,
29871,
29906,
29945,
8649,
291,
322,
263,
7115,
310,
29871,
29906,
29941,
29973,
29952,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-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 Market Share that has Assets of 25 Million and a rank of 23?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17925998_1 (
"Market Share" text,
Bank text,
"Number of Branches" numeri... | SELECT "Market Share" FROM table_2_17925998_1 WHERE "Assets (USD) Millions" = '25' AND "Rank" ILIKE '%23%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
1170,
278,
6003,
434,
746,
278,
3448,
3815,
471,
8261,
8315,
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:
`Name the venue when the away team was richmond`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11147852_1 (
"City of license/Market" text,
"Owned since" text,
"Channel TV ( DT )" text,
Station... | SELECT Venue FROM table_2_1204658_10 WHERE "Away team" ILIKE '%richmond%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
5618,
338,
15796,
29892,
746,
11069,
338,
5546,
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 Label, when Region is Japan?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_12305325_4 (
"Brunos vote" text,
"Lens vote" text,
Safe text,
"Arlenes vote" text,
"Craigs vote" text,
El... | SELECT Label FROM table_2_16752996_2 WHERE "Region" ILIKE '%japan%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
8809,
436,
14743,
756,
278,
9939,
1353,
310,
5700,
29879,
1550,
884,
2534,
29871,
29946,
2246,
29871,
29906,
29945,
21712,
29973,
29952,
13,
13,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... | [
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100... | ### Task
Generate a SQL query to answer the following question:
`Which tournament has the highest number of cuts while also having 4 top 25 appearances?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_10120207_8 (
Rank text,
"Season premiere" text,
"Timeslot... | SELECT MAX("Cuts made") FROM table_2_10856203_5 WHERE "Top-25" = '4' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
10401,
471,
278,
8158,
29871,
29896,
29906,
29941,
29899,
29896,
29896,
29906,
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:
`When was the score 123-112?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_1_11964047_9 (
Attendance text,
Streak text,
Home text,
Visitor text,
"Leading scorer" text,
"#" numeric
);
CREATE T... | SELECT Date FROM table_2_16275352_6 WHERE "Score" ILIKE '%123-112%' |
[
1,
835,
9330,
13,
5631,
403,
263,
3758,
2346,
304,
1234,
278,
1494,
1139,
29901,
13,
29952,
3981,
278,
18492,
607,
756,
25133,
310,
29871,
29900,
29892,
322,
263,
2921,
1338,
2522,
4395,
7200,
1135,
29871,
29900,
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:
`Count the Draw which has Lost of 0, and a Goals Scored larger than 0?`
### Database Schema
The query will run on a database with the following schema:
```
CREATE TABLE table_2_17633162_5 (
"Goals Scored" numeric,
Lost numeric,
"Goals Conceded" numeric... | SELECT SUM(Draw) FROM table_2_17633162_5 WHERE "Lost" = '0' AND "Goals Scored" > '0' |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.