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 FLIGHTS (Airline VARCHAR); CREATE TABLE AIRLINES (uid VARCHAR, Airline VARCHAR)
### Question:
How many flights 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 table_name_37 (opponent VARCHAR, week VARCHAR)
### Question:
Who did the Texan's play on Week 4?
### 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_81 (launched VARCHAR, territory VARCHAR, channel VARCHAR)
### Question:
When did channel 83 in singapore... |
Below is an context that describes a sql 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 (season VARCHAR, league VARCHAR, european_competitions VARCHAR)
### Question:
What is the Season 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_67 (date VARCHAR, away_team VARCHAR)
### Question:
When st kilda played as the away team, what date was ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12936521_2 (nickname VARCHAR, institution VARCHAR)
### Question:
What's the nickname of the University of Mas... |
Below is an context that describes a sql 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 (location VARCHAR, round VARCHAR, time VARCHAR)
### Question:
I want the location for round of 3 and 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_62 (tournaments_played INTEGER, year VARCHAR)
### Question:
what is the least tournaments played when 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_53 (home_team VARCHAR, away_team VARCHAR)
### Question:
What is the name of the Home team that played Fi... |
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR)
### Question:
What country is Lee Trevino from?
### 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_21 (laps INTEGER, start VARCHAR, qual VARCHAR)
### Question:
What's the average number of Laps, that had... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1341843_44 (candidates VARCHAR, incumbent VARCHAR)
### Question:
Who was the candidate when the incumbent was... |
Below is an context that describes a sql 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 (lane INTEGER, nationality VARCHAR, reaction_time VARCHAR, time VARCHAR)
### Question:
What is the La... |
Below is an context that describes a sql 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 (date VARCHAR, record VARCHAR)
### Question:
Which Date has a Record of 4–2–0?
### Answer:
SELECT dat... |
Below is an context that describes a sql 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 (title VARCHAR, director VARCHAR)
### Question:
On what title was Stephen Fossatti the director 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_88 (_percentage_of_votes VARCHAR, party VARCHAR)
### Question:
What is the percentage of votes received ... |
Below is an context that describes a sql 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 (qual VARCHAR, finish VARCHAR)
### Question:
Which qual also has a finish total of 9?
### 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_55 (br_nos VARCHAR)
### Question:
Which 1947 Nos has a BR Nos of 48730-9?
### Answer:
SELECT 1947 AS _no... |
Below is an context that describes a sql 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 (knots VARCHAR, ship VARCHAR, passengers VARCHAR)
### Question:
How many knots did the Ms Moby Vincen... |
Below is an context that describes a sql 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 (league_goals INTEGER, fa_cup_apps VARCHAR, total_apps VARCHAR)
### Question:
What is the lowest leag... |
Below is an context that describes a sql 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 (against VARCHAR, points VARCHAR, drawn VARCHAR, lost VARCHAR)
### Question:
Which Against has a Draw... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27733258_11 (team VARCHAR, date VARCHAR)
### Question:
What company plays on april 1?
### Answer:
SELECT 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_17 (laps VARCHAR, time VARCHAR, grid VARCHAR, bike VARCHAR)
### Question:
How many laps did the rider 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_41 (crowd INTEGER, ground VARCHAR)
### Question:
What kind of Crowd has a Ground of subiaco oval?
### 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_17288825_9 (date VARCHAR, team VARCHAR)
### Question:
On what date did the Rockets play Memphis?
### 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_49 (death_date VARCHAR, place_of_death_or_residence VARCHAR, age__as_of_1_february_2014_ VARCHAR)
### Qu... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (issue VARCHAR, spoofed_title VARCHAR)
### Question:
What issue was the Spoofed Title of the crockfor... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1140117_5 (report VARCHAR, race_name VARCHAR)
### Question:
What is the report for the race name V Ulster Tro... |
Below is an context that describes a sql 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 (college VARCHAR, pick VARCHAR, pba_team VARCHAR)
### Question:
What is the College of the 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_90 (games VARCHAR, event VARCHAR)
### Question:
What games had the women's half middleweight event?
### ... |
Below is an context that describes a sql 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 (overall INTEGER, name VARCHAR, pick__number VARCHAR)
### Question:
What is the average overall of Jo... |
Below is an context that describes a sql 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 (gold INTEGER, nation VARCHAR)
### Question:
How much gold received by nation of uzbekistan (uzb)?
##... |
Below is an context that describes a sql 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 (crowd INTEGER, away_team VARCHAR)
### Question:
What was the attendance when Fitzroy played as the aw... |
Below is an context that describes a sql 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 (frequency_mhz INTEGER, call_sign VARCHAR)
### Question:
What is K236AM's lowest frequency in MHz?
##... |
Below is an context that describes a sql 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 (film_title_used_in_nomination VARCHAR, country VARCHAR)
### Question:
What was the film title nomina... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_9 (date VARCHAR, performance VARCHAR)
### Question:
On which date is there a performance of more than 8.... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11609814_1 (constancy VARCHAR, permanence_of_the_body VARCHAR)
### Question:
what's the constancy where perm... |
Below is an context that describes a sql 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 (pick INTEGER, year VARCHAR)
### Question:
What is the average pick in 1983?
### Answer:
SELECT AVG(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_13399573_4 (points_for VARCHAR, losing_bonus VARCHAR)
### Question:
In the 2008/2009 season one team had 1 lo... |
Below is an context that describes 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 (job_id VARCHAR, hire_date INTEGER)
### Question:
Find job id and date of hire for those employees who 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 postseason (team_id_loser VARCHAR, year VARCHAR); CREATE TABLE team (team_id_br VARCHAR, name VARCHAR)
### Question... |
Below is an context that describes a sql 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 (rank INTEGER, silver VARCHAR, total VARCHAR)
### Question:
What is the total rank with more than 2 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_10 (ties INTEGER, losses VARCHAR, games_played VARCHAR)
### Question:
what is the lowest number of ties ... |
Below is an context that describes a sql 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 (drawn INTEGER, lost VARCHAR)
### Question:
What is the lowest drawn for entries with a lost of 13?
#... |
Below is an context that describes a sql 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 (height VARCHAR, name VARCHAR)
### Question:
How tall is Dylan Postl?
### Answer:
SELECT height 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_21284653_1 (name VARCHAR, population_density VARCHAR)
### Question:
What is the only city name with a populat... |
Below is an context that describes a sql 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 (opponent VARCHAR, record VARCHAR)
### Question:
What opponent has a record of 6-9?
### 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_1644857_2 (stolen_ends VARCHAR, country VARCHAR, France VARCHAR)
### Question:
How many times is a score 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_25 (name VARCHAR, sport VARCHAR)
### Question:
What is the names for the medalist in the sport of canoei... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2454589_1 (club VARCHAR, home_city VARCHAR)
### Question:
Name the club for quevedo
### Answer:
SELECT club 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 (position VARCHAR, player VARCHAR)
### Question:
Which position has john keane as the player?
### Ans... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_27 (played INTEGER, drawn VARCHAR, first_game VARCHAR, lost VARCHAR)
### Question:
What is the sum of ma... |
Below is an context that describes a sql 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 (away VARCHAR, round VARCHAR)
### Question:
What away is there for the q3 round?
### Answer:
SELECT 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 (silver INTEGER, nation VARCHAR, total VARCHAR, rank VARCHAR)
### Question:
What is the sum of Silver... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12164707_1 (year VARCHAR, mens_singles VARCHAR)
### Question:
How many years did Peter Mikkelsen win the Mens... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24781886_2 (production_code INTEGER, viewers VARCHAR)
### Question:
When 6.66 is the amount of viewers what 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_99 (venue VARCHAR, away_team VARCHAR)
### Question:
In the game where richmond was the away team, what v... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1132600_3 (winning_driver VARCHAR, grand_prix VARCHAR)
### Question:
How many drivers won the Italian Grand 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_17 (team VARCHAR, points_against VARCHAR)
### Question:
WHich Team that has Points against of 43?
### 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_27539535_7 (february INTEGER, record VARCHAR)
### Question:
What day in February was the team 17-29-7?
### 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_97 (Id VARCHAR)
### Question:
Name the 1861 with 1851 of 5291
### Answer:
SELECT 1861 FROM table_name_97... |
Below is an context that describes a sql 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 (width INTEGER, frame_size VARCHAR, height VARCHAR)
### Question:
What is the smallest width for 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_2562572_56 (cyrillic_name_other_names VARCHAR, settlement VARCHAR)
### Question:
What is the Cyrillic name fo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE PersonFriend (name VARCHAR)
### Question:
Find the person who has exactly one friend.
### Answer:
SELECT name 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_36 (college VARCHAR, pick__number VARCHAR)
### Question:
Pick # of 331 went to which college?
### 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_24538587_11 (socket VARCHAR, brand_name__list_ VARCHAR)
### Question:
How many sockets are listed that have a... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_30 (result VARCHAR, date VARCHAR)
### Question:
WHAT WAS THE RESULT FOR NOVEMBER 29, 2001?
### 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_17 (heat INTEGER, name VARCHAR)
### Question:
What's the sum of all of ivet lalova's Heat stats?
### Ans... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_42 (points VARCHAR, position VARCHAR, played VARCHAR)
### Question:
How many Points have a Position larg... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2135222_2 (pinyin VARCHAR, simplified VARCHAR)
### Question:
What is the Pinyin for the simplified 虞城县?
### 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_91 (first_elected VARCHAR, district VARCHAR)
### Question:
How many values of first elected are for dist... |
Below is an context that describes a sql 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 (model VARCHAR, resolution VARCHAR, sensor_size VARCHAR, active_pixels VARCHAR)
### Question:
Which m... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21109892_1 (rank VARCHAR, production__mt_ VARCHAR)
### Question:
When the production (mt) is 650000, what 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_39 (gold INTEGER, nation VARCHAR, silver VARCHAR)
### Question:
Which Gold has a Nation of sri lanka, 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_52 (score VARCHAR, competition VARCHAR, venue VARCHAR)
### Question:
What is the venue for the friendly ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE company (Headquarters VARCHAR)
### Question:
Show the different headquarters and number of companies at each headqu... |
Below is an context that describes a 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_53 (type VARCHAR, settlement VARCHAR)
### Question:
How many different types of settlements does Nova... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18967450_2 (club VARCHAR, goals VARCHAR)
### Question:
Which team/s have 48 goals total?
### Answer:
SELECT 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_58 (driver VARCHAR, points VARCHAR)
### Question:
Which driver scored 9 points?
### Answer:
SELECT drive... |
Below is an context that describes a sql 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 (country VARCHAR, engine_make_capacity VARCHAR)
### Question:
What country had the car with the Jawa ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_2 (name VARCHAR, rocket VARCHAR, block VARCHAR)
### Question:
What name has a Rocket of titan iv(401)b 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_2 (heat INTEGER, nationality VARCHAR, lane VARCHAR)
### Question:
What is the highest heat of the athlet... |
Below is an context that describes a sql 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 (coverage VARCHAR, launched VARCHAR)
### Question:
What is the coverage of the station that was launc... |
Below is an context that describes a sql 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 (name VARCHAR, height__cm_ VARCHAR, weight__kg_ VARCHAR)
### Question:
Which name's height in centime... |
Below is an context that describes a sql 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 (nfl_team VARCHAR, draft_year VARCHAR)
### Question:
In 1978 what is the NFL team?
### 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_32 (date VARCHAR, goals VARCHAR)
### Question:
Which date has a Goal of deacon 4/4, withers 1 dg?
### 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_3 (total_tenure_time VARCHAR, total_tenure_rank VARCHAR)
### Question:
What was the total tenure time 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_27537870_6 (record VARCHAR, opponent VARCHAR)
### Question:
If the opponent was the Philadelphia flyers, what... |
Below is an context that describes a sql 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 (bronze VARCHAR, rank VARCHAR)
### Question:
Which Bronze has a Rank of 9?
### Answer:
SELECT COUNT(b... |
Below is an context that describes a sql 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 (vctp VARCHAR, vcrt VARCHAR)
### Question:
If there is a VCRT of 7.62mm (0.3in) fn mag 60-20 machine ... |
Below is an context that describes a sql 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 (place VARCHAR, player VARCHAR, score VARCHAR)
### Question:
What is Place, when Score is "73-71=144"... |
Below is an context that describes a sql 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 (score VARCHAR, money___$__ VARCHAR, player VARCHAR)
### Question:
What score has money ($) greater 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_17964087_2 (govt_salary VARCHAR, chinese_name VARCHAR)
### Question:
For the chinese name 盧奕基 how many in 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_13456202_1 (affiliation VARCHAR, mascot VARCHAR)
### Question:
How many teams have an eagles mascot?
### 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 (high_rebounds VARCHAR, opponent VARCHAR)
### Question:
Who had the most rebounds in the game against... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26847237_3 (home_team VARCHAR, opposition VARCHAR)
### Question:
What is the home team when the opposition 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_28059992_2 (cfl_team VARCHAR, player VARCHAR)
### Question:
Name the number of cfl teams for jeff traversy
##... |
Below is an context that describes a sql 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 (away_team VARCHAR, tie_no VARCHAR)
### Question:
What is the away team with a 2 tie no.?
### 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_1676073_12 (drawn VARCHAR, lost VARCHAR, points_for VARCHAR)
### Question:
How many games drawn for the 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_90 (score VARCHAR, competition VARCHAR)
### Question:
What was the score of the game played in the 2012 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.