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_2 (reign_ended VARCHAR, length VARCHAR, country VARCHAR)
### Question:
Whose reign ended in Afghanistan ... |
Below is an context that describes a sql 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 (beer VARCHAR, recorded VARCHAR)
### Question:
What beer has a record of 4.08?
### Answer:
SELECT bee... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17288845_7 (game INTEGER, date VARCHAR)
### Question:
What is the number of the game that was played on Janua... |
Below is an context that describes a sql 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 (team_2 VARCHAR, captain_1 VARCHAR)
### Question:
Which Team 2 has a Captain 1 of final?
### 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 (attendance VARCHAR, week VARCHAR, opponent VARCHAR)
### Question:
What is the total attendance in 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_18 (laps VARCHAR, rider VARCHAR, grid VARCHAR)
### Question:
Total laps for Shinya Nakano at smaller 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_18943444_1 (samples_taken INTEGER, product VARCHAR)
### Question:
What is the smallest amount sampled of prod... |
Below is an context that describes a sql 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 (week_2 VARCHAR, week_3 VARCHAR)
### Question:
What was the week 2 before Lara Leverence was week 3?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_6 (home VARCHAR, score VARCHAR)
### Question:
What home has 136-134 as the score?
### Answer:
SELECT hom... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27495117_3 (manner_of_departure VARCHAR, date_of_appointment VARCHAR)
### Question:
What was the manner of de... |
Below is an context that describes a sql 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 (school VARCHAR, hometown VARCHAR)
### Question:
Which school has a Hometown of phoenix, az?
### 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_23157997_13 (mountains_classification VARCHAR, youth_classification VARCHAR)
### Question:
How many Mountains... |
Below is an context that describes a sql 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 (game VARCHAR, date VARCHAR)
### Question:
What game took place on April 28?
### Answer:
SELECT game ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE matches (winner_name VARCHAR, tourney_name VARCHAR, winner_hand VARCHAR)
### Question:
How many different winners 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_10 (silver VARCHAR, bronze INTEGER)
### Question:
What is the number of silver when bronze is less 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_57 (outcome VARCHAR, date VARCHAR)
### Question:
What is the outcome on June 9, 1997?
### 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_21 (wkts INTEGER, ovrs VARCHAR, runs VARCHAR, player VARCHAR)
### Question:
What is the highest wkts 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_98 (silver INTEGER, gold VARCHAR, bronze VARCHAR, rank VARCHAR)
### Question:
what is the least silver 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_25246990_5 (us_viewers__millions_ VARCHAR, written_by VARCHAR)
### Question:
How many U.S. viewers were there... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19523142_5 (group_12 VARCHAR, group_9 VARCHAR)
### Question:
Who played in group 12 when Group 9 played psid ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29535057_4 (location VARCHAR, acc_team VARCHAR)
### Question:
Where did the games that had Wake Forest as 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 (date VARCHAR, game_site VARCHAR)
### Question:
What date has a Game site of bye?
### 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_28 (division_record VARCHAR, team VARCHAR)
### Question:
Name the division record for riders
### 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_16799784_11 (latitude VARCHAR, diameter__km_ VARCHAR)
### Question:
At what latitude can you find the diamete... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16489766_2 (administrative_population__2010_ VARCHAR, city VARCHAR)
### Question:
What is the total administr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2374338_2 (population INTEGER, serbs VARCHAR)
### Question:
What is the smallest value of population if the v... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23670057_4 (height__f_ VARCHAR, position VARCHAR)
### Question:
For all players playing at the center, list ... |
Below is an context that describes a sql 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 (yards VARCHAR, avg VARCHAR, rec VARCHAR)
### Question:
Name the total number of yards for avg of 9 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_66 (date VARCHAR, meet VARCHAR, time VARCHAR)
### Question:
On what Date was the Meet of 2007 Pan Americ... |
Below is an context that describes a sql 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 (iata VARCHAR, icao VARCHAR)
### Question:
Which IATA's ICAO is rjss?
### Answer:
SELECT iata FROM ta... |
Below is an context that describes a sql 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 (opponent VARCHAR, october VARCHAR, score VARCHAR)
### Question:
Which Opponent has a October larger ... |
Below is an context that describes a sql 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 (pick__number INTEGER, name VARCHAR, round VARCHAR)
### Question:
Which Pick # is the highest one 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 school (School_Colors VARCHAR, Enrollment VARCHAR)
### Question:
List the school color of the school that has the 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_26 (player VARCHAR, place VARCHAR, score VARCHAR)
### Question:
who is the player when the place is t5 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_20462111_1 (winner VARCHAR, date VARCHAR)
### Question:
Who won the cup on 30.11.2008?
### Answer:
SELECT 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_10875694_11 (product_no VARCHAR, title VARCHAR)
### Question:
How many products have the title "Jak 3"?
### 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_22 (area__hectare_ VARCHAR, parish VARCHAR)
### Question:
What is the area for Worth Parish?
### 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_82 (tournament VARCHAR, date VARCHAR)
### Question:
What is Tournament, when Date is "6 October 2008"?
#... |
Below is an context that describes a sql 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, home VARCHAR, date VARCHAR)
### Question:
What is the Score of the Toronto Maple Leaf... |
Below is an context that describes a sql 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 (position VARCHAR, pick VARCHAR, college VARCHAR)
### Question:
Which position was picked before 63, ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE matches (winner_rank INTEGER)
### Question:
Find the average rank of winners in all matches.
### 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_name_3 (analog_channel VARCHAR, digital_channel VARCHAR)
### Question:
Digital channel of 32 belongs to what ... |
Below is an context that describes a sql 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 (entrant VARCHAR, engine VARCHAR, driver VARCHAR)
### Question:
Who is the entrant when the engine 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_33 (created INTEGER, map_number VARCHAR)
### Question:
What is the earliest created year when the map# 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_28037619_2 (written_by VARCHAR, us_viewers__million_ VARCHAR)
### Question:
Who wrote the episode that had 6.... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21260421_1 (score VARCHAR, location VARCHAR)
### Question:
How many tournaments were held at Alabama?
### 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_41 (name VARCHAR)
### Question:
What is the 1990–1991 Team that had Joel Otto?
### Answer:
SELECT 1990 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_77 (version VARCHAR, title VARCHAR)
### Question:
What Version has a Title of alarm clock?
### 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_12 (week VARCHAR, opponent VARCHAR, attendance VARCHAR)
### Question:
How many weeks have an Opponent 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_11734041_2 (school_club_team_country VARCHAR, no_s_ VARCHAR, position VARCHAR)
### Question:
What school did ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28211213_1 (founded INTEGER, team_nickname VARCHAR)
### Question:
When were the Spartans founded?
### 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_19 (country VARCHAR, swimsuit VARCHAR)
### Question:
What is the country of the contestant with a swimsu... |
Below is an context that describes a sql 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 (team VARCHAR, date VARCHAR)
### Question:
What is the Team on January 20?
### Answer:
SELECT team 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_75 (date VARCHAR, loss VARCHAR)
### Question:
What is the Date of the game with a Loss of Leneveu (1–0–1... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11630008_4 (season_no VARCHAR, series_no VARCHAR)
### Question:
How many seasons was series number 47 shown?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE country (Name VARCHAR, Continent VARCHAR, population INTEGER)
### Question:
Which Asian countries have a population... |
Below is an context that describes a sql 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 (winner VARCHAR, third_place VARCHAR)
### Question:
What is the name of the winner when Goran Ivaniše... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_16 (dance VARCHAR, result VARCHAR, week VARCHAR)
### Question:
What Dance in Week 1 resulted in Safe?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15294880_2 (team_classification VARCHAR, winner VARCHAR)
### Question:
When the winner was Alessandro Ballan,... |
Below is an context that describes a sql 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 (performance VARCHAR, athlete VARCHAR)
### Question:
What's the performance of Dire Tune?
### 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_95 (name VARCHAR, position VARCHAR)
### Question:
What is the players name in the guard position?
### 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_21422977_1 (ministries INTEGER)
### Question:
What is the most amount of ministries?
### Answer:
SELECT MAX(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_32 (Id VARCHAR)
### Question:
What is the 2008 entry for the row that as a 2011 entry of 1R?
### 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_93 (nature_of_incident VARCHAR, casualties VARCHAR, circumstances VARCHAR)
### Question:
What is the nat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE players (first_name VARCHAR, last_name VARCHAR, birth_date VARCHAR)
### Question:
List the first and last name of 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_56 (method VARCHAR, event VARCHAR)
### Question:
Which method did pride bushido 10 have ?
### 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_90 (chemical_class VARCHAR, example VARCHAR)
### Question:
Which chemical class uses the example Chloroe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16859758_1 (release_date VARCHAR, title VARCHAR)
### Question:
When was "Tell You When" released?
### 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_2140071_12 (episode INTEGER, coach VARCHAR)
### Question:
Name the least episode for donnie klang
### 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_26423157_2 (conference VARCHAR, school VARCHAR)
### Question:
What conference is Tennessee?
### 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_name_59 (population VARCHAR, median_family_income VARCHAR)
### Question:
What is the population of the area 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_2668378_5 (incumbent VARCHAR, candidates VARCHAR)
### Question:
Name the incumbent for matthew lyon (dr) ant... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (conference_semifinals VARCHAR, conference_finals VARCHAR)
### Question:
Which Conference Semifinals ... |
Below is an context that describes a sql 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 (order_and_title VARCHAR, elevated VARCHAR, faction VARCHAR)
### Question:
What is the Order and Titl... |
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR)
### Question:
what is the away team score when the home team 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_74 (rank VARCHAR, run_2 VARCHAR)
### Question:
What is Rank, when Run 2 is 2:06.62?
### 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_10874596_1 (director VARCHAR, film_title_used_in_nomination VARCHAR)
### Question:
Who were the directors 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 customers (customer_details VARCHAR, customer_id VARCHAR); CREATE TABLE claim_headers (amount_claimed INTEGER); CRE... |
Below is an context that describes a sql 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 (h___a VARCHAR, round VARCHAR)
### Question:
what is the h/a round of round 2
### Answer:
SELECT h___... |
Below is an context that describes a sql 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 (attendance VARCHAR, date VARCHAR)
### Question:
What was the attendance for july 18?
### 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_13 (tropical_lows INTEGER, season VARCHAR, tropical_cyclones VARCHAR)
### Question:
What is the largest ... |
Below is an context that describes a sql 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 (owner VARCHAR, frequency VARCHAR)
### Question:
What is the Owner of Frequency 00 99.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_17 (date VARCHAR, location VARCHAR)
### Question:
When was the incident in Pol-E Khomri?
### 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_23 (career VARCHAR, pct VARCHAR, player VARCHAR)
### Question:
What is the career of player serhiy konov... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, category VARCHAR)
### Question:
picturesque and trekking ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_207795_1 (russian_title VARCHAR, english_title VARCHAR)
### Question:
What is the russian title of the ugly 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_27 (location_attendance VARCHAR, record VARCHAR)
### Question:
Which Location Attendance has a Record 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_47 (total_trips__am_pm_ VARCHAR, operated_by VARCHAR)
### Question:
What trips are operated by Atlantic ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE representative (Lifespan VARCHAR, State VARCHAR)
### Question:
What are the life spans of representatives from New ... |
Below is an context that describes a sql 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 (laps INTEGER, driver VARCHAR)
### Question:
Which is least lap is mika salo in?
### Answer:
SELECT M... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (casting_at__°c_ VARCHAR, hardness VARCHAR)
### Question:
What is the casting temperature for the all... |
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR)
### Question:
What was the record for the date of June 14?
### 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_170961_2 (census_ranking VARCHAR, population VARCHAR)
### Question:
when the population was 1599, what was 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_65 (weight_class VARCHAR, time VARCHAR)
### Question:
Which weight class had a time of 4:59?
### 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_32 (time VARCHAR, opponent VARCHAR, round VARCHAR)
### Question:
What time was the game played against 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_82 (date VARCHAR, year VARCHAR)
### Question:
When was the date in 1786?
### Answer:
SELECT date FROM ta... |
Below is an context that describes a sql 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 (opponent VARCHAR, week VARCHAR)
### Question:
who was the opponent when the week was 9?
### 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_59 (surface VARCHAR, opponent_in_the_final VARCHAR)
### Question:
What was the surface of the tournament... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341586_44 (candidates VARCHAR, incumbent VARCHAR)
### Question:
Name all the candidates vying for Albert Bus... |
Below is an context that describes a sql 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 (pl_gp VARCHAR, reg_gp INTEGER)
### Question:
What is the total PI GP that a Reg GP has larger than 3... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.