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_12 (venue VARCHAR, runs VARCHAR)
### Question:
What was the venue for runs 325/6?
### Answer:
SELECT ven... |
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_27721131_6 (team VARCHAR, high_points VARCHAR)
### Question:
Which team played them when andray blatche , jav... |
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_14342210_14 (player VARCHAR, touchdowns__5_points_ VARCHAR)
### Question:
How many players made 4 touchdowns?... |
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 (duration VARCHAR, start_date_time VARCHAR)
### Question:
The EVA that started on 8 July 12:38 went 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_11734041_1 (years_for_rockets VARCHAR, position VARCHAR, school_club_team_country VARCHAR)
### Question:
How ... |
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_2201724_2 (score_in_the_final VARCHAR, year VARCHAR)
### Question:
How many different final scores were there... |
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_22871239_5 (score VARCHAR, team VARCHAR)
### Question:
What was the score when the team was @ New Jersey?
##... |
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 (method VARCHAR, round VARCHAR, event VARCHAR)
### Question:
What was the method in round 1 of the UF... |
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_16 (type VARCHAR, works_number VARCHAR)
### Question:
What is Type, when Works Number is 75823?
### 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_13 (cdt___5_utc_ VARCHAR, pdt___7_utc_ VARCHAR)
### Question:
What time is CDT when PDT is 3:17 a.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_name_65 (away_team VARCHAR, date VARCHAR)
### Question:
What was the away team score at the game held on 17 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 PersonFriend (name VARCHAR, friend VARCHAR, year VARCHAR); CREATE TABLE Person (name VARCHAR, age VARCHAR, job VARC... |
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 editor (Name VARCHAR, editor_id VARCHAR); CREATE TABLE journal_committee (Name VARCHAR, editor_id VARCHAR)
### Ques... |
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 (race VARCHAR, pole_position VARCHAR)
### Question:
What race had Jody Scheckter hold pole position?
... |
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 (attendance VARCHAR, date VARCHAR)
### Question:
What is the Attendance of New Zealand Scores in bold?... |
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 debate (Date VARCHAR, Venue VARCHAR)
### Question:
What are the date and venue of each debate?
### 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_29 (venue VARCHAR, home_team VARCHAR)
### Question:
Where did Hawthorn play as home team?
### 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_1952057_5 (afc_championships INTEGER)
### Question:
What is the maximum number of AFC championships?
### 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_28 (progressive_ticket VARCHAR, democratic_ticket VARCHAR)
### Question:
Who was on the Progressive tick... |
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_22993636_5 (games_played INTEGER, steals VARCHAR)
### Question:
What is the lowest number of games played by ... |
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_66 (rank VARCHAR, event VARCHAR)
### Question:
What is Rank, when Event is "LAPT4 São Paulo"?
### 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_27 (time VARCHAR, rider VARCHAR)
### Question:
What time did rider steve plater have?
### 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_27734577_8 (high_rebounds VARCHAR, high_points VARCHAR)
### Question:
What are the high rebounds in the jama... |
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_19255192_1 (fiscal_year INTEGER, total_vehicles VARCHAR)
### Question:
What is the lowest fiscal year if tota... |
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 (first_performance VARCHAR, status VARCHAR)
### Question:
When was the first performance with a repla... |
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_3 (venue VARCHAR, against VARCHAR, date VARCHAR)
### Question:
Where was the match on 10/11/2001 against... |
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 (wins INTEGER, club VARCHAR, draws VARCHAR)
### Question:
What is the total number of wins for Cobden... |
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 (maidens INTEGER, matches VARCHAR)
### Question:
What is the sum of Maidens with a number of Matches ... |
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 (italian VARCHAR, mexican VARCHAR)
### Question:
What is the Italian word for the Mexican word frijol... |
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_40 (games INTEGER, wins VARCHAR, draws VARCHAR)
### Question:
What is the lowest Games, when Wins is les... |
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_27720737_1 (series__number VARCHAR, production_code VARCHAR)
### Question:
How many episodes had a production... |
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 (Id VARCHAR); CREATE TABLE operate_company (type VARCHAR, id VARCHAR)
### Question:
What are the distinct ty... |
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_1341865_11 (district VARCHAR, incumbent VARCHAR)
### Question:
What district did Donald Ray Matthews belong 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_43 (release_date VARCHAR, vendor VARCHAR)
### Question:
What is the release date for Eclipse Foundation?... |
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_22355_50 (nation VARCHAR, athlete VARCHAR)
### Question:
how many times was nation counted where athlete is 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_2266762_1 (driver VARCHAR, race_time VARCHAR)
### Question:
Who was the winning driver in the race that was 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_25737761_3 (director VARCHAR, no VARCHAR)
### Question:
Who directed episode number 2?
### Answer:
SELECT dir... |
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_26801821_1 (no_in_series VARCHAR, written_by VARCHAR)
### Question:
What is the number of the series written... |
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_22951088_3 (original_air_date VARCHAR, no VARCHAR)
### Question:
What was the original air date of episode nu... |
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_18946749_1 (elevation__m_ INTEGER, peak VARCHAR)
### Question:
When mount kobowre is the peak what is the hig... |
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_11960407_4 (record VARCHAR, game VARCHAR)
### Question:
How many times was the game 39?
### Answer:
SELECT CO... |
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_27 (roman VARCHAR, proto_germanic_origin VARCHAR)
### Question:
The Proto-Germanic origin of /w/ is asso... |
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 (Id VARCHAR)
### Question:
What is the 2013 with virgin in 2009?
### Answer:
SELECT 2013 FROM table_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_95 (notes VARCHAR, tournament VARCHAR, year VARCHAR)
### Question:
What is the notes for the hypo-meetin... |
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 (record VARCHAR, time VARCHAR)
### Question:
What was the record when there was a fight that lasted 5... |
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_11944282_1 (component VARCHAR, allied_related VARCHAR)
### Question:
What is the name of the integrated where... |
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 (home VARCHAR, visitor VARCHAR)
### Question:
What was the home who had California visiting?
### 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 STUDENTS (student_id VARCHAR); CREATE TABLE Behavior_Incident (student_id VARCHAR)
### Question:
How many students ... |
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_27 (label VARCHAR, release_date VARCHAR)
### Question:
What Label was Released on December 7, 2012?
### ... |
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 (school_club_team VARCHAR, player VARCHAR)
### Question:
Which school was Lawrence Roberts from ?
###... |
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 (date VARCHAR, winning_score VARCHAR)
### Question:
Which Date has a Winning score of −15 (71-69-68-6... |
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_8 (lost VARCHAR, points_against VARCHAR)
### Question:
when points against was 387 what was the lost?
##... |
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 (position INTEGER, lost VARCHAR, drawn VARCHAR)
### Question:
What is the highest position of the tea... |
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 (points INTEGER, played VARCHAR, position VARCHAR, lost VARCHAR)
### Question:
What's the points 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_23476629_2 (hometown VARCHAR, province VARCHAR)
### Question:
What is the hometown of contestants who are fro... |
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 problem_log (assigned_to_staff_id VARCHAR, problem_id VARCHAR); CREATE TABLE staff (staff_id 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_9 (home_team VARCHAR, away_team VARCHAR)
### Question:
In the match played against Telford United, who 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_6 (opponent_in_the_final VARCHAR, outcome VARCHAR, date VARCHAR)
### Question:
Which opponent was a runn... |
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 (home_team VARCHAR, away_team VARCHAR)
### Question:
What was the score of the team that played again... |
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_16 (ngc_number VARCHAR, constellation VARCHAR, object_type VARCHAR)
### Question:
I want the NGC number ... |
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_43 (place VARCHAR, country VARCHAR)
### Question:
What was the place ranking for the player from Austral... |
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_91 (nationality VARCHAR, team VARCHAR)
### Question:
What is the nationality for milwaukee hawks?
### 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 customers (email VARCHAR, phone VARCHAR, first_name VARCHAR, last_name VARCHAR)
### Question:
What is Astrid Gruber... |
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_19753079_8 (district VARCHAR, incumbent VARCHAR)
### Question:
What district did George Miller belong 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_99 (format VARCHAR, catalog VARCHAR)
### Question:
What is the Format o Catalog F4 87199?
### 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_17413485_1 (episode VARCHAR, graemes_guest VARCHAR)
### Question:
what is the number of the episode where mar... |
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_33 (date_of_appointment VARCHAR, team VARCHAR)
### Question:
WHAT IS THE APPOINTMENT DATE FOR AC HORSENS... |
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_29626583_3 (position VARCHAR, mls_team VARCHAR)
### Question:
What position did the team new york red bulls 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_17120964_6 (venue VARCHAR, man_of_the_match VARCHAR)
### Question:
At what venue did Alex Mettam/Mark William... |
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 (time VARCHAR, reaction_time VARCHAR, lane VARCHAR)
### Question:
How many Times have a Reaction 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_31 (catalogno VARCHAR, remark VARCHAR)
### Question:
Which Catalogno was #160 us?
### Answer:
SELECT cat... |
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 (year INTEGER, venue VARCHAR)
### Question:
What is the average year of events that took place in Ant... |
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_43 (date VARCHAR, record VARCHAR)
### Question:
When was 11-8 the record?
### Answer:
SELECT date FROM 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_20704243_5 (series__number VARCHAR, written_by VARCHAR)
### Question:
Name the series number for m. scott ve... |
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 (result VARCHAR, score VARCHAR)
### Question:
With a score of 2-2, what was the Result?
### 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_68 (competition VARCHAR, date VARCHAR)
### Question:
What is the Competition on July 7?
### 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_name_99 (games INTEGER, player VARCHAR)
### Question:
How many average games did Nick Rimando have?
### 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_25668203_2 (winning_team VARCHAR, winning_driver VARCHAR)
### Question:
What was the winning team when mikhai... |
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 (engine VARCHAR, entrant VARCHAR, year VARCHAR, points VARCHAR)
### Question:
What engine was used by... |
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_77 (wins INTEGER, losses VARCHAR, ties VARCHAR)
### Question:
What is the most wins when the number of 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_98 (stake VARCHAR, occupation VARCHAR)
### Question:
What stake has realtor for American equity realty 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_28 (points INTEGER, goals_for VARCHAR, draws VARCHAR, wins VARCHAR)
### Question:
What is the highest 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_name_20 (opponent_in_the_final VARCHAR, surface VARCHAR, tournament VARCHAR)
### Question:
Who is the opponen... |
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 (points INTEGER, chassis VARCHAR, year VARCHAR)
### Question:
Name the sum of points for chassis of b... |
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 (score VARCHAR, place VARCHAR)
### Question:
What score has 3 as the place?
### 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_82 (competition VARCHAR, date VARCHAR)
### Question:
Name the competition for november 19, 2008
### 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_61 (position VARCHAR, pick__number VARCHAR, player VARCHAR)
### Question:
Which Position has a Pick # sm... |
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_46 (place VARCHAR, to_par VARCHAR, score VARCHAR)
### Question:
What is the Place when the To par was +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_73 (author VARCHAR, title VARCHAR)
### Question:
who is the author when the title is destination: nerva?... |
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 (date VARCHAR, score VARCHAR, tie_no VARCHAR)
### Question:
What is the Date of Tie no 35 with a Scor... |
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_18268826_1 (no_in_season INTEGER, us_viewers__million_ VARCHAR)
### Question:
What's the season number of 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 table_name_70 (drawn VARCHAR, position VARCHAR, points VARCHAR)
### Question:
How many Drawn have a Position of 7, ... |
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 (agg VARCHAR, team_2 VARCHAR)
### Question:
What is Agg., when Team 2 is Mukungwa?
### 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_83 (left_office VARCHAR, minister VARCHAR)
### Question:
Tell me the left office for enrico la loggia
##... |
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_77 (game INTEGER, score VARCHAR)
### Question:
Score of 108-85 is what lowest game?
### Answer:
SELECT 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_15624586_2 (indigenous_mining_production_2006 VARCHAR, _percentage_of_world_demand VARCHAR)
### Question:
Wha... |
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 (round INTEGER, pick VARCHAR, player VARCHAR)
### Question:
What round was jerry corcoran drafted 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_name_25 (title VARCHAR, rank VARCHAR, worldwide_gross VARCHAR)
### Question:
What is the Title of the Film wi... |
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_40 (gamerankings VARCHAR, metacritic VARCHAR, year_released VARCHAR)
### Question:
What is the GameRanki... |
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_86 (designation VARCHAR, qualification VARCHAR)
### Question:
What is the designation for the m.tech (e.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.