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_27319183_7 (date VARCHAR, weekly_rank VARCHAR)
### Question:
What date was the show's weekly ranking 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_26168687_5 (narrated_by VARCHAR, vessel_operator VARCHAR)
### Question:
Name the narraed by for beluga shipp... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25887826_17 (total_pts VARCHAR)
### Question:
What is the largest number of 10 C points for a team with 39 to... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_83 (loss INTEGER, avg_g VARCHAR, gain VARCHAR)
### Question:
Which Loss is the lowest one that has an Av... |
Below is an context that describes a sql 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 (fleet_number_s_ VARCHAR, quantity_made VARCHAR)
### Question:
What fleet number had 3 made?
### 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_74 (mascot VARCHAR, previous_conference VARCHAR, location VARCHAR)
### Question:
What's the mascot in 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_85 (genre VARCHAR, artist VARCHAR)
### Question:
What genre is Led Zeppelin?
### Answer:
SELECT genre 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_15 (director VARCHAR, title VARCHAR)
### Question:
Who was the Director of Kung Fu Panda 2?
### 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_54 (epicenter VARCHAR, date VARCHAR)
### Question:
Where was the epicenter of the quake on December 1, 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_name_92 (non__stop VARCHAR, plain_stop VARCHAR)
### Question:
If the Plain stop is ㄷ, what is the Non- stop?
... |
Below is an context that describes a sql 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 (title VARCHAR, rank VARCHAR, gross VARCHAR)
### Question:
Which title ranked lower than 19 has a gro... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24037660_2 (lmpc_winning_team VARCHAR, rnd VARCHAR)
### Question:
What was the winning team lmpc in rnd 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_67 (player VARCHAR, no_s_ VARCHAR)
### Question:
What player had numbers of 20
### Answer:
SELECT player... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22892217_4 (nightly_rank INTEGER)
### Question:
What is the highest numbered nightly rank for any episode?
#... |
Below is an context that describes 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:
Show different types of ships and the number of ships of each type.
### 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_91 (poll_source VARCHAR, dates_administered VARCHAR)
### Question:
What was the poll source for october ... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
What was the final score for the game on May 4?
### 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_74 (conference VARCHAR, city VARCHAR, school VARCHAR)
### Question:
Which Conference has a City of boca ... |
Below is an context that describes a sql 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, all_around VARCHAR, rope VARCHAR)
### Question:
What is the lowest total with an 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_28760804_1 (title VARCHAR, directed_by VARCHAR)
### Question:
What is the title of the episode Alex Reid dire... |
Below is an context that describes a sql 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 (entrant VARCHAR, chassis VARCHAR)
### Question:
What is the name of the Entrant that has a Chassis o... |
Below is an context that describes a sql 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 (english_example VARCHAR, variant__with_niqqud__ VARCHAR)
### Question:
Give me an english example 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_34 (score VARCHAR, decision VARCHAR, home VARCHAR)
### Question:
What was the score for Boston's Home ga... |
Below is an context that describes a sql 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 (gpu_frequency VARCHAR, release_date VARCHAR, sspec_number VARCHAR)
### Question:
What is the GPU 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 votes (contestant_number VARCHAR); CREATE TABLE contestants (contestant_number VARCHAR, contestant_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_23394920_1 (power_kw VARCHAR, callsign VARCHAR)
### Question:
When dxrt-tv is the callsign what is the power ... |
Below is an context that describes a sql 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 (position VARCHAR, overall VARCHAR, school_club_team VARCHAR)
### Question:
What was Cal State-Los 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_83 (home_team VARCHAR)
### Question:
What was the score when Richmond payed as the home team?
### 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_22577693_1 (result VARCHAR, runner_up VARCHAR)
### Question:
If the runner-up is [[|]] 151/8 (50.0 overs), 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_25 (played VARCHAR, bp VARCHAR, pts_agst VARCHAR)
### Question:
B.P. of 0, and a Pts Agst smaller than 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_name_75 (attendance INTEGER, opponent VARCHAR, loss VARCHAR)
### Question:
What is the largest attendance 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 record (event_id VARCHAR); CREATE TABLE stadium (name VARCHAR, id VARCHAR); CREATE TABLE event (stadium_id 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_44 (team__number1 VARCHAR)
### Question:
What is the 2nd leg when team #1 is Rubin Kazan?
### 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_58 (year VARCHAR, remark VARCHAR)
### Question:
What year was remark #104 us?
### Answer:
SELECT year 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_6 (marriage VARCHAR, ceased_to_be_consort VARCHAR)
### Question:
Name the marriagefor ceased to be conso... |
Below is an context that describes a sql 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 (group_position VARCHAR, result_f_a VARCHAR)
### Question:
Result F–A of 5–0 had what group position?... |
Below is an context that describes a sql 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, score VARCHAR)
### Question:
Where was the match with a score of 18.6 (114) - 21.14 (... |
Below is an context that describes a sql 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 (score VARCHAR, opponent VARCHAR, save VARCHAR)
### Question:
Which Score has a Opponent of Boston red... |
Below is an context that describes a sql 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 (year INTEGER, pts VARCHAR)
### Question:
What year has 54 (73) points?
### Answer:
SELECT SUM(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_1769428_2 (winning_driver VARCHAR, team VARCHAR, make VARCHAR)
### Question:
Who was the winning driver for 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_127511_1 (ion_torrent_pgm VARCHAR, sanger_3730xl VARCHAR)
### Question:
How many times was Sanger 3730xl $240... |
Below is an context that describes a sql 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 (time VARCHAR, set_3 VARCHAR)
### Question:
What was the Time when Set 3 was 25–14?
### 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_67 (rider VARCHAR, laps VARCHAR, grid VARCHAR)
### Question:
Who is the rider who did less than 20 laps ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1358608_4 (distance VARCHAR, group VARCHAR)
### Question:
What was the distance of the race in which Northerl... |
Below is an context that describes a sql 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 (year INTEGER, team VARCHAR, score VARCHAR)
### Question:
What year did the Capital City Giants have ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_93 (week INTEGER, opponent VARCHAR, attendance VARCHAR)
### Question:
What is the highest Week 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_1354805_3 (total VARCHAR, number_of_dances VARCHAR, competition_finish VARCHAR)
### Question:
What is the Num... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_97 (source VARCHAR, moving_from VARCHAR)
### Question:
What is the source of the move from Port Vale?
##... |
Below is an context that describes a sql 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 (ungegn VARCHAR, khmer VARCHAR)
### Question:
what's the ungegn for the ១០០ khmer?
### 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 pilot_record (Aircraft_ID VARCHAR, Pilot_ID VARCHAR); CREATE TABLE pilot (Pilot_ID VARCHAR, Age INTEGER); CREATE 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_21994729_2 (written_by VARCHAR, prod_code VARCHAR)
### Question:
Who wore the episode with the production cod... |
Below is an context that describes a sql 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 (points INTEGER, engine VARCHAR, year VARCHAR)
### Question:
What is the average points of a Cosworth... |
Below is an context that describes a sql 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 (game INTEGER, location_attendance VARCHAR, score VARCHAR)
### Question:
What is the smallest game 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_22384475_1 (team__a_ VARCHAR, margin VARCHAR)
### Question:
How many games were won by a margin of 131 runs?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13762472_3 (high_points VARCHAR, game VARCHAR)
### Question:
How many players scored the most points on 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 table_name_29 (venue VARCHAR, competition VARCHAR, date VARCHAR)
### Question:
What venue did the 2000 tiger cup 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_25 (height VARCHAR, city VARCHAR, name VARCHAR)
### Question:
What is the height of the EMC Insurance Bu... |
Below is an context that describes a sql 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 (format VARCHAR, region VARCHAR)
### Question:
Which Format is listed that has a Region of China?
###... |
Below is an context that describes a sql 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 (pick INTEGER, name VARCHAR, overall VARCHAR)
### Question:
What is the sum of the pick of darryl pou... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27703902_9 (high_points VARCHAR, game VARCHAR)
### Question:
Who had the high points in game is 81?
### 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_82 (top_10 INTEGER, avg_start VARCHAR)
### Question:
How many times did the team with an average start o... |
Below is an context that describes a 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_18 (first_elected VARCHAR, incumbent VARCHAR)
### Question:
When was someone first elected in the dis... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14847258_1 (written_by VARCHAR, directed_by VARCHAR)
### Question:
When steve gomer is the director who is th... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_67 (Id VARCHAR)
### Question:
what is 1958 when 1957 is 2 and 1956 is 3?
### Answer:
SELECT 1958 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 club (club_id VARCHAR, club_name VARCHAR); CREATE TABLE coach (club_id VARCHAR)
### Question:
How many coaches does... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE club (name VARCHAR)
### Question:
List all club names in descending alphabetical order.
### Answer:
SELECT name 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_23851574_2 (name VARCHAR, nationality_sponsors VARCHAR)
### Question:
Which telescopes were sponsored by or o... |
Below is an context that describes a sql 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 (series VARCHAR, released_by VARCHAR, release_date VARCHAR)
### Question:
WHAT SERIES WAS RELEASED BY... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16388478_4 (home_team VARCHAR, away_team VARCHAR)
### Question:
Who was the home team when the away team is 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_99 (location VARCHAR, ref_number VARCHAR)
### Question:
What is the location of the mill with a referenc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11603006_1 (location VARCHAR, score VARCHAR)
### Question:
How many different locations have the score 207 (-... |
Below is an context that describes a sql 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 (school_club_team VARCHAR, season VARCHAR)
### Question:
What is School/Club Team, when Season is 200... |
Below is an context that describes a sql 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 (stadium VARCHAR, opposition VARCHAR)
### Question:
Which stadium had the opposition of 79,122?
### 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_19 (opponents_in_the_final VARCHAR, surface VARCHAR, date VARCHAR)
### Question:
Who was the opponents 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_77 (laps VARCHAR, manufacturer VARCHAR, rider VARCHAR)
### Question:
How many laps did Valentino rossi 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 phone (screen_mode VARCHAR, Accreditation_type VARCHAR); CREATE TABLE screen_mode (pixels VARCHAR, Graphics_mode VA... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (nhl_team VARCHAR, player VARCHAR)
### Question:
Tell me the NHL team for mike gaffney
### 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_96 (score VARCHAR, venue VARCHAR)
### Question:
What is the score at shay stadium?
### Answer:
SELECT sc... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_46 (opponent_in_the_final VARCHAR, date VARCHAR)
### Question:
Who was the opponent in the final on 5 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_name_68 (enrollment VARCHAR, established INTEGER)
### Question:
What is the enrollment of the university esta... |
Below is an context that describes a sql 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 (home VARCHAR, date VARCHAR)
### Question:
What is the home team of the game on January 22?
### 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_10568553_1 (street_names VARCHAR, milepost VARCHAR)
### Question:
Which street is 12.2 miles long?
### 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_99 (opponent VARCHAR, date VARCHAR)
### Question:
Name the opponent for august 26
### Answer:
SELECT opp... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27700530_10 (record VARCHAR, high_points VARCHAR)
### Question:
What is the record when jameer nelson (19) 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_38 (to_par VARCHAR, country VARCHAR, place VARCHAR)
### Question:
What is the to par of the 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_96 (notes VARCHAR, year VARCHAR)
### Question:
What events did the competition that took place in 1997 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_17 (took_office VARCHAR, senator VARCHAR)
### Question:
What year did Senator Ken Armbrister take office... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17118657_8 (game INTEGER, record VARCHAR)
### Question:
What number was the game resulting in a 5-11 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_name_35 (driver VARCHAR, points VARCHAR)
### Question:
What is the name of the driver with 6 points?
### 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_97 (rank INTEGER, location VARCHAR, fastest_time__s_ VARCHAR)
### Question:
what is the highest rank 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_2781227_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
### Question:
What college team did the pick ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE problem_log (problem_log_id VARCHAR, problem_id VARCHAR, log_entry_date VARCHAR)
### Question:
What is the oldest 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_87 (venue VARCHAR, home_team VARCHAR)
### Question:
If essendon is the home team, what venue did they pl... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_81 (season VARCHAR, event_type VARCHAR, location VARCHAR)
### Question:
In what season did he compete 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_47 (score VARCHAR, tie_no VARCHAR)
### Question:
What is the score when the tie number is 4?
### 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_45 (away_team VARCHAR)
### Question:
What was Footscray's score as an away team?
### Answer:
SELECT 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 table_name_92 (against INTEGER, position INTEGER)
### Question:
What is the mean number of against when the positio... |
Below is an context that describes a sql 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 (driver VARCHAR, team VARCHAR)
### Question:
Who is the Driver with the Team of P & L Mechanical Servi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341663_11 (result VARCHAR, incumbent VARCHAR)
### Question:
In the race involving Billy Lee Evans as the sea... |
Below is an context that describes a sql 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 (tournament VARCHAR, date VARCHAR, score_in_the_final VARCHAR)
### Question:
What tournament took pla... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.