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_1353096_1 (channel_tv___dt__ VARCHAR, city_of_license__market VARCHAR)
### Question:
How many channel tv (dt)... |
Below is an context that describes a sql 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 (record VARCHAR, location VARCHAR, method VARCHAR)
### Question:
What is Record, when Location is "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_47 (h_s_asst_principal VARCHAR, glendale_principal VARCHAR, year VARCHAR)
### Question:
What is the H.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_46 (player VARCHAR, total VARCHAR)
### Question:
Who has a total of 272?
### Answer:
SELECT player FROM ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (date VARCHAR, venue VARCHAR)
### Question:
On what date was a match held at MCG?
### 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_1 (silver INTEGER, total INTEGER)
### Question:
What is the lowest number of silver medals for a nation ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE manufacturer (open_year VARCHAR, name VARCHAR, num_of_shops VARCHAR)
### Question:
Which manufacturer has the most ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17628022_2 (pregame_analysts VARCHAR, year VARCHAR)
### Question:
Who did pregame analysis in 2002?
### 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_52 (name VARCHAR, winning_team VARCHAR)
### Question:
What is Penske Racing's name?
### Answer:
SELECT n... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27700530_9 (record VARCHAR, date VARCHAR)
### Question:
What was the team's record on november 10?
### 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_11 (rank VARCHAR, total VARCHAR)
### Question:
What is the rank for the total that has 3 (20)?
### 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_64 (venue VARCHAR, date VARCHAR)
### Question:
What was the venue for the dates 1,2,3,4,6,7 jan 1908?
##... |
Below is an context that describes a sql 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 (finalists VARCHAR, not_winning_editions VARCHAR)
### Question:
What is the Finalists that has 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_67 (player VARCHAR, country VARCHAR, to_par VARCHAR, score VARCHAR)
### Question:
What United States Pla... |
Below is an context that describes a sql 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 (december INTEGER, record VARCHAR)
### Question:
What is the sum for December when the record was 22-... |
Below is an context that describes a sql 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 (year INTEGER, country_territory VARCHAR)
### Question:
What's the average year lebanon won?
### 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_92 (nhl_team VARCHAR, round VARCHAR)
### Question:
what is the nhl team for round 10?
### 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_26448179_3 (written_by VARCHAR, production_code VARCHAR)
### Question:
Who wrote the episode that is producti... |
Below is an context that describes a sql 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 (player VARCHAR, score VARCHAR)
### Question:
What is Player, when Score is "66-74-76=216"?
### 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_15 (nat VARCHAR, name VARCHAR, transfer_window VARCHAR, type VARCHAR)
### Question:
Marcell Jansen with ... |
Below is an context that describes a sql 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 (dob VARCHAR, surname VARCHAR, first VARCHAR)
### Question:
When was Lachlan Dale born?
### 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_23235767_4 (year VARCHAR, score_in_the_final VARCHAR, surface VARCHAR)
### Question:
Name the number of year ... |
Below is an context that describes a sql 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 (date VARCHAR, competition VARCHAR)
### Question:
What day was king's cup 1996?
### Answer:
SELECT da... |
Below is an context that describes a sql 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 (school VARCHAR, position VARCHAR)
### Question:
What School is the Center from?
### Answer:
SELECT 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_37 (apps INTEGER, name VARCHAR)
### Question:
What is the total of apps for Keith Treacy?
### 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_83 (comp_att VARCHAR, season VARCHAR)
### Question:
What is the number of completions and attempts taken... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_24 (home_team VARCHAR, venue VARCHAR)
### Question:
In the game that took place at junction oval, how mu... |
Below is an context that describes a sql 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 (heat_rank INTEGER, overall_rank VARCHAR, time VARCHAR)
### Question:
I want to know the highest heat... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_35 (rank VARCHAR, time VARCHAR)
### Question:
What is the rank of the swimmer with a time of 2:11.83?
##... |
Below is an context that describes a sql 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 (station_name VARCHAR, arrival VARCHAR)
### Question:
What Station Name has an Arrival time of 01:10?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_73 (winner VARCHAR, tournament VARCHAR)
### Question:
What is the name of the winner of the tour champio... |
Below is an context that describes a sql 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 (series VARCHAR, points VARCHAR)
### Question:
Which series has 11 points?
### Answer:
SELECT 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_83 (actor VARCHAR, character VARCHAR)
### Question:
Which actor plays the character Helga Beimer?
### 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_47 (races VARCHAR, points VARCHAR)
### Question:
How many races did he do in the year he had 8 points?
#... |
Below is an context that describes a sql 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 (high_assists VARCHAR, game VARCHAR)
### Question:
What was the high assists for game 31?
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (number VARCHAR, name VARCHAR)
### Question:
What number is Tony Dixon?
### Answer:
SELECT number 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_48 (game VARCHAR, high_rebounds VARCHAR)
### Question:
In which game number was Chris Andersen (12) 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_1140103_6 (date VARCHAR, _number VARCHAR)
### Question:
What date is listed at place 13
### Answer:
SELECT da... |
Below is an context that describes a sql 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 (to_par VARCHAR, score VARCHAR)
### Question:
What's the to par when the score was 68-73=141?
### 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_23 (time_of_broadcast VARCHAR, days_of_the_week VARCHAR, picture_format VARCHAR, hours VARCHAR)
### Ques... |
Below is an context that describes a sql 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 (drawn VARCHAR, lost VARCHAR, points VARCHAR)
### Question:
Name the drawn with lost of 3 and points ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE employees (first_name VARCHAR, last_name VARCHAR, hire_date VARCHAR, salary VARCHAR, department_id VARCHAR)
### Que... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29039942_1 (writer VARCHAR, episode VARCHAR)
### Question:
Who was the writer for episode 3?
### 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_1602620_1 (location VARCHAR, term_ended VARCHAR)
### Question:
What is the location for the office whose term... |
Below is an context that describes a sql 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 (swimming VARCHAR, total VARCHAR, volleyball VARCHAR)
### Question:
Which Swimming has a Total 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_82 (title VARCHAR, episodes VARCHAR)
### Question:
What was the title with episode 8?
### 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_51 (role VARCHAR, registration VARCHAR)
### Question:
What is the role of the aircraft that has a regist... |
Below is an context that describes a sql 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 (type VARCHAR, transfer_fee VARCHAR, name VARCHAR)
### Question:
Which Type has a Transfer fee of fre... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17782308_1 (game_site VARCHAR, date VARCHAR)
### Question:
On October 16, 1966, what was the game site?
### 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 (e_score INTEGER, t_score VARCHAR, total VARCHAR)
### Question:
What E score has the T score of 8 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_35 (school VARCHAR, mascot VARCHAR)
### Question:
Which School has a Mascot of squires?
### 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_86 (apps INTEGER, season VARCHAR, division VARCHAR)
### Question:
What is the lowest value for apps in 2... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25679312_2 (written_by VARCHAR, prod_code VARCHAR)
### Question:
Who wrote the episode with production code 5... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1342249_42 (result VARCHAR, incumbent VARCHAR)
### Question:
How many results have Jere Cooper as incumbent?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_72 (home_team VARCHAR, away_team VARCHAR)
### Question:
Which Home team score has an Away team of carlto... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11094950_1 (team VARCHAR, location VARCHAR)
### Question:
Which teams are located in highland township?
### 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 (home_team VARCHAR, away_team VARCHAR)
### Question:
If collingwood is playing away, who played as 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_80 (artist_s_ VARCHAR, book_title VARCHAR)
### Question:
what artist has a book called cyberella
### 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 drivers (driverid VARCHAR, forename VARCHAR, surname VARCHAR); CREATE TABLE laptimes (driverid VARCHAR)
### Questio... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
What is the score for the game that was played on 29-Jun-... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_71 (event VARCHAR, athlete VARCHAR)
### Question:
What is the event result for athlete Ali Ekranpour?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (country VARCHAR, player VARCHAR)
### Question:
What is Country, when Player is "José María Olazábal"... |
Below is an context that describes a sql 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 (can_yayınları VARCHAR, güzelçamlı’nin_kayıp_panteri VARCHAR)
### Question:
Which Can Yayınları has 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_24 (venue VARCHAR, home VARCHAR)
### Question:
In what venue did FK Crvena Stijena play at home?
### 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_62 (points VARCHAR, club VARCHAR)
### Question:
what is the points when the club blaengarw rfc?
### 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_42 (score VARCHAR, surface VARCHAR, date VARCHAR)
### Question:
What is the Score of the Tournament play... |
Below is an context that describes a sql 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 (event VARCHAR, games VARCHAR, sport VARCHAR)
### Question:
What wrestling event was participated in ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_59 (release_date VARCHAR, title VARCHAR)
### Question:
What is the release date of The Blow Out?
### 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_73 (title VARCHAR, leading_lady VARCHAR, director VARCHAR)
### Question:
In which title was Ann Rutherfo... |
Below is an context that describes a sql 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 (pos VARCHAR, team VARCHAR, year VARCHAR)
### Question:
What position did the driver from Audi Sport ... |
Below is an context that describes a sql 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 (against INTEGER, round VARCHAR)
### Question:
Which Against has a Round of fourth round?
### 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_1341472_12 (incumbent VARCHAR, district VARCHAR)
### Question:
Who was the incumbent of district Georgia 2?
#... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21002034_4 (title VARCHAR, director VARCHAR)
### Question:
How many titles were directed by Alex Chapple?
###... |
Below is an context that describes a sql 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 (club VARCHAR, lost VARCHAR)
### Question:
What club had a loss of 15?
### Answer:
SELECT club FROM 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_42 (result VARCHAR, week VARCHAR, attendance VARCHAR)
### Question:
what is the result when the week 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_13 (year INTEGER, points INTEGER)
### Question:
What is the latest year with more than 0 points?
### 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_46 (country VARCHAR, place VARCHAR)
### Question:
What is the Country, when Place is "1"?
### 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_23537091_1 (copper_age VARCHAR, ubaid_period_in_mesopotamia VARCHAR)
### Question:
When middle assyrian empir... |
Below is an context that describes a sql 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 (stage VARCHAR, route VARCHAR)
### Question:
Which stage took the tour through Boulogne-Billancourt?
... |
Below is an context that describes a sql 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 (grid INTEGER, time VARCHAR)
### Question:
Which Grid has a Time of +13.999?
### Answer:
SELECT MIN(g... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_70 (home_team VARCHAR, away_team VARCHAR)
### Question:
What is the name of the home team when the away ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE HOTELS (other_hotel_details VARCHAR, price_range VARCHAR)
### Question:
Show the details of the top 3 most expensiv... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22347090_5 (us_viewers__million_ VARCHAR, production_code VARCHAR)
### Question:
Name the viewers for product... |
Below is an context that describes a sql 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 (attendance INTEGER, visitor VARCHAR, date VARCHAR)
### Question:
Visitor of dallas, and a Date of ju... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10812938_4 (position VARCHAR, cfl_team VARCHAR)
### Question:
What Position did the Hamilton Tiger-Cats (via ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25997153_1 (no_in_series INTEGER, us_viewers__million_ VARCHAR)
### Question:
what is the latest episode in t... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_98 (difference INTEGER, drew INTEGER)
### Question:
What is the highest difference for the team that had... |
Below is an context that describes a sql 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 (grid INTEGER, laps VARCHAR, constructor VARCHAR, driver VARCHAR)
### Question:
What is the average g... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (year_opened VARCHAR, location VARCHAR)
### Question:
Which year opened is located in west mifflin, p... |
Below is an context that describes a sql 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 (crowd INTEGER, home_team VARCHAR)
### Question:
What is the average amount of spectators when Essend... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1566852_7 (interview_subject VARCHAR)
### Question:
HOW MANY TIMES WAS LUDACRIS THE INTERVIEW SUBJECT 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_2668401_17 (first_elected VARCHAR, district VARCHAR)
### Question:
When was the incumbent from the Virginia 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_1341690_5 (first_elected INTEGER, party VARCHAR)
### Question:
What republican candidate was first elected mo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_36 (fips_code VARCHAR, county VARCHAR, cdp_name VARCHAR)
### Question:
Name the FIPS code for county 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_2534578_1 (science VARCHAR, social_studies VARCHAR)
### Question:
What was the science score in the year ther... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25229283_4 (points_against INTEGER, opponent VARCHAR)
### Question:
What was the minimum points against if 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_12 (position VARCHAR, goal_difference VARCHAR, played VARCHAR)
### Question:
Tell me the total number of... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_99 (driver VARCHAR, laps VARCHAR, time_retired VARCHAR)
### Question:
Which Driver has Laps 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_1670921_2 (batting_partners VARCHAR, batting_team VARCHAR)
### Question:
What batting partners batted for pak... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
Which 1998 has a 2002 of 2–4?
### Answer:
SELECT 1998 FROM table_name_65 W... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.