question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
What is the chambering for the 8339 f bolt ( kgf )? | CREATE TABLE table_26967904_2 (chambering VARCHAR, f_bolt___kgf__ VARCHAR) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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) | {
"SQL_Query": "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.