combined_text
stringlengths
106
1.05k
###question:What team(s) enjoyed an average spped (mph) of 138.14?###answer:SELECT team FROM table_17802778_1 WHERE average_speed__mph_ = "138.14"###context:CREATE TABLE table_17802778_1 (team VARCHAR, average_speed__mph_ VARCHAR)
###question:How many laps recorded in 2001?###answer:SELECT laps FROM table_17802778_1 WHERE year = 2001###context:CREATE TABLE table_17802778_1 (laps VARCHAR, year VARCHAR)
###question:What team(s) were in 2003?###answer:SELECT team FROM table_17802778_1 WHERE year = 2003###context:CREATE TABLE table_17802778_1 (team VARCHAR, year VARCHAR)
###question:What was the average speed (mph) for the racer who finished in 1:45:00?###answer:SELECT average_speed__mph_ FROM table_17802778_1 WHERE race_time = "1:45:00"###context:CREATE TABLE table_17802778_1 (average_speed__mph_ VARCHAR, race_time VARCHAR)
###question:How many total miles recorded for the racer who finished in 1:05:33?###answer:SELECT miles__km_ FROM table_17802778_1 WHERE race_time = "1:05:33"###context:CREATE TABLE table_17802778_1 (miles__km_ VARCHAR, race_time VARCHAR)
###question:what was the title of the episode 21a?###answer:SELECT title FROM table_17810099_3 WHERE episode__number = "21a"###context:CREATE TABLE table_17810099_3 (title VARCHAR, episode__number VARCHAR)
###question:who wrote episode 14?###answer:SELECT writer_s_ FROM table_17810099_3 WHERE episode__number = "14"###context:CREATE TABLE table_17810099_3 (writer_s_ VARCHAR, episode__number VARCHAR)
###question:Who many votes did E. Greenberg receive in Morris County?###answer:SELECT COUNT(e_greenberg) FROM table_17820556_4 WHERE county = "Morris"###context:CREATE TABLE table_17820556_4 (e_greenberg VARCHAR, county VARCHAR)
###question:How many precincts are in the county where G. Hager received 19 (20%) votes?###answer:SELECT precincts FROM table_17820556_4 WHERE g_hager = "19 (20%)"###context:CREATE TABLE table_17820556_4 (precincts VARCHAR, g_hager VARCHAR)
###question:Name the slope length for 1966 groundstation###answer:SELECT COUNT(slope_length) FROM table_17814458_1 WHERE elevation_groundstation = 1966###context:CREATE TABLE table_17814458_1 (slope_length VARCHAR, elevation_groundstation VARCHAR)
###question:Name the name or route for slope length being 336###answer:SELECT name_or_route FROM table_17814458_1 WHERE slope_length = 336###context:CREATE TABLE table_17814458_1 (name_or_route VARCHAR, slope_length VARCHAR)
###question:Name the slope length for gondola###answer:SELECT MIN(slope_length) FROM table_17814458_1 WHERE type = "gondola"###context:CREATE TABLE table_17814458_1 (slope_length INTEGER, type VARCHAR)
###question:Name the least capacity for persons hour for 1983###answer:SELECT MIN(capacity_in_persons_hour) FROM table_17814458_1 WHERE construction_year_s_ = "1983"###context:CREATE TABLE table_17814458_1 (capacity_in_persons_hour INTEGER, construction_year_s_ VARCHAR)
###question:How many categories of new entries this round are there for the fourth round proper? ###answer:SELECT COUNT(new_entries_this_round) FROM table_17814838_1 WHERE round = "Fourth round Proper"###context:CREATE TABLE table_17814838_1 (new_entries_this_round VARCHAR, round VARCHAR)
###question:How many runner-ups were there when the show went to Japan?###answer:SELECT COUNT(runner_up) FROM table_178242_7 WHERE international_destination = "Japan"###context:CREATE TABLE table_178242_7 (runner_up VARCHAR, international_destination VARCHAR)
###question:How many won the prize when Regina was the runner-up?###answer:SELECT COUNT(winner) FROM table_178242_7 WHERE runner_up = "Regina"###context:CREATE TABLE table_178242_7 (winner VARCHAR, runner_up VARCHAR)
###question:Which season is it when Milouska was the show's mole ?###answer:SELECT season FROM table_178242_7 WHERE the_mole = "Milouska"###context:CREATE TABLE table_178242_7 (season VARCHAR, the_mole VARCHAR)
###question:What were the requirements for the role played by Robert Austin in the original production?###answer:SELECT actor_required FROM table_17827271_1 WHERE actor_in_original_production = "Robert Austin"###context:CREATE TABLE table_17827271_1 (actor_required VARCHAR, actor_in_original_production VARCHAR)
###question:What actor played the "female, older" role in the original production?###answer:SELECT actor_in_original_production FROM table_17827271_1 WHERE actor_required = "Female, older"###context:CREATE TABLE table_17827271_1 (actor_in_original_production VARCHAR, actor_required VARCHAR)
###question:What FlatSpin actor played the same role as Robert Austin?###answer:SELECT flatspin FROM table_17827271_1 WHERE actor_in_original_production = "Robert Austin"###context:CREATE TABLE table_17827271_1 (flatspin VARCHAR, actor_in_original_production VARCHAR)
###question:How many RolePlay actors played the role requiring a "male, younger" actor?###answer:SELECT COUNT(roleplay) FROM table_17827271_1 WHERE actor_required = "Male, younger"###context:CREATE TABLE table_17827271_1 (roleplay VARCHAR, actor_required VARCHAR)
###question:How many RolePlay actors played the same role as FlatSpin's Tracy Taylor?###answer:SELECT COUNT(roleplay) FROM table_17827271_1 WHERE flatspin = "Tracy Taylor"###context:CREATE TABLE table_17827271_1 (roleplay VARCHAR, flatspin VARCHAR)
###question:What RolePlay actor played the same role Alison Pargeter played in the original production?###answer:SELECT roleplay FROM table_17827271_1 WHERE actor_in_original_production = "Alison Pargeter"###context:CREATE TABLE table_17827271_1 (roleplay VARCHAR, actor_in_original_production VARCHAR)
###question:What's the name of the church in Stavang?###answer:SELECT church_name FROM table_178381_1 WHERE location_of_the_church = "Stavang"###context:CREATE TABLE table_178381_1 (church_name VARCHAR, location_of_the_church VARCHAR)
###question:What's the sub-parish (sokn) of Eikefjord?###answer:SELECT sub_parish__sokn_ FROM table_178381_1 WHERE location_of_the_church = "Eikefjord"###context:CREATE TABLE table_178381_1 (sub_parish__sokn_ VARCHAR, location_of_the_church VARCHAR)
###question:On how many locations is there a church named Askrova Bedehuskapell, built in 1957?###answer:SELECT COUNT(location_of_the_church) FROM table_178381_1 WHERE year_built = "1957" AND church_name = "Askrova bedehuskapell"###context:CREATE TABLE table_178381_1 (location_of_the_church VARCHAR, year_built VARCHAR,...
###question:In what parish is the Askrova Bedehuskapell church?###answer:SELECT parish__prestegjeld_ FROM table_178381_1 WHERE church_name = "Askrova bedehuskapell"###context:CREATE TABLE table_178381_1 (parish__prestegjeld_ VARCHAR, church_name VARCHAR)
###question:Which channel has the host Art Rooijakkers?###answer:SELECT channel FROM table_178242_1 WHERE host_s_ = "Art Rooijakkers"###context:CREATE TABLE table_178242_1 (channel VARCHAR, host_s_ VARCHAR)
###question:When did the program air on Vier?###answer:SELECT premiere___aired FROM table_178242_1 WHERE channel = "VIER"###context:CREATE TABLE table_178242_1 (premiere___aired VARCHAR, channel VARCHAR)
###question:What is the title that aired from 17 may 2008 – 21 june 2008 on Nederland 3?###answer:SELECT name FROM table_178242_1 WHERE channel = "Nederland 3" AND premiere___aired = "17 May 2008 – 21 June 2008"###context:CREATE TABLE table_178242_1 (name VARCHAR, channel VARCHAR, premiere___aired VARCHAR)
###question:How many seasons did the show run in Poland?###answer:SELECT seasons FROM table_178242_1 WHERE country___region = "Poland"###context:CREATE TABLE table_178242_1 (seasons VARCHAR, country___region VARCHAR)
###question:When 4744 is the avg. trips per mile (x1000) what is the current stock?###answer:SELECT current_stock FROM table_17839_1 WHERE avg_trips_per_mile__×1000_ = 4744###context:CREATE TABLE table_17839_1 (current_stock VARCHAR, avg_trips_per_mile__×1000_ VARCHAR)
###question:When green is the map colour what is the future stock?###answer:SELECT future_stock FROM table_17839_1 WHERE map_colour = "Green"###context:CREATE TABLE table_17839_1 (future_stock VARCHAR, map_colour VARCHAR)
###question:When turquoise is the map colour how many avg. trips per mile (×1000) are there?###answer:SELECT COUNT(avg_trips_per_mile__) AS ×1000_ FROM table_17839_1 WHERE map_colour = "Turquoise"###context:CREATE TABLE table_17839_1 (avg_trips_per_mile__ VARCHAR, map_colour VARCHAR)
###question:When turquoise is the map colour what is the length?###answer:SELECT length FROM table_17839_1 WHERE map_colour = "Turquoise"###context:CREATE TABLE table_17839_1 (length VARCHAR, map_colour VARCHAR)
###question:What is the latest year a division was established?###answer:SELECT MAX(year_established) FROM table_1784514_1###context:CREATE TABLE table_1784514_1 (year_established INTEGER)
###question:How many powiats have mstsislaw as a capital?###answer:SELECT number_of_powiats FROM table_1784514_1 WHERE capital = "Mstsislaw"###context:CREATE TABLE table_1784514_1 (number_of_powiats VARCHAR, capital VARCHAR)
###question:How many capitals had brest litovsk voivodeship as voivodeship after 1569?###answer:SELECT COUNT(capital) FROM table_1784514_1 WHERE voivodeship_after_1569 = "Brest Litovsk Voivodeship"###context:CREATE TABLE table_1784514_1 (capital VARCHAR, voivodeship_after_1569 VARCHAR)
###question:What is the latest year established that had 5 powiats?###answer:SELECT MAX(year_established) FROM table_1784514_1 WHERE number_of_powiats = "5 powiats"###context:CREATE TABLE table_1784514_1 (year_established INTEGER, number_of_powiats VARCHAR)
###question:In what parish is the sub-parish fortun? ###answer:SELECT parish__prestegjeld_ FROM table_178398_1 WHERE sub_parish__sogn_ = "Fortun"###context:CREATE TABLE table_178398_1 (parish__prestegjeld_ VARCHAR, sub_parish__sogn_ VARCHAR)
###question:What is the sub-parish of the church located in Fortun? ###answer:SELECT sub_parish__sogn_ FROM table_178398_1 WHERE location_of_the_church = "Fortun"###context:CREATE TABLE table_178398_1 (sub_parish__sogn_ VARCHAR, location_of_the_church VARCHAR)
###question:What is the year that the oldest church was built in Jostedal? ###answer:SELECT MIN(year_built) FROM table_178398_1 WHERE location_of_the_church = "Jostedal"###context:CREATE TABLE table_178398_1 (year_built INTEGER, location_of_the_church VARCHAR)
###question:What parishes are in Solvorn? ###answer:SELECT parish__prestegjeld_ FROM table_178398_1 WHERE location_of_the_church = "Solvorn"###context:CREATE TABLE table_178398_1 (parish__prestegjeld_ VARCHAR, location_of_the_church VARCHAR)
###question:Name the number of parish for vilnes kyrkje###answer:SELECT COUNT(parish__prestegjeld_) FROM table_178399_1 WHERE church_name = "Vilnes kyrkje"###context:CREATE TABLE table_178399_1 (parish__prestegjeld_ VARCHAR, church_name VARCHAR)
###question:Name the parish for 1908###answer:SELECT parish__prestegjeld_ FROM table_178399_1 WHERE year_built = 1908###context:CREATE TABLE table_178399_1 (parish__prestegjeld_ VARCHAR, year_built VARCHAR)
###question:Name the maximum year built for holmedal kyrkje###answer:SELECT MAX(year_built) FROM table_178399_1 WHERE church_name = "Holmedal kyrkje"###context:CREATE TABLE table_178399_1 (year_built INTEGER, church_name VARCHAR)
###question:What is the week where the game site is Shea Stadium?###answer:SELECT MIN(week) FROM table_17861179_1 WHERE game_site = "Shea Stadium"###context:CREATE TABLE table_17861179_1 (week INTEGER, game_site VARCHAR)
###question:For week 6, what were the results?###answer:SELECT result FROM table_17861179_1 WHERE week = 6###context:CREATE TABLE table_17861179_1 (result VARCHAR, week VARCHAR)
###question:In how many weeks was the game played on November 3 played?###answer:SELECT COUNT(week) FROM table_17869717_1 WHERE date = "November 3"###context:CREATE TABLE table_17869717_1 (week VARCHAR, date VARCHAR)
###question:What is the broadcast date when 8.3 million viewers watched?###answer:SELECT broadcast_date FROM table_1785117_1 WHERE viewers__in_millions_ = "8.3"###context:CREATE TABLE table_1785117_1 (broadcast_date VARCHAR, viewers__in_millions_ VARCHAR)
###question:What is the broadcast date of the episode with run time 25:12?###answer:SELECT broadcast_date FROM table_1785117_1 WHERE run_time = "25:12"###context:CREATE TABLE table_1785117_1 (broadcast_date VARCHAR, run_time VARCHAR)
###question:How many million viewers watched the episode that runs 25:55 minutes?###answer:SELECT viewers__in_millions_ FROM table_1785117_1 WHERE run_time = "25:55"###context:CREATE TABLE table_1785117_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR)
###question:How many dances did Warren & Kym have?###answer:SELECT number_of_dances FROM table_17862135_3 WHERE couple = "Warren & Kym"###context:CREATE TABLE table_17862135_3 (number_of_dances VARCHAR, couple VARCHAR)
###question:What are the total points for the team that averages 17.8?###answer:SELECT total_points FROM table_17862135_3 WHERE average = "17.8"###context:CREATE TABLE table_17862135_3 (total_points VARCHAR, average VARCHAR)
###question:What is average for Cody & Julianne?###answer:SELECT average FROM table_17862135_3 WHERE couple = "Cody & Julianne"###context:CREATE TABLE table_17862135_3 (average VARCHAR, couple VARCHAR)
###question:what is the division southwest when division south was kožuf and division east was osogovo###answer:SELECT division_southwest FROM table_17881033_1 WHERE division_south = "Kožuf" AND division_east = "Osogovo"###context:CREATE TABLE table_17881033_1 (division_southwest VARCHAR, division_south VARCHAR, divisi...
###question:what is the division north in 2007–08###answer:SELECT division_north FROM table_17881033_1 WHERE season = "2007–08"###context:CREATE TABLE table_17881033_1 (division_north VARCHAR, season VARCHAR)
###question:what is the division north when division south was kožuf and division southwest was ilinden velmej###answer:SELECT division_north FROM table_17881033_1 WHERE division_south = "Kožuf" AND division_southwest = "Ilinden Velmej"###context:CREATE TABLE table_17881033_1 (division_north VARCHAR, division_south VAR...
###question:how many division southwest was there when division east was babi###answer:SELECT COUNT(division_southwest) FROM table_17881033_1 WHERE division_east = "Babi"###context:CREATE TABLE table_17881033_1 (division_southwest VARCHAR, division_east VARCHAR)
###question:what is the division east when division north was milano###answer:SELECT division_east FROM table_17881033_1 WHERE division_north = "Milano"###context:CREATE TABLE table_17881033_1 (division_east VARCHAR, division_north VARCHAR)
###question:who co-wrote Season 2, Episode 3?###answer:SELECT written_by FROM table_17901155_3 WHERE no_in_season = 3###context:CREATE TABLE table_17901155_3 (written_by VARCHAR, no_in_season VARCHAR)
###question:what is the series # for the episode directed by Kelly Sandefur?###answer:SELECT MAX(no_in_series) FROM table_17901155_3 WHERE directed_by = "Kelly Sandefur"###context:CREATE TABLE table_17901155_3 (no_in_series INTEGER, directed_by VARCHAR)
###question:how many production codes were there for the episode that was 32 in the series?###answer:SELECT COUNT(prod_code) FROM table_17901155_3 WHERE no_in_series = 32###context:CREATE TABLE table_17901155_3 (prod_code VARCHAR, no_in_series VARCHAR)
###question:What year was the film Milagros submitted?###answer:SELECT year__ceremony_ FROM table_17919342_1 WHERE original_title = "Milagros"###context:CREATE TABLE table_17919342_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
###question:How many years was the film The Blossoming of Maximo Oliveros entered?###answer:SELECT COUNT(year__ceremony_) FROM table_17919342_1 WHERE film_title_used_in_nomination = "The Blossoming of Maximo Oliveros"###context:CREATE TABLE table_17919342_1 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHA...
###question:How many directors were there for the film with the original title of The Moises Padilla Story?###answer:SELECT COUNT(director) FROM table_17919342_1 WHERE original_title = "The Moises Padilla Story"###context:CREATE TABLE table_17919342_1 (director VARCHAR, original_title VARCHAR)
###question:What spacecraft was launched from the LC34 launch complex? ###answer:SELECT spacecraft FROM table_179174_2 WHERE launch_complex = "LC34"###context:CREATE TABLE table_179174_2 (spacecraft VARCHAR, launch_complex VARCHAR)
###question:What spacecrafts had 22 orbital flights? ###answer:SELECT spacecraft FROM table_179174_2 WHERE flights = "22 Orbital"###context:CREATE TABLE table_179174_2 (spacecraft VARCHAR, flights VARCHAR)
###question:What launcher had spacecrafts that did 37 orbital flights? ###answer:SELECT launcher FROM table_179174_2 WHERE flights = "37 Orbital"###context:CREATE TABLE table_179174_2 (launcher VARCHAR, flights VARCHAR)
###question:What years had 134 orbital flights? ###answer:SELECT years FROM table_179174_2 WHERE flights = "134 Orbital"###context:CREATE TABLE table_179174_2 (years VARCHAR, flights VARCHAR)
###question:What is the status of the London Aquatics Centre project at the time of production?###answer:SELECT status_at_production FROM table_1792122_11 WHERE project = "London Aquatics Centre"###context:CREATE TABLE table_1792122_11 (status_at_production VARCHAR, project VARCHAR)
###question:What was the original are date of series number 71?###answer:SELECT original_air_date FROM table_1792122_11 WHERE no_in_series = 71###context:CREATE TABLE table_1792122_11 (original_air_date VARCHAR, no_in_series VARCHAR)
###question:What is the length for a diameter totaling 450 mm?###answer:SELECT length FROM table_17918238_1 WHERE maximum_diameter = "450 mm"###context:CREATE TABLE table_17918238_1 (length VARCHAR, maximum_diameter VARCHAR)
###question:What is Esperance pipeline co total diameter?###answer:SELECT maximum_diameter FROM table_17918238_1 WHERE owner_operator = "Esperance Pipeline Co"###context:CREATE TABLE table_17918238_1 (maximum_diameter VARCHAR, owner_operator VARCHAR)
###question:Name the opponent for december 8###answer:SELECT opponent FROM table_17924362_1 WHERE date = "December 8"###context:CREATE TABLE table_17924362_1 (opponent VARCHAR, date VARCHAR)
###question:Name the number of weeks for october 26###answer:SELECT COUNT(week) FROM table_17924362_1 WHERE date = "October 26"###context:CREATE TABLE table_17924362_1 (week VARCHAR, date VARCHAR)
###question:What is the attendance record for week 6?###answer:SELECT COUNT(attendance) FROM table_17928023_1 WHERE week = 6###context:CREATE TABLE table_17928023_1 (attendance VARCHAR, week VARCHAR)
###question:For game site Schaefer Stadium, what were the results?###answer:SELECT result FROM table_17928023_1 WHERE game_site = "Schaefer Stadium"###context:CREATE TABLE table_17928023_1 (result VARCHAR, game_site VARCHAR)
###question:Who was the outgoing manager when the incoming manager was joão pereira?###answer:SELECT outgoing_manage FROM table_17933600_2 WHERE incoming_manager = "João Pereira"###context:CREATE TABLE table_17933600_2 (outgoing_manage VARCHAR, incoming_manager VARCHAR)
###question:What team(s) had an outgoing manager of joão alves?###answer:SELECT team FROM table_17933600_2 WHERE outgoing_manage = "João Alves"###context:CREATE TABLE table_17933600_2 (team VARCHAR, outgoing_manage VARCHAR)
###question:What day did the job open up when bogićević was outgoing?###answer:SELECT date_of_vacancy FROM table_17933600_2 WHERE outgoing_manage = "Bogićević"###context:CREATE TABLE table_17933600_2 (date_of_vacancy VARCHAR, outgoing_manage VARCHAR)
###question:Name the 0-100 km/hs for name of 2.0 8v###answer:SELECT 0 AS _100km_h, s FROM table_17941111_2 WHERE name = "2.0 8v"###context:CREATE TABLE table_17941111_2 (s VARCHAR, name VARCHAR)
###question:Name the volume for co 2 for 168 g/km###answer:SELECT volume FROM table_17941111_2 WHERE co_2 = "168 g/km"###context:CREATE TABLE table_17941111_2 (volume VARCHAR, co_2 VARCHAR)
###question:When 60 is the tries against what is the tries for?###answer:SELECT tries_for FROM table_17941032_1 WHERE tries_against = "60"###context:CREATE TABLE table_17941032_1 (tries_for VARCHAR, tries_against VARCHAR)
###question:When 22 is the tries for what is the lost?###answer:SELECT lost FROM table_17941032_1 WHERE tries_for = "22"###context:CREATE TABLE table_17941032_1 (lost VARCHAR, tries_for VARCHAR)
###question:When 98 is the points what is the club?###answer:SELECT club FROM table_17941032_1 WHERE points = "98"###context:CREATE TABLE table_17941032_1 (club VARCHAR, points VARCHAR)
###question:When 80 is the tries for what is the try bonus?###answer:SELECT try_bonus FROM table_17941032_1 WHERE tries_for = "80"###context:CREATE TABLE table_17941032_1 (try_bonus VARCHAR, tries_for VARCHAR)
###question:When 55 is the tries for what is the lost?###answer:SELECT lost FROM table_17941032_1 WHERE tries_for = "55"###context:CREATE TABLE table_17941032_1 (lost VARCHAR, tries_for VARCHAR)
###question:When 17 is the tries for what is the points against?###answer:SELECT points_against FROM table_17941032_1 WHERE tries_for = "17"###context:CREATE TABLE table_17941032_1 (points_against VARCHAR, tries_for VARCHAR)
###question:How many draws were there in played games?###answer:SELECT drawn FROM table_17941032_2 WHERE "played" = "played"###context:CREATE TABLE table_17941032_2 (drawn VARCHAR)
###question:Which club had 2 wins and 1 draw?###answer:SELECT club FROM table_17941032_2 WHERE drawn = "1" AND won = "2"###context:CREATE TABLE table_17941032_2 (club VARCHAR, drawn VARCHAR, won VARCHAR)
###question:How many times were there plays with a try of 56?###answer:SELECT played FROM table_17941032_2 WHERE tries_for = "56"###context:CREATE TABLE table_17941032_2 (played VARCHAR, tries_for VARCHAR)
###question:How many tries against were there with points of 150?###answer:SELECT tries_against FROM table_17941032_2 WHERE points_for = "150"###context:CREATE TABLE table_17941032_2 (tries_against VARCHAR, points_for VARCHAR)
###question:What was the losing bonus that had 53 points?###answer:SELECT losing_bonus FROM table_17941032_2 WHERE points = "53"###context:CREATE TABLE table_17941032_2 (losing_bonus VARCHAR, points VARCHAR)
###question:List all points against with a 0 try bonus and points for of 150.###answer:SELECT points_against FROM table_17941032_2 WHERE try_bonus = "0" AND points_for = "150"###context:CREATE TABLE table_17941032_2 (points_against VARCHAR, try_bonus VARCHAR, points_for VARCHAR)
###question:Name the tries against when tries for is 30###answer:SELECT tries_against FROM table_17941032_3 WHERE tries_for = "30"###context:CREATE TABLE table_17941032_3 (tries_against VARCHAR, tries_for VARCHAR)
###question:Name the points when tries for is 49###answer:SELECT points FROM table_17941032_3 WHERE tries_for = "49"###context:CREATE TABLE table_17941032_3 (points VARCHAR, tries_for VARCHAR)
###question:Name the try bonus for lost being 11 and losing bonus is 6###answer:SELECT try_bonus FROM table_17941032_3 WHERE lost = "11" AND losing_bonus = "6"###context:CREATE TABLE table_17941032_3 (try_bonus VARCHAR, lost VARCHAR, losing_bonus VARCHAR)
###question:For home of River Plate, what is the first leg listed?###answer:SELECT 1 AS st_leg FROM table_17968229_1 WHERE home__2nd_leg_ = "River Plate"###context:CREATE TABLE table_17968229_1 (home__2nd_leg_ VARCHAR)
###question:With an aggregate of 0-2, what is listed for home?###answer:SELECT home__2nd_leg_ FROM table_17968229_1 WHERE aggregate = "0-2"###context:CREATE TABLE table_17968229_1 (home__2nd_leg_ VARCHAR, aggregate VARCHAR)