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_91 (prohibition_ticket VARCHAR, office VARCHAR)
### Question:
What kind of Prohibition ticket that 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_93 (british VARCHAR, australian VARCHAR)
### Question:
What is the British for the Australian ɔ?
### 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_25380472_2 (game_site VARCHAR, team_record VARCHAR)
### Question:
How many game sites are there where the tea... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14688744_2 (arrival VARCHAR, station_code VARCHAR)
### Question:
what is the arrival time where the station 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_86 (wins INTEGER, draws VARCHAR, goals_for VARCHAR)
### Question:
What is the average win total associat... |
Below is an context that describes a sql 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 (engine VARCHAR, entrant VARCHAR, points VARCHAR)
### Question:
What engine has the Mercedes AMG Petro... |
Below is an context that describes a sql 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 (place INTEGER, played VARCHAR, points VARCHAR, lost VARCHAR)
### Question:
What place is associated ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13514348_7 (venue VARCHAR, captain VARCHAR)
### Question:
Which venue did Luke Blackwell serve as captain?
##... |
Below is an context that describes a sql 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 (isbn VARCHAR, japanese_title VARCHAR)
### Question:
What is the ISBN of Japanese Title of 霧の訪問者 (kir... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Flight (flno VARCHAR, distance VARCHAR)
### Question:
Show the flight number of flights with three lowest distances... |
Below is an context that describes a sql 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 (team_2 VARCHAR, team_1 VARCHAR)
### Question:
who is the team 2 when the team 1 is sestese(e16)?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE tryout (pID VARCHAR); CREATE TABLE player (pName VARCHAR, pID VARCHAR)
### Question:
Find the name of all students ... |
Below is an context that describes a sql 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 (lost INTEGER, draw VARCHAR, matches VARCHAR, points VARCHAR)
### Question:
What is the sum of the 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_94 (score VARCHAR, record VARCHAR)
### Question:
WHAT IS THE SCORE WITH A RECORD OF 1-0?
### 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_2385460_1 (lines VARCHAR, route VARCHAR)
### Question:
Name the number of lines for porta nolana - ottaviano-... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Rooms (roomName VARCHAR, bedType VARCHAR, decor VARCHAR)
### Question:
List the type of bed and name of all traditi... |
Below is an context that describes a sql 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 (label VARCHAR, catalog VARCHAR, date VARCHAR, region VARCHAR)
### Question:
What is the label for 20... |
Below is an context that describes a sql 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 (laps INTEGER, rider VARCHAR)
### Question:
What is the lowest laps that Vittorio Iannuzzo completed?
... |
Below is an context that describes a sql 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 (place VARCHAR, date VARCHAR)
### Question:
Which place was earned on 12 feb 2012?
### 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_7 (goals INTEGER, appearances VARCHAR, rank VARCHAR, name VARCHAR)
### Question:
What is the total Goals... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE TV_Channel (LANGUAGE VARCHAR)
### Question:
How many TV Channel using language English?
### Answer:
SELECT COUNT(*)... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_41 (icelandic VARCHAR, english VARCHAR)
### Question:
What is the Icelandic word for the English word br... |
Below is an context that describes a sql 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 (length VARCHAR, year VARCHAR)
### Question:
Which Length has a Year of 2000?
### Answer:
SELECT leng... |
Below is an context that describes a sql 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 (touchdowns INTEGER, player VARCHAR, extra_points VARCHAR, points VARCHAR)
### Question:
Which Touchd... |
Below is an context that describes a sql 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 (location VARCHAR, result VARCHAR)
### Question:
What location was the game with the result of 29-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_33 (player VARCHAR, score VARCHAR, place VARCHAR)
### Question:
Which Player has a Score smaller than 69... |
Below is an context that describes a sql 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 (average INTEGER, rank_by_average INTEGER)
### Question:
What is the average when the rank by average... |
Below is an context that describes a sql 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 (earnings___ INTEGER, player VARCHAR)
### Question:
What is the highest earnings for curtis strange?
... |
Below is an context that describes a sql 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 (tries_for VARCHAR, tries_against VARCHAR)
### Question:
What is the tries for when 52 was the tries ... |
Below is an context that describes a sql 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 (location_attendance VARCHAR, date VARCHAR)
### Question:
Which Location Attendance has a Date of apr... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Movie (mID VARCHAR, title VARCHAR); CREATE TABLE Reviewer (name VARCHAR, rID VARCHAR); CREATE TABLE Rating (mID VAR... |
Below is an context that describes a sql 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 (rank VARCHAR)
### Question:
What is the 2006 sum with a rank 1 and more than 6758845 in 1996?
### 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_93 (year INTEGER, opponent VARCHAR)
### Question:
Name the sum of year for penrith panthers opponent
###... |
Below is an context that describes a sql 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 (league INTEGER, other VARCHAR, name VARCHAR)
### Question:
What is the sum of League Cup, when the 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_83 (venue VARCHAR, score VARCHAR, year VARCHAR)
### Question:
What venue has 3 & 2 as the score, and 196... |
Below is an context that describes a sql 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 (recorded VARCHAR, time VARCHAR, track VARCHAR, release_date VARCHAR)
### Question:
Tell me the recor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_13397394_1 (completed VARCHAR, address VARCHAR)
### Question:
what is the maximum completed for address on 41... |
Below is an context that describes a sql 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 (ihsaa_class VARCHAR, mascot VARCHAR)
### Question:
Name the IHSAA Class of Mascot of pioneers?
### 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_23286158_11 (score VARCHAR, high_points VARCHAR)
### Question:
What is the score when high points were Andre ... |
Below is an context that describes a sql 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 (road_number VARCHAR, type VARCHAR, rank VARCHAR)
### Question:
What is the rad number for the dead e... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28005160_2 (country VARCHAR, sponsored_name VARCHAR)
### Question:
What country are the new orleans shell sho... |
Below is an context that describes a sql 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 (week INTEGER, opponent VARCHAR, attendance VARCHAR)
### Question:
Which Week has an Opponent of pitt... |
Below is an context that describes a sql 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 (rank INTEGER, time VARCHAR)
### Question:
What is the rank of the person with a time of 1:44.757?
##... |
Below is an context that describes a sql 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 (bronze INTEGER, rank VARCHAR)
### Question:
What is the high bronze total for nations ranked 12?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_26 (free_or_pay VARCHAR, years VARCHAR, provider VARCHAR)
### Question:
What kind of Free or pay has Yea... |
Below is an context that describes a sql 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 (date VARCHAR, result VARCHAR, venue VARCHAR)
### Question:
Which Date has a Result of 2–2, and a Venu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11167610_1 (torque VARCHAR, performance VARCHAR)
### Question:
what's the torque where performance is 0–100k... |
Below is an context that describes a sql 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 (crowd INTEGER, away_team VARCHAR)
### Question:
What is the highest crowd number of the game where 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_3 (distance_duration VARCHAR, date VARCHAR, race_title VARCHAR)
### Question:
What is the distance/durat... |
Below is an context that describes a sql 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 (total VARCHAR, gold VARCHAR, rank VARCHAR)
### Question:
How many totals have 1 gold and a rank smal... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2517159_1 (last_appearance VARCHAR, name_of_bowl VARCHAR)
### Question:
Name the last appearance for music ci... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23292220_3 (first_broadcast VARCHAR, daves_team VARCHAR)
### Question:
What is the first broadcast date of 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_11 (start VARCHAR, finish VARCHAR, laps VARCHAR)
### Question:
Which start has 32 as the finish and 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_name_96 (year VARCHAR, laps VARCHAR, start VARCHAR)
### Question:
Tell me the year with Laps less than 197 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_72 (highest_score INTEGER, dance VARCHAR, lowest_score VARCHAR)
### Question:
What is the lowest of the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (venue VARCHAR, competition VARCHAR, goal VARCHAR)
### Question:
In what Venue was the game with a 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_25 (venue VARCHAR, home_team VARCHAR)
### Question:
Where did North Melbourne play as the home 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_76 (score VARCHAR, date VARCHAR)
### Question:
What is Score, when Date is December 23?
### 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_8 (location VARCHAR, tournament VARCHAR)
### Question:
Where was the Singapore Charity Shield 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_1 (home VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
What home has Philadelphia as the visitor,... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18025024_7 (ncaat_record VARCHAR, date VARCHAR)
### Question:
What is the June 22 ncaat baseball record for 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 (points INTEGER, assists VARCHAR, goals VARCHAR)
### Question:
What is the highest amount of points wi... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (birth VARCHAR, marriage VARCHAR)
### Question:
When was the duchess, who was married on 11 july 1643... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26826304_1 (written_by VARCHAR, production_code VARCHAR)
### Question:
Who was the writer 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_97 (winning_constructor VARCHAR, name VARCHAR)
### Question:
What Winning constructor has a Name of gran... |
Below is an context that describes a sql 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 (week VARCHAR, opponent VARCHAR)
### Question:
Which Week has an Opponent of at seattle seahawks?
###... |
Below is an context that describes a sql 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 (kerry_number VARCHAR, county VARCHAR, others_number VARCHAR)
### Question:
What Kerry number does 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_28194879_1 (directed_by VARCHAR, production_code VARCHAR)
### Question:
Who directed the episode whose produc... |
Below is an context that describes a sql 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 (closure_date VARCHAR, region VARCHAR)
### Question:
What date was the ensemble in North East England... |
Below is an context that describes a sql 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 (tourism_receipts__2011___us INTEGER, tourism_receipts__2003___as__percentage_of_gdp_ VARCHAR, touris... |
Below is an context that describes a sql 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 (time_retired VARCHAR, grid VARCHAR, driver VARCHAR)
### Question:
How much time does it take for jea... |
Below is an context that describes a sql 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 (pommel_horse VARCHAR, rings VARCHAR, total VARCHAR)
### Question:
How many pommel Horses have Rings ... |
Below is an context that describes a sql 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 (date INTEGER, catalog VARCHAR)
### Question:
What is the total number of Dates during which the Cata... |
Below is an context that describes a sql 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 (venue VARCHAR, year VARCHAR, outcome VARCHAR)
### Question:
What was the Venue in 1986 with an Outco... |
Below is an context that describes a sql 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 (partner VARCHAR, tournament VARCHAR)
### Question:
Which Partner has a Tournament of catella swedish... |
Below is an context that describes a sql 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 (points INTEGER, draw VARCHAR)
### Question:
Which Points have a Draw of 2?
### Answer:
SELECT AVG(po... |
Below is an context that describes a sql 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 (record VARCHAR, method VARCHAR, opponent VARCHAR)
### Question:
What is Record, when Method is KO, 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_61 (points INTEGER, driver VARCHAR, grid VARCHAR)
### Question:
What is the highest points total scored ... |
Below is an context that describes a sql 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 (date VARCHAR, score VARCHAR)
### Question:
What is the Date of the tournament with a score of 199 (–... |
Below is an context that describes a sql 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 (position VARCHAR, name VARCHAR)
### Question:
what is the position for robert johnson?
### 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_21 (round VARCHAR, college VARCHAR)
### Question:
Which round goes to Stanford college?
### 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_77 (airport VARCHAR, country VARCHAR)
### Question:
What airport is in Vietnam?
### Answer:
SELECT airpo... |
Below is an context that describes a sql 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 (election_date VARCHAR, member VARCHAR)
### Question:
What is the election date for the electorate 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_59 (year VARCHAR, artist VARCHAR, weeks_at_number_one VARCHAR)
### Question:
What's the sum of years whe... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
what is 2010 when 2006 is 3r?
### Answer:
SELECT 2010 FROM table_name_24 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_25 (north_american_release_date VARCHAR, european_release_date VARCHAR)
### Question:
What is the North ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE medicine (name VARCHAR, trade_name VARCHAR, FDA_approved VARCHAR)
### Question:
What are the names and trade names ... |
Below is an context that describes a sql 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 (best VARCHAR, team VARCHAR, name VARCHAR)
### Question:
What is Best, when Team is "Rocketsports Rac... |
Below is an context that describes a sql 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 (date VARCHAR, winning_score VARCHAR)
### Question:
What is the date that has a winning score of 67-7... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22542179_3 (total_apps INTEGER, player VARCHAR)
### Question:
Name the least total apaps for txema
### 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_40 (opponent VARCHAR, record VARCHAR)
### Question:
Who was the opponent when the record was 31-24?
### ... |
Below is an context that describes a sql 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 (attendance VARCHAR, visitor VARCHAR, date VARCHAR)
### Question:
What is the number of people in Att... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16799784_8 (longitude VARCHAR, name VARCHAR)
### Question:
What is the longitude of the feature named Razia 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_19897294_5 (family_families VARCHAR, no_overall VARCHAR)
### Question:
Name the family/families uk17
### 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_20 (year INTEGER, engine VARCHAR, points VARCHAR)
### Question:
What is the latest year that has more 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_21100348_15 (rank INTEGER, player VARCHAR)
### Question:
What rank does Rodney Marsh have?
### 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_11545282_4 (no INTEGER, school_club_team VARCHAR)
### Question:
What is the largest jersey number for the 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_58 (crowd INTEGER, venue VARCHAR)
### Question:
What was the largest crowd size at arden street oval?
##... |
Below is an context that describes a sql 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 (city VARCHAR, winner VARCHAR)
### Question:
What is the City, when the Winner is Ruben Visser?
### 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_87 (competition VARCHAR, venue VARCHAR)
### Question:
Which competition was held in Arles, France?
### A... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.