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_53 (manufacturer VARCHAR, rider VARCHAR, laps VARCHAR, grid VARCHAR)
### Question:
Which manufacturer 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_98 (total VARCHAR, silver VARCHAR, bronze VARCHAR, nation VARCHAR)
### Question:
How many totals 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_65 (week INTEGER, result VARCHAR)
### Question:
In what Week was the Result W 24-17?
### 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_11244302_1 (time_slot__est_ VARCHAR, rating VARCHAR)
### Question:
What time slots have a 6.3 rating
### 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_23265433_2 (week VARCHAR, transition VARCHAR)
### Question:
Name the week for steve toll
### Answer:
SELECT 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_3 (to_par VARCHAR, player VARCHAR, place VARCHAR, country VARCHAR)
### Question:
What is the to par for ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_72 (overall VARCHAR, position VARCHAR)
### Question:
What was the overall draft pick for the player 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_1 (res VARCHAR, time VARCHAR)
### Question:
In the round that lasted 0:20, what was the Res?
### 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_51 (country VARCHAR, date VARCHAR, sign VARCHAR)
### Question:
Name the country for the 9th and sign 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 (title VARCHAR, year VARCHAR, distributor_s_ VARCHAR)
### Question:
What is the name of the movie 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_88 (round2 INTEGER, round5 VARCHAR, round4 VARCHAR)
### Question:
what is the lowest round2 when round5 ... |
Below is an context that describes a sql 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 (fleet VARCHAR, number VARCHAR)
### Question:
what fleet is associated with the number L4?
### 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_4 (part_3 VARCHAR, class VARCHAR)
### Question:
Which part three is class 4?
### Answer:
SELECT part_3 F... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_15 (to_par VARCHAR, player VARCHAR)
### Question:
What did Ernie Els par?
### Answer:
SELECT to_par 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_2668336_17 (result VARCHAR, candidates VARCHAR)
### Question:
Candiates Charles Fisher (DR) 65.1% W. Jones (F... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_5 (lower_index_kcal__nm_3 INTEGER, lower_index_mj__nm_3 VARCHAR, upper_index_kcal__nm_3 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_name_60 (points INTEGER, position VARCHAR, lost VARCHAR)
### Question:
Which Points is the highest one that 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 (result VARCHAR, goal VARCHAR)
### Question:
What was the result of the game with 9 goals?
### 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 song (song_name VARCHAR, languages VARCHAR)
### Question:
Find the names of all English songs.
### 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_61 (location VARCHAR, aircraft VARCHAR)
### Question:
What was the location of the Ju-52 aircraft?
### 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_22355_68 (rank INTEGER, gold VARCHAR)
### Question:
Name the most rank for 2 gold
### Answer:
SELECT MIN(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_38 (directed_by VARCHAR, production_code VARCHAR)
### Question:
who was the director of the episode 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_5 (school_club_team VARCHAR, round INTEGER)
### Question:
Which School/Club Team did not make it to roun... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19329117_1 (version VARCHAR, official_name VARCHAR)
### Question:
What's the version of AutoCAD Architectural... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20754016_2 (height__cm_ VARCHAR, country VARCHAR)
### Question:
How tall is the contestant from Guatemala?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR); CREATE TABLE customer_orders (customer_id VARCHAR, order_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_61 (candidate_name VARCHAR, list VARCHAR, gender VARCHAR, votes VARCHAR, rank VARCHAR)
### Question:
Whi... |
Below is an context that describes a sql 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 (rank VARCHAR, total VARCHAR, nation VARCHAR)
### Question:
Spain with a total of more than 4 medals ... |
Below is an context that describes a sql 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 (friday_shukra__venus_ VARCHAR, tuesday_mangala__mars_ VARCHAR)
### Question:
What is the result of 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 ref_product_categories (unit_of_measure VARCHAR, product_category_code VARCHAR); CREATE TABLE products (product_cat... |
Below is an context that describes a sql 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 (club VARCHAR, lost VARCHAR, tries_for VARCHAR)
### Question:
What is the Club, when the value for Los... |
Below is an context that describes a sql 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 (venue VARCHAR, season VARCHAR)
### Question:
What was the venue during the Season of 2010–11?
### 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_11 (draws INTEGER, club VARCHAR, wins VARCHAR)
### Question:
What is the average number of draws for Mor... |
Below is an context that describes a sql 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 (lead VARCHAR, season VARCHAR)
### Question:
What is the Lead for the 1999–00 season?
### Answer:
SEL... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_37 (year INTEGER, finish VARCHAR, team VARCHAR)
### Question:
Which Year has a Finish of 22, and a 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_80 (hometown VARCHAR, player VARCHAR)
### Question:
What's the hometown of thomas tyner?
### 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_18047346_4 (_percentage_chg_2009_10 VARCHAR, passengers VARCHAR)
### Question:
If the amount of passengers 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_71 (competition VARCHAR, score VARCHAR)
### Question:
What was the competition for score of 3-0
### 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_30 (surface VARCHAR, tournament VARCHAR)
### Question:
What type of surface did the tournament canada f9... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
What was the score of the game on June 1?
### 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_11318462_5 (open_2nd_viii VARCHAR, u15_3rd_iv VARCHAR)
### Question:
how many open 2nd viii had u15 3rd iv be... |
Below is an context that describes a sql 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 (tournament VARCHAR, surface VARCHAR)
### Question:
Which tournament had a hard surface?
### 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_3 (tournament VARCHAR)
### Question:
Which Tournament has a 2007 of 19–4?
### Answer:
SELECT tournament ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_61 (qual VARCHAR, year VARCHAR)
### Question:
What was Tony Bettenhausen's qualifying time in 1947?
### ... |
Below is an context that describes a sql 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 (leading_scorer VARCHAR, visitor VARCHAR, home VARCHAR)
### Question:
Who was the leading scorer 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_2562572_22 (population__2011_ VARCHAR, settlement VARCHAR)
### Question:
Name the population for kolut
### 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_40 (home_team VARCHAR, venue VARCHAR)
### Question:
What is the home team score when the venue is Prince... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_15869204_6 (score VARCHAR, game VARCHAR)
### Question:
WHAT WAS THE SCORE FOR GAME 31?
### Answer:
SELECT 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_10 (date_of_inauguration VARCHAR, age_at_inauguration VARCHAR)
### Question:
What is the Date of inaugur... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_33 (team_1 VARCHAR)
### Question:
What shows for the 1st round when the team 1 was Lb Châteauroux (d2)?
... |
Below is an context that describes a sql 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 (city VARCHAR, past_season VARCHAR)
### Question:
what city has a past season of n/a?
### 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 Drama_Workshop_Groups (Store_Name VARCHAR)
### Question:
Show all the Store_Name of drama workshop groups.
### 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_8 (wins INTEGER, position INTEGER)
### Question:
What is the highest number of wins of the team with a 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_1 (transfer_fee VARCHAR, transfer_window VARCHAR)
### Question:
What was the transfer fee when winter wa... |
Below is an context that describes a sql 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 (boiler_pressure VARCHAR, name VARCHAR)
### Question:
What is the boiler pressure for the Hesperus 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_4 (conceded INTEGER, played INTEGER)
### Question:
Please name the highest Conceded which has a Played 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_66 (school_colors VARCHAR, main_campus_location VARCHAR)
### Question:
What are the school colors for 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_2414_1 (reference VARCHAR, violas VARCHAR, author VARCHAR)
### Question:
What reference, written by Nelson Ri... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE school (Enrollment VARCHAR, Denomination VARCHAR)
### Question:
What are the enrollments of schools whose denominat... |
Below is an context that describes a sql 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 (event VARCHAR, result VARCHAR)
### Question:
What event has the result of 7th (5-6)?
### Answer:
SEL... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_82 (frequency VARCHAR, destination VARCHAR)
### Question:
What is the frequency of the train to Bangalor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_21 (class VARCHAR, facility_id VARCHAR)
### Question:
What is the class of facility ID 150935?
### 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_42 (pick__number VARCHAR, overall VARCHAR, college VARCHAR)
### Question:
What is College of Ohio State'... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE follows (f1 VARCHAR, f2 VARCHAR); CREATE TABLE user_profiles (uid VARCHAR, name VARCHAR)
### Question:
Find the id ... |
Below is an context that describes a sql 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 (attendance INTEGER, date VARCHAR)
### Question:
How many people attended the game on February 3, 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_89 (opponent VARCHAR, week VARCHAR)
### Question:
Who were the opponents on Week 8?
### Answer:
SELECT 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_17155250_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
### Question:
What name was used 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_13643320_2 (results VARCHAR, gtu_winning_team VARCHAR)
### Question:
How many different results came out of 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_47 (earnings_per_share__p_ VARCHAR, year_ended VARCHAR)
### Question:
What is the year 2007 earnings per... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20573232_1 (nader_percentage VARCHAR, obama_percentage VARCHAR)
### Question:
What is Nader's percentage 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_5 (meet VARCHAR, time VARCHAR)
### Question:
What Meet has a Time of 1:04.84?
### Answer:
SELECT meet 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_78 (venue VARCHAR, date VARCHAR)
### Question:
Where was the game held on August 20, 2004?
### 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_27987767_2 (points_margin VARCHAR, winners VARCHAR)
### Question:
how many total number of points margin 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_88 (actor VARCHAR, number_of_episodes VARCHAR)
### Question:
What is Actor, when Number Of Episodes 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_43 (against INTEGER, draws INTEGER)
### Question:
What's the most against when the draws are more than 0... |
Below is an context that describes a sql 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 (overall INTEGER, position VARCHAR, college VARCHAR)
### Question:
What is the College of Rice's high... |
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR)
### Question:
Name the score for april 28
### Answer:
SELECT score 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_26914076_4 (teleplay_by VARCHAR, directed_by VARCHAR)
### Question:
Who wrote the teleplay for the episode di... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_18 (code__iata_icao_ VARCHAR, rank VARCHAR)
### Question:
What is the code for rank 10?
### 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 device (Carrier VARCHAR, Software_Platform VARCHAR)
### Question:
What are the carriers of devices whose software 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_10360656_1 (player_name VARCHAR, position VARCHAR)
### Question:
What was the name of the quarterback drafted... |
Below is an context that describes a sql 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 (location VARCHAR, original_code VARCHAR)
### Question:
What is the location of the original code for... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (away_team VARCHAR, home_team VARCHAR)
### Question:
Who was Melbourne's away team opponent?
### 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 Employees (role_code VARCHAR)
### Question:
What is the role code with the largest number of employees?
### 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_33 (race_leader VARCHAR, stage VARCHAR)
### Question:
Which race Leader has a Stage of 7?
### 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_88 (downstream VARCHAR, upstream VARCHAR)
### Question:
What is Downstream, when Upstream is "384 kbit"?... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_89 (draws INTEGER, wins VARCHAR)
### Question:
Which draws have an average of 14 wins?
### 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_12962773_15 (player VARCHAR, no VARCHAR)
### Question:
What player is number 6?
### Answer:
SELECT player 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_33 (team VARCHAR, laps VARCHAR, time_retired VARCHAR)
### Question:
Which Team has Laps of 100, and a Ti... |
Below is an context that describes a sql 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 (call_sign VARCHAR, class VARCHAR, frequency_mhz VARCHAR)
### Question:
Which call sign has a Class 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_62 (entrant VARCHAR, chassis VARCHAR)
### Question:
Which entrant has a Mclaren m7c Chassis?
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_32 (venue VARCHAR, opponents VARCHAR)
### Question:
What venue held that game against the Queens Park Ra... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22673872_1 (track VARCHAR, race_name VARCHAR)
### Question:
What is the name of the track for the Internation... |
Below is an context that describes a sql 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 (status VARCHAR, against INTEGER)
### Question:
Name the Status with an Against larger than 15?
### 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_54 (bronze VARCHAR, total VARCHAR, nation VARCHAR, gold VARCHAR, silver VARCHAR)
### Question:
How much ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20174050_1 (format VARCHAR, title VARCHAR)
### Question:
What's the format of the audio book titled The Mind ... |
Below is an context that describes a sql 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 (date VARCHAR, score VARCHAR)
### Question:
What is the Date of the Competition with a Score of 2–0?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23987362_2 (world_record VARCHAR)
### Question:
How many of 3:26.00 have a championship record?
### 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_23274514_4 (high_points VARCHAR, team VARCHAR)
### Question:
Who tied in the highest point scorer when playin... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28688313_1 (written_by VARCHAR, us_viewers__in_millions_ VARCHAR)
### Question:
Who wrote the episode with 7.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.