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_92 (persian VARCHAR, romani VARCHAR) ### Question: What Persian word(s) has the same meaning as the Roma...
Below is an context that describes a sql 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 (crowd INTEGER, away_team VARCHAR) ### Question: What is the size of the biggest crowd for a game 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_22597626_6 (championship VARCHAR, opponent_in_the_final VARCHAR) ### Question: Name the championship for pete...
Below is an context that describes a sql 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 (prize VARCHAR, winner VARCHAR) ### Question: What was the prize for winner benny spindler? ### 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_19 (year VARCHAR, class VARCHAR) ### Question: Which year has a railway class of 250? ### 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_26176081_29 (name VARCHAR, tfl_yds VARCHAR) ### Question: What is the name when tfl-yds is 2-2? ### 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_26 (to_par VARCHAR, player VARCHAR) ### Question: What is Tiger Woods' to par? ### Answer: SELECT to_par...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2847477_2 (pinyin VARCHAR, english_name VARCHAR) ### Question: What is the pinyin name for the english name x...
Below is an context that describes a sql 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 (world_ranking INTEGER, date VARCHAR, year VARCHAR) ### Question: How many world rankings are after 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_73 (date VARCHAR, nationality VARCHAR, ship VARCHAR) ### Question: What is the date for the ship Afrika,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (manner_of_departure VARCHAR, date_of_vacancy VARCHAR) ### Question: what is the manner of departure ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27733909_9 (location_attendance VARCHAR, game VARCHAR) ### Question: What is the location and attendance of g...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (shot_diameter__cm_ VARCHAR, shot_volume__cm_3__ INTEGER) ### Question: How many times is the shot vo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (attendance INTEGER, date VARCHAR, week VARCHAR) ### Question: What is the average attendance for the...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (opponent VARCHAR, game VARCHAR) ### Question: Who was the opponent in Game 44? ### Answer: SELECT op...
Below is an context that describes a sql 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, loser VARCHAR) ### Question: For which venue did Leicester City lose? ### 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_27816698_2 (founded INTEGER, nickname VARCHAR) ### Question: When was the Titans founded? ### 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_90 (points VARCHAR, tries_for VARCHAR) ### Question: What is Points, when Tries For is "correct as of 00...
Below is an context that describes a sql 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 (position VARCHAR, round VARCHAR) ### Question: what is the position in round 3? ### Answer: SELECT 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_51 (points_difference VARCHAR, lost VARCHAR, points VARCHAR) ### Question: What is the difference relate...
Below is an context that describes a sql 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 (team VARCHAR, sponsor VARCHAR, tire VARCHAR, chassis VARCHAR) ### Question: Which team has Firestone...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (elevator VARCHAR, elector VARCHAR) ### Question: When Giovanni Gaetano Orsini was the elector 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 table_name_75 (aircraft VARCHAR, tail_number VARCHAR) ### Question: What type of aircraft was the plane with a tail...
Below is an context that describes a sql 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 (tournament VARCHAR) ### Question: Which tournament had a 2R categorization in 2009 and SF in 2010? #...
Below is an context that describes a sql 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 (away_team VARCHAR, tie_no VARCHAR) ### Question: Which away team has a tie number of 14? ### 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_12 (year INTEGER, wins VARCHAR, points VARCHAR) ### Question: What is the earliest year with fewer than ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (time_retired VARCHAR, grid VARCHAR) ### Question: What was the time of the driver on grid 3? ### 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_6 (score VARCHAR, opponent VARCHAR) ### Question: What was the score against andrei pavel? ### 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_56 (week VARCHAR, record VARCHAR) ### Question: What is the week with a record of 2-1? ### 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_261927_1 (colors VARCHAR, nickname VARCHAR) ### Question: What is the colors for the nickname engineers? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20760802_1 (drawn VARCHAR, points_against VARCHAR) ### Question: How may drawn equal points against at 129? #...
Below is an context that describes a sql 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 (school_country VARCHAR, asts VARCHAR) ### Question: What is the school/country of the player with 33...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_12886178_5 (played VARCHAR, tries_for VARCHAR) ### Question: How many clubs have tries for count of 50? ### 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_47 (years VARCHAR, authority VARCHAR, name VARCHAR) ### Question: What years does Our Lady Sacred Heart ...
Below is an context that describes a 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 (episode VARCHAR, seans_team VARCHAR) ### Question: In which episode is Sean's team made up of Kri...
Below is an context that describes a sql 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 (year__ceremony_ VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: In what Year was Labyr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR) ### Question: Which authority has a rocke...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17384764_1 (department VARCHAR, qualification VARCHAR) ### Question: Which departments have M.Phil(Maths)? ##...
Below is an context that describes a sql 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 (wickets INTEGER, average VARCHAR, matches VARCHAR, player VARCHAR) ### Question: what is the highest...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28286776_50 (club_s_ VARCHAR, international_debut VARCHAR) ### Question: When 2010 v australia is the interan...
Below is an context that describes a sql 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 (league_a VARCHAR, fa_cup VARCHAR) ### Question: What shows for the League when the FA Cup is 6 (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_22 (role VARCHAR, pick__number VARCHAR) ### Question: What role did Pick # 10 have? ### Answer: SELECT r...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15299235_1 (date VARCHAR, circuit VARCHAR) ### Question: What is the date for the Indianapolis circuit? ### 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 employee (emp_fname VARCHAR, emp_num VARCHAR); CREATE TABLE CLASS (prof_num VARCHAR) ### Question: Find the first n...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_255602_1 (type VARCHAR, area__km²_ VARCHAR) ### Question: What are all the political types where area is 155....
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_14 (video VARCHAR, aspect VARCHAR) ### Question: Which Video has an Aspect of 16:9? ### Answer: SELECT 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_name_87 (mountain_pass VARCHAR, rank VARCHAR) ### Question: What is the Mountain Pass with a 21 Rank? ### 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_8 (name VARCHAR, team VARCHAR, wsu_year_s_ VARCHAR) ### Question: What is Name, when Team is New York Kn...
Below is an context that describes a sql 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 (rank VARCHAR, start VARCHAR, laps VARCHAR) ### Question: What's the rank when the start is 10 and 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_63 (qual VARCHAR, rank VARCHAR) ### Question: What was the qual when the rank was 2? ### 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_23 (interview VARCHAR, state VARCHAR, evening_gown VARCHAR) ### Question: What is the total interviews 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_29842201_1 (subject VARCHAR, highest_mark VARCHAR) ### Question: What is the subject when the highest mark 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_99 (network VARCHAR, viewers VARCHAR) ### Question: Which Network has 17.5 million Viewers? ### 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_94 (rank INTEGER, location VARCHAR) ### Question: What was the highest rink for Kingston? ### 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_33 (cuts_made INTEGER, events VARCHAR, top_5 VARCHAR, top_10 VARCHAR) ### Question: What is the number 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_11959669_3 (high_rebounds VARCHAR, date VARCHAR) ### Question: Who had the highest rebounds on November 4 ###...
Below is an context that describes a sql 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 (sport VARCHAR, name VARCHAR, games VARCHAR) ### Question: What sport did the National Team play in t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_6 (team_1 VARCHAR, team_2 VARCHAR) ### Question: what is team 1 when team 2 is gazélec ajaccio (d3)? ###...
Below is an context that describes a sql 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 (country VARCHAR, total VARCHAR, year_s__won VARCHAR) ### Question: What is the Country of the Player...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_56 (category VARCHAR, director_s_ VARCHAR) ### Question: what category is for tom shankland, director? #...
Below is an context that describes a sql 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 (league_goals INTEGER, league_cup_goals INTEGER) ### Question: How many League Goals have League Cup ...
Below is an context that describes a sql 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 (czechoslovak_president VARCHAR, tenure_begin VARCHAR) ### Question: Who was the President of Czechos...
Below is an context that describes a sql 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 (result VARCHAR, week VARCHAR, date VARCHAR) ### Question: Which result happened more recently than 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_28 (grid INTEGER, laps VARCHAR, team VARCHAR, points VARCHAR) ### Question: What is the lowest grid of 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_86 (opposing_teams VARCHAR, against INTEGER) ### Question: What is Opposing Teams, when Against is less ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_278229_1 (commandery VARCHAR) ### Question: When gaoliang 高涼 is the commandery what is the commandery capital...
Below is an context that describes a sql 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 (date VARCHAR, home_team VARCHAR) ### Question: Which Date has a Home team of rochdale? ### 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_86 (drawn INTEGER, played VARCHAR, diff VARCHAR, points VARCHAR) ### Question: What is the maximum numbe...
Below is an context that describes a sql 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 (transfer_window VARCHAR, moving_to VARCHAR, name VARCHAR) ### Question: What is the transfer window ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668378_18 (incumbent VARCHAR, first_elected VARCHAR) ### Question: Who was the incumbent in the district tha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE list (lastname VARCHAR, classroom VARCHAR) ### Question: Find the last names of students studying in room 111. ### ...
Below is an context that describes a sql 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 (game INTEGER, score VARCHAR) ### Question: What is the sum for the game with a score of 103–126? ###...
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR) ### Question: what is the country when the player is bill nary? ### ...
Below is an context that describes a sql 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 (opponent VARCHAR, score VARCHAR) ### Question: What team was the Opponent when the Score was 31-6? #...
Below is an context that describes a sql 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 (result VARCHAR, opponent VARCHAR) ### Question: What is the Result of the game against Philadelphia ...
Below is an context that describes a sql 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 (pick INTEGER, new_team VARCHAR, round VARCHAR) ### Question: What was the biggest pick number 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_name_52 (title VARCHAR, appointed_by VARCHAR) ### Question: What is the title of the representative appointed...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11916083_1 (year VARCHAR, issue_price__bu_ VARCHAR, _clarification_needed_ VARCHAR) ### Question: What is 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_19 (match VARCHAR, competition VARCHAR, location VARCHAR) ### Question: Which Match played in a Location...
Below is an context that describes a sql 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 (home_team VARCHAR, away_team VARCHAR) ### Question: Name the home team for carlton away team ### 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_39 (tournament VARCHAR) ### Question: Which 2008 has a 2009 of A, and a Tournament of cincinnati masters...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1745843_5 (class VARCHAR, part_2 VARCHAR) ### Question: What is the class of the word who's second participle...
Below is an context that describes a sql 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 (catalog VARCHAR, format VARCHAR, date VARCHAR) ### Question: What Catalog released on June 29, 1999 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_93 (opponent VARCHAR, loss VARCHAR) ### Question: Who was the opponent at the game that had a loss of He...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15417439_1 (common_name VARCHAR, genus_species VARCHAR) ### Question: What's the animals name when the genus/...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2818164_5 (no_in_season VARCHAR, original_air_date VARCHAR) ### Question: What episoe number in the season or...
Below is an context that describes a sql 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 (surface VARCHAR, date VARCHAR) ### Question: What type of surface did they play on 23 October 2000? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11465521_2 (opponent VARCHAR, attendance VARCHAR) ### Question: How many opponents were there at the game wit...
Below is an context that describes a sql 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 (date VARCHAR, visiting_team VARCHAR) ### Question: When did the New England Patriots play as the vis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_24223834_3 (us_viewers__in_millions_ VARCHAR, directed_by VARCHAR) ### Question: How many million U.S. viewer...
Below is an context that describes a sql 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 (decision VARCHAR, series VARCHAR) ### Question: Which Decision has a Series of 3 – 3? ### 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_29499399_2 (money_list_rank VARCHAR, best_finish VARCHAR) ### Question: Which money list ranks had a best fin...
Below is an context that describes a sql 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 (attendance INTEGER, result VARCHAR) ### Question: What is the combined attendance of all games that ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (status VARCHAR, floors VARCHAR, year VARCHAR) ### Question: What is the status of the building 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_1 (Id VARCHAR) ### Question: What is the 2010 value of the 2013 Grand Slam Tournaments? ### 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_84 (her_age INTEGER, _number_of_children VARCHAR, his_age VARCHAR, name VARCHAR) ### Question: What is 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 Students (first_name VARCHAR, student_id VARCHAR); CREATE TABLE Student_Addresses (student_id 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_94 (scorers VARCHAR, result_f_a VARCHAR) ### Question: Who were F–A of 1–0 scorers? ### 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_18703133_1 (wins INTEGER, team VARCHAR) ### Question: Name the most wins for sport colombia ### Answer: SELEC...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (opponents VARCHAR, progress VARCHAR, score VARCHAR, team VARCHAR) ### Question: Which Opponents have...