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_24 (nat VARCHAR, name VARCHAR)
### Question:
What nation had a ship named Roma?
### Answer:
SELECT nat 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_12146068_2 (gt1_winning_team VARCHAR, rnd VARCHAR)
### Question:
What is the number of gt1 winning team for r... |
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_2780146_6 (pm__g_kwh_ VARCHAR, co__g_kwh_ VARCHAR)
### Question:
What's the PM for the standard with 12.3 g/k... |
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_61 (spanish_voice_actor VARCHAR, french_voice_actor VARCHAR)
### Question:
Which Spanish voice actor doe... |
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 member (address VARCHAR)
### Question:
Find the number of members living in each address.
### Answer:
SELECT COUNT(... |
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_4 (opponent VARCHAR, stadium VARCHAR)
### Question:
What opponent has balboa stadium as the opponent?
##... |
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 INVESTORS (Investor_details VARCHAR)
### Question:
Show all investor details.
### Answer:
SELECT Investor_details 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_44 (current_champion_s_ VARCHAR, championship VARCHAR)
### Question:
Who is the current champion in 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 election (Party VARCHAR); CREATE TABLE party (Party VARCHAR, Party_ID VARCHAR)
### Question:
Show the name of each ... |
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 mission (Name VARCHAR, Ship_ID VARCHAR); CREATE TABLE ship (Name VARCHAR, Ship_ID VARCHAR)
### Question:
List the 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_80 (points INTEGER, difference VARCHAR, played VARCHAR)
### Question:
Which Points has a Difference of 3... |
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_96 (score INTEGER, number VARCHAR, drop_goals VARCHAR, penalties VARCHAR)
### Question:
drop goals large... |
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 (date VARCHAR, location VARCHAR, year VARCHAR)
### Question:
Tell me the date for warsaw 1929
### Ans... |
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_2 (wins INTEGER, year VARCHAR, drivers VARCHAR)
### Question:
In 2011, how many wins did Michael Meadows... |
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 (region VARCHAR, format_s_ VARCHAR, date VARCHAR)
### Question:
What region has a lp format on 4 Augu... |
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_53 (week_1 VARCHAR, week_3 VARCHAR)
### Question:
What is the week 1 with candice hunnicutt in week 3?
#... |
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_70 (took_office INTEGER, name VARCHAR, up_for_reelection VARCHAR)
### Question:
What was the earliest ye... |
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 (round_3 VARCHAR, round_4 VARCHAR)
### Question:
Round 3 with a round 4 of 50?
### Answer:
SELECT rou... |
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 (average INTEGER, evening_gown VARCHAR, interview VARCHAR, country VARCHAR)
### Question:
Name the lo... |
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_19789597_5 (date VARCHAR, score VARCHAR)
### Question:
Name the total number of date for l 63-77
### 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_92 (country VARCHAR, to_par VARCHAR, score VARCHAR)
### Question:
What country is the player ho had a To... |
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 (laps VARCHAR, manufacturer VARCHAR, time_retired VARCHAR)
### Question:
Name the laps for suzuki 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_13 (year VARCHAR, position VARCHAR, college VARCHAR)
### Question:
Tell me the year for defensive tackle... |
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 (rank INTEGER, time VARCHAR, lane VARCHAR)
### Question:
What is the Rank of the Swimmer with a Time ... |
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_37 (b_score INTEGER, a_score VARCHAR, total VARCHAR)
### Question:
what is the sum of the b score when 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_47 (score VARCHAR)
### Question:
What is the average first prize of the tournament with a score of 279 (... |
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 (name VARCHAR, family VARCHAR, species_authority VARCHAR)
### Question:
Who has canidae as family 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_23 (time VARCHAR, set_3 VARCHAR)
### Question:
What is the time when the set 3 score is 31–29?
### 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 player (POSITION VARCHAR)
### Question:
how many different positions are there?
### Answer:
SELECT COUNT(DISTINCT P... |
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 (opponent VARCHAR, week VARCHAR, attendance VARCHAR)
### Question:
What opponent had an attendance of... |
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_12828723_5 (played VARCHAR, club VARCHAR)
### Question:
What was the played with club tumble rfc?
### 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_31 (points INTEGER, grade VARCHAR)
### Question:
What is the total number of points when the grade was 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_6 (date VARCHAR, margin_of_victory VARCHAR, runner_s__up VARCHAR)
### Question:
On what Date was Carole ... |
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 (bronze INTEGER, nation VARCHAR, gold VARCHAR)
### Question:
What is the smallest bronze with a Natio... |
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_13557843_7 (date VARCHAR, game VARCHAR)
### Question:
what's the date with game being 72
### Answer:
SELECT 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_1745843_7 (part_4 VARCHAR, part_3 VARCHAR)
### Question:
What's the part 4 for the verb whose part 3 is borge... |
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_24951872_2 (week INTEGER, attendance VARCHAR)
### Question:
What was the maximum week that had attendance of ... |
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_21 (metres VARCHAR, feet INTEGER)
### Question:
How many metres tall is the building that is larger than... |
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_26368963_2 (under_11 VARCHAR, under_17 VARCHAR)
### Question:
What is every value for Under-11 when value of ... |
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_20236726_2 (wd_no VARCHAR, lms_no VARCHAR)
### Question:
Name the total number of wd number for lms number be... |
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 (grid VARCHAR, team VARCHAR)
### Question:
What is the Grid number for the Team from Italy?
### 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_19930660_2 (winner VARCHAR, rufus_guest VARCHAR)
### Question:
Who won the episode in which Sean Lock was Ruf... |
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_44 (away_team VARCHAR, home_team VARCHAR)
### Question:
What did the away team score when playing South ... |
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 (circuit VARCHAR, fastest_lap VARCHAR)
### Question:
I want the circuit for jim clark
### 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_31 (points VARCHAR, wins VARCHAR, year VARCHAR, rank VARCHAR)
### Question:
Name the total number of poi... |
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_71 (ihsaa_football_class VARCHAR, school VARCHAR)
### Question:
Which IHSAA Football Class has a 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_name_1 (melbourne VARCHAR, sydney VARCHAR, auckland VARCHAR, gold_coast VARCHAR, perth 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 Player_Attributes (player_api_id VARCHAR); CREATE TABLE Player (player_name VARCHAR, birthday VARCHAR, player_api_i... |
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_16185956_1 (incumbent VARCHAR)
### Question:
How many groups of candidates are there in there in the district... |
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_15 (moving_to VARCHAR, nat VARCHAR)
### Question:
Where is the nationality of Arg Esp moving to?
### Ans... |
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_17356106_1 (original_air_date VARCHAR, series__number VARCHAR)
### Question:
For series number 256, what was ... |
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_80 (from_club VARCHAR, player VARCHAR)
### Question:
What is From Club, when Player is "Robinho"?
### 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_5 (player VARCHAR, school_club_team VARCHAR)
### Question:
Which Player has a School/Club Team of Illino... |
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_30 (home VARCHAR, date VARCHAR, geust VARCHAR)
### Question:
Who was the home team of the match on 21.10... |
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_2201541_3 (outcome VARCHAR, partner VARCHAR)
### Question:
How many different outcomes did the final with Pau... |
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_71 (player VARCHAR, place VARCHAR)
### Question:
What is the Player in T5 Place?
### Answer:
SELECT play... |
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 (outcome VARCHAR, partner VARCHAR)
### Question:
What was the outcome for Jan Pisecky and his partner... |
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_27913160_3 (race VARCHAR, most_laps_led VARCHAR)
### Question:
What race did Simon Pagenaud have the most lap... |
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 (category VARCHAR, result VARCHAR, year VARCHAR)
### Question:
In 2007 what category won?
### 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_99 (linke VARCHAR, state VARCHAR)
### Question:
What percent did LINKE get in Tyrol?
### 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 table_name_32 (total INTEGER, nation VARCHAR, silver VARCHAR)
### Question:
What is the lowest Total for Italy with... |
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 (date VARCHAR, home VARCHAR)
### Question:
Home of dallas happened on what date?
### Answer:
SELECT 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_81 (loss VARCHAR, name VARCHAR, long VARCHAR)
### Question:
How many losses have jake sharp as the 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_60 (outcome VARCHAR, opponents_in_the_final VARCHAR)
### Question:
Name the outcome for opponents of jon... |
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_49 (opponent VARCHAR, attendance VARCHAR)
### Question:
Attendance of 23,150 had what opponent?
### 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_23 (player VARCHAR, round VARCHAR)
### Question:
What is the Player in Round 5?
### Answer:
SELECT playe... |
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 (airport VARCHAR, iata VARCHAR)
### Question:
Which airport has IATA of BKK?
### Answer:
SELECT airpo... |
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_15 (Id VARCHAR)
### Question:
Who attended the school in 2008, that Deandria Hill attended in 2005?
### ... |
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 (average_attendance INTEGER, _number_of_home_games VARCHAR)
### Question:
What was the Average Attend... |
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_6 (canadian_championship VARCHAR, concacaf_champions_league VARCHAR)
### Question:
What Canadian Champio... |
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 (artist VARCHAR, theme VARCHAR)
### Question:
Who was the artist for the year of the snake?
### 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_78 (attendance VARCHAR, game_site VARCHAR, opponent VARCHAR)
### Question:
How many were in attendance 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_90 (discs VARCHAR, region_1_release VARCHAR)
### Question:
What discs has a region 1 release date of Jan... |
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_24384861_1 (aux_in VARCHAR, dock_connection VARCHAR)
### Question:
How many connections aux in using FIrewire... |
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_88 (conference_joined VARCHAR, mascot VARCHAR)
### Question:
Can you tell me the Conference Joined that ... |
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 (average INTEGER, state VARCHAR, evening_gown VARCHAR)
### Question:
What is the highest average of 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_94 (points VARCHAR, engine VARCHAR, year VARCHAR)
### Question:
What is the number of points for the mas... |
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_49 (class VARCHAR, part_3 VARCHAR)
### Question:
What is the class for trafen in part 3?
### 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_14747043_1 (class_aA VARCHAR, class_a VARCHAR)
### Question:
Which is the class AA when graford was the class... |
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_12744399_1 (initial_release_date VARCHAR, developer VARCHAR)
### Question:
When was the game developed by Mic... |
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 (matches INTEGER, team VARCHAR, strike_rate VARCHAR)
### Question:
What were the total number of matc... |
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_52 (wins INTEGER, draws INTEGER)
### Question:
How many wins are there when the draws are less than 0?
#... |
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 (round VARCHAR, opponent VARCHAR)
### Question:
How many rounds was the bout against bobby rehman?
##... |
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_13036251_1 (the_mole VARCHAR, winner VARCHAR)
### Question:
what's the mole with winner being frédérique huyd... |
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_71 (home_team VARCHAR, venue VARCHAR)
### Question:
Which home team's venue is junction oval?
### 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_2 (record VARCHAR, high_points VARCHAR, team VARCHAR)
### Question:
What is Record, when High Points 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_83 (home VARCHAR, geust VARCHAR)
### Question:
What is the home of fc thun (asl) geust?
### Answer:
SELE... |
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_16390001_2 (interview VARCHAR, average VARCHAR)
### Question:
What are the interview scores for contestants 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_2651755_2 (alliance VARCHAR, democratic_coalition VARCHAR)
### Question:
where democratic coalition is eduard... |
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 entrepreneur (People_ID VARCHAR, Investor VARCHAR); CREATE TABLE people (Date_of_Birth VARCHAR, People_ID VARCHAR)
... |
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_13514348_7 (umpires VARCHAR, simpson_medal VARCHAR)
### Question:
Who were the umpires when Paul Vines (S) wo... |
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_81 (location VARCHAR, school VARCHAR)
### Question:
What is the location for Lakewood Park Christian?
##... |
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_44 (parish__prestegjeld_ VARCHAR, church_name VARCHAR)
### Question:
Which parish has a church named Van... |
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_64 (player VARCHAR, mls_team VARCHAR)
### Question:
Tell me the player from dallas burn
### Answer:
SELE... |
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 FLIGHTS (FlightNo VARCHAR, DestAirport VARCHAR)
### Question:
What are flight numbers of flights arriving at Airpor... |
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_35 (location VARCHAR, mascot VARCHAR)
### Question:
where is Mascot of quakers?
### Answer:
SELECT locat... |
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_17429402_7 (occ_championships INTEGER, last_outright_occ_championship VARCHAR)
### Question:
What is the fewe... |
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 (event VARCHAR, opponent VARCHAR)
### Question:
What is the event where the opponent was Chris Barden... |
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 mountain (Height VARCHAR, Mountain_ID VARCHAR); CREATE TABLE climber (Name VARCHAR, Mountain_ID VARCHAR)
### Questi... |
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_23585197_3 (position INTEGER, date_eliminated VARCHAR)
### Question:
What is the position of the song that wa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.