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_1 (opponent VARCHAR, date VARCHAR)
### Question:
what team played on may 11
### Answer:
SELECT 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 table_name_92 (genre VARCHAR, year VARCHAR, name VARCHAR)
### Question:
Which Genre has a Year before 2013, and a 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_26 (round INTEGER, team VARCHAR)
### Question:
Which round was a player from the Long Island Lizards 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 Songs (Title VARCHAR, SongId VARCHAR); CREATE TABLE Performance (bandmate VARCHAR, SongId VARCHAR); CREATE TABLE Ba... |
Below is an context that describes a 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 (venue VARCHAR, competition VARCHAR, position VARCHAR)
### Question:
In which venue did he place 3rd 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_name_10 (s_no INTEGER, opponent VARCHAR)
### Question:
what is the number of people in sri lanka
### 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_1966992_1 (administrative_capital VARCHAR, lga_name VARCHAR)
### Question:
What is the administrative capital... |
Below is an context that describes a 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 (heat_semifinal_final VARCHAR, time VARCHAR)
### Question:
What heat, semifinal or final has a time 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_15055594_6 (states VARCHAR, fall_06 VARCHAR)
### Question:
Which state had 3821 students in the fall of 06?
#... |
Below is an context that describes a 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 (away_team VARCHAR)
### Question:
What was Carlton's score when they were the away team?
### 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_71 (winner VARCHAR, stage VARCHAR, points_classification VARCHAR, trofeo_fast_team 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_17265535_7 (equation VARCHAR)
### Question:
If the equation is 6 × 9² + 6 × 9 + 6, what is the 2nd throw?
##... |
Below is an context that describes a 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, years_for_grizzlies VARCHAR)
### Question:
Which player played for the Grizzlies 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 table_name_52 (year INTEGER, league VARCHAR)
### Question:
What was the earliest year for the USISL Pro League?
###... |
Below is an context that describes a 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 (license VARCHAR, release_date VARCHAR)
### Question:
Which licence has a release date of 2009-08?
##... |
Below is an context that describes a 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_75 (games INTEGER, team VARCHAR, rebounds VARCHAR)
### Question:
What's the mean game number for the oly... |
Below is an context that describes a 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 (incumbent VARCHAR, result VARCHAR, first_elected VARCHAR)
### Question:
What incumbent has a re-elec... |
Below is an context that describes a 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 (away_team VARCHAR, venue VARCHAR)
### Question:
Who was the away team when the VFL played at MCG?
##... |
Below is an context that describes a 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_10 (date VARCHAR, circuit VARCHAR, fastest_lap VARCHAR)
### Question:
What date was the circuit, snetter... |
Below is an context that describes a 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 (runner_up VARCHAR, season VARCHAR)
### Question:
Which Runner-up played in the Season of 2000–01?
##... |
Below is an context that describes a 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 (bluetooth VARCHAR, wifi VARCHAR, launch_year VARCHAR, rom___mib__ VARCHAR)
### Question:
What was 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 song (song_name VARCHAR, resolution VARCHAR)
### Question:
Give me a list of the names of all songs ordered by thei... |
Below is an context that describes a 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_14 (population__2006_ INTEGER, population__2011_ VARCHAR, area__km_2__ VARCHAR)
### Question:
What is 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_44 (method VARCHAR, res VARCHAR, time VARCHAR)
### Question:
What method resulted in a win and a time 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_21258_1 (natural_increase VARCHAR, births VARCHAR)
### Question:
where births is 388 000 how many number is 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_21 (year VARCHAR, engine_code VARCHAR)
### Question:
From what year is the engine with engine code M57D3... |
Below is an context that describes a 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 (games VARCHAR, name VARCHAR)
### Question:
Name the games for rubén limardo
### Answer:
SELECT games... |
Below is an context that describes a 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_69 (brilliance_grade VARCHAR, benchmark VARCHAR)
### Question:
Which Brilliance Grade has a Benchmark 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_91 (pick INTEGER, round VARCHAR, nationality VARCHAR)
### Question:
What was the lowest pick number for ... |
Below is an context that describes a 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 (report VARCHAR, location VARCHAR)
### Question:
What was the Report for the Monaco race?
### 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_63 (avg_g INTEGER, effic VARCHAR, cmp_att_int VARCHAR)
### Question:
Which Avg/G has an Effic larger 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_15581223_8 (tackles INTEGER, player VARCHAR)
### Question:
Name the least amount of tackles for danny clark
#... |
Below is an context that describes a 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 (year INTEGER, competition VARCHAR, event VARCHAR)
### Question:
Competition of u.s championships, 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_93 (region VARCHAR, catalog VARCHAR)
### Question:
What region has the catalog sir021-6?
### 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_2370579_1 (directed_by VARCHAR, written_by VARCHAR)
### Question:
Who directed the episode written by Tony 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_86 (record VARCHAR, visitor VARCHAR)
### Question:
Name the record for dallas visitor
### 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_1132568_3 (rd VARCHAR, grand_prix VARCHAR)
### Question:
What number is the Monaco Grand Prix?
### 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_14688744_2 (station VARCHAR, station_code VARCHAR)
### Question:
what amount of stations have station code 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_95 (other VARCHAR, firefox VARCHAR)
### Question:
What percentage of users were using other browsers acc... |
Below is an context that describes a 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 (team VARCHAR, qual_1 VARCHAR)
### Question:
What is the name of the team with a qual 1 time of 1:17.... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1046170_5 (us_open_cup VARCHAR, playoffs VARCHAR)
### Question:
which round is u.s. open cup division semifin... |
Below is an context that describes a 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 (tournament VARCHAR)
### Question:
Which tournament has 1r in 2011, 1r in 2012, A in 2005, and 1r 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_52 (date VARCHAR, home_team VARCHAR)
### Question:
When did the Wolverhampton Wanderers play at home?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1180228_1 (num_of_discs VARCHAR, duration VARCHAR)
### Question:
What is the total number of discs where 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_35 (year VARCHAR, assists VARCHAR)
### Question:
What year had 48 assists?
### Answer:
SELECT year 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_24 (car_s_ VARCHAR, rounds VARCHAR, owner_s_ VARCHAR)
### Question:
What car does Scott Deware own 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_23186738_6 (record VARCHAR, team VARCHAR)
### Question:
Name the record for houston
### 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 Course_Authors_and_Tutors (address_line_1 VARCHAR)
### Question:
List the addresses of all the course authors or tu... |
Below is an context that describes a 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 (attendance VARCHAR, date VARCHAR)
### Question:
What was the attendance on 10/29/1932?
### 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_26 (tickets_sold___available VARCHAR, gross_revenue__1979_ VARCHAR)
### Question:
Which venue has Ticket... |
Below is an context that describes a 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 (loss VARCHAR, score VARCHAR)
### Question:
What game did they lose by 6 - 5?
### Answer:
SELECT loss... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Participants (Participant_ID VARCHAR, Participant_Type_Code VARCHAR); CREATE TABLE Participants_in_Events (Particip... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16295365_1 (record VARCHAR, school VARCHAR)
### Question:
What was the overall record of UMBC?
### 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_8 (gpu_model VARCHAR, frequency VARCHAR, sspec_number VARCHAR)
### Question:
what is the gpu model when ... |
Below is an context that describes a 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 (round VARCHAR, time VARCHAR)
### Question:
Which round has a time of 3:01?
### Answer:
SELECT round ... |
Below is an context that describes a 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 (record VARCHAR, date VARCHAR)
### Question:
What is Record, when Date is "December 30"?
### 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_12834315_5 (barrel_profile VARCHAR, name VARCHAR)
### Question:
What is the barrell profile that goes with 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_55 (time_retired VARCHAR, driver VARCHAR)
### Question:
What is the time/retired for the driver emerson ... |
Below is an context that describes a 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 (socket VARCHAR, multiplier_1 VARCHAR)
### Question:
What is the socket type for the processor 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_41 (opponent VARCHAR, attendance VARCHAR)
### Question:
Who is the opponent when the attendance is 57,33... |
Below is an context that describes a 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 (edges INTEGER, dual_archimedean_solid VARCHAR, vertices VARCHAR)
### Question:
Which Edges have a Du... |
Below is an context that describes a 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 (year VARCHAR, player VARCHAR)
### Question:
What is the sum of all the years that Landon Donovan won... |
Below is an context that describes a 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 (played INTEGER, conceded INTEGER)
### Question:
Mean of played with smaller than 7 conceded?
### 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_58 (replaced_by VARCHAR, outgoing_manager VARCHAR)
### Question:
Who replaced István Sándor?
### 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_70 (round INTEGER, record VARCHAR)
### Question:
What is the sum of Round, when Record is "19-25-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_name_40 (result VARCHAR, goals VARCHAR)
### Question:
What was the score of cook 3/6?
### Answer:
SELECT resu... |
Below is an context that describes a 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 (gross_mw VARCHAR, operation_start VARCHAR)
### Question:
Operation start of 2015 has what gross mw?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17058151_6 (record VARCHAR, date VARCHAR)
### Question:
Name the record for december 6
### Answer:
SELECT rec... |
Below is an context that describes a 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_26 (rank INTEGER)
### Question:
What is the average 1st place with a Rank that is larger than 10?
### 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_23 (group VARCHAR, population VARCHAR)
### Question:
What group has a Population of see hoy?
### 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_19753079_41 (result VARCHAR, incumbent VARCHAR)
### Question:
When chris carney is the incumbent what are 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_7 (founded INTEGER, nickname VARCHAR)
### Question:
What is the most recent year founded that has a nick... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Settlements (Id VARCHAR)
### Question:
How many settlements are there in total?
### Answer:
SELECT COUNT(*) FROM 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_89 (year INTEGER, chassis VARCHAR)
### Question:
What year was the brabham bt46 bt48 bt49 Chassis common... |
Below is an context that describes a 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 (points_gained INTEGER, fans_took VARCHAR, miles_ VARCHAR, one_way VARCHAR)
### Question:
What is 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_31 (part_3 VARCHAR, part_4 VARCHAR)
### Question:
What is the part 3 entry that has a part 4 entry of gi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28677723_16 (couple VARCHAR, total VARCHAR)
### Question:
What is the couple that received a total score 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_83 (race VARCHAR, time VARCHAR)
### Question:
Who holds the time of 17:11.572?
### Answer:
SELECT race 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_50 (round VARCHAR, opponent VARCHAR)
### Question:
What round has hereford united as the opponent?
### 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_94 (date VARCHAR, away_team VARCHAR)
### Question:
what is the date when the away team is crystal palace... |
Below is an context that describes a 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_51 (date VARCHAR, away_team VARCHAR)
### Question:
What day is north melbourne the away side?
### 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_66 (match VARCHAR, competition VARCHAR, date VARCHAR)
### Question:
Which Match has a Competition of Gro... |
Below is an context that describes a 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 (year VARCHAR, division INTEGER)
### Question:
What is the total number of years that have divisions ... |
Below is an context that describes a 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 (score VARCHAR, december VARCHAR)
### Question:
What is the score for the Dec 11 game?
### 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_65 (total INTEGER, silver VARCHAR, bronze VARCHAR)
### Question:
How many Total medals did the country 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_22297198_3 (team VARCHAR, outgoing_manager VARCHAR)
### Question:
What team did Alireza mansourian leave?
###... |
Below is an context that describes a 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 (body_styles VARCHAR, engine VARCHAR)
### Question:
What body styles have devaux-hall inline 6 as 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_27 (grid INTEGER, driver VARCHAR, time_retired VARCHAR, laps VARCHAR)
### Question:
What is the sum of 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_59 (total_rebounds INTEGER, player VARCHAR)
### Question:
What was Peter Woolfolk's Total Rebound averag... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22460085_1 (character VARCHAR, original_broadway_performer VARCHAR)
### Question:
What character did Moya Ang... |
Below is an context that describes a 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 (away_team VARCHAR, venue VARCHAR)
### Question:
Who was the away team at western oval?
### 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_26565936_2 (written_by VARCHAR, no_in_series VARCHAR)
### Question:
Who wrote episode number 109 in the serie... |
Below is an context that describes a 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 (laps INTEGER, driver VARCHAR)
### Question:
How many Laps did Bob Wollek have?
### Answer:
SELECT AVG... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14623167_1 (call_sign VARCHAR, physical VARCHAR)
### Question:
Name the call sign for the 17 physical
### 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_22020724_1 (result VARCHAR, title_in_the_original_language VARCHAR)
### Question:
What are the results for 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_55 (wins VARCHAR, tournament VARCHAR, events VARCHAR)
### Question:
How many wins were in the PGA Champi... |
Below is an context that describes a 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 (fa_cup_apps INTEGER, league_goals VARCHAR, total_goals VARCHAR)
### Question:
Which FA Cup apps has ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE station (station_id VARCHAR); CREATE TABLE train_station (station_id VARCHAR); CREATE TABLE train_station (train_id... |
Below is an context that describes a 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 (score VARCHAR, country VARCHAR, place VARCHAR)
### Question:
What did the United States score 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 table_name_29 (country VARCHAR, left_office VARCHAR)
### Question:
What is the country of the Representative that l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.