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, 22110, 471, 297, 278, 29871, 29906, 29900, 29900, 29945, 2706, 411, 278, 6297, 2791, 274, 14899, 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 was in the 2005 film with the role mark cohen?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1132588_3 ( "Fastest Lap" text, Constructor text, "Grand Prix" text, "Pole Position" text, "...
SELECT "2005 film" FROM table_1_26436_2 WHERE "Role" ILIKE '%Mark%Cohen%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 29911, 514, 592, 278, 6588, 21614, 363, 770, 310, 29871, 29945, 29900, 617, 322, 7115, 310, 29871, 29947, 386, 29952, 13, 13, 2277, 29937, 547...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Tell me the average wins for class of 50cc and rank of 8th` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10577579_2 ( "Mens Nickname" text, Type text, Institution text, Founded numeric, Enr...
SELECT AVG(Wins) FROM table_2_10346040_2 WHERE "Class" ILIKE '%50cc%' AND "Rank" ILIKE '%8th%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 2706, 471, 15074, 373, 29871, 29906, 29906, 29914, 29941, 29914, 29900, 29953, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 15...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What film was awarded on 22/3/06?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11677100_7 ( Hometown text, School text, "MLB Draft" text, Player text, Position text ); CREATE TABLE table_1...
SELECT Film FROM table_2_12200520_2 WHERE "Date" ILIKE '%22/3/06%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 2831, 385, 20431, 310, 29871, 29896, 29899, 29941, 29892, 825, 471, 278, 29871, 29906, 299, 2814, 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: `For an aggregate of 1-3, what was the 2nd leg?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10610087_6 ( Title text, "No. in season" numeric, "No. in series" numeric, "Written by" text, "D...
SELECT "2nd leg" FROM table_2_12699826_2 WHERE "Agg." ILIKE '%1-3%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 260, 986, 793, 505, 385, 2441, 4799, 2635, 310, 4779, 29871, 29896, 29929, 29892, 29871, 29896, 29929, 29929, 29947, 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 tittles have an original air date of March 19, 1998` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12407546_2 ( Running text, Athlete text, Swimming text, Riding text, "#" numeric, To...
SELECT Title FROM table_1_11951237_4 WHERE "Original air date" ILIKE '%March%19,%1998%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 22746, 4812, 29891, 18266, 29892, 746, 22746, 537, 4360, 9841, 338, 376, 29946, 29899, 29946, 29899, 29900, 813, 288, 3634, 29877, 81...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 Quantitiy Made, when Quantity Preserved is "4-4-0 — oooo — american"?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11951237_2 ( "Directed by" text, "Season #" numeric, "Original air ...
SELECT "Quantity made" FROM table_2_17248696_3 WHERE "Quantity preserved" ILIKE '%4-4-0%—%oooo%—%american%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 9939, 1353, 310, 2750, 746, 278, 4328, 471, 29871, 29945, 29947, 322, 278, 3001, 5318, 471, 901, 1135, 29871, 29906, 29906, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the highest number of against when the difference was 58 and the total played was more than 22?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11622496_1 ( "Purse( $ )" numeric, Score ...
SELECT MAX(Against) FROM table_2_15400375_1 WHERE "Difference" ILIKE '%58%' AND "Played" > '22'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 20084, 322, 281, 16697, 393, 4799, 29879, 29871, 29906, 29947, 10111, 653, 29871, 29906, 29900, 29900, 29955, 29952, 13, 13, 2277, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Name the seasons and winners that airs 28 january 2007` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1013129_10 ( Nationality text, Player text, Pick numeric, "NHL team" text, "College/juni...
SELECT "Seasons and Winners" FROM table_1_16884579_1 WHERE "Premiere" ILIKE '%28%January%2007%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5816, 338, 278, 2635, 746, 278, 3448, 3815, 338, 9232, 17418, 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 date when the away team is melbourne?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11964263_13 ( Series text, Game numeric, "High assists" text, Team text, "Location Attendance...
SELECT Date FROM table_2_10807253_1 WHERE "Away team" ILIKE '%melbourne%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 4086, 411, 263, 3444, 17745, 3464, 310, 29871, 29896, 29929, 29929, 29906, 29994, 29906, 29900, 29900, 29941, 29973, 29952, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the language with a France publication range of 1992–2003?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1467267_2 ( "Publication range" text, Frequency text, Country text, ISSN text...
SELECT LANGUAGE FROM table_2_1467267_2 WHERE "Country" ILIKE '%france%' AND "Publication range" ILIKE '%1992–2003%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 797, 825, 4259, 892, 727, 29871, 29906, 29955, 14433, 322, 29871, 29945, 29947, 3291, 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: `In what season were there 27 goals and 58 points?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1790061_7 ( Games text, Points text, Name text, Goals text, Assists text, Season text ); CRE...
SELECT Season FROM table_2_1790061_7 WHERE "Goals" ILIKE '%27%' AND "Points" ILIKE '%58%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 1629, 746, 2522, 566, 8749, 365, 14006, 2994, 344, 22071, 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 year when Scuderia Lancia Corse competed?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11390711_4 ( abbreviation text, "Japanese orthography" text, "English Name" text, Foundati...
SELECT COUNT(YEAR) FROM table_2_1233829_1 WHERE "Team" ILIKE '%scuderia%lancia%corse%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 19604, 5253, 310, 5685, 943, 1156, 7115, 29871, 29896, 297, 278, 1605, 453, 1974, 313, 690, 1693, 616, 29897, 5214, 29973, 299...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the lowest amount of floors after rank 1 in the Trillium (residential) building?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_11339545_1 ( Height text, Completed numeric, Floors nume...
SELECT MIN(Floors) FROM table_2_11339545_1 WHERE "Rank" > '1' AND "Building" ILIKE '%the%trillium%(residential)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 756, 29871, 29945, 28495, 322, 756, 5318, 29871, 29896, 29896, 7087, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Who has 5 losses and has played 11 matches?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1166023_1 ( "Carriage type" text, "Year built" numeric, Number text, Builder text, "TMS Number" tex...
SELECT Name FROM table_2_1302448_1 WHERE "Losses" ILIKE '%5%' AND "Matches" ILIKE '%11%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 15484, 756, 263, 2522, 487, 310, 29871, 29955, 29896, 29899, 29955, 29900, 29922, 29896, 29946, 29896, 29973, 29952, 13, 13, 2277, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Place has a Score of 71-70=141?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18060467_5 ( Place text, "To par" text, Player text, Score text, Country text ); CREATE TABLE table_1_107...
SELECT Place FROM table_2_18060467_5 WHERE "Score" ILIKE '%71-70=141%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 29915, 29879, 278, 1353, 310, 13677, 13340, 746, 278, 3001, 9978, 338, 901, 1135, 29871, 29941, 29906, 322, 278, 28869, 338, 3109, 1135, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 number of decimal digits when the total bits is more than 32 and the exponent is less than 15?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11318462_29 ( Denomination text, Enrolme...
SELECT "Number of decimal digits" FROM table_2_11376_1 WHERE "Total bits" > '32' AND "Exponent" < '15'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 2533, 310, 278, 3001, 363, 263, 26529, 8158, 310, 29871, 29906, 29953, 29889, 29953, 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 sum of the total for a routine score of 26.6?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12163387_1 ( "Mixed doubles" text, "Womens singles" text, "Mens singles" text, "Womens...
SELECT SUM(Total) FROM table_2_1325898_1 WHERE "Routine score" = '26.6'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 471, 278, 5528, 3774, 296, 297, 11653, 29871, 29941, 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: `Who was the incumbent in Virginia 3?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12407546_1 ( "#" numeric, "Athlete (NOC)" text, Total numeric, Shooting text, Swimming text, Fencing text...
SELECT Incumbent FROM table_1_2668374_18 WHERE "District" ILIKE '%Virginia%3%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 1556, 11005, 330, 776, 363, 6588, 3109, 1135, 29871, 29947, 29889, 29955, 29929, 29941, 411, 15593, 310, 29871, 29947, 29889, 29945, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Name the most evening gown for average less than 8.793 with interview of 8.51 and swimsuit less than 8.12` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_12015401_1 ( Average numeric, Swimsuit n...
SELECT MAX("Evening Gown") FROM table_2_12015401_1 WHERE "Average" < '8.793' AND "Swimsuit" < '8.12' AND "Interview" = '8.51'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 13994, 526, 2183, 363, 278, 1570, 19083, 363, 278, 1248, 1847, 3464, 2610, 29871, 29896, 29896, 29994, 29941, 29896, 29892, 29871, 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 figures are given for the New Democratic for the polling range May 11–31, 2010?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11190568_7 ( Position text, Team text, "Manner of depart...
SELECT COUNT("New Democratic") FROM table_1_24778847_2 WHERE "Date of Polling" ILIKE '%May%11–31,%2010%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 6588, 18449, 750, 263, 13283, 7621, 1135, 29871, 29906, 322, 263, 7684, 7200, 1135, 29871, 29955, 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 average bronze had a silver greater than 2 and a gold larger than 7?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1004033_1 ( "Draft Pick #" text, Nationality text, Position text, Sea...
SELECT AVG(Bronze) FROM table_2_12421856_3 WHERE "Silver" > '2' AND "Gold" > '7'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 22775, 2602, 363, 278, 8175, 411, 278, 5172, 342, 23012, 491, 19135, 7362, 12621, 322, 278, 5823, 338, 16541, 1306, 29973, 299...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the pole position for the race with the fastest lap by Nelson Piquet and the constructor is Ferrari?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140076_2 ( Constructor text, "Fastes...
SELECT "Pole Position" FROM table_1_1140076_2 WHERE "Fastest Lap" ILIKE '%Nelson%Piquet%' AND "Constructor" ILIKE '%Ferrari%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 10150, 11314, 7823, 2318, 297, 297, 278, 16493, 411, 278, 274, 4316, 453, 293, 1024, 4724, 29824, 1305, 10766, 8163, 29996, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the largest ethnic group in in the settlement with the cyrillic name банатски карловац?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_2562572_44 ( "Population (2011)" numeric, Type te...
SELECT "Largest ethnic group (2002)" FROM table_1_2562572_44 WHERE "Cyrillic Name Other Names" ILIKE '%Банатски%Карловац%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 9939, 3001, 304, 610, 310, 718, 29929, 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 highest total to par of +9?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11960610_10 ( Record text, "High assists" text, Date text, Team text, "High rebounds" text, "High poin...
SELECT MAX(Total) FROM table_2_18116595_2 WHERE "To par" ILIKE '%+9%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 8158, 607, 756, 23995, 296, 310, 1886, 29888, 1562, 6898, 29894, 3270, 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: `Name the score which has opponent of stefano galvani` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11622862_1 ( Location text, Winner text, "1st Prize( $ )" numeric, "Purse( $ )" numeric, D...
SELECT Score FROM table_2_12923427_3 WHERE "Opponent" ILIKE '%stefano%galvani%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 14990, 756, 385, 15248, 293, 18449, 12807, 391, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Total has an olympic bronze medalist?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1057262_1 ( "2001-02" numeric, "2002-03" numeric, "2004-05" numeric, Commodity text, "2003-04" nume...
SELECT Total FROM table_2_18191407_4 WHERE "Rank points" ILIKE '%olympic%bronze%medalist%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 4402, 3815, 338, 2431, 12512, 2142, 12371, 1708, 363, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 37...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What club team is Per Gustafsson play for?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11545282_12 ( "Years for Jazz" text, "No." numeric, Position text, "School/Club Team" text ); CREATE ...
SELECT "College/junior/club team" FROM table_1_1013129_11 WHERE "Player" ILIKE '%Per%Gustafsson%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 20183, 1134, 411, 385, 938, 1296, 310, 29871, 29953, 29900, 322, 263, 360, 9295, 29943, 1353, 3109, 1135, 29871, 29941, 29941, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the junior type with an intake of 60 and a DCSF number less than 3386 with the smallest Ofsted number?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12275551_1 ( "Mens singles" text, "...
SELECT MIN("Ofsted number") FROM table_2_15089329_3 WHERE "Intake" = '60' AND "Type" ILIKE '%junior%' AND "DCSF number" < '3386'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 2831, 385, 306, 8254, 310, 341, 1307, 29892, 825, 338, 278, 306, 5454, 29949, 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: `For an IATA of MLE, what is the ICAO?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11318462_29 ( Abbreviation text, Founded numeric, "In competition since" numeric, School text, Denominati...
SELECT ICAO FROM table_2_14553504_2 WHERE "IATA" ILIKE '%mle%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 7525, 29871, 29906, 29892, 746, 7525, 29871, 29896, 338, 29871, 29906, 29901, 29900, 29929, 29889, 29900, 29929, 29973, 29952, 13, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is Run 2, when Run 1 is 2:09.09?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11214212_1 ( "Registration by other means" numeric, "Registration of a minor child" numeric, Year numeric, ...
SELECT "Run 2" FROM table_2_16944107_2 WHERE "Run 1" ILIKE '%2:09.09%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1293, 599, 310, 278, 405, 2208, 17612, 8027, 10769, 29889, 421, 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: `List all of the NLL Toronto Rock players. ` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10979230_4 ( "Romaji title" text, "Japanese title" text, "Release date" text, Oricon numeric, Refere...
SELECT Player FROM table_1_18042409_1 WHERE "National Lacrosse League" ILIKE '%Toronto%Rock%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 4660, 363, 4832, 13449, 716, 3033, 1049, 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: `Name the status for six flags new england` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10812938_3 ( Position text, "Pick #" numeric, College text, Player text, "CFL Team" text ); CREATE TA...
SELECT Status FROM table_2_1224931_1 WHERE "Park" ILIKE '%six%flags%new%england%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 797, 278, 1629, 988, 3218, 3100, 7813, 4006, 750, 263, 26654, 6588, 310, 29871, 29955, 29896, 29889, 29953, 29906, 29892, 920, 1784, 3064, 1258,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 year where Angela Stanford had a scoring average of 71.62, how many times did she take second place?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_14836185_3 ( "2nd" numeric, "Scoring r...
SELECT COUNT(2nd) FROM table_1_14836185_3 WHERE "Scoring average" ILIKE '%71.62%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 10768, 319, 373, 12720, 29871, 29906, 29941, 29955, 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 segment A on episode 237?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11658094_3 ( Left numeric, Institution text, Joined numeric, Type text, Founded numeric, Enrollment nume...
SELECT "Segment A" FROM table_1_15187735_19 WHERE "Episode" = '237'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 3644, 278, 4423, 338, 27583, 265, 29892, 1619, 273, 3034, 29892, 825, 338, 278, 23995, 296, 3001, 1353, 29973, 29952, 13, 13, 2277, 29937, 547...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `If the location is Yangon, Myanmar, what is the opponent total number?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12266757_1 ( "Womens singles" text, "Mens singles" text, Season text, "Mi...
SELECT COUNT(Opponent) FROM table_1_25428629_1 WHERE "Location" ILIKE '%Yangon,%Myanmar%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 2186, 8158, 373, 4779, 29871, 29906, 29953, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 37...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the final score on March 26?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11959669_7 ( "High rebounds" text, Score text, Date text, "High points" text, Game numeric, "High assist...
SELECT Score FROM table_1_11959669_7 WHERE "Date" ILIKE '%March%26%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 338, 278, 4847, 411, 263, 1629, 2678, 1135, 29871, 29906, 29900, 29900, 29955, 322, 278, 12755, 29914, 9812, 3762, 29914, 29066, 310, 237...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 player with a year later than 2007 and the college/high school/club of Arizona?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11662133_3 ( "Date withdrawn" text, "Date entered servi...
SELECT Player FROM table_2_17269615_4 WHERE "Year" > '2007' AND "College/High School/Club" ILIKE '%arizona%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 29915, 29879, 278, 10733, 314, 1212, 1024, 393, 756, 263, 29871, 29906, 29900, 29900, 29896, 310, 29871, 29896, 29878, 322, 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: `What's the tournamnet name that has a 2001 of 1r and 2011?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1554464_7 ( "2011" text, "2004" text, "2007" text, "2010" text, "2012" text, "2008"...
SELECT Tournament FROM table_2_1554464_7 WHERE "2001" ILIKE '%1r%' AND "2011" ILIKE '%a%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 11979, 672, 2602, 746, 278, 8158, 471, 29871, 29896, 29945, 29889, 29929, 313, 29929, 29929, 29897, 29994, 29896, 29946, 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: `What was the ladder position when the score was 15.9 (99)–14.6 (90)?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11964263_13 ( Game numeric, Team text, Series text, "High rebounds" text, ...
SELECT "Ladder Position" FROM table_1_24919137_2 WHERE "Score" ILIKE '%15.9%(99)–14.6%(90)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 338, 278, 12616, 1627, 363, 19444, 13353, 4306, 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: `Who is the quarterback for Arkansas State?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_16677887_1 ( Position text, College text, Round numeric, "Pick #" numeric, Player text ); CREATE TAB...
SELECT Player FROM table_2_16677887_1 WHERE "Position" ILIKE '%quarterback%' AND "College" ILIKE '%arkansas%state%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 438, 407, 265, 1237, 505, 263, 7867, 310, 6410, 29892, 322, 263, 8448, 7968, 1135, 29871, 29946, 29929, 29892, 322, 405, 688, 2007...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 Opponents have a Result of loss, and a Game smaller than 49, and Nuggets points of 108?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11964154_9 ( Date text, "High points" text, "Loc...
SELECT COUNT(Opponents) FROM table_2_17261464_3 WHERE "Result" ILIKE '%loss%' AND "Game" < '49' AND "Nuggets points" = '108'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 15178, 338, 278, 4726, 3527, 310, 6657, 4939, 297, 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 county is the township of Osborn in?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11677100_5 ( Hometown text, Player text, "MLB Draft" text, Position text, School text ); CREATE TABLE...
SELECT County FROM table_1_18600760_15 WHERE "Township" ILIKE '%Osborn%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 8158, 373, 3786, 29871, 29906, 29900, 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 was the score on April 20?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_101196_1 ( Population numeric, "Irish name" text, County text, "English name" text, "Irish speakers" text ); CR...
SELECT Score FROM table_2_11960407_8 WHERE "Date" ILIKE '%april%20%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 2407, 746, 432, 420, 261, 2032, 1100, 313, 29896, 29929, 29897, 750, 278, 29871, 1880, 3291, 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 record when jameer nelson (19) had the high points?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_27700530_10 ( "Location Attendance" text, Score text, Record text, "High reboun...
SELECT Record FROM table_1_27700530_10 WHERE "High points" ILIKE '%Jameer%Nelson%(19)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 8984, 29879, 505, 263, 5974, 29914, 8015, 2859, 310, 718, 29946, 29929, 29889, 29906, 29906, 29906, 409, 2395, 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 Points have a Time/Retired of +49.222 secs?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_16874390_2 ( "Time/Retired" text, Points numeric, Laps numeric, Grid numeric, Driver text, T...
SELECT MAX(Points) FROM table_2_16874390_2 WHERE "Time/Retired" ILIKE '%+49.222%secs%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 15970, 338, 278, 278, 30081, 3742, 3774, 296, 30081, 2541, 30081, 29883, 5380, 1078, 30081, 915, 292, 3856, 274, 5705, 575, 313, 29881, 29897, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 the incumbent with candidates being ben cravens (d) unopposed` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1342331_5 ( Party text, Incumbent text, "First elected" numeric, Candid...
SELECT Incumbent FROM table_1_1342331_5 WHERE "Candidates" ILIKE '%Ben%Cravens%(D)%Unopposed%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 9939, 14990, 746, 278, 7751, 471, 301, 6621, 29920, 340, 29892, 322, 263, 29871, 29896, 29906, 29899, 22466, 3109, 1135, 29871, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the highest Total when the ship was lützow, and a 12-inch less than 8?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11677100_3 ( Player text, "MLB Draft" text, Hometown text, School...
SELECT MAX(Total) FROM table_2_15968208_6 WHERE "Ship" ILIKE '%lützow%' AND "12-inch" < '8'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 1886, 1338, 363, 278, 4847, 1058, 750, 29871, 29896, 29906, 29896, 15121, 3885, 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 steals for the player who had 121 rebounds?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_22824302_3 ( Assists numeric, "Free Throws" numeric, Player text, Steals numeric, Blocks n...
SELECT MIN(Steals) FROM table_1_22824302_3 WHERE "Rebounds" = '121'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 5839, 29879, 1258, 278, 6346, 310, 3148, 29907, 8805, 701, 2805, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 23...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many picks did the College of USC wind up getting?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12321870_32 ( "Player name" text, Goals text, Period text, Matches text, Country text );...
SELECT COUNT("Pick #") FROM table_2_14655657_1 WHERE "College" ILIKE '%usc%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 24577, 1629, 310, 278, 379, 14287, 10863, 411, 263, 8341, 310, 29871, 29946, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 26...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the earliest year of the Honda Engine with a finish of 4?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1615758_5 ( Chassis text, Engine text, Start text, Year numeric, Finish numer...
SELECT MIN(YEAR) FROM table_2_1615758_5 WHERE "Engine" ILIKE '%honda%' AND "Finish" = '4'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 9939, 4723, 411, 263, 281, 29871, 29906, 29896, 29899, 29896, 29955, 1121, 29892, 322, 901, 1135, 29871, 29946, 29945, 29892, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the highest week with a w 21-17 result, and more than 45,254 in attendance?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18680817_1 ( Result text, Week numeric, Date text, Opponent...
SELECT MAX(WEEK) FROM table_2_18680817_1 WHERE "Result" ILIKE '%w%21-17%' AND "Attendance" > '45,254'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 317, 1691, 29974, 363, 8583, 443, 983, 1764, 394, 1050, 1553, 988, 278, 317, 1691, 29899, 892, 3109, 1135, 29871, 29906, 29896...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the Sets+ for Team unicaja almería where the Sets- were less than 21 and the Points+ were less than 1497?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140103_6 ( "Race Name" text, Co...
SELECT SUM(SETS+) FROM table_2_17308611_2 WHERE "Sets–" < '21' AND "Team" ILIKE '%unicaja%almería%' AND "Points+" < '1497'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 6909, 746, 278, 2058, 471, 260, 29947, 322, 278, 8158, 471, 29871, 29955, 29946, 29899, 29955, 29906, 29899, 29955, 29945, 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 was the money when the place was t8 and the score was 74-72-75-71=292?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18132874_4 ( Place text, Player text, "To par" text, Score text, Co...
SELECT "Money ( $ )" FROM table_2_18132874_4 WHERE "Place" ILIKE '%t8%' AND "Score" ILIKE '%74-72-75-71=292%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 4145, 28157, 9862, 411, 19576, 310, 301, 4664, 454, 888, 269, 29064, 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: `Name the combativity award with winner of luis león sánchez` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11240028_3 ( "Portrayed by" text, Relationship text, "First appearance" text, Charac...
SELECT "Combativity award" FROM table_2_14395920_2 WHERE "Winner" ILIKE '%luis%león%sánchez%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 12755, 1258, 10255, 28376, 14333, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566, 411, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What college did Leon Perry attend?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10413597_4 ( "Directed by" text, "No. in season" numeric, "No. in series" numeric, "Original air date" text,...
SELECT College FROM table_2_16376436_1 WHERE "Player" ILIKE '%leon%perry%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3001, 1353, 310, 4216, 29879, 746, 727, 526, 28145, 1135, 29871, 29941, 21614, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the total number of draws when there are fewer than 3 wins?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18036506_13 ( Byes numeric, Wins numeric, Draws numeric, Against numeric, L...
SELECT COUNT(Draws) FROM table_2_18036506_13 WHERE "Wins" < '3'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 1629, 471, 278, 472, 1600, 29877, 316, 767, 4233, 16372, 11091, 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 year was the ateneo de manila university founded?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10477224_1 ( "Sepal width" text, "Petal length" text, Species text, "Petal width" text, ...
SELECT Founded FROM table_1_22171978_1 WHERE "Institution" ILIKE '%Ateneo%de%Manila%University%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 18492, 363, 2071, 336, 29129, 1362, 2766, 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 Draw for skra warszawa?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12303563_2 ( Winners numeric, "3rd Place" numeric, "#" numeric, "Runners-up" numeric, "4th Place" numeric, ...
SELECT Draw FROM table_2_15447701_3 WHERE "Team" ILIKE '%skra%warszawa%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 3815, 750, 278, 14333, 749, 310, 29871, 29896, 29953, 29892, 29946, 29953, 29947, 322, 5714, 29973, 29952, 13, 13, 2277, 29937, 5470,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which team had the attendance of 16,468 and lost?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11404452_1 ( "Episode title" text, "Writer(s)" text, "U.S. viewers (millions)" text, Director ...
SELECT Loss FROM table_2_12164513_5 WHERE "Attendance" ILIKE '%16,468%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5816, 338, 278, 5802, 297, 29871, 29906, 29900, 29896, 29900, 411, 7115, 310, 29871, 29947, 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 production in 2010 with rank of 8?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1139835_1 ( Year numeric, Margin numeric, Scores text, "Grand Finalist" text, Winners text, "Se...
SELECT 2010 FROM table_2_12436_2 WHERE "Rank" ILIKE '%8%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 10624, 278, 321, 1066, 680, 393, 471, 20654, 491, 29871, 29896, 29889, 29929, 29945, 7284, 3148, 1776, 414, 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: `Who directed the eposide that was watched by 1.95 million US viewers?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10749367_3 ( "Passed?" text, "#" numeric, Winner text, Challenge text, "A...
SELECT "Directed by" FROM table_1_26736342_1 WHERE "U.S. viewers (millions)" ILIKE '%1.95%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 9939, 1629, 393, 4092, 2113, 29892, 746, 278, 8278, 29915, 29879, 10842, 471, 19663, 29891, 20572, 12554, 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 highest year that Europe won, when the USA's Captain was Kathy Whitworth?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140103_6 ( Date text, Constructor text, "Winning driver" t...
SELECT MAX(YEAR) FROM table_2_1546813_1 WHERE "Winning team" ILIKE '%europe%' AND "USA Captain" ILIKE '%kathy%whitworth%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 10624, 278, 12720, 411, 263, 5802, 775, 310, 29871, 29941, 29900, 29896, 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: `Who directed the episode with a production code of 301?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12340907_1 ( "Residents per officer" numeric, Municipality text, "Police officers" numeri...
SELECT "Directed by" FROM table_1_18424435_4 WHERE "Production code" = '301'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 29887, 573, 278, 3203, 1353, 310, 3064, 385, 12720, 471, 4318, 515, 29871, 29896, 29929, 29929, 29955, 29899, 29896, 29929, 29929, 29947, 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: `give the least number of times an episode was shown from 1997-1998` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10953197_6 ( Director text, "Production code" text, Title text, "No. in seaso...
SELECT MIN("No. in season") FROM table_1_10953197_6
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5816, 338, 278, 9939, 2258, 18002, 14433, 746, 278, 3001, 14433, 338, 901, 1135, 29871, 29941, 322, 3001, 11446, 338, 29871, 29941, 29896, 313, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `what is the highest fa cup goals when the total goals is more than 3 and total apps is 31 (1)?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18891701_1 ( Position text, "League Goals" numeric,...
SELECT MAX("FA Cup Goals") FROM table_2_18891701_1 WHERE "Total Goals" > '3' AND "Total Apps" ILIKE '%31%(1)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 951, 328, 349, 2335, 29914, 4317, 756, 263, 3455, 9681, 310, 18696, 459, 29906, 29946, 29914, 29906, 29947, 29973, 29952, 13, 13, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Lead Pitch/mm has a Part Number of tsop24/28?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1046071_1 ( "Regular Season" text, Playoffs text, Year numeric, Division numeric, League te...
SELECT MAX("Lead Pitch/mm") FROM table_2_1872794_2 WHERE "Part Number" ILIKE '%tsop24/28%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 2441, 4799, 2635, 363, 278, 9227, 10345, 8245, 528, 262, 18544, 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 original air date for the writer tanaka shinichi?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11545282_7 ( Position text, Player text, "No." numeric, "School/Club Team" text, ...
SELECT "Original airdate" FROM table_1_26591434_1 WHERE "Writer" ILIKE '%Tanaka%Shinichi%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 10435, 756, 263, 29871, 29953, 29945, 29889, 29947, 29953, 29941, 1121, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 234...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What horse has a 65.863 result?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11960407_4 ( Date text, Game numeric, Score text, Record text, "High assists" text, "High points" text, Team ...
SELECT Horse FROM table_2_18602462_9 WHERE "Result" ILIKE '%65.863%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 9939, 8984, 29879, 29892, 746, 20627, 338, 3109, 1135, 29871, 29946, 29892, 746, 11243, 666, 358, 338, 796, 1107, 448, 11400, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the highest Points, when Position is less than 4, when Equipment is Zabel - VMC, and when Bike No is less than 1?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10722506_6 ( "Championshi...
SELECT MAX(Points) FROM table_2_16941304_4 WHERE "Position" < '4' AND "Equipment" ILIKE '%zabel%-%vmc%' AND "Bike No" < '1'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 29915, 29879, 278, 4847, 363, 278, 1570, 3088, 390, 13873, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Who's the player for the New York Rangers?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140085_2 ( Location text, Date text, Constructor text, "Race Winner" text, Rnd numeric, Report tex...
SELECT Player FROM table_1_1213511_2 WHERE "NHL team" ILIKE '%New%York%Rangers%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3001, 297, 29871, 29906, 29900, 29900, 29900, 29994, 29906, 29900, 29896, 29906, 29892, 411, 901, 1135, 29871, 29906, 13283, 29892...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the total in 2000–2012, with more than 2 silver, 0 Bronze, and a Rank smaller than 70?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18855244_1 ( Total numeric, Games text, Sport text...
SELECT SUM(Total) FROM table_2_18855244_1 WHERE "Years" ILIKE '%2000–2012%' AND "Silver" > '2' AND "Bronze" = '0' AND "Rank" < '70'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 2831, 278, 14743, 5318, 373, 3839, 29871, 29906, 29945, 29892, 29871, 29896, 29929, 29929, 29945, 29892, 1058, 471, 278, 9550, 29879, 23995, 296, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `For the tournament played on September 25, 1995, who was the Finals opponent?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11570261_2 ( "Winning score" text, Year numeric, Championship text,...
SELECT "Opponent in the final" FROM table_2_15442936_2 WHERE "Date" ILIKE '%september%25,%1995%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 8090, 892, 2750, 7509, 1171, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566, 411, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many games were against Furman?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1231316_7 ( Athlete text, Rank numeric, "Wind (m/s)" text, Location text, Nation text, "Fastest time (s)" ...
SELECT MAX(Game) FROM table_1_20745444_1 WHERE "Opponent" ILIKE '%Furman%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3001, 1353, 310, 28495, 393, 756, 4216, 29879, 7200, 1135, 29871, 29896, 322, 263, 3371, 1049, 360, 10536, 310, 15782, 29879, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the total number of losses that has draws larger than 1 and a Portland DFL of westerns?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11111116_8 ( "Written by" text, "Original air date...
SELECT SUM(Losses) FROM table_2_17746037_1 WHERE "Portland DFL" ILIKE '%westerns%' AND "Draws" > '1'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 19035, 28920, 393, 750, 29871, 29945, 29941, 3291, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the losing bonus that had 53 points?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_17941032_2 ( Drawn text, "Tries for" text, Lost text, "Tries against" text, Played text, "Try bo...
SELECT "Losing bonus" FROM table_1_17941032_2 WHERE "Points" ILIKE '%53%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 1353, 310, 278, 1274, 23493, 310, 1053, 297, 278, 29871, 29906, 29900, 29900, 29906, 4259, 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 number of the acquisition of import in the 2002 season?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1067441_1 ( "Area (km²)" numeric, Density text, "GDP (2003, PPS in mil. € )" ...
SELECT Number FROM table_2_15463188_8 WHERE "Acquisition via" ILIKE '%import%' AND "Season" ILIKE '%2002%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 29915, 29879, 278, 6588, 1757, 29915, 29879, 18875, 305, 1466, 746, 5866, 29915, 29879, 18875, 305, 1466, 338, 3109, 1135, 29871, 29900, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What's the average men's wheelchair when women's wheelchair is less than 0?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11071897_1 ( "Interregnum ended" text, "Count Palatine of the Rhine" t...
SELECT AVG("Men's wheelchair") FROM table_2_15413275_5 WHERE "Women's Wheelchair" < '0'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 8905, 756, 263, 7946, 7200, 1135, 29871, 29941, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Year has a Division larger than 3?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10960039_6 ( Player text, "Pick #" numeric, "CFL Team" text, College text, Position text ); CREATE TAB...
SELECT MAX("The Year") FROM table_2_16799803_1 WHERE "Division" > '3'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 1134, 338, 278, 16493, 310, 26469, 29973, 421, 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 type is the settlement of Lok? ` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11950720_4 ( "First Class Team" text, "Date of Birth" text, "No." text, "Batting Style" text, "Bowling Sty...
SELECT TYPE FROM table_1_2562572_19 WHERE "Settlement" ILIKE '%Lok%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 1530, 6251, 363, 278, 19224, 411, 385, 11858, 362, 310, 29871, 29906, 29892, 29941, 29900, 29947, 27881, 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 Col entry for the peak with an elevation of 2,308 meters?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18947170_1 ( "Elevation (m)" numeric, "Prominence (m)" numeric, Country tex...
SELECT COUNT("Col (m)") FROM table_2_18947170_1 WHERE "Elevation (m)" = '2,308'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 405, 15444, 3815, 393, 756, 263, 3815, 313, 3226, 3437, 29897, 310, 23030, 2987, 29874, 306, 1133, 12099, 313, 10330, 6877, 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 NHL team that has a team (League) of Mississauga Icedogs (ohl)?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11111116_6 ( "Directed by" text, Title text, "U.S. viewers (million)"...
SELECT "NHL team" FROM table_2_11622632_17 WHERE "College/Junior/Club team (League)" ILIKE '%mississauga%icedogs%(ohl)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 2635, 471, 278, 6507, 746, 278, 3402, 471, 301, 29886, 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 date was the release when the format was lp?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1546629_3 ( Date text, Country text, Label text, Format text, Catalog text ); CREATE TABLE ta...
SELECT Date FROM table_2_1546629_3 WHERE "Format" ILIKE '%lp%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 10104, 310, 278, 8589, 746, 5335, 298, 3437, 750, 263, 2407, 310, 29871, 29896, 29945, 29899, 29955, 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 was the resolution of the fight when tim hague had a record of 15-7?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11907963_6 ( Team text, "Location Attendance" text, Game numeric, Scor...
SELECT Res. FROM table_2_17463217_2 WHERE "Record" ILIKE '%15-7%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 29871, 29896, 29929, 29947, 29945, 995, 363, 278, 1629, 746, 402, 11191, 408, 310, 29871, 29906, 29900, 29896, 29906, 1156, 349,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 1985 value for the year when GDP as of 2012 after PPP was 369.38?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140076_2 ( "Fastest Lap" text, Rnd numeric, Report text, "Race Wi...
SELECT 1985 FROM table_1_30133_3 WHERE "GDP AS of 2012 after purchasing power parity (PPP) calculations (USD billions)" ILIKE '%369.38%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 29915, 29879, 278, 995, 363, 5318, 746, 3291, 338, 29871, 29947, 322, 2602, 338, 29871, 29896, 29896, 386, 29973, 29952, 13, 13, 2277, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What's the value for played when points is 8 and position is 11th?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11970261_2 ( Swimsuit text, Interview text, Preliminaries text, Country text,...
SELECT Played FROM table_2_11678695_1 WHERE "Position" ILIKE '%11th%' AND "Points" ILIKE '%8%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 7115, 7827, 1353, 565, 278, 11874, 273, 323, 2911, 5689, 271, 484, 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 ranktotal number if the Hashan Tillakaratne?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11713303_2 ( "Date of vacancy" text, Team text, "Manner of departure" text, "Replaced b...
SELECT COUNT(Rank) FROM table_1_26041144_16 WHERE "Player" ILIKE '%Hashan%Tillakaratne%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 1353, 310, 14982, 292, 363, 29871, 29941, 29896, 9128, 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 number of branding for 31 physical` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1242447_2 ( "Strongs Transliteration" text, "Strongs Words Compounded" text, "Strongs #" text, "Engl...
SELECT COUNT(Branding) FROM table_1_14623167_1 WHERE "Physical" = '31'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 1741, 750, 10815, 26790, 23133, 3055, 408, 23995, 296, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which event had Carlos Alexandre Pereira as opponent?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11585313_1 ( "number of goals" numeric, "number of caps" numeric, "date of birth" text, na...
SELECT Event FROM table_2_18981955_2 WHERE "Opponent" ILIKE '%carlos%alexandre%pereira%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 12790, 1076, 29915, 29879, 2407, 472, 1009, 3271, 3748, 2750, 13397, 411, 385, 14333, 749, 975, 29871, 29896, 29953, 29892, 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 was the Lightning's record at their home game against Carolina with an attendance over 16,526 and a decision of Holmqvist?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_11766617_4 ( Date t...
SELECT Record FROM table_2_11766617_4 WHERE "Decision" ILIKE '%holmqvist%' AND "Attendance" > '16,526' AND "Visitor" ILIKE '%carolina%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 383, 3365, 1537, 17421, 4539, 29915, 29879, 1763, 610, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is Fuzzy Zoeller's To par?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140077_2 ( Location text, Constructor text, Race text, "Race Winner" text, Rnd numeric, "Fastest Lap" text, ...
SELECT "To par" FROM table_2_18113463_7 WHERE "Player" ILIKE '%fuzzy%zoeller%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 20084, 505, 29871, 29896, 14433, 322, 901, 1135, 29871, 29896, 29896, 11446, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many seasons have 1 goals and more than 11 apps?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_12418501_1 ( Team text, Goals numeric, Season numeric, Country text, Apps numeric ); CREAT...
SELECT COUNT(Season) FROM table_2_12418501_1 WHERE "Goals" = '1' AND "Apps" > '11'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 7664, 756, 263, 341, 524, 482, 310, 29871, 29945, 29900, 29900, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which artist has a Mintage of 500?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11071897_1 ( "Interregnum began" text, "Count Palatine of the Rhine" text, Duration text, "Interregnum ended"...
SELECT Artist FROM table_2_11916083_69 WHERE "Mintage" = '500'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 21849, 4377, 746, 17040, 260, 24729, 5186, 29871, 29906, 29945, 29871, 29947, 29953, 29953, 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: `What is the domestic figure when cargo tonnes equal 25 866?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1794033_4 ( Year numeric, "International (total)" text, "Passenger Change" text, "Ca...
SELECT Domestic FROM table_2_1794033_4 WHERE "Cargo (tonnes)" ILIKE '%25%866%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 3001, 1353, 310, 8542, 363, 2258, 2723, 567, 1641, 29871, 29929, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Name the total number of division for fa cups being 9` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11677691_11 ( Hometown text, Position text, College text, School text, Player text ); CRE...
SELECT COUNT(Division) FROM table_1_2979789_1 WHERE "FA Cup Apps" = '9'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 8158, 304, 610, 363, 29871, 29896, 29945, 29953, 23351, 10794, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the score to par for 156 strokes?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11964263_13 ( "Location Attendance" text, Score text, Date text, "High points" text, "High assists" ...
SELECT COUNT("To par") FROM table_2_12819742_2 WHERE "Total" > '156'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 21614, 750, 29871, 29945, 29947, 14433, 15569, 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: `How many wins had 58 goals scored?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1132588_3 ( "Rd." numeric, "Winning Driver" text, "Pole Position" text, "Fastest Lap" text, "Grand Prix" tex...
SELECT Wins FROM table_1_18018248_2 WHERE "Goals scored" = '58'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 1024, 310, 278, 3448, 3815, 750, 263, 8158, 310, 29871, 29896, 29955, 29889, 29896, 29945, 313, 29896, 29896, 29955, 3569, 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 name of the away team had a score of 17.15 (117)` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11664625_2 ( "No. in series" numeric, Title text, "U.S. viewers (millions)" text, ...
SELECT "Away team" FROM table_2_10808346_3 WHERE "Away team score" ILIKE '%17.15%(117)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 2228, 8666, 363, 278, 27504, 1308, 3925, 273, 731, 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 issue price for the Trumpeter Swan set?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11959669_6 ( "High points" text, "Location Attendance" text, Team text, Score text, "High ...
SELECT "Issue Price" FROM table_2_11916083_28 WHERE "Theme" ILIKE '%trumpeter%swan%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 3525, 1784, 2305, 2113, 297, 29871, 29896, 29929, 29896, 29946, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `how many people won in 1914` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1342359_17 ( District text, Candidates text, Party text, Result text, "First elected" numeric, Incumbent text ); C...
SELECT COUNT(District) FROM table_1_1342359_17 WHERE "First elected" = '1914'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 10868, 363, 278, 7155, 15205, 491, 22623, 5745, 411, 263, 1246, 1804, 310, 521, 2146, 29899, 24826, 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 frequency for the radio owned by bell media with a call sign of chsu-fm?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18409326_1 ( Format text, Owner text, "Call sign" text, Bra...
SELECT Frequency FROM table_2_18409326_1 WHERE "Owner" ILIKE '%bell%media%' AND "Call sign" ILIKE '%chsu-fm%'