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