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_75 (attendance VARCHAR, week INTEGER) ### Question: What is the attendance before week 1? ### 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_49 (date VARCHAR, opponent VARCHAR, save VARCHAR) ### Question: What is the date of the match with Broth...
Below is an context that describes a sql 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 (score VARCHAR, opponent VARCHAR, game VARCHAR, march VARCHAR, points VARCHAR) ### Question: Which Sc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (score VARCHAR, date VARCHAR) ### Question: What is the score on october 7? ### Answer: SELECT score ...
Below is an context that describes a sql 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 (points INTEGER, game VARCHAR, opponent VARCHAR) ### Question: Which Points have a Game larger than 2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_28 (lost INTEGER, points VARCHAR, played VARCHAR) ### Question: What is the average for games Lost where...
Below is an context that describes a sql 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 (longitude INTEGER, county VARCHAR, water__sqmi_ VARCHAR) ### Question: what is the highest longitude...
Below is an context that describes a sql 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 (athletes VARCHAR, country VARCHAR) ### Question: What is the name of the athlete from Myanmar? ### 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_27721131_6 (game VARCHAR, team VARCHAR) ### Question: How many games are shown against Houston? ### 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_12 (opposing_team VARCHAR, status VARCHAR) ### Question: What opposing team has second test as the statu...
Below is an context that describes a sql 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 (height VARCHAR, player VARCHAR) ### Question: How tall is nerlens noel? ### Answer: SELECT height 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_2417340_3 (state__class_ VARCHAR, date_of_successors_formal_installation VARCHAR) ### Question: List all stat...
Below is an context that describes a sql 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 (current_version VARCHAR, license VARCHAR) ### Question: what is the current version with license gpl...
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR) ### Question: How big was the crowd size, at the Junction Oval venue? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29141354_4 (_episode_2 VARCHAR, andrew_and_georgies_guest_lee_mack_replaced_andrew_flintoff_as_team_captain_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_85 (driver VARCHAR, nor_1 VARCHAR) ### Question: What driver has 22 as nor 1? ### Answer: SELECT driver ...
Below is an context that describes a sql 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 (metal VARCHAR, element VARCHAR) ### Question: Which Metal has an Element of heavenly stems? ### 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_22 (all_bills_cosponsored INTEGER, all_bills_sponsored VARCHAR, all_amendments_sponsored 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_44 (results VARCHAR, choreographer VARCHAR) ### Question: What is the Result of the dance Choreographed ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27615896_18 (points INTEGER, sd VARCHAR) ### Question: What are the total points for sd 15? ### 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 musical (Nominee VARCHAR, Award VARCHAR) ### Question: Show the nominees that have nominated musicals for both "Ton...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Grants (organisation_id VARCHAR, grant_amount INTEGER) ### Question: What is the total amount of grants given by ea...
Below is an context that describes a sql 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 (top_5 INTEGER, events VARCHAR, wins VARCHAR) ### Question: Name the most top-5 for wins less than 0 ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (project_name VARCHAR, peak VARCHAR, country VARCHAR) ### Question: What was the name of the project ...
Below is an context that describes a sql 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, airport VARCHAR) ### Question: Which country contains the Shanghai Pudong Internati...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28859177_3 (original_air_date VARCHAR, directed_by VARCHAR) ### Question: How many original air dates did 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_71 (serial_format VARCHAR, issued VARCHAR) ### Question: What serial format was issued in 1972? ### 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_23406517_2 (direction VARCHAR) ### Question: What are all values for 24 mountains when direction is Northeast...
Below is an context that describes a sql 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 (score VARCHAR, date VARCHAR) ### Question: What scored is recorded on April 24? ### Answer: SELECT s...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_34 (commenced_operations VARCHAR, icao VARCHAR) ### Question: Who is the commenced operations that has 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_22 (game VARCHAR, home_team VARCHAR, date VARCHAR) ### Question: Which Game has a Home Team of san franc...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE festival_detail (YEAR VARCHAR, LOCATION VARCHAR) ### Question: In which year are there festivals both inside the 'U...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20867295_2 (top_scorer VARCHAR, winner VARCHAR, third_place VARCHAR) ### Question: When nac breda came in thi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_44 (fa_cup INTEGER, malaysia_cup VARCHAR, total VARCHAR) ### Question: Which FA Cup has a Malaysia Cup l...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30049462_5 (score VARCHAR, team VARCHAR) ### Question: what is the score in the philadelphia team ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_39 (score VARCHAR) ### Question: What's in third place that's going 1-0? ### Answer: SELECT 3 AS rd_plac...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (wins INTEGER, coach VARCHAR, losses VARCHAR) ### Question: What are coach Bill Henderson's highest 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_96 (city___state VARCHAR, series VARCHAR) ### Question: What city had a series of atcc round 1? ### 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_26996293_3 (cfl_team VARCHAR, college VARCHAR) ### Question: How many CFL teams drafted someone from mount al...
Below is an context that describes a sql 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 (description VARCHAR, livery VARCHAR, date VARCHAR, number_ VARCHAR, _name VARCHAR) ### Question: Wha...
Below is an context that describes a sql 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 (player VARCHAR, total VARCHAR) ### Question: What player has a total of 297? ### Answer: SELECT play...
Below is an context that describes a sql 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 (losses INTEGER, team VARCHAR, wins VARCHAR) ### Question: What is the lowest number of losses for 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_15002265_1 (womens_doubles VARCHAR, mens_doubles VARCHAR) ### Question: who is the the womens doubles with me...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: Which record has a Date of august 28? ### 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_56 (Id VARCHAR) ### Question: What was the 1989 result for the tournament with 1984 of a, 1985 of a, and...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2731431_1 (location VARCHAR, elevation__m_ VARCHAR) ### Question: Which location has an elevation of 3798? ##...
Below is an context that describes a sql 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 (country VARCHAR, to_par VARCHAR, year_s__won VARCHAR) ### Question: Can you tell me the Country 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_78 (win__percentage VARCHAR, appearances VARCHAR, losses VARCHAR) ### Question: What's the total number ...
Below is an context that describes a sql 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 (winner VARCHAR, runner_up VARCHAR) ### Question: Who was the winner in the match that had John Higgi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_44 (college VARCHAR, player VARCHAR) ### Question: Which college is Kellen Davis from? ### 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_83 (loses INTEGER, position VARCHAR, games_played VARCHAR) ### Question: What is the fewest loses 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_96 (position VARCHAR, name VARCHAR, signed VARCHAR, round VARCHAR) ### Question: what is the position wh...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21481509_4 (COUnT VARCHAR, population VARCHAR) ### Question: How many n are listed for berbers from siwa? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (engine_† VARCHAR, chassis VARCHAR, driver VARCHAR) ### Question: Which constructor manufactured 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 mountain (Country VARCHAR) ### Question: List the countries that have more than one mountain. ### Answer: SELECT Co...
Below is an context that describes a sql 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 (label VARCHAR, date VARCHAR) ### Question: Name the label for january 24, 2005 ### Answer: SELECT 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_27922491_20 (wickets INTEGER) ### Question: What is the fewest number of wickets recorded? ### 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_49 (result VARCHAR, game_site VARCHAR, opponent VARCHAR) ### Question: When they were playing the detroi...
Below is an context that describes a sql 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 (date VARCHAR, type_of_game VARCHAR) ### Question: When was the WC 1974 Qualifying game? ### 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_74 (death VARCHAR, birth VARCHAR, rank VARCHAR) ### Question: What year is the death for a birth of 1873...
Below is an context that describes a sql 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 (winner VARCHAR, date VARCHAR) ### Question: who won on 29 may? ### Answer: SELECT winner FROM table_...
Below is an context that describes a sql 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 (number_of_households VARCHAR, median_family_income VARCHAR) ### Question: What Number of households ...
Below is an context that describes a sql 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 (format VARCHAR, year INTEGER) ### Question: What is the format of the album with a year less than 19...
Below is an context that describes a sql 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 (object_type VARCHAR, ngc_number VARCHAR, declination___j2000__ VARCHAR) ### Question: Which object 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_60 (lansing__lan_ VARCHAR, kalamazoo__azo_ VARCHAR) ### Question: What was the passenger fare for Lansin...
Below is an context that describes a sql 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, result VARCHAR, score VARCHAR) ### Question: Which date has a Result of won, and a Sco...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_33 (points INTEGER, r_magjistari INTEGER) ### Question: For R. Magjistari scores over 12, what is the hi...
Below is an context that describes a sql 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 (class VARCHAR, race VARCHAR) ### Question: What class is the dodge dealers grand prix? ### 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_63 (recorded VARCHAR, time VARCHAR, song_title VARCHAR) ### Question: What is the date recorded for I 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_42 (zone VARCHAR, opponent VARCHAR, round VARCHAR, against VARCHAR) ### Question: What zone was the Semi...
Below is an context that describes a sql 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 (icao VARCHAR, country VARCHAR) ### Question: What is Cuba's ICAO? ### Answer: SELECT icao FROM table...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2668347_14 (district VARCHAR, party VARCHAR, first_elected VARCHAR) ### Question: what is the district when 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_54 (total INTEGER, nation VARCHAR, gold VARCHAR) ### Question: What is the average total with a nation 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_24814477_2 (attendance INTEGER, game_site VARCHAR) ### Question: What was the largest attendance at the Rhein...
Below is an context that describes a sql 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 (language VARCHAR, number VARCHAR) ### Question: Which Language has a Number of 553 633? ### 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_14889048_1 (draws VARCHAR, conceded VARCHAR) ### Question: Name the number of draws for when conceded is 25 #...
Below is an context that describes a sql 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 (longitude VARCHAR, latitude VARCHAR) ### Question: If the latitude is 77°28′n, what is the longitude...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28654454_5 (reunion_bmi VARCHAR, contestant VARCHAR) ### Question: What was miles's bmi att the reunion? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22165661_3 (score VARCHAR, championship_game_opponent VARCHAR) ### Question: How many scores are there when 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_26 (height_m___ft VARCHAR, name VARCHAR) ### Question: What is the height for the Shanghai World Plaza? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18106841_1 (members_of_parliament VARCHAR, winners__percentage_votes VARCHAR) ### Question: When the winners ...
Below is an context that describes a sql 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 (years VARCHAR, rank INTEGER) ### Question: Which years have a rank less than 2? ### Answer: SELECT y...
Below is an context that describes a sql 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 (car INTEGER, yards INTEGER) ### Question: What is the highest Car with more than 155 yards? ### 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_78 (interregnum_ended VARCHAR, duration VARCHAR) ### Question: What is the Interregnum ended for the per...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (position INTEGER, total VARCHAR, a_score VARCHAR) ### Question: What is the Position of the person 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_83 (year_joined VARCHAR, mascot VARCHAR) ### Question: Which year did the school with the mascot 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_45 (date_of_vacancy VARCHAR, date_of_appointment VARCHAR) ### Question: What was the vacancy date 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_41 (number VARCHAR, males VARCHAR) ### Question: Which number has 11 males? ### Answer: SELECT number 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_90 (year VARCHAR, engine VARCHAR, points VARCHAR, entrant VARCHAR) ### Question: What year were there le...
Below is an context that describes a sql 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 (north_america VARCHAR, japan VARCHAR) ### Question: Tell me north america for january 23, 2013 ### 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_34 (points VARCHAR, chassis VARCHAR, year VARCHAR) ### Question: how many points are there for a Chassis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27722734_10 (high_points VARCHAR, date VARCHAR) ### Question: who had high points on march 27? ### 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_66 (january VARCHAR, november VARCHAR) ### Question: Who is the January playmate with the November playm...
Below is an context that describes a sql 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 (profession VARCHAR, name VARCHAR) ### Question: What is slađana pejić's profession? ### 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_96 (res VARCHAR, opponent VARCHAR) ### Question: What was the result when the opponent was Rory Markham?...
Below is an context that describes a sql 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 (parishes INTEGER, pastoral_region VARCHAR, cemeteries VARCHAR) ### Question: How many Parishes in Me...
Below is an context that describes a sql 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 (position VARCHAR, played INTEGER) ### Question: What is the total number of Position, when Played 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_22669044_10 (score VARCHAR, record VARCHAR) ### Question: What's the score of the game with 31-29 record? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_26 (location VARCHAR, ppv_buyrate VARCHAR) ### Question: Which Location has a PPV Buyrate of 775,000? ##...
Below is an context that describes a sql 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 (overall_ranking INTEGER, index VARCHAR) ### Question: For all events with index f10, what is the sum...