Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
20,800 | <question>: In the championship Miami , United States, what is the score in the final? <context>: CREATE TABLE table_26202788_7 (score_in_the_final VARCHAR, championship VARCHAR) | SELECT score_in_the_final FROM table_26202788_7 WHERE championship = "Miami , United States" |
20,801 | <question>: Andy Roddick is the opponent in the final on what surface? <context>: CREATE TABLE table_26202788_7 (surface VARCHAR, opponent_in_the_final VARCHAR) | SELECT surface FROM table_26202788_7 WHERE opponent_in_the_final = "Andy Roddick" |
20,802 | <question>: In the championship Indian Wells, United States (2), who are the opponents in the final? <context>: CREATE TABLE table_26202788_7 (opponent_in_the_final VARCHAR, championship VARCHAR) | SELECT opponent_in_the_final FROM table_26202788_7 WHERE championship = "Indian Wells, United States (2)" |
20,803 | <question>: Marat Safin is the opponent in the final in what championship? <context>: CREATE TABLE table_26202788_7 (championship VARCHAR, opponent_in_the_final VARCHAR) | SELECT championship FROM table_26202788_7 WHERE opponent_in_the_final = "Marat Safin" |
20,804 | <question>: How many championships are there on the date January 9, 2005? <context>: CREATE TABLE table_26202788_7 (championship VARCHAR, date VARCHAR) | SELECT COUNT(championship) FROM table_26202788_7 WHERE date = "January 9, 2005" |
20,805 | <question>: Where the outcome is Winner and surface is Hard (i), what is the No.? <context>: CREATE TABLE table_26202847_6 (no VARCHAR, outcome VARCHAR, surface VARCHAR) | SELECT no FROM table_26202847_6 WHERE outcome = "Winner" AND surface = "Hard (i)" |
20,806 | <question>: On the date October 21, 2007, what is the No.? <context>: CREATE TABLE table_26202847_6 (no VARCHAR, date VARCHAR) | SELECT no FROM table_26202847_6 WHERE date = "October 21, 2007" |
20,807 | <question>: Where is the championship where 6–1, 3–6, 3–6 is the score in the final? <context>: CREATE TABLE table_26202847_6 (championship VARCHAR, score_in_the_final VARCHAR) | SELECT championship FROM table_26202847_6 WHERE score_in_the_final = "6–1, 3–6, 3–6" |
20,808 | <question>: When the score in the final is 3–6, 6–4, 3–6, 4–6, who are all the opponents in the final? <context>: CREATE TABLE table_26202847_6 (opponent_in_the_final VARCHAR, score_in_the_final VARCHAR) | SELECT opponent_in_the_final FROM table_26202847_6 WHERE score_in_the_final = "3–6, 6–4, 3–6, 4–6" |
20,809 | <question>: The score in the final is 2–6, 6–2, 6–0, on what surface? <context>: CREATE TABLE table_26202847_6 (surface VARCHAR, score_in_the_final VARCHAR) | SELECT surface FROM table_26202847_6 WHERE score_in_the_final = "2–6, 6–2, 6–0" |
20,810 | <question>: The original artist Joan Osborne has what result? <context>: CREATE TABLE table_26250199_1 (result VARCHAR, original_artist VARCHAR) | SELECT result FROM table_26250199_1 WHERE original_artist = "Joan Osborne" |
20,811 | <question>: In which episode is the order number 10? <context>: CREATE TABLE table_26250199_1 (episode VARCHAR, order__number VARCHAR) | SELECT episode FROM table_26250199_1 WHERE order__number = "10" |
20,812 | <question>: In episode Top 16 (8 Men), what are the themes? <context>: CREATE TABLE table_26250199_1 (theme VARCHAR, episode VARCHAR) | SELECT theme FROM table_26250199_1 WHERE episode = "Top 16 (8 Men)" |
20,813 | <question>: The theme Auditioner's Choice has what song choice? <context>: CREATE TABLE table_26250199_1 (song_choice VARCHAR, theme VARCHAR) | SELECT song_choice FROM table_26250199_1 WHERE theme = "Auditioner's Choice" |
20,814 | <question>: What are all the week # where subject matter is auditioner's choice <context>: CREATE TABLE table_26250227_1 (week__number VARCHAR, theme VARCHAR) | SELECT week__number FROM table_26250227_1 WHERE theme = "Auditioner's Choice" |
20,815 | <question>: What are all of the order # where authentic artist is maroon 5 <context>: CREATE TABLE table_26250227_1 (order__number VARCHAR, original_artist VARCHAR) | SELECT order__number FROM table_26250227_1 WHERE original_artist = "Maroon 5" |
20,816 | <question>: Name the represents for los alcarrizos <context>: CREATE TABLE table_26301697_2 (represents VARCHAR, hometown VARCHAR) | SELECT represents FROM table_26301697_2 WHERE hometown = "Los Alcarrizos" |
20,817 | <question>: Name the most age <context>: CREATE TABLE table_26301697_2 (age INTEGER) | SELECT MAX(age) FROM table_26301697_2 |
20,818 | <question>: Name the total number of represents for clary sermina delgado cid <context>: CREATE TABLE table_26301697_2 (represents VARCHAR, contestant VARCHAR) | SELECT COUNT(represents) FROM table_26301697_2 WHERE contestant = "Clary Sermina Delgado Cid" |
20,819 | <question>: Name the least age for distrito nacional <context>: CREATE TABLE table_26301697_2 (age INTEGER, represents VARCHAR) | SELECT MIN(age) FROM table_26301697_2 WHERE represents = "Distrito Nacional" |
20,820 | <question>: Name the represents for 1.76 cm <context>: CREATE TABLE table_26301697_2 (represents VARCHAR, height__cm_ VARCHAR) | SELECT represents FROM table_26301697_2 WHERE height__cm_ = "1.76" |
20,821 | <question>: In how many rounds was Race 17? <context>: CREATE TABLE table_26334740_3 (round VARCHAR, race VARCHAR) | SELECT COUNT(round) FROM table_26334740_3 WHERE race = 17 |
20,822 | <question>: What team won Race 17? <context>: CREATE TABLE table_26334740_3 (winning_team VARCHAR, race VARCHAR) | SELECT winning_team FROM table_26334740_3 WHERE race = 17 |
20,823 | <question>: Who was his partner in 1989? <context>: CREATE TABLE table_26309085_1 (partner VARCHAR, year VARCHAR) | SELECT partner FROM table_26309085_1 WHERE year = 1989 |
20,824 | <question>: What was the surface when he played with John Alexander? <context>: CREATE TABLE table_26309085_1 (surface VARCHAR, partner VARCHAR) | SELECT surface FROM table_26309085_1 WHERE partner = "John Alexander" |
20,825 | <question>: What was the final score in 1986? <context>: CREATE TABLE table_26309085_1 (score_in_final VARCHAR, year VARCHAR) | SELECT score_in_final FROM table_26309085_1 WHERE year = 1986 |
20,826 | <question>: What is the nickname of the University of Alabama? <context>: CREATE TABLE table_26355116_1 (nickname VARCHAR, school VARCHAR) | SELECT nickname FROM table_26355116_1 WHERE school = "University of Alabama" |
20,827 | <question>: What is the maximum enrollment of the schools? <context>: CREATE TABLE table_26355116_1 (enrollment INTEGER) | SELECT MAX(enrollment) FROM table_26355116_1 |
20,828 | <question>: How many public is there for the couple that got eliminated? <context>: CREATE TABLE table_26375386_23 (public INTEGER, result VARCHAR) | SELECT MAX(public) FROM table_26375386_23 WHERE result = "Eliminated" |
20,829 | <question>: What was the result for the total of 12? <context>: CREATE TABLE table_26375386_23 (result VARCHAR, total VARCHAR) | SELECT result FROM table_26375386_23 WHERE total = 12 |
20,830 | <question>: What was the maximum rank for the vote percentage of 5.6% <context>: CREATE TABLE table_26375386_23 (rank INTEGER, vote_percentage VARCHAR) | SELECT MIN(rank) FROM table_26375386_23 WHERE vote_percentage = "5.6%" |
20,831 | <question>: How many judges were there for the eliminated couple? <context>: CREATE TABLE table_26375386_23 (judges VARCHAR, result VARCHAR) | SELECT judges FROM table_26375386_23 WHERE result = "Eliminated" |
20,832 | <question>: What is the number of public that was there when the vote percentage was 22.9%? <context>: CREATE TABLE table_26375386_23 (public VARCHAR, vote_percentage VARCHAR) | SELECT COUNT(public) FROM table_26375386_23 WHERE vote_percentage = "22.9%" |
20,833 | <question>: What was the total number when the vote percentage was 44.8%? <context>: CREATE TABLE table_26375386_23 (total VARCHAR, vote_percentage VARCHAR) | SELECT COUNT(total) FROM table_26375386_23 WHERE vote_percentage = "44.8%" |
20,834 | <question>: What year was Fayette operational at 46? <context>: CREATE TABLE table_26387382_1 (year_operational INTEGER, location__county_ VARCHAR, capacity__mw_ VARCHAR) | SELECT MIN(year_operational) FROM table_26387382_1 WHERE location__county_ = "Fayette" AND capacity__mw_ = "46" |
20,835 | <question>: What farm has a capacity of 70 and is operational? <context>: CREATE TABLE table_26387382_1 (name VARCHAR, capacity__mw_ VARCHAR, status VARCHAR) | SELECT name FROM table_26387382_1 WHERE capacity__mw_ = "70" AND status = "Operational" |
20,836 | <question>: What locations are considered centre? <context>: CREATE TABLE table_26387382_1 (power__mw·hr_yr_ VARCHAR, location__county_ VARCHAR) | SELECT power__mw·hr_yr_ FROM table_26387382_1 WHERE location__county_ = "Centre" |
20,837 | <question>: What all capacities have turbines between 50-60? <context>: CREATE TABLE table_26387382_1 (capacity__mw_ VARCHAR, turbines VARCHAR) | SELECT capacity__mw_ FROM table_26387382_1 WHERE turbines = "50-60" |
20,838 | <question>: What all turbines have a capacity of 30 and have a Somerset location? <context>: CREATE TABLE table_26387382_1 (turbines VARCHAR, location__county_ VARCHAR, capacity__mw_ VARCHAR) | SELECT turbines FROM table_26387382_1 WHERE location__county_ = "Somerset" AND capacity__mw_ = "30" |
20,839 | <question>: if the peak is 9, how many weeks was it in the top 10? <context>: CREATE TABLE table_26400041_2 (weeks_in_top_10 INTEGER, peak VARCHAR) | SELECT MAX(weeks_in_top_10) FROM table_26400041_2 WHERE peak = 9 |
20,840 | <question>: How many games had red star as the runner up? <context>: CREATE TABLE table_26455614_1 (attendance VARCHAR, runner_up VARCHAR) | SELECT COUNT(attendance) FROM table_26455614_1 WHERE runner_up = "Red Star" |
20,841 | <question>: What is the fewest recorded entrants against paris saint-germain? <context>: CREATE TABLE table_26455614_1 (entries INTEGER, winner VARCHAR) | SELECT MIN(entries) FROM table_26455614_1 WHERE winner = "Paris Saint-Germain" |
20,842 | <question>: Name the member countries for finnish swedish <context>: CREATE TABLE table_26519486_1 (member_countries VARCHAR, languages VARCHAR) | SELECT member_countries FROM table_26519486_1 WHERE languages = "Finnish Swedish" |
20,843 | <question>: Name the area for german <context>: CREATE TABLE table_26519486_1 (area__km²_ VARCHAR, languages VARCHAR) | SELECT area__km²_ FROM table_26519486_1 WHERE languages = "German" |
20,844 | <question>: Name the population for 11 languages <context>: CREATE TABLE table_26519486_1 (population VARCHAR, languages VARCHAR) | SELECT population FROM table_26519486_1 WHERE languages = "11" |
20,845 | <question>: What is the production code for the episode where the patient portrayer is Kathy Lamkin? <context>: CREATE TABLE table_26561508_1 (production_code VARCHAR, patient_portrayer VARCHAR) | SELECT production_code FROM table_26561508_1 WHERE patient_portrayer = "Kathy Lamkin" |
20,846 | <question>: Who was the writter for the episode identified by the production code 2t5954? <context>: CREATE TABLE table_26561508_1 (written_by VARCHAR, production_code VARCHAR) | SELECT written_by FROM table_26561508_1 WHERE production_code = "2T5954" |
20,847 | <question>: What is the total number of patient portayers for the episode directed by Craig Zisk and written by Brad Falchuk? <context>: CREATE TABLE table_26561508_1 (patient_portrayer VARCHAR, directed_by VARCHAR, written_by VARCHAR) | SELECT COUNT(patient_portrayer) FROM table_26561508_1 WHERE directed_by = "Craig Zisk" AND written_by = "Brad Falchuk" |
20,848 | <question>: Who directed the episode with production code 177605? <context>: CREATE TABLE table_26561506_1 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_26561506_1 WHERE production_code = 177605 |
20,849 | <question>: How many episodes are numbered 4 in the season? <context>: CREATE TABLE table_26561506_1 (patient_portrayer VARCHAR, _number VARCHAR) | SELECT COUNT(patient_portrayer) FROM table_26561506_1 WHERE _number = 4 |
20,850 | <question>: Who wrote episode number 28? <context>: CREATE TABLE table_26561506_1 (written_by VARCHAR, no VARCHAR) | SELECT written_by FROM table_26561506_1 WHERE no = 28 |
20,851 | <question>: What is the highest numbered episode with patient portrayer doug savant? <context>: CREATE TABLE table_26561506_1 (_number INTEGER, patient_portrayer VARCHAR) | SELECT MAX(_number) FROM table_26561506_1 WHERE patient_portrayer = "Doug Savant" |
20,852 | <question>: What number(s) in the series was written by bo crese? <context>: CREATE TABLE table_26565936_2 (no_in_series VARCHAR, written_by VARCHAR) | SELECT no_in_series FROM table_26565936_2 WHERE written_by = "Bo Crese" |
20,853 | <question>: Who wrote episode number 109 in the series? <context>: CREATE TABLE table_26565936_2 (written_by VARCHAR, no_in_series VARCHAR) | SELECT written_by FROM table_26565936_2 WHERE no_in_series = 109 |
20,854 | <question>: What was the first episode in the season directed by nelson mccormick? <context>: CREATE TABLE table_26565936_2 (no_in_season INTEGER, directed_by VARCHAR) | SELECT MIN(no_in_season) FROM table_26565936_2 WHERE directed_by = "Nelson McCormick" |
20,855 | <question>: What was the original air date for the episode with 13.92 million us viewers? <context>: CREATE TABLE table_26565936_2 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) | SELECT original_air_date FROM table_26565936_2 WHERE us_viewers__millions_ = "13.92" |
20,856 | <question>: When was the episode with a 999,000 BARB rating first aired in Denmark? <context>: CREATE TABLE table_26591309_3 (first_broadcast_denmark___dr1__ VARCHAR, official_barb_ratings VARCHAR) | SELECT first_broadcast_denmark___dr1__ FROM table_26591309_3 WHERE official_barb_ratings = "999,000" |
20,857 | <question>: What is the BARB ratings of episode 6? <context>: CREATE TABLE table_26591309_3 (official_barb_ratings VARCHAR, episode VARCHAR) | SELECT official_barb_ratings FROM table_26591309_3 WHERE episode = 6 |
20,858 | <question>: When was the episode with a 1,036,000 BARB rating first aired in Denmark? <context>: CREATE TABLE table_26591309_3 (first_broadcast_denmark___dr1__ VARCHAR, official_barb_ratings VARCHAR) | SELECT first_broadcast_denmark___dr1__ FROM table_26591309_3 WHERE official_barb_ratings = "1,036,000" |
20,859 | <question>: How many parks are called mt. olympus <context>: CREATE TABLE table_2665085_1 (name VARCHAR, park VARCHAR) | SELECT COUNT(name) FROM table_2665085_1 WHERE park = "Mt. Olympus" |
20,860 | <question>: How fast is the coaster that is 163 feet tall <context>: CREATE TABLE table_2665085_1 (speed__mph_ VARCHAR, height__ft_ VARCHAR) | SELECT speed__mph_ FROM table_2665085_1 WHERE height__ft_ = 163 |
20,861 | <question>: What is the length of the coaster with the unknown speed <context>: CREATE TABLE table_2665085_1 (length__ft_ VARCHAR, speed__mph_ VARCHAR) | SELECT length__ft_ FROM table_2665085_1 WHERE speed__mph_ = "unknown" |
20,862 | <question>: How long is the rollar coaster on Kemah Boardwalk <context>: CREATE TABLE table_2665085_1 (length__ft_ VARCHAR, park VARCHAR) | SELECT length__ft_ FROM table_2665085_1 WHERE park = "Kemah Boardwalk" |
20,863 | <question>: What park is Boardwalk Bullet located in? <context>: CREATE TABLE table_2665085_1 (park VARCHAR, name VARCHAR) | SELECT park FROM table_2665085_1 WHERE name = "Boardwalk Bullet" |
20,864 | <question>: How many parks is Zippin Pippin located in <context>: CREATE TABLE table_2665085_1 (park VARCHAR, name VARCHAR) | SELECT COUNT(park) FROM table_2665085_1 WHERE name = "Zippin Pippin" |
20,865 | <question>: In what year was Montenegro the host country? <context>: CREATE TABLE table_26669939_1 (year VARCHAR, host_country VARCHAR) | SELECT year FROM table_26669939_1 WHERE host_country = "Montenegro" |
20,866 | <question>: What was the number of athletes in the host city of Nice? <context>: CREATE TABLE table_26669939_1 (no_of_athletes VARCHAR, host_city VARCHAR) | SELECT no_of_athletes FROM table_26669939_1 WHERE host_city = "Nice" |
20,867 | <question>: Who was the host country when Bar was the host city? <context>: CREATE TABLE table_26669939_1 (host_country VARCHAR, host_city VARCHAR) | SELECT host_country FROM table_26669939_1 WHERE host_city = "Bar" |
20,868 | <question>: What was the number of athletes for the 7th edition? <context>: CREATE TABLE table_26669939_1 (no_of_athletes VARCHAR, edition VARCHAR) | SELECT no_of_athletes FROM table_26669939_1 WHERE edition = "7th" |
20,869 | <question>: What was the most recent year? <context>: CREATE TABLE table_26669939_1 (year INTEGER) | SELECT MAX(year) FROM table_26669939_1 |
20,870 | <question>: What was the host city of the 8th edition in the the host country of Croatia? <context>: CREATE TABLE table_26669939_1 (host_city VARCHAR, host_country VARCHAR, edition VARCHAR) | SELECT host_city FROM table_26669939_1 WHERE host_country = "Croatia" AND edition = "8th" |
20,871 | <question>: Name the result for first elected being 1798 1825 <context>: CREATE TABLE table_2668243_18 (result VARCHAR, first_elected VARCHAR) | SELECT result FROM table_2668243_18 WHERE first_elected = "1798 1825" |
20,872 | <question>: Name the total number of party for willis alston <context>: CREATE TABLE table_2668243_18 (party VARCHAR, incumbent VARCHAR) | SELECT COUNT(party) FROM table_2668243_18 WHERE incumbent = "Willis Alston" |
20,873 | <question>: Name the result for augustine h. shepperd (j) 100% <context>: CREATE TABLE table_2668243_18 (result VARCHAR, candidates VARCHAR) | SELECT result FROM table_2668243_18 WHERE candidates = "Augustine H. Shepperd (J) 100%" |
20,874 | <question>: Name the result for willis alston <context>: CREATE TABLE table_2668243_18 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_2668243_18 WHERE incumbent = "Willis Alston" |
20,875 | <question>: Name the total number of party for willis alston (j) 93.9% george e. spruill 6.1% <context>: CREATE TABLE table_2668243_18 (party VARCHAR, candidates VARCHAR) | SELECT COUNT(party) FROM table_2668243_18 WHERE candidates = "Willis Alston (J) 93.9% George E. Spruill 6.1%" |
20,876 | <question>: Name the district for anti-jacksonian <context>: CREATE TABLE table_2668243_18 (district VARCHAR, party VARCHAR) | SELECT district FROM table_2668243_18 WHERE party = "Anti-Jacksonian" |
20,877 | <question>: What was the result for the candidate first elected in 1820? <context>: CREATE TABLE table_2668243_19 (result VARCHAR, first_elected VARCHAR) | SELECT result FROM table_2668243_19 WHERE first_elected = "1820" |
20,878 | <question>: What is the party of Joseph Vance? <context>: CREATE TABLE table_2668243_19 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_2668243_19 WHERE incumbent = "Joseph Vance" |
20,879 | <question>: Name the first elected for hosea moffitt (f) 57.9% josiah masters (dr) 42.1% <context>: CREATE TABLE table_2668352_11 (first_elected VARCHAR, candidates VARCHAR) | SELECT first_elected FROM table_2668352_11 WHERE candidates = "Hosea Moffitt (F) 57.9% Josiah Masters (DR) 42.1%" |
20,880 | <question>: Name the first elected for jacob markell <context>: CREATE TABLE table_2668352_11 (first_elected VARCHAR, incumbent VARCHAR) | SELECT first_elected FROM table_2668352_11 WHERE incumbent = "Jacob Markell" |
20,881 | <question>: Name the least first elected <context>: CREATE TABLE table_2668352_11 (first_elected INTEGER) | SELECT MIN(first_elected) FROM table_2668352_11 |
20,882 | <question>: Name the most first elected <context>: CREATE TABLE table_2668352_11 (first_elected INTEGER) | SELECT MAX(first_elected) FROM table_2668352_11 |
20,883 | <question>: Name the incumbent for new york 10 <context>: CREATE TABLE table_2668352_11 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_2668352_11 WHERE district = "New York 10" |
20,884 | <question>: Name the distrct for thomas wilson <context>: CREATE TABLE table_2668367_21 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_2668367_21 WHERE incumbent = "Thomas Wilson" |
20,885 | <question>: Name the party for john randolph redistricted from the 15th district <context>: CREATE TABLE table_2668367_21 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_2668367_21 WHERE incumbent = "John Randolph Redistricted from the 15th district" |
20,886 | <question>: Name the party for virginia 12 <context>: CREATE TABLE table_2668367_21 (party VARCHAR, district VARCHAR) | SELECT party FROM table_2668367_21 WHERE district = "Virginia 12" |
20,887 | <question>: Name the candidates for john boyle <context>: CREATE TABLE table_2668378_5 (candidates VARCHAR, incumbent VARCHAR) | SELECT candidates FROM table_2668378_5 WHERE incumbent = "John Boyle" |
20,888 | <question>: Name the first elected for kentucky 3 <context>: CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_2668378_5 WHERE district = "Kentucky 3" |
20,889 | <question>: Name the incumbent for matthew lyon (dr) anthony new (dr) <context>: CREATE TABLE table_2668378_5 (incumbent VARCHAR, candidates VARCHAR) | SELECT incumbent FROM table_2668378_5 WHERE candidates = "Matthew Lyon (DR) Anthony New (DR)" |
20,890 | <question>: Name the number of first elected for kentucky 3 <context>: CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR) | SELECT COUNT(first_elected) FROM table_2668378_5 WHERE district = "Kentucky 3" |
20,891 | <question>: Name the number of party for kentucky 1 <context>: CREATE TABLE table_2668378_5 (party VARCHAR, district VARCHAR) | SELECT COUNT(party) FROM table_2668378_5 WHERE district = "Kentucky 1" |
20,892 | <question>: Name the first elected for kentucky 1 <context>: CREATE TABLE table_2668378_5 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_2668378_5 WHERE district = "Kentucky 1" |
20,893 | <question>: What is the district for the party federalist and the candidates are william craik (f) 51.0% benjamin edwards 49.0%? <context>: CREATE TABLE table_2668416_7 (district VARCHAR, party VARCHAR, candidates VARCHAR) | SELECT district FROM table_2668416_7 WHERE party = "Federalist" AND candidates = "William Craik (F) 51.0% Benjamin Edwards 49.0%" |
20,894 | <question>: What is the party when the incumbent is samuel smith? <context>: CREATE TABLE table_2668416_7 (party VARCHAR, incumbent VARCHAR) | SELECT party FROM table_2668416_7 WHERE incumbent = "Samuel Smith" |
20,895 | <question>: What is the result for the district Maryland 7? <context>: CREATE TABLE table_2668416_7 (result VARCHAR, district VARCHAR) | SELECT result FROM table_2668416_7 WHERE district = "Maryland 7" |
20,896 | <question>: Who is the candidates for district maryland 1? <context>: CREATE TABLE table_2668416_7 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_2668416_7 WHERE district = "Maryland 1" |
20,897 | <question>: Who was the candidate in 1791? <context>: CREATE TABLE table_2668420_12 (candidates VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_2668420_12 WHERE first_elected = 1791 |
20,898 | <question>: What tv season was episode 23 broadcast? <context>: CREATE TABLE table_2669287_1 (tv_season VARCHAR, episodes VARCHAR) | SELECT tv_season FROM table_2669287_1 WHERE episodes = 23 |
20,899 | <question>: How many seasons was the rank equal to #50? <context>: CREATE TABLE table_2669287_1 (season VARCHAR, rank VARCHAR) | SELECT COUNT(season) FROM table_2669287_1 WHERE rank = "#50" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.