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_47 (surface VARCHAR, runner_up VARCHAR)
### Question:
What is the surface of the match with Brian Gottfr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17778417_1 (attendance VARCHAR, week VARCHAR)
### Question:
How many people attended the Week 8 game when Den... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (laps INTEGER, qual VARCHAR)
### Question:
How many laps resulted from a Qual of 165.229?
### 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_10470082_7 (villains VARCHAR, storyteller VARCHAR, director VARCHAR)
### Question:
Who are the villains in 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_62 (event VARCHAR, round VARCHAR)
### Question:
What is Event, when Round is "10"?
### Answer:
SELECT ev... |
Below is an context that describes a sql 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 (player VARCHAR, country VARCHAR, score VARCHAR)
### Question:
What player has The United States as 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_22 (holmenkollen VARCHAR, country VARCHAR, winner VARCHAR)
### Question:
Which Holmenkollen has a Countr... |
Below is an context that describes a sql 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 (opponent VARCHAR, week VARCHAR)
### Question:
Who is the opponent for week 5?
### Answer:
SELECT opp... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29619494_2 (season VARCHAR, sake_tuyas VARCHAR)
### Question:
What season did the Sake Tuyas come in 1st plac... |
Below is an context that describes a sql 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 (city VARCHAR, state VARCHAR, team VARCHAR)
### Question:
Where is the city of Maharashtra's Pune 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_27437601_2 (no_in_series VARCHAR, no_in_season VARCHAR)
### Question:
List the series number for season 12.
#... |
Below is an context that describes a sql 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 (release_date VARCHAR, sspec_number VARCHAR)
### Question:
What is Release Date, when sSpec Number 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_44 (height_ft___m VARCHAR, year_completed VARCHAR, name VARCHAR)
### Question:
How tall is the florida 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_84 (became_duchess VARCHAR, death VARCHAR)
### Question:
WHo Became Duchess that has a Death of 26 octob... |
Below is an context that describes a sql 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 (date VARCHAR, time VARCHAR)
### Question:
Which Date has a Time of 1:00.59?
### Answer:
SELECT date ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE CLASS (crs_code VARCHAR); CREATE TABLE department (dept_name VARCHAR, dept_code VARCHAR); CREATE TABLE course (dept... |
Below is an context that describes a sql 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 (home VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
Name the home when the visitor was dallas... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_11 (pick__number INTEGER, league_from VARCHAR, player VARCHAR)
### Question:
What is the average pick # ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1817879_2 (length__miles_ VARCHAR, endpoints VARCHAR)
### Question:
What is the length (miles) when pico 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_70 (value___usd__ VARCHAR, country VARCHAR, date VARCHAR, business VARCHAR)
### Question:
In New Zealand... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
what is the tournament when the performance in 2012 is 3r and 2011... |
Below is an context that describes a sql 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 (home_city VARCHAR, stadium VARCHAR)
### Question:
What is the home city when the stadium was Gradski... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_34 (catalog VARCHAR, region VARCHAR)
### Question:
Which catalog value has a region of world?
### 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_2076595_1 (control VARCHAR, type VARCHAR)
### Question:
Is art school public or private?
### Answer:
SELECT c... |
Below is an context that describes a sql 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 (game INTEGER, opponent VARCHAR, february VARCHAR)
### Question:
What is the lowest numbered game wit... |
Below is an context that describes a sql 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 (rec INTEGER, yards VARCHAR, avg VARCHAR)
### Question:
How many receptions for players with over 647... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_85 (college_junior_club_team VARCHAR, round INTEGER)
### Question:
What is the college club that plays 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_88 (silver INTEGER, rank INTEGER)
### Question:
What is the highest number of silvers for ranks over 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_13 (record VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
What was the record from the Golden Sta... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (artist VARCHAR, date VARCHAR)
### Question:
What is the Artist with a Date that is june 1979?
### 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 TRANSACTIONS (investor_id VARCHAR, share_count INTEGER)
### Question:
Show the average share count of transactions ... |
Below is an context that describes a sql 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 (winning_score VARCHAR, margin VARCHAR)
### Question:
What is the winning score of the match with 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_15463188_1 (position VARCHAR, name VARCHAR)
### Question:
Name the position for judy-ann ramirez
### 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_1481865_1 (original_air_date VARCHAR, number_of_episode VARCHAR)
### Question:
What was the original air date... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25735_1 (competition VARCHAR, winner VARCHAR)
### Question:
Which competition did the toronto city saints win... |
Below is an context that describes a sql 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 (end_of_term VARCHAR, age_at_inauguration VARCHAR)
### Question:
What is the End of term of the Presi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (opponent_in_the_final VARCHAR, outcome VARCHAR, date VARCHAR)
### Question:
Who is the Opponent in 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_50 (draws INTEGER, against INTEGER)
### Question:
What was the lowest draw when the against was larger 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_12 (release_price___usd__ VARCHAR, i_o_bus VARCHAR, part_number_s_ VARCHAR)
### Question:
What's the rel... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27450976_1 (title VARCHAR, production_code VARCHAR)
### Question:
What is the title of the episode with a pro... |
Below is an context that describes a sql 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 (lost INTEGER, against VARCHAR, diff VARCHAR, points VARCHAR)
### Question:
What is the average numbe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23235679_1 (written_by VARCHAR, production_code VARCHAR)
### Question:
Name who wrote 5ajn11
### 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_96 (countries_visited VARCHAR, presenter VARCHAR)
### Question:
Which country did Natalia Makarova visit... |
Below is an context that describes a sql 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 (name VARCHAR, league_cup VARCHAR, fa_cup VARCHAR)
### Question:
What is the Name when the League Cup... |
Below is an context that describes a sql 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 (number_of_bearers_2008 INTEGER, surname VARCHAR, rank VARCHAR)
### Question:
What is the highest Num... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23274514_7 (high_rebounds VARCHAR, record VARCHAR)
### Question:
Name the high rebounds for 17-33
### 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_22 (opponent VARCHAR, score VARCHAR)
### Question:
who is the opponent when the score is 3–6, 6–1, 7–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_28 (opponent VARCHAR, week VARCHAR)
### Question:
What is the Opponent on Week 11?
### Answer:
SELECT op... |
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR)
### Question:
Which team played away at Victoria park?
### 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_89 (location VARCHAR, record VARCHAR)
### Question:
Where was the location when the record was 12-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_23281862_9 (score VARCHAR, record VARCHAR)
### Question:
What is the score when 36-33 is the record?
### 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 pilot (POSITION VARCHAR, Join_Year INTEGER)
### Question:
Show the pilot positions that have both pilots joining af... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_18 (country VARCHAR, host VARCHAR)
### Question:
Which Country has a Host of miguel esteban?
### 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_47 (country VARCHAR, score VARCHAR)
### Question:
What is the Country of the Player with a Score of 66-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_32 (city_area_km_2__ INTEGER, district VARCHAR, city_population__2009_ 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_83 (time VARCHAR, opponent VARCHAR)
### Question:
At what time did the opponent Takaichi Hirayama have 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_29 (result VARCHAR, h___a VARCHAR, round VARCHAR)
### Question:
What is the result for an H/A of H and 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_2866456_1 (directed_by VARCHAR, production_code VARCHAR)
### Question:
Who is the directed by when 2t6404 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_55 (start VARCHAR, rank VARCHAR)
### Question:
Which start has 4 as a rank?
### Answer:
SELECT start 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_46 (variant_id VARCHAR)
### Question:
Which 5’UTR splice has a Variant ID at sftpa1 variant 2?
### 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_2 (seasons VARCHAR, coach VARCHAR)
### Question:
How many seasons did Pat Chambers coach?
### 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_34 (bronze INTEGER, total VARCHAR, gold VARCHAR)
### Question:
Which Bronze has a Total of 4, and a Gold... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE area_code_state (area_code INTEGER)
### Question:
What are the maximum and minimum values of area codes?
### 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_60 (date VARCHAR, record VARCHAR)
### Question:
For the record of 52-60 what's the date?
### 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_84 (game INTEGER, opponent VARCHAR)
### Question:
What is the sum of the game with the boston bruins as ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (country VARCHAR, to_par VARCHAR, score VARCHAR)
### Question:
Which country has -9 to par with a Sco... |
Below is an context that describes a sql 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 (titles INTEGER, current_run_since VARCHAR, club VARCHAR)
### Question:
What is the highest number 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_76 (engine VARCHAR, year VARCHAR)
### Question:
What engine was used in 1999?
### Answer:
SELECT engine ... |
Below is an context that describes a sql 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 (time VARCHAR, country VARCHAR)
### Question:
What time was the race for the country of france?
### 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_57 (outgoing_manager VARCHAR, date_of_appointment VARCHAR)
### Question:
I want the outgoing manager 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_61 (hole VARCHAR, player VARCHAR)
### Question:
How many holes does Player Vijay Singh have?
### 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_56 (drawn VARCHAR, club VARCHAR)
### Question:
What was drawn for llanishen rfc?
### Answer:
SELECT draw... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2226817_7 (directed_by VARCHAR, original_air_date VARCHAR)
### Question:
If the original air date January 19,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29434211_1 (poles VARCHAR, series VARCHAR)
### Question:
How many poles does the European F3 Open series have... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_85 (seat INTEGER, season_6 VARCHAR)
### Question:
Which Seat has a Season 6 of kevin o'leary?
### 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_4 (total_seats INTEGER, share_of_votes VARCHAR)
### Question:
When the share of votes is 33.9%, what's 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_61 (name VARCHAR, route_of_administration VARCHAR, investigation VARCHAR)
### Question:
What Name is adm... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14573770_4 (fourth_place INTEGER, nation VARCHAR)
### Question:
How many teams named argentina?
### 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_50 (jockey VARCHAR, horse_name VARCHAR)
### Question:
What jockey is on hard spun?
### Answer:
SELECT jo... |
Below is an context that describes a sql 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 (game INTEGER, record VARCHAR)
### Question:
Record of 20–4 involved what highest game?
### 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_5 (season VARCHAR, acquisition_via VARCHAR, school_club_team VARCHAR)
### Question:
Which season had a 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_98 (guest VARCHAR, attendance VARCHAR)
### Question:
Who was the guest when attendance was 3?
### 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_68 (wins VARCHAR, points VARCHAR, finishes VARCHAR, starts VARCHAR)
### Question:
What is the number 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_25594271_2 (yacht VARCHAR, loa__metres_ VARCHAR)
### Question:
What yacht had LOA Metres of 13.34?
### 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_24 (draws INTEGER, ballarat_fl VARCHAR, against VARCHAR)
### Question:
What was the highest number of Dr... |
Below is an context that describes a sql 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 (area__sqdeg_ INTEGER, area__msr_ VARCHAR, right_ascension__hm_ VARCHAR)
### Question:
What is the 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_51 (golden_tickets VARCHAR, audition_city VARCHAR)
### Question:
How many golden tickets were given out ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_31 (date_of_birth VARCHAR, height VARCHAR)
### Question:
What is Date of Birth, when Height is "Head Coa... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR, score VARCHAR)
### Question:
Name the opponent for jul 31 and 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 club (clubid VARCHAR, clubname VARCHAR); CREATE TABLE student (age INTEGER, stuid VARCHAR); CREATE TABLE member_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_11764007_2 (member VARCHAR, week_arrived_on_main_island VARCHAR)
### Question:
How many members arrived on 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_1342370_17 (district VARCHAR, incumbent VARCHAR)
### Question:
In which district is James O'Connor the incumb... |
Below is an context that describes a sql 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 (round INTEGER, player VARCHAR)
### Question:
What lowest round has orlando pace as the player?
### 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_34 (runners VARCHAR, placing INTEGER)
### Question:
How many runners had placings over 8?
### 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_97 (time VARCHAR, rider VARCHAR)
### Question:
what was valentino rossi's rider time?
### 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_33 (games VARCHAR, event VARCHAR, medal VARCHAR)
### Question:
Which Olympic Games had a silver medal fo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE review (rating INTEGER); CREATE TABLE item (title VARCHAR, i_id VARCHAR); CREATE TABLE review (i_id VARCHAR, rating... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_85 (crowd INTEGER, away_team VARCHAR)
### Question:
WHAT WAS ESSENDON'S HIGHEST CROWD NUMBER WHEN PLAYIN... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11690135_1 (country VARCHAR, evening_gown VARCHAR)
### Question:
Who had evening gown score of 9.82?
### 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_89 (points VARCHAR, year VARCHAR)
### Question:
Name the total number of points for 1952
### Answer:
SEL... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.