Unnamed: 0
int64 0
60k
| input
stringlengths 76
562
| answer
stringlengths 18
557
|
---|---|---|
39,100 | <question>: What is the chambering for the 8339 f bolt ( kgf )? <context>: CREATE TABLE table_26967904_2 (chambering VARCHAR, f_bolt___kgf__ VARCHAR) | SELECT chambering FROM table_26967904_2 WHERE f_bolt___kgf__ = 8339 |
39,101 | <question>: What is the f bolt for 11.35 p1 diameter (mm)? <context>: CREATE TABLE table_26967904_2 (f_bolt VARCHAR, p1_diameter__mm_ VARCHAR) | SELECT f_bolt FROM table_26967904_2 WHERE p1_diameter__mm_ = "11.35" |
39,102 | <question>: How many external (cm 2 ) are there for the .338 lapua magnum chambering? <context>: CREATE TABLE table_26967904_2 (a_external__cm_2__ VARCHAR, chambering VARCHAR) | SELECT COUNT(a_external__cm_2__) FROM table_26967904_2 WHERE chambering = ".338 Lapua Magnum" |
39,103 | <question>: With what type of chambering is the F bolt n (lbf) and the P max (bar) 3900? <context>: CREATE TABLE table_26967904_1 (chambering VARCHAR, f_bolt VARCHAR, p_max___bar__ VARCHAR) | SELECT chambering FROM table_26967904_1 WHERE f_bolt = "N (lbf)" AND p_max___bar__ = 3900 |
39,104 | <question>: What is the p max (bar) of the pistol with a P1 diameter of 9.70 mm? <context>: CREATE TABLE table_26967904_1 (p_max___bar__ VARCHAR, p1_diameter__mm_ VARCHAR) | SELECT p_max___bar__ FROM table_26967904_1 WHERE p1_diameter__mm_ = "9.70" |
39,105 | <question>: What is the p max (bar) in the pistol where the chambering is .45 ACP? <context>: CREATE TABLE table_26967904_1 (p_max___bar__ INTEGER, chambering VARCHAR) | SELECT MAX(p_max___bar__) FROM table_26967904_1 WHERE chambering = ".45 ACP" |
39,106 | <question>: What is the P max (bar) of the pistol with a P1 diameter of 12.09 mm? <context>: CREATE TABLE table_26967904_1 (p_max___bar__ VARCHAR, p1_diameter__mm_ VARCHAR) | SELECT p_max___bar__ FROM table_26967904_1 WHERE p1_diameter__mm_ = "12.09" |
39,107 | <question>: Who was the incoming manager for the date of appointment of 15 january 2011? <context>: CREATE TABLE table_26976615_3 (incoming_manager VARCHAR, date_of_appointment VARCHAR) | SELECT incoming_manager FROM table_26976615_3 WHERE date_of_appointment = "15 January 2011" |
39,108 | <question>: What is the date of appointment for the date of vacancy of 22 august 2010? <context>: CREATE TABLE table_26976615_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR) | SELECT date_of_appointment FROM table_26976615_3 WHERE date_of_vacancy = "22 August 2010" |
39,109 | <question>: Who was the outgoing manager for the team of târgu mureş? <context>: CREATE TABLE table_26976615_3 (outgoing_manager VARCHAR, team VARCHAR) | SELECT outgoing_manager FROM table_26976615_3 WHERE team = "Târgu Mureş" |
39,110 | <question>: How many date of appointments are there when the date of vacancy was 2 october 2010? <context>: CREATE TABLE table_26976615_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR) | SELECT COUNT(date_of_appointment) FROM table_26976615_3 WHERE date_of_vacancy = "2 October 2010" |
39,111 | <question>: Who was the outgoing manager when the incoming manager was laurenţiu reghecampf? <context>: CREATE TABLE table_26976615_3 (outgoing_manager VARCHAR, incoming_manager VARCHAR) | SELECT outgoing_manager FROM table_26976615_3 WHERE incoming_manager = "Laurenţiu Reghecampf" |
39,112 | <question>: What was the manner of departure when the outgoing manager was andrea mandorlini? <context>: CREATE TABLE table_26976615_3 (manner_of_departure VARCHAR, outgoing_manager VARCHAR) | SELECT manner_of_departure FROM table_26976615_3 WHERE outgoing_manager = "Andrea Mandorlini" |
39,113 | <question>: What is the capacity for dundee united? <context>: CREATE TABLE table_26980923_2 (capacity VARCHAR, team VARCHAR) | SELECT capacity FROM table_26980923_2 WHERE team = "Dundee United" |
39,114 | <question>: What was the total attendance at rugby park? <context>: CREATE TABLE table_26980923_2 (total VARCHAR, stadium VARCHAR) | SELECT total FROM table_26980923_2 WHERE stadium = "Rugby Park" |
39,115 | <question>: What is the total attended for kilmarnock? <context>: CREATE TABLE table_26980923_2 (total INTEGER, team VARCHAR) | SELECT MIN(total) FROM table_26980923_2 WHERE team = "Kilmarnock" |
39,116 | <question>: How many times was the time 19' 38.87 115.219mph on Fri Aug 27? <context>: CREATE TABLE table_26986076_1 (mon_23_aug VARCHAR, fri_27_aug VARCHAR) | SELECT COUNT(mon_23_aug) FROM table_26986076_1 WHERE fri_27_aug = "19' 38.87 115.219mph" |
39,117 | <question>: If the time on Tues Aug 24 is 20' 49.46 108.709mph, what is the time on Fri Aug 27? <context>: CREATE TABLE table_26986076_1 (fri_27_aug VARCHAR, tues_24_aug VARCHAR) | SELECT fri_27_aug FROM table_26986076_1 WHERE tues_24_aug = "20' 49.46 108.709mph" |
39,118 | <question>: If Wed Aug 25 is —— no time, what is Sat aug 21? <context>: CREATE TABLE table_26986076_1 (sat_21_aug VARCHAR, wed_25_aug VARCHAR) | SELECT sat_21_aug FROM table_26986076_1 WHERE wed_25_aug = "—— No Time" |
39,119 | <question>: If the Rank is 10, what was the time on Sat aug 28? <context>: CREATE TABLE table_26986076_1 (sat_28_aug VARCHAR, rank VARCHAR) | SELECT sat_28_aug FROM table_26986076_1 WHERE rank = 10 |
39,120 | <question>: How many times was the time 20' 05.19 112.703mph on Thurs Aug 26th? <context>: CREATE TABLE table_26986076_1 (sat_21_aug VARCHAR, thurs_26_aug VARCHAR) | SELECT COUNT(sat_21_aug) FROM table_26986076_1 WHERE thurs_26_aug = "20' 05.19 112.703mph" |
39,121 | <question>: If the time on Wed aug 25 was 20' 09.25 112.324mph, what was the time on sat Aug 28? <context>: CREATE TABLE table_26986076_1 (sat_28_aug VARCHAR, wed_25_aug VARCHAR) | SELECT sat_28_aug FROM table_26986076_1 WHERE wed_25_aug = "20' 09.25 112.324mph" |
39,122 | <question>: How many times was tues 24 aug 19' 19.83 117.110mph? <context>: CREATE TABLE table_26986076_2 (rank VARCHAR, tues_24_aug VARCHAR) | SELECT COUNT(rank) FROM table_26986076_2 WHERE tues_24_aug = "19' 19.83 117.110mph" |
39,123 | <question>: how many time is fri 27 aug 19' 38.87 115.219mph? <context>: CREATE TABLE table_26986076_2 (sat_29_aug VARCHAR, fri_27_aug VARCHAR) | SELECT COUNT(sat_29_aug) FROM table_26986076_2 WHERE fri_27_aug = "19' 38.87 115.219mph" |
39,124 | <question>: what is wed 25 aug when mon 23 aug is 26' 57.82 89.957mph? <context>: CREATE TABLE table_26986076_2 (wed_25_aug VARCHAR, mon_23_aug VARCHAR) | SELECT wed_25_aug FROM table_26986076_2 WHERE mon_23_aug = "26' 57.82 89.957mph" |
39,125 | <question>: What is thurs 26 aug when wed 25 aug is 19' 59.98 113.192mph? <context>: CREATE TABLE table_26986076_2 (thurs_26_aug VARCHAR, wed_25_aug VARCHAR) | SELECT thurs_26_aug FROM table_26986076_2 WHERE wed_25_aug = "19' 59.98 113.192mph" |
39,126 | <question>: what is mon 23 aug when fri 27 aug is 18' 59.25 119.226mph? <context>: CREATE TABLE table_26986076_2 (mon_23_aug VARCHAR, fri_27_aug VARCHAR) | SELECT mon_23_aug FROM table_26986076_2 WHERE fri_27_aug = "18' 59.25 119.226mph" |
39,127 | <question>: When 8 is the rank what is the Saturday August 21st? <context>: CREATE TABLE table_26986076_5 (sat_21_aug VARCHAR, rank VARCHAR) | SELECT sat_21_aug FROM table_26986076_5 WHERE rank = 8 |
39,128 | <question>: When 20' 58.50 107.929mph is Friday August 27th What is Tuesday 24th August? <context>: CREATE TABLE table_26986076_5 (tues_24_aug VARCHAR, fri_27_aug VARCHAR) | SELECT tues_24_aug FROM table_26986076_5 WHERE fri_27_aug = "20' 58.50 107.929mph" |
39,129 | <question>: When 21' 18.87 106.209mph is Tuesday August 24th what is Monday August 23rd? <context>: CREATE TABLE table_26986076_5 (mon_23_aug VARCHAR, tues_24_aug VARCHAR) | SELECT mon_23_aug FROM table_26986076_5 WHERE tues_24_aug = "21' 18.87 106.209mph" |
39,130 | <question>: When 21' 10.25 106.930mph is Tuesday August 24th what is Saturday August 29th? <context>: CREATE TABLE table_26986076_5 (sat_29_aug VARCHAR, tues_24_aug VARCHAR) | SELECT sat_29_aug FROM table_26986076_5 WHERE tues_24_aug = "21' 10.25 106.930mph" |
39,131 | <question>: When 21' 05.83 107.304mph is Wednesday August 25th what is Friday August 27th? <context>: CREATE TABLE table_26986076_5 (fri_27_aug VARCHAR, wed_25_aug VARCHAR) | SELECT fri_27_aug FROM table_26986076_5 WHERE wed_25_aug = "21' 05.83 107.304mph" |
39,132 | <question>: When tom snow 250cc honda is the rider what is Monday August 23rd? <context>: CREATE TABLE table_26986076_5 (mon_23_aug VARCHAR, rider VARCHAR) | SELECT mon_23_aug FROM table_26986076_5 WHERE rider = "Tom Snow 250cc Honda" |
39,133 | <question>: The episode with the original airdate October 8, 2010, is directed by who? <context>: CREATE TABLE table_26982362_2 (directed_by VARCHAR, original_airdate VARCHAR) | SELECT directed_by FROM table_26982362_2 WHERE original_airdate = "October 8, 2010" |
39,134 | <question>: Who directed the episode with production code 693-004? <context>: CREATE TABLE table_26982362_2 (directed_by VARCHAR, production_code VARCHAR) | SELECT directed_by FROM table_26982362_2 WHERE production_code = "693-004" |
39,135 | <question>: The episode with production code 693-002, has how many original airdates? <context>: CREATE TABLE table_26982362_2 (original_airdate VARCHAR, production_code VARCHAR) | SELECT COUNT(original_airdate) FROM table_26982362_2 WHERE production_code = "693-002" |
39,136 | <question>: What is the title of the episode whose original airdate is April 23, 2010? <context>: CREATE TABLE table_26982362_2 (title VARCHAR, original_airdate VARCHAR) | SELECT title FROM table_26982362_2 WHERE original_airdate = "April 23, 2010" |
39,137 | <question>: Who had the time of 22' 09.44 93.840mph on Tuesday August 24th? <context>: CREATE TABLE table_26986076_7 (rider VARCHAR, tues_24_aug VARCHAR) | SELECT rider FROM table_26986076_7 WHERE tues_24_aug = "22' 09.44 93.840mph" |
39,138 | <question>: What is the L3 cache for the processor having a speed of 2.93 GHz? <context>: CREATE TABLE table_269920_16 (l3_cache__mb_ VARCHAR, speed__ghz_ VARCHAR) | SELECT l3_cache__mb_ FROM table_269920_16 WHERE speed__ghz_ = "2.93" |
39,139 | <question>: How many entries have a speed of exactly 2.53 GHz? <context>: CREATE TABLE table_269920_16 (cores VARCHAR, speed__ghz_ VARCHAR) | SELECT COUNT(cores) FROM table_269920_16 WHERE speed__ghz_ = "2.53" |
39,140 | <question>: What is the speed of the model whose number is W3540? <context>: CREATE TABLE table_269920_16 (speed__ghz_ VARCHAR, model VARCHAR) | SELECT speed__ghz_ FROM table_269920_16 WHERE model = "W3540" |
39,141 | <question>: What was the Weds 25 Aug time for the driver whose Aug 27 time was 22' 23.97 101.065mph? <context>: CREATE TABLE table_26986076_6 (wed_25_aug VARCHAR, fri_27_aug VARCHAR) | SELECT wed_25_aug FROM table_26986076_6 WHERE fri_27_aug = "22' 23.97 101.065mph" |
39,142 | <question>: What was the Sat 21 Aug time for the driver whose Thurs 26 Aug time was 20' 56.01 108.143mph? <context>: CREATE TABLE table_26986076_6 (sat_21_aug VARCHAR, thurs_26_aug VARCHAR) | SELECT sat_21_aug FROM table_26986076_6 WHERE thurs_26_aug = "20' 56.01 108.143mph" |
39,143 | <question>: What was the Sat 21 Aug time for the rider whose Tues 24 Aug time was 20' 38.40 109.680mph? <context>: CREATE TABLE table_26986076_6 (sat_21_aug VARCHAR, tues_24_aug VARCHAR) | SELECT sat_21_aug FROM table_26986076_6 WHERE tues_24_aug = "20' 38.40 109.680mph" |
39,144 | <question>: Name the area for population of 53542 <context>: CREATE TABLE table_269888_1 (area__km²_ VARCHAR, population__2010_ VARCHAR) | SELECT area__km²_ FROM table_269888_1 WHERE population__2010_ = 53542 |
39,145 | <question>: Name the number of barangay for 205.4 density <context>: CREATE TABLE table_269888_1 (no_of_s_barangay VARCHAR, pop_density__per_km²_ VARCHAR) | SELECT no_of_s_barangay FROM table_269888_1 WHERE pop_density__per_km²_ = "205.4" |
39,146 | <question>: How many different FSB are there for the 7140N model? <context>: CREATE TABLE table_269920_3 (fsb__mhz_ VARCHAR, model VARCHAR) | SELECT COUNT(fsb__mhz_) FROM table_269920_3 WHERE model = "7140N" |
39,147 | <question>: How many different L2 cache numbers are there for the 7130M model? <context>: CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR) | SELECT COUNT(l2_cache__mb_) FROM table_269920_3 WHERE model = "7130M" |
39,148 | <question>: What's the maximal L3 cache for any of the models given? <context>: CREATE TABLE table_269920_3 (l2_cache__mb_ INTEGER) | SELECT MAX(l2_cache__mb_) FROM table_269920_3 |
39,149 | <question>: What's the TDP for the 7130N model? <context>: CREATE TABLE table_269920_3 (tdp__w_ INTEGER, model VARCHAR) | SELECT MIN(tdp__w_) FROM table_269920_3 WHERE model = "7130N" |
39,150 | <question>: What's the L2 cache for the 7140N model? <context>: CREATE TABLE table_269920_3 (l2_cache__mb_ VARCHAR, model VARCHAR) | SELECT l2_cache__mb_ FROM table_269920_3 WHERE model = "7140N" |
39,151 | <question>: what is the cfl team where college is waterloo? <context>: CREATE TABLE table_26996293_4 (cfl_team VARCHAR, college VARCHAR) | SELECT COUNT(cfl_team) FROM table_26996293_4 WHERE college = "Waterloo" |
39,152 | <question>: What college did Jim Bennett attend? <context>: CREATE TABLE table_26996293_1 (college VARCHAR, player VARCHAR) | SELECT college FROM table_26996293_1 WHERE player = "Jim Bennett" |
39,153 | <question>: What CFL Team was Barry Jamieson a part of? <context>: CREATE TABLE table_26996293_1 (cfl_team VARCHAR, player VARCHAR) | SELECT cfl_team FROM table_26996293_1 WHERE player = "Barry Jamieson" |
39,154 | <question>: What college did the player who played DE go to? <context>: CREATE TABLE table_26996293_1 (college VARCHAR, position VARCHAR) | SELECT college FROM table_26996293_1 WHERE position = "DE" |
39,155 | <question>: What was Barry Jamieson's pick number? <context>: CREATE TABLE table_26996293_1 (pick__number INTEGER, player VARCHAR) | SELECT MAX(pick__number) FROM table_26996293_1 WHERE player = "Barry Jamieson" |
39,156 | <question>: What college did Bob Larose attend? <context>: CREATE TABLE table_26996293_1 (college VARCHAR, player VARCHAR) | SELECT college FROM table_26996293_1 WHERE player = "Bob LaRose" |
39,157 | <question>: where college is british columbia what are all the player <context>: CREATE TABLE table_26996293_2 (player VARCHAR, college VARCHAR) | SELECT player FROM table_26996293_2 WHERE college = "British Columbia" |
39,158 | <question>: where college is st. francis xavier what are all the pick # <context>: CREATE TABLE table_26996293_2 (pick__number VARCHAR, college VARCHAR) | SELECT pick__number FROM table_26996293_2 WHERE college = "St. Francis Xavier" |
39,159 | <question>: player is jim henshall what are all the position <context>: CREATE TABLE table_26996293_2 (position VARCHAR, player VARCHAR) | SELECT position FROM table_26996293_2 WHERE player = "Jim Henshall" |
39,160 | <question>: where cfl team is edmonton (2) what are all the position <context>: CREATE TABLE table_26996293_2 (position VARCHAR, cfl_team VARCHAR) | SELECT position FROM table_26996293_2 WHERE cfl_team = "Edmonton (2)" |
39,161 | <question>: where cfl team is winnipeg (3) via hamilton what are all the player <context>: CREATE TABLE table_26996293_2 (player VARCHAR, cfl_team VARCHAR) | SELECT player FROM table_26996293_2 WHERE cfl_team = "Winnipeg (3) via Hamilton" |
39,162 | <question>: How many CFL teams drafted someone from mount allison college? <context>: CREATE TABLE table_26996293_3 (cfl_team VARCHAR, college VARCHAR) | SELECT COUNT(cfl_team) FROM table_26996293_3 WHERE college = "Mount Allison" |
39,163 | <question>: What player drafted was an OG? <context>: CREATE TABLE table_26996293_3 (player VARCHAR, position VARCHAR) | SELECT player FROM table_26996293_3 WHERE position = "OG" |
39,164 | <question>: What is the position of the player bill simmons? <context>: CREATE TABLE table_26996293_7 (position VARCHAR, player VARCHAR) | SELECT position FROM table_26996293_7 WHERE player = "Bill Simmons" |
39,165 | <question>: What is the position of cfl team saskatchewan (7)? <context>: CREATE TABLE table_26996293_7 (position VARCHAR, cfl_team VARCHAR) | SELECT position FROM table_26996293_7 WHERE cfl_team = "Saskatchewan (7)" |
39,166 | <question>: How many times was player brian currie picked? <context>: CREATE TABLE table_26996293_7 (pick__number VARCHAR, player VARCHAR) | SELECT COUNT(pick__number) FROM table_26996293_7 WHERE player = "Brian Currie" |
39,167 | <question>: What position was pick # 54? <context>: CREATE TABLE table_26996293_7 (position VARCHAR, pick__number VARCHAR) | SELECT position FROM table_26996293_7 WHERE pick__number = 54 |
39,168 | <question>: What is the pick # of cfl team bc lions (7) <context>: CREATE TABLE table_26996293_7 (pick__number VARCHAR, cfl_team VARCHAR) | SELECT pick__number FROM table_26996293_7 WHERE cfl_team = "BC Lions (7)" |
39,169 | <question>: What is the college where player terry moss attended? <context>: CREATE TABLE table_26996293_7 (college VARCHAR, player VARCHAR) | SELECT college FROM table_26996293_7 WHERE player = "Terry Moss" |
39,170 | <question>: What is the outgoing manager for the team kasımpaşa? <context>: CREATE TABLE table_26998135_2 (outgoing_manager VARCHAR, team VARCHAR) | SELECT outgoing_manager FROM table_26998135_2 WHERE team = "Kasımpaşa" |
39,171 | <question>: Who is the replaced by when the date of vacancy is 27 december 2010? <context>: CREATE TABLE table_26998135_2 (replaced_by VARCHAR, date_of_vacancy VARCHAR) | SELECT replaced_by FROM table_26998135_2 WHERE date_of_vacancy = "27 December 2010" |
39,172 | <question>: What is the manner of departure for the date of appointment 24 may 2010? <context>: CREATE TABLE table_26998135_2 (manner_of_departure VARCHAR, date_of_appointment VARCHAR) | SELECT manner_of_departure FROM table_26998135_2 WHERE date_of_appointment = "24 May 2010" |
39,173 | <question>: What is the date of appointment when the outgoing manager was mustafa denizli? <context>: CREATE TABLE table_26998135_2 (date_of_appointment VARCHAR, outgoing_manager VARCHAR) | SELECT date_of_appointment FROM table_26998135_2 WHERE outgoing_manager = "Mustafa Denizli" |
39,174 | <question>: What is the date of appointment when the date of vacancy is 15 march 2011? <context>: CREATE TABLE table_26998135_2 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR) | SELECT date_of_appointment FROM table_26998135_2 WHERE date_of_vacancy = "15 March 2011" |
39,175 | <question>: What is the lowest population in which 28.0% are democrat? <context>: CREATE TABLE table_27003223_4 (population INTEGER, democratic VARCHAR) | SELECT MIN(population) FROM table_27003223_4 WHERE democratic = "28.0%" |
39,176 | <question>: what is the percentage of democratic voters in which the registered voters is 67.8%? <context>: CREATE TABLE table_27003223_4 (democratic VARCHAR, registered_voters VARCHAR) | SELECT democratic FROM table_27003223_4 WHERE registered_voters = "67.8%" |
39,177 | <question>: What is the percentage of registered voters in which the d-r spread is +10.4%? <context>: CREATE TABLE table_27003223_4 (registered_voters VARCHAR, d_r_spread VARCHAR) | SELECT registered_voters FROM table_27003223_4 WHERE d_r_spread = "+10.4%" |
39,178 | <question>: What is the percentage of registered voters in which the d-r spread is +14.3%? <context>: CREATE TABLE table_27003223_4 (registered_voters VARCHAR, d_r_spread VARCHAR) | SELECT registered_voters FROM table_27003223_4 WHERE d_r_spread = "+14.3%" |
39,179 | <question>: What is the percentage of republican voters in which the d-r spread is -14.1%? <context>: CREATE TABLE table_27003223_4 (republican VARCHAR, d_r_spread VARCHAR) | SELECT republican FROM table_27003223_4 WHERE d_r_spread = "-14.1%" |
39,180 | <question>: What is the percentage of "no party preference" where the democratic percentage is 24.8%? <context>: CREATE TABLE table_27003223_4 (no_party_preference VARCHAR, democratic VARCHAR) | SELECT no_party_preference FROM table_27003223_4 WHERE democratic = "24.8%" |
39,181 | <question>: How many trains depart at 17:30? <context>: CREATE TABLE table_27011761_2 (train_no VARCHAR, departure VARCHAR) | SELECT COUNT(train_no) FROM table_27011761_2 WHERE departure = "17:30" |
39,182 | <question>: How many trains arrive at 11:00? <context>: CREATE TABLE table_27011761_2 (train_no VARCHAR, arrival VARCHAR) | SELECT COUNT(train_no) FROM table_27011761_2 WHERE arrival = "11:00" |
39,183 | <question>: What is the no party preference when the city is murrieta? <context>: CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, city VARCHAR) | SELECT no_party_preference FROM table_27003186_3 WHERE city = "Murrieta" |
39,184 | <question>: What is the no party preference when other is 10.1%? <context>: CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, other VARCHAR) | SELECT no_party_preference FROM table_27003186_3 WHERE other = "10.1%" |
39,185 | <question>: What is the no party preference when republican is 45.3%? <context>: CREATE TABLE table_27003186_3 (no_party_preference VARCHAR, republican VARCHAR) | SELECT no_party_preference FROM table_27003186_3 WHERE republican = "45.3%" |
39,186 | <question>: What is other when no party preference is 19.1%? <context>: CREATE TABLE table_27003186_3 (other VARCHAR, no_party_preference VARCHAR) | SELECT other FROM table_27003186_3 WHERE no_party_preference = "19.1%" |
39,187 | <question>: What is other when registered voters is 50.7%? <context>: CREATE TABLE table_27003186_3 (other VARCHAR, registered_voters VARCHAR) | SELECT other FROM table_27003186_3 WHERE registered_voters = "50.7%" |
39,188 | <question>: What is the district with the incumbent Charlie Norwood? <context>: CREATE TABLE table_27021001_1 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_27021001_1 WHERE incumbent = "Charlie Norwood" |
39,189 | <question>: What is the year elected for incumbent Cynthia Mckinney? <context>: CREATE TABLE table_27021001_1 (elected VARCHAR, incumbent VARCHAR) | SELECT elected FROM table_27021001_1 WHERE incumbent = "Cynthia McKinney" |
39,190 | <question>: How many incumbents were the result of sanford bishop (d) 57% joseph mccormick (r) 43%? <context>: CREATE TABLE table_27021001_1 (incumbent VARCHAR, result VARCHAR) | SELECT COUNT(incumbent) FROM table_27021001_1 WHERE result = "Sanford Bishop (D) 57% Joseph McCormick (R) 43%" |
39,191 | <question>: What is the status for district georgia's 10th? <context>: CREATE TABLE table_27021001_1 (status VARCHAR, district VARCHAR) | SELECT status FROM table_27021001_1 WHERE district = "Georgia's 10th" |
39,192 | <question>: What is the result of districk georgia's 1st? <context>: CREATE TABLE table_27021001_1 (result VARCHAR, district VARCHAR) | SELECT result FROM table_27021001_1 WHERE district = "Georgia's 1st" |
39,193 | <question>: What is the district with the result mac collins (r) unopposed? <context>: CREATE TABLE table_27021001_1 (district VARCHAR, result VARCHAR) | SELECT district FROM table_27021001_1 WHERE result = "Mac Collins (R) unopposed" |
39,194 | <question>: how many times is the production code is 201a? <context>: CREATE TABLE table_2701851_3 (title VARCHAR, production_code VARCHAR) | SELECT COUNT(title) FROM table_2701851_3 WHERE production_code = "201a" |
39,195 | <question>: Name the most overall rank for czech republic <context>: CREATE TABLE table_2701625_1 (overall_rank INTEGER, country VARCHAR) | SELECT MAX(overall_rank) FROM table_2701625_1 WHERE country = "Czech Republic" |
39,196 | <question>: Name the total number of male rank for fiji <context>: CREATE TABLE table_2701625_1 (male_rank VARCHAR, country VARCHAR) | SELECT COUNT(male_rank) FROM table_2701625_1 WHERE country = "Fiji" |
39,197 | <question>: Name the most female life expectancy for djibouti <context>: CREATE TABLE table_2701625_1 (female_life_expectancy INTEGER, country VARCHAR) | SELECT MAX(female_life_expectancy) FROM table_2701625_1 WHERE country = "Djibouti" |
39,198 | <question>: Name the most female life expectancy for overall rank of 61 <context>: CREATE TABLE table_2701625_1 (female_life_expectancy INTEGER, overall_rank VARCHAR) | SELECT MAX(female_life_expectancy) FROM table_2701625_1 WHERE overall_rank = 61 |
39,199 | <question>: Name the most male life expectancy for pakistan <context>: CREATE TABLE table_2701625_1 (male_life_expectancy INTEGER, country VARCHAR) | SELECT MAX(male_life_expectancy) FROM table_2701625_1 WHERE country = "Pakistan" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.