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_26 (rank VARCHAR, year VARCHAR) ### Question: What is the rank in 1940? ### Answer: SELECT rank FROM tab...
Below is an context that describes a sql 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 (tracking_method VARCHAR, supported_databases VARCHAR, name VARCHAR) ### Question: Which tracking met...
Below is an context that describes a sql 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 (average INTEGER, swimsuit INTEGER) ### Question: What is the average where the swimsuit is larger 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_3 (state VARCHAR, electorate VARCHAR) ### Question: What state shows for Cunningham? ### 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_23293785_2 (race_1_pts_ VARCHAR, race_total_pts_ VARCHAR) ### Question: What is every points value for race 1...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2781227_2 (position VARCHAR, player VARCHAR) ### Question: How many positions does Janne Niinimaa play? ### 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_1597866_3 (host VARCHAR, first_premiere VARCHAR) ### Question: Name the host when first premiere is august 3,...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE employees (department_id VARCHAR); CREATE TABLE departments (department_id VARCHAR) ### Question: display the depar...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_299271_2 (attendance VARCHAR, competition VARCHAR) ### Question: How many people attended the uefa champions ...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: On December 25, what was the record? ### 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_19 (winning_score VARCHAR, margin_of_victory VARCHAR, date VARCHAR) ### Question: Which Winning score ha...
Below is an context that describes a sql 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 (balls VARCHAR, runs VARCHAR) ### Question: Can you tell me the total number of 100s that has the Bal...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27832075_2 (title VARCHAR, episode__number VARCHAR) ### Question: What is the title of episode number 9-10? #...
Below is an context that describes a sql 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 (third VARCHAR, events VARCHAR, skip VARCHAR, second VARCHAR) ### Question: IN EVENTS 1995 STOH, WHO ...
Below is an context that describes a sql 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 (to_par VARCHAR, place VARCHAR, score VARCHAR) ### Question: How much To par has a Place of t1, and 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_11075747_3 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who directed the second episode of "The Ho...
Below is an context that describes a sql 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 (finish VARCHAR, manager VARCHAR, record VARCHAR) ### Question: what is the finish when the manager 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_13681_2 (country VARCHAR, currency_name VARCHAR) ### Question: how many country with currency name being rep...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (record VARCHAR, opponent VARCHAR, date VARCHAR) ### Question: Which Record has an Opponent of twins,...
Below is an context that describes a sql 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 (code__iata_ VARCHAR) ### Question: What 2003 rank does the airport IATA code SIN have? ### 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_12142298_2 (shortstop VARCHAR, starting_pitcher VARCHAR, second_baseman VARCHAR, centerfielder VARCHAR) ### Q...
Below is an context that describes a sql 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 (wins VARCHAR, club VARCHAR, draws VARCHAR) ### Question: How many wins did Cobden have when draws we...
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR) ### Question: What was the record after the January 6 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_12261926_2 (trofeo_fast_team VARCHAR, stage VARCHAR) ### Question: What is the trofeo fast team on stage 8? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_13606924_1 (kerry__number VARCHAR, county VARCHAR) ### Question: what's the kerry # with county being ness 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 basketball_match (school_id VARCHAR, acc_percent VARCHAR); CREATE TABLE university (Primary_conference VARCHAR, sch...
Below is an context that describes a sql 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 (loses INTEGER, draws VARCHAR, goals_scored VARCHAR, goals_conceded 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_44 (voltage__kv_ VARCHAR, supply_point VARCHAR, country VARCHAR, power__mw_ VARCHAR) ### Question: How 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_53 (home_team VARCHAR) ### Question: What did St Kilda score when they were the home team? ### 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_50 (super_g VARCHAR, overall VARCHAR) ### Question: Which Super Ghas a missed season due to injury? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2259285_1 (standing VARCHAR, goals_against VARCHAR) ### Question: What was the standing when goal against wer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (extra_points INTEGER, points VARCHAR, field_goals VARCHAR) ### Question: What is the highest amount ...
Below is an context that describes a sql 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 (silver INTEGER, rank VARCHAR, total VARCHAR) ### Question: Which Silver has a Rank of 1, and a Total...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (city VARCHAR, state VARCHAR, school VARCHAR) ### Question: Which City has a State of massachusetts, ...
Below is an context that describes a sql 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 (frequency VARCHAR, power__kw_ VARCHAR, call_sign VARCHAR) ### Question: What's the frequency 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_26919_6 (tigrinya VARCHAR, arabic VARCHAR) ### Question: Name the tigrinya for χams- ### Answer: SELECT COUNT...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_8 (result VARCHAR, incumbent VARCHAR) ### Question: When David E. Finley was the incumbent what was 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_1973648_1 (enrollment VARCHAR, joined VARCHAR) ### Question: Name the enrollment for 2007-08 ### 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_35 (attendance VARCHAR, opponent VARCHAR, date VARCHAR) ### Question: What is the attendance of the matc...
Below is an context that describes a sql 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 (city VARCHAR, state_territory VARCHAR, icao VARCHAR) ### Question: Which city has tasmania as the 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_name_93 (bronze VARCHAR, gold VARCHAR, nation VARCHAR) ### Question: What is the total number of Bronze 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_22344463_2 (date_of_birth VARCHAR, height VARCHAR, home_team VARCHAR) ### Question: If the height is 185cm an...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_71 (date_of_birth VARCHAR, player VARCHAR) ### Question: When was roshan mahanama born? ### 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_38 (country VARCHAR, score VARCHAR) ### Question: What was the nationality of the player with a score 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_73 (type VARCHAR, name VARCHAR) ### Question: What Type of museum is the Valdez museum? ### 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_2140071_10 (coach VARCHAR, premier_date VARCHAR) ### Question: Name the coach for may 20, 2010 ### 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_81 (legs VARCHAR, venue VARCHAR, runner_up__average_in_final_ VARCHAR) ### Question: What is the legs 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_name_37 (loss VARCHAR, record VARCHAR) ### Question: Which loss has a Record of 67-51? ### Answer: SELECT los...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (average INTEGER, interview VARCHAR, swimsuit VARCHAR) ### Question: Name the sum of average for inte...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Rooms (roomName VARCHAR, decor VARCHAR, bedtype VARCHAR, basePrice VARCHAR) ### Question: List the names and decor ...
Below is an context that describes a sql 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 (entrant VARCHAR, year VARCHAR) ### Question: What entrant appeared in 1969? ### Answer: SELECT entra...
Below is an context that describes a sql 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 (round INTEGER, name VARCHAR, pick VARCHAR) ### Question: Average round for rodney harrison p before ...
Below is an context that describes a sql 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 (report VARCHAR, score VARCHAR, away_team VARCHAR) ### Question: What report has a score of 0-0 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_88 (nationality VARCHAR, player VARCHAR) ### Question: What nationality is Steven Anthony? ### 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_1939405_2 (_percentage_2001 VARCHAR, _percentage_2011 VARCHAR) ### Question: What are the percentages in 2001...
Below is an context that describes a sql 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 (example VARCHAR, environment VARCHAR) ### Question: Name the example when the environment is #_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_30 (venue VARCHAR, result VARCHAR, extra VARCHAR) ### Question: what is the venue when the result is 2nd...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Visits_Restaurant (Id VARCHAR); CREATE TABLE Restaurant (Id VARCHAR) ### Question: At which restaurant did the stud...
Below is an context that describes a sql 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 (drawn INTEGER, position VARCHAR, lost VARCHAR) ### Question: Which Drawn has a Position of 2, and 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_32 (album VARCHAR, year VARCHAR, country VARCHAR) ### Question: Which Album had a bigger year than 2005 ...
Below is an context that describes a sql 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 (circuit VARCHAR, series VARCHAR) ### Question: Which circuit was the atcc round 7 at? ### 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_2101431_1 (viewers__in_millions_ VARCHAR, run_time VARCHAR) ### Question: How many millions viewers watched 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_20 (status VARCHAR, against INTEGER) ### Question: What is the status of the game where there was more 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_11238597_4 (share VARCHAR, air_date VARCHAR) ### Question: What was the share for the episode with the air da...
Below is an context that describes a sql 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 (grid VARCHAR, driver VARCHAR) ### Question: How many grids for peter collins? ### Answer: SELECT COU...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23887174_1 (center VARCHAR, province__ashkharh_ VARCHAR) ### Question: What's the center of the Artsakh provi...
Below is an context that describes a sql 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 (location VARCHAR, circumstances VARCHAR, date VARCHAR) ### Question: Where was the combat of 2009-09...
Below is an context that describes a sql 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 (to_par VARCHAR, score VARCHAR) ### Question: Who has the par score of 70-76-68-214? ### 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_90 (player VARCHAR, place VARCHAR, country VARCHAR) ### Question: Who has a place of T7 and is from 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_12 (club VARCHAR, third VARCHAR, runners_up VARCHAR, winners VARCHAR) ### Question: Which club has 1 run...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_72 (long INTEGER, gain VARCHAR, loss VARCHAR) ### Question: What is the average long that has 1581 as 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 (result VARCHAR, city VARCHAR) ### Question: What was the result of the game in Milwaukee? ### 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_57 (rank VARCHAR, highest_floor INTEGER) ### Question: What is the Rank of the building that has a Highe...
Below is an context that describes a sql 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 (attendance VARCHAR, opponent VARCHAR) ### Question: Which Attendance has an Opponent of crawley town...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (year INTEGER, result VARCHAR, role_episode VARCHAR) ### Question: what is the earliest year when 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_22355_68 (rank INTEGER) ### Question: Name the most rank ### Answer: SELECT MAX(rank) FROM table_22355_68
Below is an context that describes a sql 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 (position VARCHAR, name VARCHAR) ### Question: What is the position of Allen Gamboa? ### 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 film (rating VARCHAR) ### Question: How many kinds of different ratings are listed? ### Answer: SELECT COUNT(DISTIN...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (date VARCHAR, tournament VARCHAR) ### Question: When was the Masters Tournament? ### Answer: SELECT d...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (channel VARCHAR, aspect VARCHAR, programming VARCHAR) ### Question: Which Channel has an Aspect of 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_10 (no_of_clubs VARCHAR, team VARCHAR, games VARCHAR) ### Question: What is the number of clubs for Shen...
Below is an context that describes a sql 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 (played INTEGER, losses VARCHAR, points VARCHAR, wins VARCHAR, goals_for VARCHAR) ### Question: What ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (silver VARCHAR, year VARCHAR) ### Question: WHAT IS THE SILVER WITH A YEAR OF 1962? ### 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_15 (original_teams VARCHAR, at_home_winner VARCHAR) ### Question: What were the original teams for the 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_50 (downhill_points INTEGER, total VARCHAR) ### Question: What are the downhill points for the skier 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_60 (model VARCHAR, torque VARCHAR) ### Question: What model is the n·m (lb·ft)@1500-2500 torque? ### 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_18600760_3 (longitude VARCHAR, latitude VARCHAR) ### Question: What was the longitude of the township with 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_12171145_1 (mens_doubles VARCHAR, womens_singles VARCHAR) ### Question: Who was the mens doubles when womens ...
Below is an context that describes a sql 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 (class VARCHAR, laps VARCHAR) ### Question: What was the class when there were 325 laps? ### 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_9 (effic INTEGER, cmp_att_int VARCHAR, avg_g VARCHAR, gp_gs VARCHAR) ### Question: Which Effic is the av...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Faculty (rank VARCHAR) ### Question: What ranks do we have for faculty? ### Answer: SELECT DISTINCT rank FROM Facul...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1140080_2 (report VARCHAR, location VARCHAR) ### Question: what's the report with location  österreichring ##...
Below is an context that describes a sql 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 (result VARCHAR, date VARCHAR) ### Question: What Result has a Date of october 14, 1967? ### 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_21 (cover_model VARCHAR) ### Question: Who was the 20 Questions section aimed at when Cover Model was Ki...
Below is an context that describes 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_in_Detention (student_id VARCHAR) ### Question: How many distinct students have been in detention? ### 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_28138035_27 (mens_singles VARCHAR, year_location VARCHAR) ### Question: Who is listed under mens singles 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_1784514_1 (number_of_powiats VARCHAR, capital VARCHAR) ### Question: How many powiats have mstsislaw as a cap...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21434618_1 (team__number1 VARCHAR, team__number2 VARCHAR) ### Question: which team #1 played again chalkida #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_16 (transfer_window VARCHAR, name VARCHAR) ### Question: What is the transfer period for habarugira? ###...
Below is an context that describes a sql 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_in_ft VARCHAR, school_club_team_country VARCHAR) ### Question: What is the height in feet of ...