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_67 (round INTEGER, name VARCHAR) ### Question: What is Roy Hall's highest round? ### Answer: SELECT MAX(...
Below is an context that describes a sql 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 (date VARCHAR, region VARCHAR, catalog VARCHAR) ### Question: On what date did the United Kingdom hav...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14465871_1 (powershell__cmdlet_ VARCHAR, cmdexe___commandcom VARCHAR) ### Question: When the cmd.exe / comman...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342393_10 (district VARCHAR, incumbent VARCHAR) ### Question: what section did frank park run in ### 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_65 (home_team VARCHAR, away_team VARCHAR) ### Question: Who was Carlton's home team opponent? ### 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_17140608_11 (team VARCHAR, date VARCHAR) ### Question: What team(s) did they play on april 23? ### 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_71 (team VARCHAR, seasons VARCHAR) ### Question: What team had 3 seasons and fewer than 27 in 1984? ### ...
Below is an context that describes a sql 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 (score INTEGER, place VARCHAR, player VARCHAR) ### Question: Which Score has a Place of t1, and a Pla...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE party (party_name VARCHAR, party_id VARCHAR); CREATE TABLE Member (party_id VARCHAR) ### Question: What is the name...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_5 (name VARCHAR) ### Question: What is the 4.45 for Yelena Isinbayeva? ### Answer: SELECT 445 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_15187735_13 (segment_d VARCHAR, segment_a VARCHAR) ### Question: Name the segment d for bowling balls ### 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_28 (points_for VARCHAR, lost VARCHAR) ### Question: How many points were there for 15 losses? ### 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 MODEL_LIST (Maker VARCHAR, Model VARCHAR) ### Question: What are all the makers and models? ### Answer: SELECT Make...
Below is an context that describes a sql 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 (transfer_fee VARCHAR, type VARCHAR, name VARCHAR) ### Question: WHAT TRANSFER FEE HAS A TYPE OF TRAN...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE products (product_description VARCHAR, product_name VARCHAR) ### Question: What is the description of the product 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_name_33 (matrix INTEGER, recording_date VARCHAR) ### Question: what is the highest matrix when the recording ...
Below is an context that describes a sql 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 (ihsaa_class VARCHAR, mascot VARCHAR) ### Question: What's the IHSAA Class when the mascot was the Mus...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (attendance INTEGER, date VARCHAR) ### Question: Which Attendance has a Date of november 19, 1961? ##...
Below is an context that describes a sql 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 (top_5 INTEGER, top_25 VARCHAR, wins VARCHAR) ### Question: What is the average value for Top-5, 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_25664518_4 (viewers__millions_ VARCHAR) ### Question: Who were the 3rd couple that were viewed by 4.89 millio...
Below is an context that describes a sql 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 (formula VARCHAR, chemical_class VARCHAR) ### Question: Which formula has thial as a chemical class? #...
Below is an context that describes a sql 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 (pos VARCHAR, height VARCHAR, name VARCHAR) ### Question: What is Pos., when Height is "m (ft 6in)", ...
Below is an context that describes a sql 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 (coding VARCHAR, genbank_id VARCHAR) ### Question: What was the 3’UTR sequence when Coding was 6a 3 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_40 (loses INTEGER, draws INTEGER) ### Question: What average Loses has Draws less than 0? ### 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 products (product_category_code VARCHAR, typical_buying_price VARCHAR, product_name VARCHAR) ### Question: 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_89 (to_par VARCHAR, score VARCHAR) ### Question: What is the To par of the Player with a Score of 73-67-...
Below is an context that describes a sql 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 (accolade VARCHAR, rank VARCHAR) ### Question: What's the accolade for the rank of 497? ### 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_28677723_9 (total INTEGER, style VARCHAR) ### Question: What is the smallest total score for the Pasodoble st...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11677691_3 (position VARCHAR, player VARCHAR) ### Question: What position is Charone Peake? ### 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_87 (mountain_peak VARCHAR, region VARCHAR, location VARCHAR) ### Question: Which Mountain Peak has a Reg...
Below is an context that describes a sql 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 (score VARCHAR, home_team VARCHAR) ### Question: Which Score has a Home team of yeovil town won 5–3 o...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (last_aired INTEGER, returning VARCHAR) ### Question: What was the earliest aired show that's returnin...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27081956_1 (episode VARCHAR, series_no VARCHAR) ### Question: How many episodes are numbered 14 in the series...
Below is an context that describes a sql 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 (season__number INTEGER, format__number VARCHAR) ### Question: Which season has q145 as its format? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10015132_7 (school_club_team VARCHAR, player VARCHAR) ### Question: what school is rudy gay from ### 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_37 (no_9 VARCHAR, no_4 VARCHAR, no_6 VARCHAR) ### Question: Who was No. 9 when Ava was No. 4 and Addison...
Below is an context that describes a sql 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 (bronze INTEGER, nation VARCHAR, rank VARCHAR, gold VARCHAR, silver VARCHAR) ### Question: What is 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_24 (position VARCHAR, competition VARCHAR, venue VARCHAR) ### Question: What Position was achieved in 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_24132083_1 (no_in_series INTEGER, written_by VARCHAR) ### Question: What in the series number of the episode ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_28628309_8 (team VARCHAR, category VARCHAR) ### Question: Who is the team when the category is blocks per gam...
Below is an context that describes a sql 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 (bosniaks INTEGER, census_year INTEGER) ### Question: Tell me the highest bosniaks for year more 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_13 (Id VARCHAR) ### Question: Which car won the same award in 2000 that the ferrari f133 5.5l v12 456 / ...
Below is an context that describes a sql 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 (score VARCHAR, competition VARCHAR, date VARCHAR) ### Question: What is Score, when Competition 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_15823956_1 (episodes VARCHAR, region_1 VARCHAR) ### Question: Which episode was N/A in region 1 ### 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_64 (ordinary_value VARCHAR, russian VARCHAR) ### Question: Which ordinary value has a Russian value 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_78 (winner VARCHAR, trofeo_fast_team VARCHAR, general_classification VARCHAR) ### Question: Which Winner...
Below is an context that describes a sql 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 (founded INTEGER, stadium VARCHAR, club VARCHAR) ### Question: What year was the team Club of atlétic...
Below is an context that describes a sql 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 (record VARCHAR, opponent VARCHAR) ### Question: What is the record when they played New York? ### 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_22073745_1 (result VARCHAR, year__ceremony_ VARCHAR) ### Question: What is the result of the 2005 (78th) year...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18994724_1 (language_s_ VARCHAR, film_title_used_in_nomination VARCHAR) ### Question: What language was spoke...
Below is an context that describes a 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_3 (tries_against VARCHAR, won VARCHAR) ### Question: How many tries were against when the number won...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1590652_4 (no VARCHAR, date VARCHAR) ### Question: Name the total number when date is 30 may 2010 ### 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_99 (overall INTEGER, college VARCHAR, round VARCHAR) ### Question: What is the total number of overall 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_80 (wins INTEGER, team VARCHAR) ### Question: What are the average wins that have great britain as the 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_1342256_6 (party VARCHAR, candidates VARCHAR) ### Question: how many party with candidates being john j. phi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1277350_3 (thursday_guru__jupiter_ VARCHAR, wednesday_budha__mercury_ VARCHAR) ### Question: In language wher...
Below is an context that describes a sql 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 (position VARCHAR, player VARCHAR, nationality VARCHAR, round VARCHAR) ### Question: WHAT IS THE POSIT...
Below is an context that describes a sql 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 (date VARCHAR, outcome VARCHAR, opponents VARCHAR) ### Question: What is Date, when Outcome is "Winne...
Below is an context that describes a sql 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 (points_against VARCHAR, try_diff VARCHAR) ### Question: What is the points against when try diff 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_13 (year INTEGER, loser VARCHAR) ### Question: In which year is Nerida Gregory listed as the loser? ### ...
Below is an context that describes a sql 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 (to_par VARCHAR, player VARCHAR) ### Question: What was Tom Kite's 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_1849243_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR) ### Question: How many viewers in millions watche...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16388545_1 (away_team VARCHAR, ground VARCHAR) ### Question: What was the away team's score of at the game 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_92 (south VARCHAR, season VARCHAR) ### Question: Who was in the South in the 2004-05 season? ### 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_1507806_1 (year INTEGER, runner_up VARCHAR) ### Question: WHAT YEAR DID MIKE BRADY GET RUNNER-UP? ### 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_26 (score VARCHAR, player VARCHAR, country VARCHAR, place VARCHAR) ### Question: What was the score 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_32 (year INTEGER, charts VARCHAR) ### Question: What year was the No. 7 charts? ### Answer: SELECT AVG(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_31 (byes VARCHAR, losses VARCHAR, against VARCHAR) ### Question: What is the total number of byes with 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_name_65 (country VARCHAR, player VARCHAR) ### Question: What country does Bo Bae Song play for? ### 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_38 (score VARCHAR, attendance VARCHAR, home_team VARCHAR) ### Question: The game with home team Crowboro...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE CARS_DATA (horsepower INTEGER, YEAR INTEGER) ### Question: What is the average horsepower of the cars before 1980? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17288869_5 (record VARCHAR, date VARCHAR) ### Question: What was the record on November 1? ### 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_84 (title VARCHAR, role VARCHAR) ### Question: What is the title of the work where the role was Molly 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_29626583_3 (pick__number INTEGER, mls_team VARCHAR, affiliation VARCHAR) ### Question: What is the pick 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_73 (total INTEGER, country VARCHAR, year_s__won VARCHAR) ### Question: What was the average total 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_55 (home VARCHAR, record VARCHAR) ### Question: Who had a 32-29-8 record at home? ### Answer: SELECT hom...
Below is an context that describes a sql 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 (state VARCHAR, council_votes INTEGER) ### Question: Which country has less than 4 votes? ### 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_35 (capacity INTEGER, team VARCHAR) ### Question: what is the capacity for the team šibenik? ### 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_27169029_1 (written_by VARCHAR, original_air_date VARCHAR) ### Question: Who wrote the episode that aired on ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13282157_1 (country VARCHAR, _number VARCHAR) ### Question: What is the country for # 8 ### 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_11950720_4 (bowling_style VARCHAR, player VARCHAR) ### Question: What is the bowling style of chris harris? #...
Below is an context that describes a sql 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 (year INTEGER, notes VARCHAR, competition VARCHAR) ### Question: What is the earliest year the world ...
Below is an context that describes a sql 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 (original_amendments_cosponsored INTEGER, all_bills_sponsored VARCHAR, bill_support_withdrawn VARCHAR...
Below is an context that describes a sql 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 (melamine_content_mg_kg_ INTEGER, producer VARCHAR, samples_failed VARCHAR) ### Question: What's 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_63 (title VARCHAR, start_of_reign VARCHAR) ### Question: What is the title of the person who started 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_22765887_1 (pole_position VARCHAR, date VARCHAR) ### Question: Who had the pole position in the August 15, 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_13833770_3 (incumbent VARCHAR, opponent VARCHAR) ### Question: who is the the incumbent with opponent being 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 tracks (milliseconds VARCHAR, name VARCHAR) ### Question: How long does track Fast As a Shark has? ### 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_24446718_3 (name_of_award VARCHAR, language VARCHAR) ### Question: Name the name of award for marathi ### 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_12 (losses VARCHAR, team VARCHAR, goals_for VARCHAR) ### Question: How many times has the Cornwall HC te...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30030477_1 (directed_by VARCHAR, viewers__million_ VARCHAR) ### Question: Who directed the episdoe veiwed by ...
Below is an context that describes a sql 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 (song VARCHAR, draw INTEGER) ### Question: What song has draw number less than 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_44 (opponents_in_the_final VARCHAR, partnering VARCHAR) ### Question: Who are the finals opponents for 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_74 (marriage VARCHAR, spouse VARCHAR) ### Question: Name the marriage of the person who is married for 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_17 (circuit VARCHAR, winning_driver VARCHAR) ### Question: Which circuit did Raymond Mays win? ### 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_78 (player VARCHAR, year_s__won VARCHAR, country VARCHAR, total VARCHAR) ### Question: What player in 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_47 (date VARCHAR, man_of_the_match VARCHAR) ### Question: On what date was Stuart Potts the Man of the 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_25030512_24 (result VARCHAR, incumbent VARCHAR) ### Question: Name the result for barney frank ### 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_29458735_5 (colonel VARCHAR, county VARCHAR) ### Question: in how many of the arkansas colomel the county 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_52 (average INTEGER, swimsuit VARCHAR, evening_gown VARCHAR, state VARCHAR) ### Question: What is the me...