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_4 (pct INTEGER, lost VARCHAR, name VARCHAR)
### Question:
What's the average pct for George Felton when ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_69 (place VARCHAR, country VARCHAR, player VARCHAR)
### Question:
Which Place has a Country of united st... |
Below is an context that describes a sql 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 (attendance INTEGER, week INTEGER)
### Question:
what is the highest attendance when the week is smal... |
Below is an context that describes a sql 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 (year_named VARCHAR, name VARCHAR, diameter VARCHAR)
### Question:
How many years is ur sulcus listed... |
Below is an context that describes a sql 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 (attendance VARCHAR, record VARCHAR)
### Question:
Name the attendance with record of 34-51
### 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_11238597_4 (rating VARCHAR, viewers__millions_ VARCHAR)
### Question:
What was the rating for the episode 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_29302711_12 (matches_won VARCHAR, name VARCHAR)
### Question:
how many matches did colin dibley win
### 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_25 (nationality VARCHAR, player VARCHAR)
### Question:
What is tom cassidy's nationality?
### 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_31 (pinnacle_height VARCHAR, name VARCHAR)
### Question:
What is Pinnacle height of chimney of orot rabi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2201724_1 (year VARCHAR, score_in_the_final VARCHAR)
### Question:
List the total number of years that 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_37 (result VARCHAR, date VARCHAR)
### Question:
What was the result of the game on December 22, 1991?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18198579_6 (scoring_average VARCHAR, best_finish VARCHAR)
### Question:
Name the scoring average for best fin... |
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR)
### Question:
What date did Footscray play at home?
### 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_19523708_1 (draw VARCHAR, language VARCHAR, english_meaning VARCHAR)
### Question:
What was the draw for the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_45 (date VARCHAR, attendance VARCHAR)
### Question:
What was the date for the game that had an 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_2054561_2 (first_place VARCHAR, no_of_weeks VARCHAR)
### Question:
Who took first place in week 6?
### 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_2676980_4 (seats_in_congress VARCHAR, electoral_district VARCHAR)
### Question:
What is the number of seats i... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (city VARCHAR, iata VARCHAR)
### Question:
Which city has an IATA of AUH?
### Answer:
SELECT city 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_51 (engine VARCHAR, year VARCHAR, points VARCHAR)
### Question:
Which engine has a year later than 2006 ... |
Below is an context that describes a sql 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, attendance VARCHAR)
### Question:
What is Record, when Attendance is 30,110?
### 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 employee (fname VARCHAR, lname VARCHAR, salary INTEGER)
### Question:
Return the first names and last names of empl... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_58 (decile INTEGER, authority VARCHAR, name VARCHAR)
### Question:
What is the highest decile of Tarras ... |
Below is an context that describes a sql 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 (result VARCHAR, competition VARCHAR)
### Question:
What is the result when the competition is 1982 pr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE station (name VARCHAR, station_id VARCHAR); CREATE TABLE train_station (station_id VARCHAR)
### Question:
Show the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_93 (height__cm_ VARCHAR, birthplace VARCHAR)
### Question:
What is the 1999-2000 team, when the Height (... |
Below is an context that describes a sql 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 (total INTEGER, nation VARCHAR, bronze VARCHAR)
### Question:
What is the lowest total that has barba... |
Below is an context that describes a sql 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 (round VARCHAR, time VARCHAR, location VARCHAR)
### Question:
What is the total number of Round(s), w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_39 (city VARCHAR, region VARCHAR, host VARCHAR)
### Question:
Which city in the mideast region is the ho... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10942714_1 (finale VARCHAR, chinese_title VARCHAR)
### Question:
What was the finale for 潮爆大狀
### 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_26561498_1 (written_by VARCHAR, patient_portrayer VARCHAR)
### Question:
what was written by alex carter?
###... |
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR)
### Question:
What is the home team when kwong wah was the awa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_213088_1 (gross_capacity__mw_ INTEGER, net_capacity__mw_ VARCHAR)
### Question:
What is the gross capacity wh... |
Below is an context that describes a sql 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 (surface VARCHAR, winner_and_score VARCHAR)
### Question:
what is the surface when the winner and 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_16 (to_par VARCHAR, place VARCHAR, player VARCHAR)
### Question:
What was the par for the t5 place playe... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_54 (longitude VARCHAR, diameter__km_ VARCHAR)
### Question:
What shows for the Longitude when there is 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_62 (venue VARCHAR, race VARCHAR)
### Question:
What is the venue of teh carfax 250 race?
### 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_27218002_1 (directed_by VARCHAR, originalairdate VARCHAR)
### Question:
Name who directed the air date of 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_62 (opponent VARCHAR, date VARCHAR)
### Question:
Who was their Opponent on April 26?
### 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_29546030_2 (skip__club_ VARCHAR, pa VARCHAR, blank_ends VARCHAR)
### Question:
Which skip (club) had 31 PA 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_95 (country VARCHAR, label VARCHAR, catalog VARCHAR)
### Question:
Which Country has a Label of Toshiba-... |
Below is an context that describes a sql 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 (prize_money__ INTEGER, rank VARCHAR)
### Question:
What is the prize money for the player ranked 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_17693171_1 (time_retired VARCHAR, driver VARCHAR)
### Question:
What is the time/retired if the driver is Mar... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_57 (year VARCHAR, silver VARCHAR)
### Question:
What year did Yuri Omeltchenko win Silver?
### 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_65 (crowd INTEGER, venue VARCHAR)
### Question:
What was the sum of the crowds at Western Oval?
### 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_84 (label VARCHAR, catalog__number VARCHAR)
### Question:
What is the label for the album with a catalog... |
Below is an context that describes a sql 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 (result VARCHAR, year VARCHAR)
### Question:
What was the result in 2008?
### Answer:
SELECT result 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_1140105_6 (winning_driver VARCHAR, circuit VARCHAR)
### Question:
What is the name of the winning driver wher... |
Below is an context that describes a sql 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 (batting_team VARCHAR, venue VARCHAR)
### Question:
What batting team played in Karachi?
### 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_20 (duration VARCHAR, appearances VARCHAR, character VARCHAR)
### Question:
What is the duration that 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_57 (grid VARCHAR, laps VARCHAR)
### Question:
What is the grid total when there are 37 laps?
### 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_14603057_2 (class_aAAA VARCHAR, school_year VARCHAR)
### Question:
How many Class AAAA winners where in 2002-... |
Below is an context that describes a sql 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 (player VARCHAR, score VARCHAR)
### Question:
What Player had a Score of 70-71=141?
### 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_37 (year_s__won VARCHAR, total VARCHAR)
### Question:
What are the years won with a total of 282?
### 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_27756164_8 (location_attendance VARCHAR, team VARCHAR)
### Question:
When the team is chicago what is the loc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_15 (hereditary_peers VARCHAR, total VARCHAR)
### Question:
Which Hereditary peers have a Total of 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_23537091_1 (copper_age VARCHAR, ubaid_period_in_mesopotamia VARCHAR)
### Question:
When hittite old kingdom ,... |
Below is an context that describes a sql 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 (streak VARCHAR, game INTEGER)
### Question:
Which Streak has a Game larger than 49?
### 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 Engineer_Visits (engineer_id VARCHAR); CREATE TABLE Maintenance_Engineers (engineer_id VARCHAR, first_name VARCHAR,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_54 (current_car VARCHAR, number_of_cars VARCHAR, year_started VARCHAR)
### Question:
Which Current car 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_49 (score VARCHAR, game VARCHAR)
### Question:
what is the score for game 4?
### Answer:
SELECT score 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_8 (church_name VARCHAR, location_of_the_church VARCHAR)
### Question:
What is the name of the church 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_name_11 (react INTEGER, time VARCHAR, rank VARCHAR)
### Question:
What is the average react of the athlete 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_19753079_35 (result VARCHAR, district VARCHAR)
### Question:
Name the result for new york 8
### 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_13663434_1 (wii_points VARCHAR, title_and_source VARCHAR)
### Question:
what's the wii points with title 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_91 (division INTEGER, year VARCHAR, playoffs VARCHAR, open_cup VARCHAR)
### Question:
What is the lowest... |
Below is an context that describes a sql 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 (entrant VARCHAR, chassis VARCHAR, pts VARCHAR, engine VARCHAR)
### Question:
Which entrant has 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 table_name_64 (venue VARCHAR, round VARCHAR)
### Question:
What is the venue when the Round shows after extra time,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1682026_2 (assets__billion_$_ VARCHAR, company VARCHAR)
### Question:
What are Wells Fargo's assets?
### 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_48 (result VARCHAR, road_team VARCHAR, date VARCHAR)
### Question:
What is the result of the game on May... |
Below is an context that describes a sql 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 (issue_price INTEGER, year VARCHAR)
### Question:
What was the issue price in the year 2008?
### Answ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_77 (capacity VARCHAR, colors VARCHAR)
### Question:
Which capacity has a purple and white colors?
### 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_70 (career_sr VARCHAR)
### Question:
With a 1986 of NH and a career SR of 0 / 5 what is the results in 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_name_59 (visitor VARCHAR, date VARCHAR)
### Question:
Who is the Visitor on march 16?
### Answer:
SELECT visi... |
Below is an context that describes a sql 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 (total INTEGER, floor_exercise VARCHAR, rank VARCHAR)
### Question:
What's the lowest total when the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (diameter__km_ INTEGER, longitude VARCHAR, year_named VARCHAR)
### Question:
What is the Diameter (km... |
Below is an context that describes a sql 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 (tournament VARCHAR)
### Question:
Which 2009 has a 2008 of A, and a Tournament of canada masters?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE pets (pettype VARCHAR, weight VARCHAR, pet_age VARCHAR)
### Question:
Find the type and weight of the youngest pet.... |
Below is an context that describes a sql 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 (draw INTEGER, champs INTEGER)
### Question:
Which Draw is the lowest one that has Champs 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_name_4 (total VARCHAR, nation VARCHAR, gold VARCHAR)
### Question:
What is the total when the nation was Arge... |
Below is an context that describes a sql 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 (year INTEGER, venue VARCHAR)
### Question:
What is the latest Year, when the Venue is Lübker Golf 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_80 (visitor VARCHAR, home VARCHAR, date VARCHAR)
### Question:
Which Visitor was there when the Home gam... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_123462_2 (_number_of_seats_won VARCHAR, election VARCHAR)
### Question:
What is the # of seats one for the el... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_7 (attendance INTEGER, record VARCHAR)
### Question:
What was the smallest attendance at a game when the... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_66 (record VARCHAR, opponent VARCHAR)
### Question:
Opponent of leonardo castello branco had what record... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22904707_1 (_number INTEGER, no VARCHAR)
### Question:
What number in the season was episode 52 in the series... |
Below is an context that describes a sql 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 (record VARCHAR, opponent VARCHAR)
### Question:
What was the record in the game where the opponent w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (site VARCHAR, score VARCHAR)
### Question:
Which site has a Score of 0-1?
### Answer:
SELECT site 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_34 (record VARCHAR, loss VARCHAR)
### Question:
What was the record at the game that had a loss of Leman... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_7 (year INTEGER, event VARCHAR, venue VARCHAR)
### Question:
What is the lowest year that had foil 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_name_93 (representative VARCHAR, presentation_of_credentials VARCHAR)
### Question:
Which Representative 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_name_64 (surname VARCHAR, dob VARCHAR, throws VARCHAR, position VARCHAR)
### Question:
Which Surname has Thro... |
Below is an context that describes a sql 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 (rank INTEGER, location VARCHAR, current_seating_capacity VARCHAR)
### Question:
What is Lowest Rank,... |
Below is an context that describes a sql 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 (ends VARCHAR, name VARCHAR)
### Question:
What is the end date for Maaroufi?
### Answer:
SELECT ends... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_94 (height__m_ INTEGER, parent VARCHAR, prom__m_ VARCHAR)
### Question:
What is the lowest height for Pa... |
Below is an context that describes a sql 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 (position VARCHAR, competition VARCHAR, year VARCHAR)
### Question:
What was the position of the Olym... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10236830_1 (nomination VARCHAR, actors_name VARCHAR)
### Question:
What was the number of nominations for 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 table_name_97 (Id VARCHAR)
### Question:
Name the 2012 when 2011 is qf
### Answer:
SELECT 2012 FROM table_name_97 W... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_45 (electorate INTEGER, quota VARCHAR, candidates VARCHAR)
### Question:
What is the smallest electorate... |
Below is an context that describes a sql 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 (founded INTEGER, joined INTEGER)
### Question:
Name the average founded with joined less than 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 ship (TYPE VARCHAR)
### Question:
Please show the most common type of ships.
### Answer:
SELECT TYPE FROM ship GROU... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.