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, 2541, 2048, 29871, 29945, 29914, 29953, 29929, 29899, 29953, 29914, 29953, 29929, 825, 29915, 29879, 278, 1797, 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: `with build 5/69-6/69 what's the order?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1379652_1 ( "1st No." text, Quantity numeric, Order numeric, Built text, "Serial Numbers" text ); CREATE...
SELECT SUM(ORDER) FROM table_2_1379652_1 WHERE "Built" ILIKE '%5/69-6/69%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 9939, 8158, 363, 263, 8046, 3271, 3748, 411, 975, 29871, 29896, 29900, 29892, 29947, 29955, 29900, 297, 14333, 749, 29973, 29952...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the highest score for a California home game with over 10,870 in attendance?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_17218729_2 ( Record text, Points numeric, Score text, Date...
SELECT MAX(Points) FROM table_2_17218729_2 WHERE "Attendance" > '10,870' AND "Home" ILIKE '%california%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 17735, 947, 278, 12720, 3971, 491, 11131, 7488, 13493, 505, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many titles does the episode written by Joe Toplyn have?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11148572_1 ( Season numeric, "MLS Supporters Shield Winner" text, "MLS Supporters Sh...
SELECT COUNT(Title) FROM table_1_25716397_1 WHERE "Written by" ILIKE '%Joe%Toplyn%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 6588, 7684, 393, 756, 263, 3001, 310, 29871, 29906, 322, 901, 1135, 29871, 29896, 18449, 17580, 13, 13, 2277, 29937, 5470, 110...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the average gold that has a total of 2 and more than 1 bronze.` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10842344_1 ( "Production code" text, "U.S. viewers (millions)" text, "Writ...
SELECT AVG(Gold) FROM table_2_12883372_1 WHERE "Total" = '2' AND "Bronze" > '1'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 3291, 947, 286, 423, 14436, 2172, 505, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many points does mia martini have?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140111_5 ( "Race Name" text, Constructor text, Circuit text, Report text, "Winning driver" text, Date ...
SELECT COUNT(Points) FROM table_2_185191_1 WHERE "Artist" ILIKE '%mia%martini%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 29871, 29896, 29929, 29947, 29953, 29892, 746, 29871, 29896, 29929, 29955, 29947, 338, 376, 29909, 613, 746, 29871, 29896, 29929, 29955...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is 1986, when 1978 is "A", when 1979 is "A", and when 1980 is "1R"?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1717159_4 ( Tournament text, "1982" text, "1985" text, "1992" text, "1...
SELECT 1986 FROM table_2_1717159_4 WHERE "1978" ILIKE '%a%' AND "1979" ILIKE '%a%' AND "1980" ILIKE '%1r%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 7412, 287, 29892, 746, 8984, 29879, 338, 3109, 1135, 29871, 29896, 29900, 29955, 29892, 322, 746, 29871, 29896, 29929, 29947, 29955, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is Played, when Points is less than 107, and when 1987-88 is "31"?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_17968265_1 ( "1988-89" numeric, Points numeric, "1986-87" text, Team tex...
SELECT Played FROM table_2_17968265_1 WHERE "Points" < '107' AND "1987-88" ILIKE '%31%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 23995, 296, 756, 385, 4451, 2763, 310, 19576, 29892, 322, 263, 4712, 310, 29871, 29945, 14530, 29871, 29906, 29900, 29896, 29896, 299...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which opponent has an Outcome of winner, and a Date of 5 november 2011?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10718192_2 ( "No. in season" numeric, "Directed by" text, "U.S. viewers (...
SELECT Opponent FROM table_2_11870943_4 WHERE "Outcome" ILIKE '%winner%' AND "Date" ILIKE '%5%november%2011%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 9939, 995, 310, 14990, 2921, 1338, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the highest value of Total Goals?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12275551_1 ( "Mixed doubles" text, "Womens doubles" text, "Mens singles" text, Year numeric, "Mens do...
SELECT MAX("Total Goals") FROM table_1_10240125_1
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 306, 14851, 6344, 8914, 770, 472, 315, 352, 369, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the IHSAA Football class at Culver?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_120778_1 ( "Percent For" text, Jurisdiction text, "For Prohibition" numeric, "Percent Against" text,...
SELECT "IHSAA Football Class" FROM table_2_18942405_13 WHERE "Location" ILIKE '%culver%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 15178, 756, 263, 4665, 901, 1135, 29871, 29953, 29900, 29941, 29892, 29946, 29900, 29941, 322, 263, 1612, 5871, 273, 3942, 17869, 310, 395...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 has a population more than 603,403 and a mediuan family income of $61,694?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11713303_2 ( "Date of appointment" text, "Manner of departu...
SELECT County FROM table_2_1840453_1 WHERE "Population" > '603,403' AND "Median family income" ILIKE '%$61,694%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 6003, 434, 471, 278, 1993, 2750, 278, 17838, 3815, 29892, 28682, 474, 1646, 29892, 5318, 472, 29973, 29952, 13, 13, 2277, 29937, 5470, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What venue was the match against the guest team, FK ibar, played at?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_13884212_2 ( Guest text, Attendance numeric, Home text, Venue text, Score ...
SELECT Venue FROM table_2_13884212_2 WHERE "Guest" ILIKE '%fk%ibar%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 6023, 3204, 29879, 892, 15569, 491, 4667, 16816, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many touchdowns were scored by William Cole?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_14342367_11 ( Player text, "Field goals" numeric, Touchdowns numeric, Points numeric, "Extra p...
SELECT Touchdowns FROM table_2_14342367_11 WHERE "Player" ILIKE '%william%cole%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 2602, 471, 1459, 29879, 787, 297, 363, 29871, 29896, 29929, 29929, 29906, 29973, 421, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What position was Parsons in for 1992? ` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_2597876_1 ( Poles numeric, Winnings text, Starts numeric, Position text, "Top 5" numeric, "Avg. Finish...
SELECT POSITION FROM table_1_2597876_1 WHERE "Year" = '1992'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 7087, 892, 5318, 393, 20601, 297, 3109, 1135, 29871, 29945, 29929, 29889, 29896, 288, 874, 322, 263, 29871, 29953, 29889, 29955, 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: `How many matches were played that resulted in less than 59.1 overs and a 6.78 Economy rate?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11916083_1 ( "Mintage (BU)[ clarification needed ]" tex...
SELECT SUM(Matches) FROM table_2_17529767_10 WHERE "Overs" < '59.1' AND "Economy Rate" > '6.78'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 10401, 1530, 261, 5525, 319, 29889, 12321, 6350, 1090, 278, 1019, 6335, 654, 23381, 1058, 6350, 1090, 278, 28052, 663, 5165, 23381, 29973, 29952...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `When Coleridge A. Hart ran under the Prohibition ticket who ran under the Independence League ticket?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10797463_1 ( "Village (German)" text, "Perce...
SELECT "Independence League ticket" FROM table_2_15563550_6 WHERE "Prohibition ticket" ILIKE '%coleridge%a.%hart%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 2440, 1258, 20861, 347, 15888, 267, 1708, 363, 278, 17429, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 106...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What years did Eddie Hughes play for the Jazz?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_11545282_8 ( Player text, "School/Club Team" text, "Years for Jazz" text, Nationality text, Posi...
SELECT "Years for Jazz" FROM table_2_11545282_8 WHERE "Player" ILIKE '%eddie%hughes%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 14020, 471, 337, 29899, 15436, 287, 297, 278, 28838, 29871, 29945, 6474, 29973, 421, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 23...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What candidate was re-elected in the Louisiana 5 district? ` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1253396_5 ( "Overall Record" text, "Goals Against Avg." text, "Goals For Avg." text, ...
SELECT Candidates FROM table_1_1342149_18 WHERE "Result" ILIKE '%Re-elected%' AND "District" ILIKE '%Louisiana%5%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 2635, 471, 278, 29871, 29896, 29929, 29947, 29947, 3186, 2318, 474, 12203, 411, 263, 1121, 310, 29871, 29955, 29994, 29953, 313, 29955, 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 date was the 1988 world group i edition with a result of 7–6 (7–5) , 6–3?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18330817_9 ( Surface text, Round text, Edition text, Date text, ...
SELECT Date FROM table_2_18330817_9 WHERE "Edition" ILIKE '%1988%world%group%i%' AND "Result" ILIKE '%7–6%(7–5)%,%6–3%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3171, 297, 11791, 322, 286, 310, 278, 12786, 9124, 5214, 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 height in ft and m of the regions bank building?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10240125_1 ( "League Goals" numeric, "FA Cup Goals" numeric, "Total Goals" numeric, ...
SELECT "Height ft (m)" FROM table_2_17961233_2 WHERE "Name" ILIKE '%regions%bank%building%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 29911, 514, 592, 278, 15315, 363, 18788, 310, 29871, 29906, 29947, 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: `Tell me the captain for guns of 28` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11622829_1 ( Tournament text, "1st Prize( $ )" numeric, Winner text, Score text, Date text, Location text, ...
SELECT Captain FROM table_2_1023875_3 WHERE "Guns" ILIKE '%28%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 4272, 756, 385, 306, 5454, 29949, 310, 476, 21071, 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: `Which city has an ICAO of Kiah?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11960610_10 ( Score text, Date text, "Location Attendance" text, Team text, Record text, "High rebounds" text,...
SELECT City FROM table_2_1281247_2 WHERE "ICAO" ILIKE '%kiah%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3815, 29871, 29896, 746, 10103, 29284, 338, 3815, 29871, 29906, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the team 1 when Ulisses is team 2?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11190568_7 ( "Replaced by" text, "Outgoing manager" text, "Date of vacancy" text, Team text, "Date o...
SELECT "Team 1" FROM table_2_17372848_1 WHERE "Team 2" ILIKE '%ulisses%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 1134, 310, 3762, 750, 385, 427, 1245, 358, 297, 29871, 29906, 29900, 29900, 29929, 310, 29871, 29906, 29906, 29946, 29973, 29952, 13, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What type of school had an enrollment in 2009 of 224?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10798928_1 ( Director text, "Film title used in nomination" text, "Year (Ceremony)" text, ...
SELECT TYPE FROM table_1_2076595_1 WHERE "Enrollment (2009)" = '224'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 8984, 29879, 4328, 756, 8984, 29879, 2750, 310, 29871, 29955, 29947, 29953, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Points difference has Points against of 786?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1676073_13 ( "Points against" text, Club text, "Points for" text, Played text, "Points diffe...
SELECT "Points difference" FROM table_2_1676073_13 WHERE "Points against" ILIKE '%786%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 1446, 278, 9939, 9705, 327, 1080, 393, 756, 263, 8583, 310, 3793, 433, 3068, 16906, 11946, 1099, 29892, 3412, 411, 830, 1397, 800, 7200,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Whats the highest Promotions that has a Team of Pallacanestro Messina, along with Relegations larger than 0?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10392906_2 ( "Game site" text, "Team ...
SELECT MAX(Promotions) FROM table_2_12870321_2 WHERE "Team" ILIKE '%pallacanestro%messina%' AND "Relegations" > '0'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 797, 278, 1993, 988, 285, 2784, 4727, 471, 278, 3448, 3815, 29892, 988, 471, 278, 6003, 434, 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: `In the match where fitzroy was the away team, where was the venue?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_10887680_3 ( "Away team" text, "Home team score" text, Date text, "Away team ...
SELECT Venue FROM table_2_10887680_3 WHERE "Away team" ILIKE '%fitzroy%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 3859, 278, 4513, 393, 750, 263, 3748, 14283, 14283, 491, 29871, 29929, 29941, 29945, 29929, 2305, 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: `state the round that had a game attended attended by 9359 people` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1241987_1 ( "Open Cup" text, League text, "Regular Season" text, Year numeric, ...
SELECT Round FROM table_1_21256068_3 WHERE "Attendance" = '9359'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 3652, 471, 12488, 11717, 22582, 278, 3815, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 256...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What series was Dick Johnson Racing the team?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10748727_1 ( "F/Laps" numeric, Podiums numeric, Points text, "Team Name" text, Races numeric, Se...
SELECT Series FROM table_2_17001452_1 WHERE "Team" ILIKE '%dick%johnson%racing%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 2602, 947, 4755, 4358, 12117, 1708, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566, 411,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What position does Robert Brooks play?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1008653_9 ( "Capital ( exonym )" text, "Country ( exonym )" text, "Official or native language(s) (alphabe...
SELECT COUNT(POSITION) FROM table_1_14649522_1 WHERE "Player" ILIKE '%Robert%Brooks%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 1629, 1258, 476, 1508, 1570, 1171, 2058, 4654, 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 year did Kyle Newman place third?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1013129_1 ( Nationality text, Player text, Position text, Pick numeric, "College/junior/club team" text,...
SELECT YEAR FROM table_2_13111652_1 WHERE "Third" ILIKE '%kyle%newman%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 11314, 7823, 2318, 393, 297, 29871, 29906, 29900, 29900, 29896, 750, 29871, 29896, 29896, 29955, 29892, 29945, 29896, 29941, 29973...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the ethnic group that in 2001 had 117,513?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10975034_5 ( College text, Position text, "CFL Team" text, "Pick #" numeric, Player text ); ...
SELECT "Ethnic Group" FROM table_1_18660332_2 WHERE "2001 (people)" ILIKE '%117,513%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 995, 363, 6650, 29892, 746, 278, 995, 363, 14165, 911, 338, 3109, 1135, 29871, 29900, 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 value for Gold, when the value for Bronze is less than 0?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_13045569_1 ( Total numeric, Gold numeric, Rank text, Bronze numeric, Silv...
SELECT COUNT(Gold) FROM table_2_13045569_1 WHERE "Bronze" < '0'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 5875, 295, 2049, 12783, 22872, 29915, 29879, 23868, 1353, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 Joselito Escobar's Pick number?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140085_2 ( Rnd numeric, Race text, "Pole Position" text, Constructor text, Location text, Report text...
SELECT SUM(Pick) FROM table_2_18703231_1 WHERE "Player" ILIKE '%joselito%escobar%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 8448, 393, 2996, 714, 1434, 278, 1629, 29871, 29906, 29900, 29900, 29929, 363, 278, 7412, 19569, 29871, 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 Game that came out before the year 2009 for the Playstation 3?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10705060_1 ( Position text, Season text, "Team Name" text, Wins numer...
SELECT Game FROM table_2_1851722_36 WHERE "Platform(s)" ILIKE '%playstation%3%' AND "Year" < '2009'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 3047, 263, 2407, 310, 29871, 29946, 29947, 29899, 29945, 29896, 363, 278, 3815, 29892, 278, 19604, 29871, 29906, 29900, 29900, 29945, 14333, 749, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `With a record of 48-51 for the team, the lowest 2005 attendance was listed as how many?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_13041602_5 ( Date text, Attendance numeric, Record text, ...
SELECT MIN(Attendance) FROM table_2_13041602_5 WHERE "Record" ILIKE '%48-51%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 11921, 947, 11044, 355, 265, 1708, 1009, 3271, 8090, 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: `Where does Essendon play their home games?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1216675_1 ( Chinese text, Subject text, Chapter numeric, Pinyin text, Translation text ); CREATE TAB...
SELECT Venue FROM table_2_1204658_12 WHERE "Home team" ILIKE '%essendon%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 3815, 471, 278, 23995, 296, 393, 750, 263, 4423, 310, 4104, 2285, 19256, 19906, 411, 263, 8158, 310, 29871, 29947, 29955, 29899, 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 team was the opponent that had a location of Madison Square Garden with a score of 87-83?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1104312_5 ( "Population at 2010 Census" numeric, "...
SELECT Team FROM table_2_16763663_12 WHERE "Location Attendance" ILIKE '%madison%square%garden%' AND "Score" ILIKE '%87-83%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 262, 607, 1629, 278, 4259, 471, 297, 29871, 29945, 386, 2602, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `in which year the season was in 5th position` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11251109_3 ( "Viewers (m)" text, "#" numeric, "Rank (#)" text, "Air Date" text, "Timeslot (EST)" t...
SELECT Season FROM table_1_29697744_1 WHERE "Position" ILIKE '%5th%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5816, 338, 278, 2186, 29899, 10003, 363, 278, 1597, 854, 22306, 322, 278, 13888, 338, 318, 29889, 29879, 29889, 8064, 9981, 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 final-rank for the uneven bars and the competition is u.s. championships?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1213511_6 ( Nationality text, "NHL team" text, Player text,...
SELECT FINAL-Rank FROM table_1_13114949_3 WHERE "Event" ILIKE '%Uneven%Bars%' AND "Competition" ILIKE '%U.S.%Championships%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 1629, 471, 11438, 273, 2261, 13158, 6345, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What year was Rowan Barrett born?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1099080_1 ( "Prothrombin time" text, "Partial thromboplastin time" text, "Bleeding time" text, Condition text,...
SELECT "Year born (Age)" FROM table_2_18228282_3 WHERE "Player" ILIKE '%rowan%barrett%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 338, 278, 9281, 1629, 393, 756, 385, 6012, 310, 5947, 264, 6208, 261, 301, 29946, 29892, 263, 521, 465, 275, 310, 22478, 275, 258...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 is the latest year that has an engine of Offenhauser l4, a chassis of Kurtis Kraft 500c, and the entrant of Federal Engineering?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11950720_8 ( ...
SELECT MAX(YEAR) FROM table_2_1251953_3 WHERE "Engine" ILIKE '%offenhauser%l4%' AND "Chassis" ILIKE '%kurtis%kraft%500c%' AND "Entrant" ILIKE '%federal%engineering%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 338, 278, 10624, 491, 746, 29871, 29906, 29873, 29953, 29946, 29900, 29946, 338, 278, 5802, 775, 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: `Who is the directed by when 2t6404 is the production code?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12454156_1 ( "Winning Hand" text, Winner text, Entrants numeric, "Losing Hand" text, ...
SELECT "Directed by" FROM table_1_2866456_1 WHERE "Production code" ILIKE '%2T6404%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 338, 9904, 1090, 18664, 22102, 746, 281, 290, 575, 756, 281, 574, 23432, 503, 11895, 343, 2827, 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: `Who is listed under mens singles when womens has wang nan zhang yining?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11964263_13 ( Series text, "High rebounds" text, "High assists" text, Ga...
SELECT "Mens Singles" FROM table_1_28138035_27 WHERE "Womens Doubles" ILIKE '%Wang%Nan%Zhang%Yining%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 20981, 2631, 505, 263, 6033, 1175, 29875, 18527, 310, 5232, 17948, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many Episodes have a Romaji Title of slow dance?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18540104_2 ( "Japanese Title" text, "Romaji Title" text, Episodes numeric, "Average Ratings...
SELECT SUM(Episodes) FROM table_2_18540104_2 WHERE "Romaji Title" ILIKE '%slow%dance%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 23868, 29892, 746, 21595, 338, 7621, 1135, 29871, 29896, 29892, 322, 746, 4523, 29914, 6821, 431, 8583, 338, 4275, 13397, 29973, 2995...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is Pick, when Round is greater than 1, and when School/Club Team is South Carolina?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11960407_2 ( "High rebounds" text, "Location Attendance" ...
SELECT Pick FROM table_2_16274053_1 WHERE "Round" > '1' AND "School/Club Team" ILIKE '%south%carolina%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 425, 567, 750, 263, 6856, 1353, 310, 29871, 29955, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many laps had a grid number of 7?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1123404_2 ( Constructor text, Laps numeric, "Time/Retired" text, Driver text, Grid numeric ); CREATE TABL...
SELECT SUM(Laps) FROM table_2_1123404_2 WHERE "Grid" = '7'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 3047, 263, 7621, 1135, 29871, 29946, 7115, 29892, 322, 278, 13283, 12807, 7621, 1135, 29871, 29900, 29892, 322, 278, 18449, 12807, 3109, 1135, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `With a greater than 4 rank, and the silver medal greater than 0, and the bronze medal less than 1, what is the average total?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1846470_1 ( Silver nu...
SELECT AVG(Total) FROM table_2_1846470_1 WHERE "Rank" > '4' AND "Silver" > '0' AND "Bronze" < '1'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3611, 310, 278, 12720, 411, 5802, 775, 594, 29896, 29883, 29900, 29955, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the title of the episode with production code ad1c07?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1013168_3 ( Successor text, Vacator text, "Date successor seated" text, "Reason fo...
SELECT Title FROM table_2_1137274_3 WHERE "Production code" ILIKE '%ad1c07%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 24577, 4723, 411, 263, 3748, 472, 278, 5032, 1960, 8989, 373, 5533, 29871, 29906, 29892, 29871, 29896, 29929, 29941, 29906, 2997...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What was the earliest week with a game at the Braves Field on October 2, 1932?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12275654_1 ( "Womens singles" text, "Mixed doubles" text, "Womens ...
SELECT MIN(WEEK) FROM table_2_14608543_1 WHERE "Game site" ILIKE '%braves%field%' AND "Date" ILIKE '%october%2,%1932%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 17015, 746, 3444, 471, 278, 28877, 29899, 786, 472, 4402, 316, 15921, 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 Location when France was the runner-up at club de campo?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11636213_7 ( Against text, Surface text, Opponents text, Partnering text, ...
SELECT LOCATION FROM table_2_1551027_1 WHERE "Runners-up" ILIKE '%france%' AND "Venue" ILIKE '%club%de%campo%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 14164, 29892, 746, 6212, 21642, 338, 29871, 29941, 29900, 29892, 29896, 29896, 29900, 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 Record, when Attendance is 30,110?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10647639_1 ( Result text, "Game site" text, Attendance numeric, Date text ); CREATE TABLE table_2_169...
SELECT Record FROM table_2_16912111_3 WHERE "Attendance" ILIKE '%30,110%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 12755, 750, 364, 3885, 7968, 1135, 29871, 29906, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 37...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which college had rounds smaller than 2?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1112176_1 ( Season text, "FA Cup Goals" numeric, "League Goals" numeric, "Other Apps" numeric, Divisio...
SELECT College FROM table_2_12536490_1 WHERE "Round" < '2'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 4696, 338, 297, 278, 2706, 1434, 29871, 29896, 29929, 29953, 29906, 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 music is in the film before 1962?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10953197_3 ( "Original air date" text, "Production code" text, "No. in season" numeric, "Writer(s)" text,...
SELECT Music FROM table_2_1176486_1 WHERE "Year" = '1962'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 18870, 262, 398, 3291, 892, 15074, 746, 29871, 29929, 7684, 3291, 892, 15074, 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 platinum points were awarded when 9 gold points were awarded?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1140083_2 ( Constructor text, "Pole Position" text, Location text, "Faste...
SELECT "Points awarded (Platinum)" FROM table_1_11254821_2 WHERE "Points awarded (Gold)" = '9'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 4321, 10117, 756, 263, 10783, 482, 310, 16723, 18094, 29892, 322, 263, 4134, 310, 285, 29945, 29973, 894, 29871, 29946, 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: `Which Test Standard has a Usage of secondary filters, and a Class of f5? Question 4` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11630008_7 ( "Season #" numeric, "Written by" text, "Directed...
SELECT "Test Standard" FROM table_2_1680877_1 WHERE "Usage" ILIKE '%secondary%filters%' AND "Class" ILIKE '%f5%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 28442, 664, 4520, 263, 260, 2592, 9862, 297, 29871, 29906, 29900, 29900, 29929, 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 nominated work received a tony award in 2009?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11545282_6 ( "Years for Jazz" text, "School/Club Team" text, "No." numeric, Position text, N...
SELECT "Nominated Work" FROM table_2_1212502_1 WHERE "Award" ILIKE '%tony%award%' AND "Year" = '2009'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 438, 407, 265, 1237, 505, 263, 8583, 310, 564, 4881, 284, 29892, 322, 263, 8905, 310, 29871, 29896, 29929, 29953, 29941, 29994, 299...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Opponents have a Team of arsenal, and a Year of 1963–64?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12193259_1 ( Season text, "Mens singles" text, "Womens doubles" text, "Womens sin...
SELECT Opponents FROM table_2_15234969_4 WHERE "Team" ILIKE '%arsenal%' AND "Year" ILIKE '%1963–64%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 27682, 363, 4725, 4950, 29871, 29896, 29929, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 256...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 visitor for october 19` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11964154_9 ( "High rebounds" text, "High assists" text, Team text, Game numeric, "High points" text, "Location...
SELECT Visitor FROM table_2_13244501_2 WHERE "Date" ILIKE '%october%19%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 1880, 6985, 363, 3748, 29871, 29953, 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 high assist for game 66?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_17288825_9 ( Team text, "High assists" text, Date text, Score text, "High rebounds" text, "Location Atte...
SELECT "High assists" FROM table_2_17288825_9 WHERE "Game" = '66'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 323, 29894, 5974, 310, 278, 3748, 411, 385, 6212, 21642, 310, 29871, 29955, 29941, 29892, 29945, 29955, 29947, 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 Tv Time of the game with an Attendance of 73,578?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18766048_1 ( Attendance text, Opponent text, Date text, Week numeric, Result text...
SELECT "TV Time" FROM table_2_18766048_1 WHERE "Attendance" ILIKE '%73,578%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 17015, 310, 278, 24620, 654, 411, 263, 22125, 29899, 15790, 310, 29871, 29896, 29900, 29973, 29952, 13, 13, 2277, 29937, 5470, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the Location of the Competition with a Rank-Final of 10?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11970261_2 ( Country text, Swimsuit text, Preliminaries text, "Evening Gown" te...
SELECT LOCATION FROM table_2_18507967_4 WHERE "Rank-Final" ILIKE '%10%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 310, 278, 23995, 1237, 756, 263, 2407, 310, 29871, 29896, 29955, 29899, 29906, 29945, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which of the opponents has a record of 17-25?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11240028_3 ( Relationship text, "First appearance" text, "Last appearance" text, Character text, ...
SELECT Opponent FROM table_2_12207158_3 WHERE "Record" ILIKE '%17-25%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 330, 2435, 571, 2546, 288, 791, 29915, 29879, 3271, 3815, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is glenferrie oval's home team?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_10807253_6 ( "Away team score" text, Venue text, Date text, "Home team score" text, "Home team" text, "Aw...
SELECT "Home team" FROM table_2_10807253_6 WHERE "Venue" ILIKE '%glenferrie%oval%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 1353, 23995, 296, 363, 6410, 1121, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566, 411, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Name the number opponent for loss result` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10812938_5 ( College text, Position text, "CFL Team" text, "Pick #" numeric, Player text ); CREATE TAB...
SELECT COUNT(Opponent) FROM table_1_20928661_1 WHERE "Result" ILIKE '%Loss%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 6012, 29898, 29879, 29897, 373, 278, 1559, 1434, 29871, 29896, 29929, 29955, 29947, 411, 427, 4530, 302, 29896, 29955, 29955, 52...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 engine(s) on the car before 1978 with ensign n177 chassis?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12001616_4 ( Status text, Driver text, Finish numeric, Laps numeric, Sta...
SELECT Engine(s) FROM table_2_1262592_1 WHERE "Chassis" ILIKE '%ensign%n177%' AND "Year" < '1978'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 23346, 310, 278, 5917, 11865, 3762, 338, 14445, 29946, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 67...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the gender of the Roman Catholic school is AL4?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_28523_3 ( "School website" text, Gender text, School text, Location text, "Religious Af...
SELECT Gender FROM table_1_28523_3 WHERE "Religious Affiliation" ILIKE '%Roman%Catholic%' AND "Location" ILIKE '%AL4%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 526, 599, 278, 2983, 310, 278, 10769, 1058, 526, 29871, 29955, 29899, 29900, 15655, 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 are all the names of the players who are 7-0 tall?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11642945_1 ( Viewers text, Celebrity text, "Original air date" text, Director text, "To...
SELECT Player FROM table_1_11734041_10 WHERE "Height in Ft." ILIKE '%7-0%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 10868, 338, 278, 11137, 1974, 14581, 29899, 3221, 260, 29941, 29906, 29900, 29900, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What frequency is the pentium dual-core t3200?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10975034_5 ( Player text, College text, "CFL Team" text, "Pick #" numeric, Position text ); CREA...
SELECT Frequency FROM table_1_11602313_4 WHERE "Model number" ILIKE '%Pentium%Dual-Core%T3200%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 6588, 316, 21873, 363, 734, 3708, 29884, 3762, 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 average decile for te puru school?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10932739_2 ( Planet text, "Planet Type" text, "Semimajor Axis ( AU )" text, "Detectable by:" text...
SELECT AVG(Decile) FROM table_2_12146269_1 WHERE "Name" ILIKE '%te%puru%school%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 4847, 756, 29871, 29955, 29929, 29889, 29953, 29906, 408, 278, 21283, 6554, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which player has 79.62 as the strike rate?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_18574677_3 ( "100s" text, Player text, Runs text, Average text, "Strike Rate" text, Balls text, Ma...
SELECT Player FROM table_2_18574677_3 WHERE "Strike Rate" ILIKE '%79.62%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 10401, 29871, 29955, 29945, 29947, 29946, 29929, 338, 278, 5802, 297, 29871, 29906, 29900, 29896, 29900, 313, 29896, 29892, 29900, 29900, 29900, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `When 75849 is the production in 2010 (1,000 ton) what is the production in 2011 (1,000 ton)?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_293465_1 ( "Rank 2011" numeric, "Rank 2010" numeric, ...
SELECT "Production in 2011 (1,000 ton)" FROM table_1_293465_1 WHERE "Production in 2010 (1,000 ton)" = '75849'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 4847, 3512, 304, 399, 1296, 17300, 322, 471, 4629, 411, 263, 5839, 1156, 29871, 29896, 29946, 29945, 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 player went to Wake Forest and was selected with a pick after 145?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11677691_2 ( School text, Hometown text, Position text ); CREATE TABLE t...
SELECT Player FROM table_2_17062990_1 WHERE "Pick" > '145' AND "College" ILIKE '%wake%forest%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 1432, 6251, 363, 13548, 746, 11732, 273, 338, 1085, 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 every entry for Latin when Catalan is Mar?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_25401_15 ( "Old French" text, Catalan text, "Conservative Central Italian 1" text, "Proto-Ita...
SELECT Latin FROM table_1_25401_15 WHERE "Catalan" ILIKE '%mar%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 338, 278, 1530, 473, 391, 393, 756, 263, 13740, 18527, 310, 4358, 1717, 402, 605, 313, 1595, 29871, 29941, 29897, 322, 263, 2803, 357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 Colourist that has a Story Title of Broken Glass (part 3) and a Letterer of Albers?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1015914_15 ( "Kalau Kawau Ya" text, "Kalaw Lagaw Ya...
SELECT Colourist/s FROM table_2_18305523_3 WHERE "Letterer/s" ILIKE '%albers%' AND "Story Title" ILIKE '%broken%glass%(part%3)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 526, 278, 11486, 363, 28569, 7259, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566, 411, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What are the notes for Happy Camp?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11545282_7 ( Player text, Nationality text, "No." numeric, Position text, "School/Club Team" text, "Years f...
SELECT Notes FROM table_2_17333702_3 WHERE "Title" ILIKE '%happy%camp%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 10401, 471, 23925, 273, 5528, 3774, 296, 6936, 24053, 264, 1056, 937, 11467, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 23...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `When was republican incumbent Joseph McKenna first elected?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10716893_3 ( "Pre-race analyst" text, "Lap-by-lap" text, Year numeric, "Pit reporter...
SELECT "First elected" FROM table_2_1431450_2 WHERE "Party" ILIKE '%republican%' AND "Incumbent" ILIKE '%joseph%mckenna%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 11921, 471, 278, 13822, 2671, 2261, 20764, 22037, 14743, 4934, 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: `Where was the Fairfield Barnett classic tournament held?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11622771_1 ( Score text, Location text, "1st Prize( $ )" numeric, "Purse( $ )" numeric,...
SELECT LOCATION FROM table_1_11622771_1 WHERE "Tournament" ILIKE '%Fairfield%Barnett%Classic%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 2951, 599, 916, 13973, 278, 3086, 2984, 1248, 3137, 526, 472, 29871, 29896, 29889, 29941, 29995, 988, 408, 278, 9426, 5925, 22775, 338, 472, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `On all other parties the National option polls are at 1.3% where as the opinion research pole is at what percentage? ` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11793221_2 ( Missing text, W...
SELECT "Opinion Research Centre (OPC)" FROM table_1_159614_2 WHERE "National Opinion Polls (NOP)" ILIKE '%1.3%%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 471, 838, 19954, 29915, 29879, 14383, 746, 278, 10322, 282, 312, 471, 29871, 29947, 29947, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Who was Alberta's skip when the shot pct was 88?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_17012578_6 ( L numeric, PF numeric, W numeric, "Shot Pct." numeric, "Stolen Ends" numeric, Pr...
SELECT Skip FROM table_1_17012578_6 WHERE "Shot Pct." = '88' AND "Province" ILIKE '%Alberta%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 4712, 756, 263, 2522, 487, 310, 29871, 29896, 29900, 29953, 29994, 29896, 29896, 29906, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Date has a Score of 106–112?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11677100_5 ( Hometown text, Position text, Player text, "MLB Draft" text, School text ); CREATE TABLE table_...
SELECT Date FROM table_2_14828499_9 WHERE "Score" ILIKE '%106–112%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 1170, 278, 3652, 363, 17187, 29871, 29941, 29900, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566, 411...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Name the series for april 30` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_11960713_7 ( Game numeric, Score text, "High points" text, Series text, "High assists" text, "High rebounds" text...
SELECT Series FROM table_2_11960713_7 WHERE "Date" ILIKE '%april%30%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 471, 278, 4451, 2763, 310, 278, 1993, 411, 263, 2522, 487, 310, 281, 29914, 29877, 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 was the Outcome of the match with a Score of w/o?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_15095718_9 ( Date text, Opponents text, Partner text, Outcome text, Score text, Surface...
SELECT Outcome FROM table_2_15095718_9 WHERE "Score" ILIKE '%w/o%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 8809, 436, 365, 2209, 756, 263, 9208, 29871, 29945, 310, 29871, 29946, 29899, 29896, 29892, 263, 11738, 557, 310, 281, 29906, 29892, 322, 263, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Which Loss has a Last 5 of 4-1, a Streak of w2, and a PA per game smaller than 88.43?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_1711351_1 ( "PF per game" numeric, Played numeric, "PA per ...
SELECT AVG(Loss) FROM table_2_1711351_1 WHERE "Last 5" ILIKE '%4-1%' AND "Streak" ILIKE '%w2%' AND "PA per game" < '88.43'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5816, 338, 278, 7472, 1353, 297, 278, 4259, 377, 261, 278, 502, 1776, 414, 338, 29871, 29906, 29889, 29945, 29929, 29973, 29952, 13, 13, 2277,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `what is the maximum number in the season wher the us viewers is 2.59?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12444503_1 ( Score text, Winner text, Season text, "lost to eventual winne...
SELECT MAX("No. in season") FROM table_1_20726262_4 WHERE "U.S.viewers (million)" ILIKE '%2.59%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 471, 373, 278, 10307, 391, 16715, 23381, 297, 278, 8175, 2750, 399, 29889, 319, 369, 514, 12303, 25895, 29973, 29952, 13, 13, 2277, 299...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Who was on the Socialist Labor ticket in the race against W. Averell Harriman?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12226390_4 ( "Directed by" text, Title text, "No. in season" numer...
SELECT "Socialist Labor ticket" FROM table_2_14792819_1 WHERE "Liberal ticket" ILIKE '%w.%averell%harriman%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5816, 29915, 29879, 278, 30081, 3372, 1288, 3785, 30081, 2541, 30081, 24821, 30081, 872, 29926, 2460, 30039, 371, 29952, 13, 13, 2277, 29937, 54...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `what's the operational period with camp  sajmište` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11622562_1 ( Winner text, Tournament text, Date text, Score text, "1st Prize( $ )" numeric, ...
SELECT Operational FROM table_1_10335_1 WHERE "Camp" ILIKE '%Sajmište%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 29949, 407, 265, 296, 310, 8919, 272, 3514, 29877, 17022, 1111, 750, 825, 1121, 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: `Opponent of igor samoilenco had what result?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_14069451_1 ( Opponent text, Result text, Score text, Round text, Event text ); CREATE TABLE table_...
SELECT RESULT FROM table_2_14069451_1 WHERE "Opponent" ILIKE '%igor%samoilenco%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 22056, 4034, 297, 278, 3748, 411, 29871, 29896, 29953, 29953, 29930, 6057, 322, 385, 23995, 296, 310, 13041, 747, 423, 29973, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the partnership in the game with 166* runs and an opponent of Namibia?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10592536_8 ( "Date of appointment" text, "Replaced by" text, "Mann...
SELECT Partnerships FROM table_2_11611293_8 WHERE "Versus" ILIKE '%namibia%' AND "Runs" ILIKE '%166*%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3402, 310, 278, 3769, 411, 263, 1629, 3109, 1135, 29871, 29896, 29929, 29929, 29906, 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 format of the album with a year less than 1992?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_10722506_6 ( "Win %" text, Conference text, "Championship Game" numeric, "Round of 3...
SELECT Format FROM table_2_15593730_1 WHERE "Year" < '1992'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 2635, 1258, 278, 3271, 3815, 28662, 1708, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What date did the home team Richmond play?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11206787_5 ( Capacity numeric, Average numeric, Stadium text, Highest numeric, Lowest numeric, Team...
SELECT Date FROM table_2_10789881_18 WHERE "Home team" ILIKE '%richmond%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 7087, 9698, 411, 901, 1135, 29871, 29906, 29906, 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: `How many matches ended with more than 22 points?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_15434792_3 ( Draw numeric, Lost numeric, Team text, Points numeric, Match numeric ); CREATE TA...
SELECT SUM(MATCH) FROM table_2_15434792_3 WHERE "Points" > '22'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 4797, 537, 338, 4432, 300, 3780, 16371, 3775, 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 nationality is Demetris Nichols?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_2_11964047_1 ( Pick numeric, "School/Club Team" text, Position text, Player text, Nationality text, Round ...
SELECT Nationality FROM table_2_11964047_1 WHERE "Player" ILIKE '%demetris%nichols%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1784, 12516, 4520, 263, 29871, 29896, 29900, 515, 7197, 1171, 322, 892, 364, 630, 491, 323, 5271, 5079, 29973, 29952, 13, 13, 2277, 2993...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How many songs received a 10 from Goodman and were rated by Tonioli?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11960944_4 ( "High assists" text, "Location Attendance" text, "High rebounds...
SELECT COUNT(Tonioli) FROM table_1_1014319_1 WHERE "Goodman" ILIKE '%10%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5328, 1568, 1258, 278, 3448, 3815, 22103, 8158, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674, 1065, 373, 263, 2566...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `How much did the away team Melbourne score?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11970261_2 ( Preliminaries text, "Evening Gown" text, Country text, Interview text, Swimsuit text, ...
SELECT "Away team score" FROM table_2_10806592_1 WHERE "Away team" ILIKE '%melbourne%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 338, 278, 6440, 746, 12255, 402, 1091, 29875, 338, 278, 3275, 29973, 29952, 13, 13, 2277, 29937, 5470, 1102, 2603, 13, 1576, 2346, 674,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Who is the Second when Michel Gribi is the lead?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_11662133_3 ( "Ships name" text, "Date entered service" text, "Type of Ship" text, Tonnage numer...
SELECT SECOND FROM table_2_15075508_1 WHERE "Lead" ILIKE '%michel%gribi%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 1857, 2910, 2874, 362, 310, 278, 4682, 363, 607, 589, 475, 2181, 1008, 471, 278, 2983, 1296, 29973, 29952, 13, 13, 2277, 299...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `What is the current map designation of the feature for which derain crater was the namesake?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1009087_1 ( "Season finale" text, "TV season" text, ...
SELECT "Current map" FROM table_2_14225237_1 WHERE "Namesake" ILIKE '%derain%crater%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 3001, 313, 9415, 746, 278, 3573, 7915, 338, 901, 1135, 29871, 29945, 29955, 29889, 29947, 29892, 322, 278, 5941, 669, 432, 596...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -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 (kg when the bodyweight is more than 57.8, and the clean & jerk is less than 103?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_1206114_2 ( "Vendor and type" text, Comments t...
SELECT SUM("Total (kg)") FROM table_2_17703223_11 WHERE "Bodyweight" > '57.8' AND "Clean & Jerk" < '103'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 22110, 892, 278, 23995, 296, 297, 278, 1993, 373, 263, 1067, 388, 7101, 393, 750, 263, 8158, 310, 29871, 29953, 29994, 29941, 29892, 29871, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
### Task Generate a SQL query to answer the following question: `Who were the opponent in the match on a clay surface that had a score of 6–3, 7–6 (11–9)?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12134383_1 ( "Length of retirement" text, "Date of death...
SELECT Opponents FROM table_2_17325082_3 WHERE "Surface" ILIKE '%clay%' AND "Score" ILIKE '%6–3,%7–6%(11–9)%'
[ 1, 835, 9330, 13, 5631, 403, 263, 3758, 2346, 304, 1234, 278, 1494, 1139, 29901, 13, 29952, 5618, 338, 278, 2635, 363, 278, 8175, 393, 756, 263, 11369, 310, 3833, 29893, 585, 23137, 341, 488, 322, 278, 9753, 428, 292, 310, 7774, 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 date for the race that has a circuit of Milwaukee Mile and the sanctioning of cart?` ### Database Schema The query will run on a database with the following schema: ``` CREATE TABLE table_1_12338595_1 ( Interview text, "Evening Gown" text, ...
SELECT Date FROM table_2_10527215_2 WHERE "Circuit" ILIKE '%milwaukee%mile%' AND "Sanctioning" ILIKE '%cart%'