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 (us_ac VARCHAR, label_and_cat_number VARCHAR)
### Question:
What is the US AC of the label and cat# re... |
Below is an context that describes a sql 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 (release_date VARCHAR, production_num VARCHAR)
### Question:
What release date has 6998 as the produc... |
Below is an context that describes a sql 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 (operator VARCHAR, region VARCHAR)
### Question:
What is the operator of the ensemble from Yorkshire?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE trip (id VARCHAR, zip_code VARCHAR); CREATE TABLE weather (zip_code VARCHAR, mean_temperature_f INTEGER)
### Questi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_49 (roll INTEGER, decile VARCHAR, years VARCHAR, name VARCHAR)
### Question:
What is the largest roll 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_26 (young_classification VARCHAR, sprint_classification VARCHAR, general_classification VARCHAR, team_cl... |
Below is an context that describes a sql 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 (pick INTEGER, position VARCHAR, hometown_school VARCHAR)
### Question:
What pick number was the rhp ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30120556_1 (barony VARCHAR, townland VARCHAR)
### Question:
How many barony's appear when Ballyvadona 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_262527_1 (type VARCHAR, institution VARCHAR)
### Question:
what type of institution is ottawa university?
###... |
Below is an context that describes a sql 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 (athlete VARCHAR, time VARCHAR)
### Question:
Who had a time of 7:14.64?
### Answer:
SELECT athlete 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_60 (method VARCHAR, round VARCHAR, time VARCHAR)
### Question:
What is the method of the match with 1 ro... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE enroll (stu_num VARCHAR, enroll_grade VARCHAR); CREATE TABLE student (stu_fname VARCHAR, stu_lname VARCHAR, stu_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_2273738_1 (type VARCHAR, local_authority VARCHAR)
### Question:
Leeds City Council is the local authority 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_80 (attendance VARCHAR, opponent VARCHAR)
### Question:
What is the Attendance, when the Opponent 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_20855452_4 (status VARCHAR, new_points VARCHAR)
### Question:
What happened when the new points was 1705?
###... |
Below is an context that describes a sql 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 (against INTEGER, peel VARCHAR, byes VARCHAR)
### Question:
Which Against has a Peel of waroona, and ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (team VARCHAR, city_area VARCHAR)
### Question:
Which team is from Birmingham & Telford?
### 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_37 (player VARCHAR, position VARCHAR, afl_team VARCHAR)
### Question:
Which player is an offensive tackl... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15872814_5 (location_attendance VARCHAR, team VARCHAR)
### Question:
What is the location and total attendanc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_79 (roman VARCHAR, sound__allophone_ VARCHAR)
### Question:
What is the Roman entry for the allophone 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_81 (date VARCHAR, original_week VARCHAR, result VARCHAR)
### Question:
Tell me the date for original wee... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_64 (date VARCHAR, runner_s__up VARCHAR)
### Question:
On what Date was Judy Rankin Runner(s)-up?
### 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_2850912_3 (pick__number INTEGER, player VARCHAR)
### Question:
What is Graeme Bonar's lowest pick 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_18425346_2 (city_area_km_2__ INTEGER)
### Question:
What is the smallest city area?
### Answer:
SELECT MIN(ci... |
Below is an context that describes a sql 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 (bronze INTEGER, silver VARCHAR, total VARCHAR)
### Question:
What is the sum of bronzes for teams 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_23 (date VARCHAR, attendance VARCHAR)
### Question:
When was the attendance 3686?
### Answer:
SELECT dat... |
Below is an context that describes a sql 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 (rider VARCHAR, grid VARCHAR, manufacturer VARCHAR, laps VARCHAR)
### Question:
What rider is on an 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_43 (lineup VARCHAR, assist_pass VARCHAR, competition VARCHAR)
### Question:
Name the Lineup that has 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_1708050_1 (starts VARCHAR, position VARCHAR)
### Question:
Name the starts when position is 16th
### 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 (evening_gown INTEGER, average VARCHAR, interview VARCHAR, swimsuit VARCHAR)
### Question:
Which is 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_68 (date VARCHAR, outcome VARCHAR, opponent VARCHAR)
### Question:
What is Date, when Outcome is Winner,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11694832_1 (no_in_series INTEGER, written_by VARCHAR)
### Question:
What is the first series number that Adel... |
Below is an context that describes a sql 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 (result_f___a VARCHAR, league_position VARCHAR, opponents VARCHAR)
### Question:
What Result F – A ha... |
Below is an context that describes a sql 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 (attendance VARCHAR, home_team VARCHAR)
### Question:
What was the attendance record for Leicester Ci... |
Below is an context that describes a sql 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 (opponent VARCHAR, result VARCHAR)
### Question:
Who was the opponent at the Steelers game that had 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_96 (chorley INTEGER, pendle VARCHAR, rossendale VARCHAR, party VARCHAR)
### Question:
What was the avera... |
Below is an context that describes a sql 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 (year INTEGER, team VARCHAR)
### Question:
Question doesn't make sense since there is no team of pram... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28211103_1 (hawthorn_score VARCHAR, year VARCHAR)
### Question:
What is the hawthorn score at the year 2000?
... |
Below is an context that describes a sql 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 (game VARCHAR, team VARCHAR)
### Question:
What is the game with the golden state warriors?
### 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_50 (round VARCHAR, behinds VARCHAR)
### Question:
What is the Round with 1 Behinds?
### Answer:
SELECT r... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11960944_7 (high_points VARCHAR, game VARCHAR)
### Question:
How many high points were there in the game 67?
... |
Below is an context that describes a sql 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 (report VARCHAR, venue VARCHAR)
### Question:
What was the report for the game played at the Hisense ... |
Below is an context that describes a sql 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, score VARCHAR)
### Question:
What is the sum of Game with a Score that is w 104–90 (ot... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2668254_22 (party VARCHAR, candidates VARCHAR)
### Question:
What party did candidate george mcduffie (j) rep... |
Below is an context that describes a sql 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 (tc VARCHAR, wins VARCHAR, races VARCHAR)
### Question:
Which T.C. has a Win of 1, and a Race of 21?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23546266_1 (victim_s_ VARCHAR, executed_person VARCHAR)
### Question:
What's the name of Linroy Bottoson's vi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Student (Fname VARCHAR, Lname VARCHAR)
### Question:
Show first name and last name for all students.
### 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_50 (points INTEGER, attendance VARCHAR)
### Question:
What is the lowest number of points scored when 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_4 (diameter__km_ INTEGER, name VARCHAR, year_named VARCHAR)
### Question:
Which Diameter (km) has a Name... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30030227_1 (written_by VARCHAR, directed_by VARCHAR)
### Question:
How many people wrote the episode directed... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
Which tournament had a 1994 finish of RR and 1996 and 1998 finishe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2516282_3 (outcome VARCHAR, opponents VARCHAR)
### Question:
When the opponent was Yan Zi Jie Zheng, what was... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23284271_10 (date VARCHAR, team VARCHAR)
### Question:
Which date is the team @ la clippers?
### 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_53 (weekly_rank___number_ VARCHAR, share VARCHAR, viewers__m_ VARCHAR)
### Question:
What is the weekly ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13643320_2 (rnd VARCHAR, gtp_winning_team VARCHAR, gto_winning_team VARCHAR)
### Question:
What us the 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_11964154_11 (record VARCHAR, high_rebounds VARCHAR)
### Question:
What was the record when the high rebounds ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2668336_17 (district VARCHAR, first_elected VARCHAR)
### Question:
First elected in 1807 1817 in what distric... |
Below is an context that describes a sql 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 (podiums VARCHAR, points VARCHAR, wins VARCHAR, fl VARCHAR)
### Question:
What is the number of podiu... |
Below is an context that describes a sql 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 (pick__number INTEGER, overall VARCHAR)
### Question:
What was the lowest pick number with an overall... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_78 (team_2 VARCHAR)
### Question:
What 1st leg has 11 oktomvri as team 2?
### Answer:
SELECT 1 AS st_leg... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21312959_1 (written_by VARCHAR, no_in_series VARCHAR)
### Question:
Who are the writers for the episode 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_name_33 (notes VARCHAR, time VARCHAR)
### Question:
What is the notes entry for the row with a Time of 1:42.3... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_96 (loss VARCHAR, record VARCHAR)
### Question:
What was the loss of the Mariners game when they had a r... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_64 (record VARCHAR, date VARCHAR)
### Question:
Name the record for may 31
### Answer:
SELECT record 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_28365816_2 (conference VARCHAR, regular_season_winner VARCHAR)
### Question:
How many entries for conference ... |
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR)
### Question:
What is the home team's score when south melbour... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24431264_18 (points INTEGER, player VARCHAR)
### Question:
List the total number of defensive points for rade... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR)
### Question:
What was the opponent on August 29?
### Answer:
SELECT... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (democratic_ticket VARCHAR, workers_ticket VARCHAR)
### Question:
What is the name on the Democratic ... |
Below is an context that describes a sql 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 (city VARCHAR, results¹ VARCHAR)
### Question:
what city scored 0:0
### Answer:
SELECT city FROM tabl... |
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR)
### Question:
Which home team plays 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_52 (height__cm_ INTEGER, birthplace VARCHAR)
### Question:
Which Height (cm) has a Birthplace of bloomfi... |
Below is an context that describes a sql 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 (party VARCHAR, residence VARCHAR)
### Question:
Which Party has a Residence of san diego?
### Answer... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_92 (builder VARCHAR, works_number VARCHAR)
### Question:
Who was the Builder for the locomotive that 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 table_1676073_13 (lost VARCHAR, club VARCHAR)
### Question:
How many losses does Cross Keys RFC have?
### 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_29 (apps INTEGER, rank VARCHAR, club VARCHAR, season VARCHAR)
### Question:
Which Apps have a Club of 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_76 (score VARCHAR, date VARCHAR)
### Question:
What is the Score on 11 march 2001?
### Answer:
SELECT sc... |
Below is an context that describes a sql 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 (score VARCHAR, loss VARCHAR)
### Question:
What was the score of the game that had a loss of Drese (... |
Below is an context that describes a sql 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 (lost INTEGER, goals_for INTEGER)
### Question:
What was the lowest lost entry for a team with fewer ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE invoices (billing_city VARCHAR, billing_state VARCHAR)
### Question:
List the number of invoices from Chicago, IL.
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24195232_1 (affiliation VARCHAR, institution VARCHAR)
### Question:
What is the affiliation when the institut... |
Below is an context that describes a sql 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 (time VARCHAR, athlete VARCHAR, year VARCHAR, place VARCHAR)
### Question:
Which Time has a Year larg... |
Below is an context that describes a sql 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 (opponents VARCHAR, attendance VARCHAR, h___a VARCHAR, result_f___a VARCHAR)
### Question:
Which Oppo... |
Below is an context that describes a sql 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 (elite_eight VARCHAR, conference VARCHAR)
### Question:
How many teams from the Atlantic 10 conferenc... |
Below is an context that describes a sql 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 (away_team VARCHAR, venue VARCHAR)
### Question:
What was the away team when the venue was Lake Oval?... |
Below is an context that describes a sql 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 (decision VARCHAR, date VARCHAR)
### Question:
WHAT IS THE DECISION FOR NOVEMBER 28?
### 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_83 (week INTEGER, result VARCHAR)
### Question:
What was the latest week with a result of l 14-3?
### 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_59 (purpose VARCHAR, freq_currently VARCHAR)
### Question:
What is the Purpose of the Callsign with a Fr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (third VARCHAR, lead VARCHAR)
### Question:
WHAT IS THE THIRD WITH LEAD CINDY SIMMONS?
### 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_14242137_11 (season VARCHAR, regionalliga_nord VARCHAR)
### Question:
what's the season with regionalliga nor... |
Below is an context that describes a sql 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 (league_goals INTEGER, fa_cup_goals INTEGER)
### Question:
What is the average number of League Goals... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE poker_player (People_ID VARCHAR, Earnings VARCHAR); CREATE TABLE people (Name VARCHAR, People_ID VARCHAR)
### Quest... |
Below is an context that describes a sql 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 (ranking VARCHAR, nationality VARCHAR, goals VARCHAR)
### Question:
What ranking has the nationality ... |
Below is an context that describes a sql 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 (against INTEGER, byes INTEGER)
### Question:
Which against has the lowest when byes are larger than ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_8 (away_team VARCHAR, home_team VARCHAR)
### Question:
What is listed as the Away team for the Home team... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2402209_1 (no_of_barangays VARCHAR, area_coordinator VARCHAR)
### Question:
How many Barangays lived in the 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_93 (qual_1 VARCHAR, name VARCHAR)
### Question:
What did Alex Tagliani get for Qual 1?
### Answer:
SELEC... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11703336_1 (cpu VARCHAR, ram VARCHAR, display_size VARCHAR)
### Question:
what is the cpu for the calculator ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1610496_3 (gdp_per_capita_adjusted__$_ VARCHAR, population__millions_ VARCHAR)
### Question:
What is the adju... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_222198_1 (orchestra VARCHAR, year_of_recording VARCHAR)
### Question:
Which orchestra has a recording year of... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.