Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
29,800 | <question>: what's the percentage of votes with number of deputies being 112 <context>: CREATE TABLE table_13746866_2 (percentage_of_votes VARCHAR, number_of_deputies VARCHAR) | SELECT percentage_of_votes FROM table_13746866_2 WHERE number_of_deputies = 112 |
29,801 | <question>: what's the percentage of votes with election date being 1981 <context>: CREATE TABLE table_13746866_2 (percentage_of_votes VARCHAR, election_date VARCHAR) | SELECT percentage_of_votes FROM table_13746866_2 WHERE election_date = 1981 |
29,802 | <question>: what's the number of deputies with number of votes received being smaller than 1549176.2765483726 and election date being 1969 <context>: CREATE TABLE table_13746866_2 (number_of_deputies VARCHAR, number_of_votes_received VARCHAR, election_date VARCHAR) | SELECT number_of_deputies FROM table_13746866_2 WHERE number_of_votes_received < 1549176.2765483726 AND election_date = 1969 |
29,803 | <question>: Who wrote the sorry of the episode directed by Dan Attias? <context>: CREATE TABLE table_13755296_1 (story_by VARCHAR, directed_by VARCHAR) | SELECT story_by FROM table_13755296_1 WHERE directed_by = "Dan Attias" |
29,804 | <question>: What's the season number of the episode directed by Dan Attias? <context>: CREATE TABLE table_13755296_1 (season__number INTEGER, directed_by VARCHAR) | SELECT MIN(season__number) FROM table_13755296_1 WHERE directed_by = "Dan Attias" |
29,805 | <question>: What's the title of the episode written by David Simon? <context>: CREATE TABLE table_13755296_1 (title VARCHAR, teleplay_by VARCHAR) | SELECT title FROM table_13755296_1 WHERE teleplay_by = "David Simon" |
29,806 | <question>: What year was Skyline High School founded? <context>: CREATE TABLE table_13759592_1 (founded VARCHAR, high_school VARCHAR) | SELECT COUNT(founded) FROM table_13759592_1 WHERE high_school = "Skyline" |
29,807 | <question>: How many enrollment figures are provided for Roosevelt High School? <context>: CREATE TABLE table_13759592_1 (enrollment VARCHAR, high_school VARCHAR) | SELECT COUNT(enrollment) FROM table_13759592_1 WHERE high_school = "Roosevelt" |
29,808 | <question>: Which location has a team that is nicknamed the Vikings? <context>: CREATE TABLE table_13759592_1 (location VARCHAR, nickname VARCHAR) | SELECT location FROM table_13759592_1 WHERE nickname = "Vikings" |
29,809 | <question>: What year was Kirkland founded? <context>: CREATE TABLE table_13759592_2 (founded VARCHAR, location VARCHAR) | SELECT founded FROM table_13759592_2 WHERE location = "Kirkland" |
29,810 | <question>: Which institution was founded in 1923? <context>: CREATE TABLE table_13759592_2 (institution VARCHAR, founded VARCHAR) | SELECT institution FROM table_13759592_2 WHERE founded = 1923 |
29,811 | <question>: Where is Interlake located? <context>: CREATE TABLE table_13759592_2 (location VARCHAR, institution VARCHAR) | SELECT location FROM table_13759592_2 WHERE institution = "Interlake" |
29,812 | <question>: What was the series count at on May 23? <context>: CREATE TABLE table_13762472_13 (series VARCHAR, date VARCHAR) | SELECT series FROM table_13762472_13 WHERE date = "May 23" |
29,813 | <question>: What is the lowest numbered game on the list? <context>: CREATE TABLE table_13762472_5 (game INTEGER) | SELECT MIN(game) FROM table_13762472_5 |
29,814 | <question>: Who had the high rebounds at the delta center? <context>: CREATE TABLE table_13762472_5 (high_rebounds VARCHAR, location_attendance VARCHAR) | SELECT high_rebounds FROM table_13762472_5 WHERE location_attendance = "Delta Center" |
29,815 | <question>: How many people had the high rebound total when the team was 19-13? <context>: CREATE TABLE table_13762472_5 (high_rebounds VARCHAR, record VARCHAR) | SELECT COUNT(high_rebounds) FROM table_13762472_5 WHERE record = "19-13" |
29,816 | <question>: Who had the high point total when the team was 24-17? <context>: CREATE TABLE table_13762472_5 (high_points VARCHAR, record VARCHAR) | SELECT high_points FROM table_13762472_5 WHERE record = "24-17" |
29,817 | <question>: What was the score when the heat played at charlotte arena? <context>: CREATE TABLE table_13762472_7 (score VARCHAR, location_attendance VARCHAR) | SELECT score FROM table_13762472_7 WHERE location_attendance = "Charlotte Arena" |
29,818 | <question>: How many games had the team played after they were 40-20? <context>: CREATE TABLE table_13762472_7 (game VARCHAR, record VARCHAR) | SELECT game FROM table_13762472_7 WHERE record = "40-20" |
29,819 | <question>: What was the score on November 25? <context>: CREATE TABLE table_13762472_3 (score VARCHAR, date VARCHAR) | SELECT score FROM table_13762472_3 WHERE date = "November 25" |
29,820 | <question>: How many players scored the most points when the opposing team was New Orleans/Oklahoma City? <context>: CREATE TABLE table_13762472_3 (high_points VARCHAR, team VARCHAR) | SELECT COUNT(high_points) FROM table_13762472_3 WHERE team = "New Orleans/Oklahoma City" |
29,821 | <question>: How many players scored the most points on game 4? <context>: CREATE TABLE table_13762472_3 (high_points VARCHAR, game VARCHAR) | SELECT COUNT(high_points) FROM table_13762472_3 WHERE game = 4 |
29,822 | <question>: What was the last game where the record was 6-3? <context>: CREATE TABLE table_13762472_3 (game INTEGER, record VARCHAR) | SELECT MAX(game) FROM table_13762472_3 WHERE record = "6-3" |
29,823 | <question>: what's the country/region with seasons and winners being season 1, 2012: demetra malalan <context>: CREATE TABLE table_13779832_1 (country_region VARCHAR, seasons_and_winners VARCHAR) | SELECT country_region FROM table_13779832_1 WHERE seasons_and_winners = "Season 1, 2012: Demetra Malalan" |
29,824 | <question>: how many local title with televbeingion network being tv nova website <context>: CREATE TABLE table_13779832_1 (local_title VARCHAR, television_network VARCHAR) | SELECT COUNT(local_title) FROM table_13779832_1 WHERE television_network = "TV Nova Website" |
29,825 | <question>: who is the the judges with seasons and winners being season 1, 2013–2014: upcoming season <context>: CREATE TABLE table_13779832_1 (judges VARCHAR, seasons_and_winners VARCHAR) | SELECT judges FROM table_13779832_1 WHERE seasons_and_winners = "Season 1, 2013–2014: Upcoming season" |
29,826 | <question>: who is the the judges with local title being x factor and presenters being heikki paasonen jukka rossi (xtra factor) <context>: CREATE TABLE table_13779832_1 (judges VARCHAR, local_title VARCHAR, presenters VARCHAR) | SELECT judges FROM table_13779832_1 WHERE local_title = "X Factor" AND presenters = "Heikki Paasonen Jukka Rossi (Xtra Factor)" |
29,827 | <question>: what's the local title with seasons and winners being series 1, 2006: lucy benjamin <context>: CREATE TABLE table_13779832_1 (local_title VARCHAR, seasons_and_winners VARCHAR) | SELECT local_title FROM table_13779832_1 WHERE seasons_and_winners = "Series 1, 2006: Lucy Benjamin" |
29,828 | <question>: what's the country/region with presenters being heikki paasonen jukka rossi (xtra factor) <context>: CREATE TABLE table_13779832_1 (country_region VARCHAR, presenters VARCHAR) | SELECT country_region FROM table_13779832_1 WHERE presenters = "Heikki Paasonen Jukka Rossi (Xtra Factor)" |
29,829 | <question>: how many chroma format with name being high profile <context>: CREATE TABLE table_1376890_2 (chroma_format VARCHAR, name VARCHAR) | SELECT COUNT(chroma_format) FROM table_1376890_2 WHERE name = "High profile" |
29,830 | <question>: what's the chroma format with scalable modes being snr- or spatial-scalable and intra dc precbeingion being 8, 9, 10 <context>: CREATE TABLE table_1376890_2 (chroma_format VARCHAR, scalable_modes VARCHAR, intra_dc_precision VARCHAR) | SELECT chroma_format FROM table_1376890_2 WHERE scalable_modes = "SNR- or spatial-scalable" AND intra_dc_precision = "8, 9, 10" |
29,831 | <question>: what's the chroma format with name being high profile <context>: CREATE TABLE table_1376890_2 (chroma_format VARCHAR, name VARCHAR) | SELECT chroma_format FROM table_1376890_2 WHERE name = "High profile" |
29,832 | <question>: what's the points with artbeingt being dave appell <context>: CREATE TABLE table_13789248_2 (points VARCHAR, artist VARCHAR) | SELECT points FROM table_13789248_2 WHERE artist = "Dave Appell" |
29,833 | <question>: who is the the artbeingt with position being 32 <context>: CREATE TABLE table_13789248_2 (artist VARCHAR, position VARCHAR) | SELECT artist FROM table_13789248_2 WHERE position = 32 |
29,834 | <question>: how many song title with artbeingt being chubby checker <context>: CREATE TABLE table_13789248_2 (song_title VARCHAR, artist VARCHAR) | SELECT COUNT(song_title) FROM table_13789248_2 WHERE artist = "Chubby Checker" |
29,835 | <question>: what is the minimum points with highest position being 1 <context>: CREATE TABLE table_13789248_2 (points INTEGER, highest_position VARCHAR) | SELECT MIN(points) FROM table_13789248_2 WHERE highest_position = 1 |
29,836 | <question>: What is the maximum number of trnsit passeners when the total number of international passengers is 4870184? <context>: CREATE TABLE table_13836704_7 (transit_passengers INTEGER, international_passengers VARCHAR) | SELECT MAX(transit_passengers) FROM table_13836704_7 WHERE international_passengers = 4870184 |
29,837 | <question>: What is Edinburgh's airport's freight in metric tonnes? <context>: CREATE TABLE table_13836704_7 (freight___metric_tonnes__ INTEGER, airport VARCHAR) | SELECT MAX(freight___metric_tonnes__) FROM table_13836704_7 WHERE airport = "Edinburgh" |
29,838 | <question>: How many different total number of transit passengers are there in London Luton? <context>: CREATE TABLE table_13836704_7 (transit_passengers VARCHAR, airport VARCHAR) | SELECT COUNT(transit_passengers) FROM table_13836704_7 WHERE airport = "London Luton" |
29,839 | <question>: What are the total freights in metric tonnes when the total transit passengers is 147791? <context>: CREATE TABLE table_13836704_7 (freight___metric_tonnes__ VARCHAR, transit_passengers VARCHAR) | SELECT freight___metric_tonnes__ FROM table_13836704_7 WHERE transit_passengers = 147791 |
29,840 | <question>: What is the total number of passengers of the airport ranked 15? <context>: CREATE TABLE table_13836704_7 (international_passengers VARCHAR, rank VARCHAR) | SELECT international_passengers FROM table_13836704_7 WHERE rank = 15 |
29,841 | <question>: Whatis the original title for lion's den? <context>: CREATE TABLE table_13834298_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | SELECT original_title FROM table_13834298_1 WHERE film_title_used_in_nomination = "Lion's Den" |
29,842 | <question>: What is the percent change from 08/09 for belfast international? <context>: CREATE TABLE table_13836704_6 (_percentage_change_2008_2009 VARCHAR, airport VARCHAR) | SELECT _percentage_change_2008_2009 FROM table_13836704_6 WHERE airport = "Belfast International" |
29,843 | <question>: How many transit passengers at london gatwick? <context>: CREATE TABLE table_13836704_6 (transit_passengers VARCHAR, airport VARCHAR) | SELECT transit_passengers FROM table_13836704_6 WHERE airport = "London Gatwick" |
29,844 | <question>: What is the rank of the airport with freight ( metric tonnes ) of 255121? <context>: CREATE TABLE table_13836704_6 (rank VARCHAR, freight___metric_tonnes__ VARCHAR) | SELECT rank FROM table_13836704_6 WHERE freight___metric_tonnes__ = 255121 |
29,845 | <question>: What is the rank of the airport with a freight ( metric tonnes ) of 23791? <context>: CREATE TABLE table_13836704_6 (rank VARCHAR, freight___metric_tonnes__ VARCHAR) | SELECT rank FROM table_13836704_6 WHERE freight___metric_tonnes__ = 23791 |
29,846 | <question>: what's the airport with total passengers 2009 being 157933 <context>: CREATE TABLE table_13836704_4 (airport VARCHAR, total_passengers_2009 VARCHAR) | SELECT airport FROM table_13836704_4 WHERE total_passengers_2009 = 157933 |
29,847 | <question>: what being the maximum total passengers 2008 with change 2008/09 being 6.5% <context>: CREATE TABLE table_13836704_4 (total_passengers_2008 INTEGER, change_2008_09 VARCHAR) | SELECT MAX(total_passengers_2008) FROM table_13836704_4 WHERE change_2008_09 = "6.5%" |
29,848 | <question>: what's the airport with aircraft movements 2009 being smaller than 238223.1659471435 and change 2008/09 being 0.5% <context>: CREATE TABLE table_13836704_4 (airport VARCHAR, aircraft_movements_2009 VARCHAR, change_2008_09 VARCHAR) | SELECT airport FROM table_13836704_4 WHERE aircraft_movements_2009 < 238223.1659471435 AND change_2008_09 = "0.5%" |
29,849 | <question>: what is the maximum aircraft movements 2009 with change 2008/09 being 18.2% <context>: CREATE TABLE table_13836704_4 (aircraft_movements_2009 INTEGER, change_2008_09 VARCHAR) | SELECT MAX(aircraft_movements_2009) FROM table_13836704_4 WHERE change_2008_09 = "18.2%" |
29,850 | <question>: what's the total passengers 2008 with change 2008/09 being 6.5% <context>: CREATE TABLE table_13836704_4 (total_passengers_2008 VARCHAR, change_2008_09 VARCHAR) | SELECT total_passengers_2008 FROM table_13836704_4 WHERE change_2008_09 = "6.5%" |
29,851 | <question>: Name the rank of birmingham airport <context>: CREATE TABLE table_13836704_8 (rank INTEGER, airport VARCHAR) | SELECT MAX(rank) FROM table_13836704_8 WHERE airport = "Birmingham airport" |
29,852 | <question>: Name the transit passengers for 171078 <context>: CREATE TABLE table_13836704_8 (transit_passengers INTEGER, freight__metric_tonnes_ VARCHAR) | SELECT MAX(transit_passengers) FROM table_13836704_8 WHERE freight__metric_tonnes_ = 171078 |
29,853 | <question>: Beata syta is the minimum year for womens singles. <context>: CREATE TABLE table_13857501_1 (year INTEGER, womens_singles VARCHAR) | SELECT MIN(year) FROM table_13857501_1 WHERE womens_singles = "Beata Syta" |
29,854 | <question>: what is the maximum aircraft movements with international passengers being 21002260 <context>: CREATE TABLE table_13836704_9 (aircraft_movements INTEGER, international_passengers VARCHAR) | SELECT MAX(aircraft_movements) FROM table_13836704_9 WHERE international_passengers = 21002260 |
29,855 | <question>: what is the maximum freight (metric tonnes) with airport being liverpool <context>: CREATE TABLE table_13836704_9 (freight__metric_tonnes_ INTEGER, airport VARCHAR) | SELECT MAX(freight__metric_tonnes_) FROM table_13836704_9 WHERE airport = "Liverpool" |
29,856 | <question>: what's the airport with % change 2005/2006 being 13.0% <context>: CREATE TABLE table_13836704_9 (airport VARCHAR, _percentage_change_2005_2006 VARCHAR) | SELECT airport FROM table_13836704_9 WHERE _percentage_change_2005_2006 = "13.0%" |
29,857 | <question>: what is the maximum aircraft movements with airport being liverpool <context>: CREATE TABLE table_13836704_9 (aircraft_movements INTEGER, airport VARCHAR) | SELECT MAX(aircraft_movements) FROM table_13836704_9 WHERE airport = "Liverpool" |
29,858 | <question>: what's the total passengers with freight (metric tonnes) being 827 <context>: CREATE TABLE table_13836704_9 (total_passengers VARCHAR, freight__metric_tonnes_ VARCHAR) | SELECT total_passengers FROM table_13836704_9 WHERE freight__metric_tonnes_ = 827 |
29,859 | <question>: how many airport with rank being 4 <context>: CREATE TABLE table_13836704_9 (airport VARCHAR, rank VARCHAR) | SELECT COUNT(airport) FROM table_13836704_9 WHERE rank = 4 |
29,860 | <question>: how many mens singles with mens doubles being pontus jantti lasse lindelöf <context>: CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR) | SELECT COUNT(mens_singles) FROM table_13857700_1 WHERE mens_doubles = "Pontus Jantti Lasse Lindelöf" |
29,861 | <question>: who is the the mens doubles with mixed doubles being jimm aalto nina sarnesto <context>: CREATE TABLE table_13857700_1 (mens_doubles VARCHAR, mixed_doubles VARCHAR) | SELECT mens_doubles FROM table_13857700_1 WHERE mixed_doubles = "Jimm Aalto Nina Sarnesto" |
29,862 | <question>: who is the the mixed doubles with year being 1972 <context>: CREATE TABLE table_13857700_1 (mixed_doubles VARCHAR, year VARCHAR) | SELECT mixed_doubles FROM table_13857700_1 WHERE year = 1972 |
29,863 | <question>: who is the the mens doubles with year being 1978 <context>: CREATE TABLE table_13857700_1 (mens_doubles VARCHAR, year VARCHAR) | SELECT mens_doubles FROM table_13857700_1 WHERE year = 1978 |
29,864 | <question>: who is the the mens singles with mens doubles being kaj lindfors kaj osterberg <context>: CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR) | SELECT mens_singles FROM table_13857700_1 WHERE mens_doubles = "Kaj Lindfors Kaj Osterberg" |
29,865 | <question>: How big (in sq mi) is the island that's 4065 km2? <context>: CREATE TABLE table_13897690_1 (area__sqmi_ VARCHAR, area__km_2__ VARCHAR) | SELECT area__sqmi_ FROM table_13897690_1 WHERE area__km_2__ = 4065 |
29,866 | <question>: What is the smallest rank number of those used to rank the islands? <context>: CREATE TABLE table_13897690_1 (rank INTEGER) | SELECT MIN(rank) FROM table_13897690_1 |
29,867 | <question>: What's the name is the island with a population of just 64? <context>: CREATE TABLE table_13897690_1 (islands_name VARCHAR, population__2000_ VARCHAR) | SELECT islands_name FROM table_13897690_1 WHERE population__2000_ = "64" |
29,868 | <question>: what's the tries against with try bonus being 10 <context>: CREATE TABLE table_13940275_5 (tries_against VARCHAR, try_bonus VARCHAR) | SELECT tries_against FROM table_13940275_5 WHERE try_bonus = "10" |
29,869 | <question>: what's the points with played being 22 and points against being 319 <context>: CREATE TABLE table_13940275_5 (points VARCHAR, played VARCHAR, points_against VARCHAR) | SELECT points FROM table_13940275_5 WHERE played = "22" AND points_against = "319" |
29,870 | <question>: what's the losing bonus with played being 22 and tries against being 38 <context>: CREATE TABLE table_13940275_5 (losing_bonus VARCHAR, played VARCHAR, tries_against VARCHAR) | SELECT losing_bonus FROM table_13940275_5 WHERE played = "22" AND tries_against = "38" |
29,871 | <question>: what's the try bonus with club being abercwmboi rfc <context>: CREATE TABLE table_13940275_5 (try_bonus VARCHAR, club VARCHAR) | SELECT try_bonus FROM table_13940275_5 WHERE club = "Abercwmboi RFC" |
29,872 | <question>: what's the points for with points against being 556 <context>: CREATE TABLE table_13940275_5 (points_for VARCHAR, points_against VARCHAR) | SELECT points_for FROM table_13940275_5 WHERE points_against = "556" |
29,873 | <question>: what's the won with points against being 304 <context>: CREATE TABLE table_13940275_5 (won VARCHAR, points_against VARCHAR) | SELECT won FROM table_13940275_5 WHERE points_against = "304" |
29,874 | <question>: Where was held the ceremony for the 12th Pride of Britain Awards? <context>: CREATE TABLE table_13943239_1 (location VARCHAR, episode VARCHAR) | SELECT location FROM table_13943239_1 WHERE episode = "12th Pride of Britain Awards" |
29,875 | <question>: What episode of the Pride of Britain Awards had an audience of 6.06 million viewers? <context>: CREATE TABLE table_13943239_1 (episode VARCHAR, viewers__millions_ VARCHAR) | SELECT episode FROM table_13943239_1 WHERE viewers__millions_ = "6.06" |
29,876 | <question>: How much audience did the 7th Pride of Britain Awards ceremony have? <context>: CREATE TABLE table_13943239_1 (viewers__millions_ VARCHAR, episode VARCHAR) | SELECT COUNT(viewers__millions_) FROM table_13943239_1 WHERE episode = "7th Pride of Britain Awards" |
29,877 | <question>: what's the vineyard surface (2010) with grand cru being bienvenues-bâtard-montrachet <context>: CREATE TABLE table_13981938_1 (vineyard_surface__2010_ VARCHAR, grand_cru VARCHAR) | SELECT vineyard_surface__2010_ FROM table_13981938_1 WHERE grand_cru = "Bienvenues-Bâtard-Montrachet" |
29,878 | <question>: what's the village with wine style being red wine and vineyard surface (2010) being hectares (acres) <context>: CREATE TABLE table_13981938_1 (village VARCHAR, wine_style VARCHAR, vineyard_surface__2010_ VARCHAR) | SELECT village FROM table_13981938_1 WHERE wine_style = "Red wine" AND vineyard_surface__2010_ = "hectares (acres)" |
29,879 | <question>: what's the wine style with grand cru being romanée-conti <context>: CREATE TABLE table_13981938_1 (wine_style VARCHAR, grand_cru VARCHAR) | SELECT wine_style FROM table_13981938_1 WHERE grand_cru = "Romanée-Conti" |
29,880 | <question>: what's the wine style with village being puligny-montrachet [d ] <context>: CREATE TABLE table_13981938_1 (wine_style VARCHAR, village VARCHAR) | SELECT wine_style FROM table_13981938_1 WHERE village = "Puligny-Montrachet [d ]" |
29,881 | <question>: How many classes between senior and junior year for world history <context>: CREATE TABLE table_13967239_2 (senior__4th_year_ VARCHAR, junior__3rd_year_ VARCHAR) | SELECT COUNT(senior__4th_year_) FROM table_13967239_2 WHERE junior__3rd_year_ = "World History" |
29,882 | <question>: What is after intermediate algebra <context>: CREATE TABLE table_13967239_2 (senior__4th_year_ VARCHAR, sophomore__grade_8_ VARCHAR) | SELECT senior__4th_year_ FROM table_13967239_2 WHERE sophomore__grade_8_ = "Intermediate Algebra" |
29,883 | <question>: what is the maximum # with original airdate being march 14, 2001 <context>: CREATE TABLE table_13956521_2 (_number INTEGER, original_airdate VARCHAR) | SELECT MAX(_number) FROM table_13956521_2 WHERE original_airdate = "March 14, 2001" |
29,884 | <question>: how many original airdate with writer(s) being becky hartman edwards and director being adam nimoy <context>: CREATE TABLE table_13956521_2 (original_airdate VARCHAR, writer_s_ VARCHAR, director VARCHAR) | SELECT COUNT(original_airdate) FROM table_13956521_2 WHERE writer_s_ = "Becky Hartman Edwards" AND director = "Adam Nimoy" |
29,885 | <question>: who is the the writer(s) with original airdate being february 7, 2001 <context>: CREATE TABLE table_13956521_2 (writer_s_ VARCHAR, original_airdate VARCHAR) | SELECT writer_s_ FROM table_13956521_2 WHERE original_airdate = "February 7, 2001" |
29,886 | <question>: what's the frequency mhz with city of license being chattanooga, tennessee <context>: CREATE TABLE table_13998897_1 (frequency_mhz VARCHAR, city_of_license VARCHAR) | SELECT frequency_mhz FROM table_13998897_1 WHERE city_of_license = "Chattanooga, Tennessee" |
29,887 | <question>: how many height m ( ft ) with frequency mhz being 100.1 <context>: CREATE TABLE table_13998897_1 (height_m___ft__ VARCHAR, frequency_mhz VARCHAR) | SELECT COUNT(height_m___ft__) FROM table_13998897_1 WHERE frequency_mhz = "100.1" |
29,888 | <question>: what's the fcc info with call sign being w221aw <context>: CREATE TABLE table_13998897_1 (fcc_info VARCHAR, call_sign VARCHAR) | SELECT fcc_info FROM table_13998897_1 WHERE call_sign = "W221AW" |
29,889 | <question>: how many height m ( ft ) with notes being via wccv; formerly w236aj <context>: CREATE TABLE table_13998897_1 (height_m___ft__ VARCHAR, notes VARCHAR) | SELECT COUNT(height_m___ft__) FROM table_13998897_1 WHERE notes = "via WCCV; formerly W236AJ" |
29,890 | <question>: what's the fcc info with call sign being w265av <context>: CREATE TABLE table_13998897_1 (fcc_info VARCHAR, call_sign VARCHAR) | SELECT fcc_info FROM table_13998897_1 WHERE call_sign = "W265AV" |
29,891 | <question>: what's the capacity with team being berwick rangers <context>: CREATE TABLE table_14003108_1 (capacity VARCHAR, team VARCHAR) | SELECT capacity FROM table_14003108_1 WHERE team = "Berwick Rangers" |
29,892 | <question>: what's the team with stadium being borough briggs <context>: CREATE TABLE table_14003108_1 (team VARCHAR, stadium VARCHAR) | SELECT team FROM table_14003108_1 WHERE stadium = "Borough Briggs" |
29,893 | <question>: what is the maximum lowest with average being 734 <context>: CREATE TABLE table_14003108_1 (lowest INTEGER, average VARCHAR) | SELECT MAX(lowest) FROM table_14003108_1 WHERE average = 734 |
29,894 | <question>: how many highest with team being forfar athletic <context>: CREATE TABLE table_14003108_1 (highest VARCHAR, team VARCHAR) | SELECT COUNT(highest) FROM table_14003108_1 WHERE team = "Forfar Athletic" |
29,895 | <question>: what's the bleeding time with condition being factor v deficiency <context>: CREATE TABLE table_14006_1 (bleeding_time VARCHAR, condition VARCHAR) | SELECT bleeding_time FROM table_14006_1 WHERE condition = "Factor V deficiency" |
29,896 | <question>: what's the bleeding time with condition being liver failure, end-stage <context>: CREATE TABLE table_14006_1 (bleeding_time VARCHAR, condition VARCHAR) | SELECT bleeding_time FROM table_14006_1 WHERE condition = "Liver failure, end-stage" |
29,897 | <question>: what's the bleeding time with platelet count being decreased or unaffected <context>: CREATE TABLE table_14006_1 (bleeding_time VARCHAR, platelet_count VARCHAR) | SELECT bleeding_time FROM table_14006_1 WHERE platelet_count = "Decreased or unaffected" |
29,898 | <question>: what's the condition with bleeding time being unaffected and prothrombin time being prolonged <context>: CREATE TABLE table_14006_1 (condition VARCHAR, bleeding_time VARCHAR, prothrombin_time VARCHAR) | SELECT condition FROM table_14006_1 WHERE bleeding_time = "Unaffected" AND prothrombin_time = "Prolonged" |
29,899 | <question>: what's the bleeding time with platelet count being decreased and prothrombin time being prolonged <context>: CREATE TABLE table_14006_1 (bleeding_time VARCHAR, platelet_count VARCHAR, prothrombin_time VARCHAR) | SELECT bleeding_time FROM table_14006_1 WHERE platelet_count = "Decreased" AND prothrombin_time = "Prolonged" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.