text stringlengths 293 1.24k |
|---|
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (games INTEGER, points VARCHAR, rank VARCHAR, team VARCHAR)
### Question:
What is the game average th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (location VARCHAR, race VARCHAR)
### Question:
Where was the argentine grand prix?
### Answer:
SELECT... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Student_Addresses (monthly_rental INTEGER)
### Question:
Find the maximum and minimum monthly rental for all studen... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_13 (player VARCHAR, school_club_team_country VARCHAR)
### Question:
What player had a school of missouri... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (one_mora VARCHAR, three_mora_word VARCHAR)
### Question:
What is the one mora for the three-mora wor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16066063_1 (distance VARCHAR)
### Question:
How many passengers (in millions) flew through along the route th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_25 (date VARCHAR, outcome VARCHAR, score VARCHAR)
### Question:
Name the date with outcome of winner and... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11964154_9 (team VARCHAR, date VARCHAR)
### Question:
what's the team where date is february 8
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_45 (shoulder_charge VARCHAR, body_tackle VARCHAR)
### Question:
Which shoulder charge has restricted as ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_67 (model VARCHAR, years VARCHAR)
### Question:
What was the model that had years 2004-?
### Answer:
SEL... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_5 (year_joined VARCHAR, school VARCHAR)
### Question:
What year did a school from Jennings County join?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22265225_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR)
### Question:
How many million U.s. Viewers ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_79 (kk___1 VARCHAR, kk___3 VARCHAR)
### Question:
What is KK -1 if KK -3 is 1,100?
### Answer:
SELECT kk... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15926991_1 (group VARCHAR, time VARCHAR)
### Question:
Which group had the time 1:11.65?
### Answer:
SELECT g... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_9 (score1 VARCHAR, match VARCHAR)
### Question:
What is the Score1 of Match 42?
### Answer:
SELECT score... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_84 (home__2nd_leg_ VARCHAR)
### Question:
What was the 2nd leg score when atlético tucumán played at hom... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_56 (races INTEGER, season VARCHAR, podiums VARCHAR, position VARCHAR)
### Question:
How many races have ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (erp_w INTEGER, call_sign VARCHAR)
### Question:
What is listed as the highest ERP W with a Call sign... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_47 (against INTEGER, difference VARCHAR, position VARCHAR)
### Question:
Difference of - 20, and a Posit... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (english VARCHAR, sanskrit VARCHAR)
### Question:
Which English has a Sanskrit of samādhi?
### Answer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_87 (runner_s__up VARCHAR, margin_of_victory VARCHAR)
### Question:
What is Runner(s)-Up when Margin of V... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25531112_2 (challenge VARCHAR, circuit VARCHAR)
### Question:
Who made the challenge on the Albert Park Grand... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16162581_1 (date__ce_ VARCHAR, pinyin VARCHAR)
### Question:
Name the date for qíngyuán … yìmǎ
### Answer:
SE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE problems (problem_id VARCHAR, reported_by_staff_id VARCHAR); CREATE TABLE staff (staff_id VARCHAR, staff_first_name... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (sitalsasthi_carnival VARCHAR, kosal VARCHAR)
### Question:
What is the sitalsasthi carnival with son... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE trip (start_station_name VARCHAR, end_station_name VARCHAR, id VARCHAR)
### Question:
Give me the start station and... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_68 (team VARCHAR, season VARCHAR)
### Question:
What team did the 2003-04 winner play for?
### Answer:
S... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_72 (week INTEGER, game_site VARCHAR, date VARCHAR)
### Question:
What was the lowest week at Ralph Wilso... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28367242_1 (name VARCHAR, incorporation_date__city_ VARCHAR)
### Question:
What is the name of the city which... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (nationality VARCHAR, nhl_team VARCHAR, pick__number VARCHAR)
### Question:
Which nationality do the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Flight (departure_date VARCHAR, arrival_date VARCHAR, origin VARCHAR, destination VARCHAR)
### Question:
Show me th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_74 (weeks_on_top INTEGER, artist VARCHAR)
### Question:
What is the longest weeks on top when the Artist... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1805919_1 (standard_order INTEGER, english_translation VARCHAR)
### Question:
What is the place of "A Lament ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (date VARCHAR, score VARCHAR)
### Question:
On what Date was the Score 4–1?
### Answer:
SELECT date F... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_59 (result VARCHAR, opponent VARCHAR, date VARCHAR)
### Question:
What result was a date of 20/03/2008 w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_60 (away_team VARCHAR, home_team VARCHAR)
### Question:
what was the away team for the north melbourne h... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_73 (incumbent VARCHAR, party VARCHAR, first_elected VARCHAR)
### Question:
Who is the incumbent that is ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_13 (score INTEGER, place VARCHAR, player VARCHAR)
### Question:
What is Sum of Score, when Place is T2, ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_92 (score VARCHAR, record VARCHAR)
### Question:
When the record was 32-37 what was the score?
### Answe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_7 (game VARCHAR, year VARCHAR)
### Question:
What game was in 2011?
### Answer:
SELECT game FROM table_n... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_18 (laps VARCHAR, grid VARCHAR, driver VARCHAR)
### Question:
How many laps did John Love have on a grid... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2850912_4 (position VARCHAR, nhl_team VARCHAR)
### Question:
How many positions are associated with the St. L... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (miss_maja_pilipinas VARCHAR, second_runner_up VARCHAR)
### Question:
Can you tell me the Miss Pilipi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_1 (season INTEGER, winners VARCHAR, fourth_placed VARCHAR)
### Question:
What season had Dalian Wanda as... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (total VARCHAR, player VARCHAR)
### Question:
What is Total, when Player is "Hale Irwin"?
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20140132_1 (head_coach VARCHAR, venue VARCHAR)
### Question:
Who is the head coach of the team who's venue is... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (order_year VARCHAR, model VARCHAR, builder VARCHAR, length__ft_ VARCHAR)
### Question:
What is the o... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_63 (rank INTEGER, director VARCHAR)
### Question:
What is the highest Rank, when Director is "Henry Hath... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29002641_1 (Serial INTEGER, scrapped VARCHAR)
### Question:
Name the most serial number for feb 1994
### Answ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (Id VARCHAR)
### Question:
What is the value for 2011 corresponding to a 2007 value of 1r?
### Answer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (candidate VARCHAR, race VARCHAR)
### Question:
Who is the candidate in Race for State representative... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20361783_1 (womens_doubles VARCHAR, year VARCHAR)
### Question:
who won womens doubles in 2010
### Answer:
SE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (time VARCHAR, rank VARCHAR, rider VARCHAR)
### Question:
What is the time value for the rider Brian ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_45 (position_in_1959_1960 VARCHAR, seasons_at_this_level VARCHAR)
### Question:
What was the position in... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12842068_1 (film_title_used_in_nomination VARCHAR, submitting_country VARCHAR)
### Question:
What was the tit... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_143554_1 (timeslot VARCHAR, season VARCHAR)
### Question:
Name the timeslot for season 5
### Answer:
SELECT t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (Id VARCHAR)
### Question:
What is 2007, when 2000 is "0 / 4"?
### Answer:
SELECT 2007 FROM table_nam... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_78 (team__number2 VARCHAR, team__number1 VARCHAR)
### Question:
Tell me the team 2 for handelsministeriu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2985714_2 (draws VARCHAR, tournament VARCHAR)
### Question:
When jordan fa cup is the tournament how many dra... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Claims (Amount_Settled VARCHAR, Amount_Claimed VARCHAR)
### Question:
Among all the claims, what is the amount clai... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22815568_13 (market_income_per_capita VARCHAR, county VARCHAR)
### Question:
what is the market income per ca... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15887683_15 (television_service VARCHAR, language VARCHAR, n° VARCHAR)
### Question:
How many television serv... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_18 (goals_for INTEGER, points VARCHAR, losses VARCHAR, position VARCHAR)
### Question:
Name the most goa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (name VARCHAR, career_caps VARCHAR, tour_apps VARCHAR, tests VARCHAR)
### Question:
What name has tou... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_93 (week INTEGER, result VARCHAR)
### Question:
Which week has a result L 56-3?
### Answer:
SELECT AVG(w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_58 (date VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)
### Question:
On what date did the mat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17802778_1 (laps VARCHAR, year VARCHAR)
### Question:
How many laps recorded in 2001?
### Answer:
SELECT laps... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_36 (open_cup VARCHAR, year VARCHAR)
### Question:
which open cup was in 2012?
### Answer:
SELECT open_cu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1008653_1 (official_or_native_language_s___alphabet_script_ VARCHAR, capital___exonym__ VARCHAR)
### Question... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (record VARCHAR, date VARCHAR)
### Question:
What is the record on June 13?
### Answer:
SELECT record... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29583818_3 (place VARCHAR, couple VARCHAR)
### Question:
How many times is the couple laura and colin?
### An... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_63 (lengths_behind VARCHAR, jockey VARCHAR)
### Question:
What's the lengths behind of Jockey Ramon A. D... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (round INTEGER, time VARCHAR)
### Question:
What is the highest number of rounds for a 3:16 fight?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_95 (home_team VARCHAR, score VARCHAR)
### Question:
What is the home team of the game that ended with a ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13688489_1 (matches VARCHAR, goals_olimpia VARCHAR)
### Question:
What was the number of matches when the Goa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1966992_1 (census_2006_population INTEGER, lga_name VARCHAR)
### Question:
What is the maximum 2006 census po... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1706942_1 (q1_order INTEGER, driver VARCHAR)
### Question:
What is the Q1 order for Felipe Massa?
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (position INTEGER, difference VARCHAR, played VARCHAR)
### Question:
What position was played with a ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (fa_cup INTEGER, total VARCHAR, fa_trophy VARCHAR, club VARCHAR)
### Question:
What is the sum of FA ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_54 (date VARCHAR, outcome VARCHAR, opponents_in_the_final VARCHAR)
### Question:
What date shows the Out... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_62 (record VARCHAR, time VARCHAR)
### Question:
What was his record when the match went for 3:05?
### An... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (event VARCHAR, opponent VARCHAR)
### Question:
What event had the opponent Ryan Bow?
### Answer:
SEL... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_79 (drawn INTEGER, played INTEGER)
### Question:
what is the highest drawn when played is more than 14?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_1 (player VARCHAR, place VARCHAR)
### Question:
What is the Place 2 Player?
### Answer:
SELECT player FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_34 (label VARCHAR, region VARCHAR, date VARCHAR)
### Question:
What is the label for the UK in 1996?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_24 (school_club_team VARCHAR, position VARCHAR)
### Question:
What is the team that has forward-center a... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (reference VARCHAR, japanese_title VARCHAR)
### Question:
What reference is used with the title アイシテル... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_11 (english_title VARCHAR, chinese__simplified_ VARCHAR)
### Question:
What is 你 朋友's English title?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20854943_2 (position INTEGER, loa__metres_ VARCHAR)
### Question:
What position is the boat with 20.12 LOA (m... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16034882_4 (position INTEGER, loses VARCHAR)
### Question:
What position did the team with 3 losses finish?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_56 (Id VARCHAR)
### Question:
What is the highest 2007 value with a 1985 value greater than 52, a 1987 v... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29418619_1 (former_school VARCHAR, hometown VARCHAR)
### Question:
What is the former school of the player fr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (no5 VARCHAR, no1 VARCHAR, no2 VARCHAR)
### Question:
Who is no. 5 when Lena Claudisabel is no. 1 and... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (maximum_diameter VARCHAR, name__year_commissioned_ VARCHAR)
### Question:
What is the maximum diamet... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_60 (event VARCHAR, year VARCHAR, position VARCHAR)
### Question:
what is the event for the year less tha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_171666_1 (national_share___percentage_ VARCHAR, administrative_division VARCHAR)
### Question:
What is the na... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (country VARCHAR, format VARCHAR, label VARCHAR)
### Question:
Which country has Hydra Head Records w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1973842_2 (nickname VARCHAR, joined VARCHAR)
### Question:
What's the nickname of the students of the school ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13564702_4 (points VARCHAR)
### Question:
What is the value of the points column when the value of the column... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (injured VARCHAR, date VARCHAR)
### Question:
What is Injured, when Date is "09.15 Sep. 15"?
### Answ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.