context
stringlengths 0
489
| instruction
stringlengths 16
244
| response
stringlengths 38
557
|
---|---|---|
CREATE TABLE table_1341568_34 (district VARCHAR, party VARCHAR, elected VARCHAR) | In how many districts was the democratic incumbent elected in 1974? | SELECT COUNT(district) FROM table_1341568_34 WHERE party = "Democratic" AND elected = 1974 |
CREATE TABLE table_name_65 (count_palatine_of_the_rhine VARCHAR, interregnum_began VARCHAR) | What is the name of the Count Palatine of the Rhine with a Interregnum began of 2 april 1657 death of ferdinand iii? | SELECT count_palatine_of_the_rhine FROM table_name_65 WHERE interregnum_began = "2 april 1657 death of ferdinand iii" |
CREATE TABLE table_1341577_36 (party VARCHAR, incumbent VARCHAR) | Which party does Tom Luken belong to? | SELECT party FROM table_1341577_36 WHERE incumbent = "Tom Luken" |
CREATE TABLE table_1341577_43 (incumbent VARCHAR, candidates VARCHAR) | Who is the incumbent that is listed with the candidates listed as marilyn lloyd (d) 57.4% harold w. coker (r) 42.6%? | SELECT incumbent FROM table_1341577_43 WHERE candidates = "Marilyn Lloyd (D) 57.4% Harold W. Coker (R) 42.6%" |
CREATE TABLE table_1341586_39 (incumbent VARCHAR, candidates VARCHAR) | who is the incumbent with candidates being tom ridge (r) 80.9% joylyn blackwell (d) 19.1% | SELECT incumbent FROM table_1341586_39 WHERE candidates = "Tom Ridge (R) 80.9% Joylyn Blackwell (D) 19.1%" |
CREATE TABLE table_1341586_19 (result VARCHAR, candidates VARCHAR) | what's the result with candidates being billy tauzin (d) unopposed | SELECT result FROM table_1341586_19 WHERE candidates = "Billy Tauzin (D) Unopposed" |
CREATE TABLE table_name_47 (network VARCHAR, lap_by_lap VARCHAR, pit_reporters VARCHAR) | What network has lap-by-laps by Bill Flemming, and Pit reporter Chris Economaki? | SELECT network FROM table_name_47 WHERE lap_by_lap = "bill flemming" AND pit_reporters = "chris economaki" |
CREATE TABLE table_name_32 (grid INTEGER, laps VARCHAR, driver VARCHAR) | What is the lowest Grid with fewer than 65 Laps and with Driver Tim Schenken? | SELECT MIN(grid) FROM table_name_32 WHERE laps < 65 AND driver = "tim schenken" |
CREATE TABLE table_name_75 (time_retired VARCHAR, driver VARCHAR) | What is Driver Howden Ganley's Time/Retired? | SELECT time_retired FROM table_name_75 WHERE driver = "howden ganley" |
CREATE TABLE table_name_16 (position VARCHAR, pick VARCHAR, school_club_team VARCHAR) | What position for the western michigan product picked ahead of 312? | SELECT position FROM table_name_16 WHERE pick < 312 AND school_club_team = "western michigan" |
CREATE TABLE table_name_32 (date VARCHAR, loser VARCHAR, location VARCHAR) | What date did the Chicago Bears beat the Green bay Packers 31-20? | SELECT date FROM table_name_32 WHERE loser = "green bay packers" AND location = "green bay" |
CREATE TABLE table_1341604_19 (incumbent VARCHAR, district VARCHAR) | Who's the incumbent of the Louisiana 1 district? | SELECT incumbent FROM table_1341604_19 WHERE district = "Louisiana 1" |
CREATE TABLE table_1341604_22 (incumbent VARCHAR, district VARCHAR) | what's the incumbent with district being massachusetts 2 | SELECT incumbent FROM table_1341604_22 WHERE district = "Massachusetts 2" |
CREATE TABLE table_name_23 (headquarters VARCHAR, employees__world_ VARCHAR) | Which HQ is associated with a number of employees of 100? | SELECT headquarters FROM table_name_23 WHERE employees__world_ = 100 |
CREATE TABLE table_name_55 (right_ascension___j2000__ VARCHAR, declination___j2000__ VARCHAR, ngc_number VARCHAR, constellation VARCHAR) | What is the right ascension (J2000) with a Declination (J2000) of °12′43″, is a constellation of dorado, and has an NGC number larger than 2068? | SELECT right_ascension___j2000__ FROM table_name_55 WHERE ngc_number > 2068 AND constellation = "dorado" AND declination___j2000__ = "°12′43″" |
CREATE TABLE table_1341640_26 (incumbent VARCHAR, district VARCHAR) | What was the incumbent for missouri 1? | SELECT incumbent FROM table_1341640_26 WHERE district = "Missouri 1" |
CREATE TABLE table_1341640_14 (first_elected VARCHAR, incumbent VARCHAR) | What year was incumbent phil crane first elected? | SELECT first_elected FROM table_1341640_14 WHERE incumbent = "Phil Crane" |
CREATE TABLE table_1341663_33 (district VARCHAR, incumbent VARCHAR, party VARCHAR, first_elected VARCHAR) | What district did the Democratic party incumbent Stephen J. Solarz get first elected to in 1974? | SELECT district FROM table_1341663_33 WHERE party = "Democratic" AND first_elected = 1974 AND incumbent = "Stephen J. Solarz" |
CREATE TABLE table_name_94 (general_classification VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR) | What is the general classification for a mountains value of Christophe Moreau and a Team winner of Team CSC? | SELECT general_classification FROM table_name_94 WHERE mountains_classification = "christophe moreau" AND team_classification = "team csc" |
CREATE TABLE table_name_72 (race_name VARCHAR, winning_driver VARCHAR) | What is the name of the race won by driver Carlos Reutemann? | SELECT race_name FROM table_name_72 WHERE winning_driver = "carlos reutemann" |
CREATE TABLE table_1341672_10 (result VARCHAR, candidates VARCHAR) | what is the result where the candidates is robert l. f. sikes (d) unopposed? | SELECT result FROM table_1341672_10 WHERE candidates = "Robert L. F. Sikes (D) Unopposed" |
CREATE TABLE table_1341672_10 (incumbent VARCHAR, candidates VARCHAR) | who is the incumbent where the candidates is william v. chappell, jr. (d) unopposed? | SELECT incumbent FROM table_1341672_10 WHERE candidates = "William V. Chappell, Jr. (D) Unopposed" |
CREATE TABLE table_1341690_18 (first_elected INTEGER, candidates VARCHAR) | What year was Otto Passman (d) unopposed first elected? | SELECT MAX(first_elected) FROM table_1341690_18 WHERE candidates = "Otto Passman (D) Unopposed" |
CREATE TABLE table_1341690_43 (incumbent VARCHAR, district VARCHAR) | Name the incumbent for district texas 12 | SELECT incumbent FROM table_1341690_43 WHERE district = "Texas 12" |
CREATE TABLE table_name_14 (city VARCHAR, floors VARCHAR, height__m_ VARCHAR, height__ft_ VARCHAR, rank VARCHAR) | what is the city with the height (ft) more than 328.1, rank higher than 56, a height (m) of 103 and floors less than 28? | SELECT city FROM table_name_14 WHERE height__ft_ > 328.1 AND rank > 56 AND height__m_ = 103 AND floors < 28 |
CREATE TABLE table_1341690_20 (party VARCHAR, incumbent VARCHAR) | How many instances are there of party in the situation where Robert Bauman is the incumbent politician? | SELECT COUNT(party) FROM table_1341690_20 WHERE incumbent = "Robert Bauman" |
CREATE TABLE table_name_41 (club VARCHAR, bowling_style VARCHAR, name VARCHAR) | What club is R. H. C. Human who has a right arm medium pace bowling style a member of? | SELECT club FROM table_name_41 WHERE bowling_style = "right arm medium pace" AND name = "r. h. c. human" |
CREATE TABLE table_name_44 (tally VARCHAR, opposition VARCHAR, county VARCHAR, total VARCHAR) | What is the tally in Kilkenny county with 10 as the total and opposition of Waterford? | SELECT tally FROM table_name_44 WHERE county = "kilkenny" AND total = 10 AND opposition = "waterford" |
CREATE TABLE table_name_17 (driver VARCHAR, engine VARCHAR, chassis VARCHAR) | who is the driver with the engine era 1.5 l6 s and the chassis is era b? | SELECT driver FROM table_name_17 WHERE engine = "era 1.5 l6 s" AND chassis = "era b" |
CREATE TABLE table_1341690_9 (incumbent VARCHAR, candidates VARCHAR) | How many incumbent candidates in the election featuring sam m. gibbons (d) unopposed? | SELECT COUNT(incumbent) FROM table_1341690_9 WHERE candidates = "Sam M. Gibbons (D) Unopposed" |
CREATE TABLE table_name_75 (constructor VARCHAR, entrant VARCHAR, chassis VARCHAR, tyre VARCHAR, engine VARCHAR) | who is the constructor when the tyre is d, the engine is talbot 23cv 4.5 l6, the chassis is talbot-lago t26c and the entrant is ecurie belge? | SELECT constructor FROM table_name_75 WHERE tyre = "d" AND engine = "talbot 23cv 4.5 l6" AND chassis = "talbot-lago t26c" AND entrant = "ecurie belge" |
CREATE TABLE table_1341718_14 (first_elected INTEGER, party VARCHAR, candidates VARCHAR) | When was the first elected when the party was republican and the candidate were robert h. michel (r) 66.1% rosa lee fox (d) 33.9%? | SELECT MIN(first_elected) FROM table_1341718_14 WHERE party = "Republican" AND candidates = "Robert H. Michel (R) 66.1% Rosa Lee Fox (D) 33.9%" |
CREATE TABLE table_1341738_6 (party VARCHAR, incumbent VARCHAR) | What party does incumbent edwin reinecke represent? | SELECT party FROM table_1341738_6 WHERE incumbent = "Edwin Reinecke" |
CREATE TABLE table_1341843_10 (candidates VARCHAR, incumbent VARCHAR) | Who was featured in the election of charles edward bennett redistricted from 2nd? | SELECT candidates FROM table_1341843_10 WHERE incumbent = "Charles Edward Bennett Redistricted from 2nd" |
CREATE TABLE table_name_94 (model VARCHAR, engine_make_capacity VARCHAR, gcm__kg__technical_capacity VARCHAR, gvm__kg__technical_capacity VARCHAR) | Which Model has a GCM (kg) Technical Capacity of 35000, a GVM (kg) Technical Capacity of 16000, and Cummins Interact 6.0-euro III (turbo intercooler) for the Engine? | SELECT model FROM table_name_94 WHERE gcm__kg__technical_capacity = "35000" AND gvm__kg__technical_capacity = "16000" AND engine_make_capacity = "cummins interact 6.0-euro iii (turbo intercooler)" |
CREATE TABLE table_1341865_11 (party VARCHAR, incumbent VARCHAR) | What party did Don Fuqua belong to? | SELECT party FROM table_1341865_11 WHERE incumbent = "Don Fuqua" |
CREATE TABLE table_1341884_23 (candidates VARCHAR, district VARCHAR) | Name the candidates for massachusetts 8 | SELECT candidates FROM table_1341884_23 WHERE district = "Massachusetts 8" |
CREATE TABLE table_name_1 (gross_debt_in_ INTEGER, debt_held_by_public__$billions_ VARCHAR, end_of_fiscal_year VARCHAR, as__percentage_of_gdp_low_high VARCHAR) | For End of Fiscal Years past 1980 that also have as % of GDP Low-High of 83.4-84.4, and a Debt Held By Public ($Billions) smaller than 7,552 what would be the average Gross Debt in $Billions undeflated Treas. in said years? | SELECT AVG(gross_debt_in_) AS $billions_undeflated_treas FROM table_name_1 WHERE end_of_fiscal_year > 1980 AND as__percentage_of_gdp_low_high = "83.4-84.4" AND debt_held_by_public__$billions_ < 7 OFFSET 552 |
CREATE TABLE table_name_11 (gross_debt_in_ VARCHAR, debt_held_by_public__$billions_ VARCHAR, as__percentage_of_gdp_low_high VARCHAR) | For End of Fiscal Year(s) with a Debt Held By Public ($Billions) larger than 236.8, and as % of GDP Low-High of 33.4 what is the sum of the number of Gross Debt in $Billions undeflated Treas.? | SELECT COUNT(gross_debt_in_) AS $billions_undeflated_treas FROM table_name_11 WHERE debt_held_by_public__$billions_ > 236.8 AND as__percentage_of_gdp_low_high = "33.4" |
CREATE TABLE table_name_6 (nationality VARCHAR, college_junior_club_team__league_ VARCHAR) | What is the nationality of the player who played for the Peterborough Petes (OHL)? | SELECT nationality FROM table_name_6 WHERE college_junior_club_team__league_ = "peterborough petes (ohl)" |
CREATE TABLE table_name_84 (round INTEGER, nationality VARCHAR, player VARCHAR) | Which round was Mike Peca (C) of Canada selected in? | SELECT SUM(round) FROM table_name_84 WHERE nationality = "canada" AND player = "mike peca (c)" |
CREATE TABLE table_1341884_40 (district VARCHAR, candidates VARCHAR) | What district featured an election between james a. byrne (d) 59.3% joseph r. burns (r) 40.7%? | SELECT district FROM table_1341884_40 WHERE candidates = "James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%" |
CREATE TABLE table_name_6 (laps INTEGER, driver VARCHAR) | What is the most laps for Ayrton Senna? | SELECT MAX(laps) FROM table_name_6 WHERE driver = "ayrton senna" |
CREATE TABLE table_name_87 (parallel_bars INTEGER, vault VARCHAR, floor_exercise VARCHAR, horizontal_bar VARCHAR) | what was the score of the parallel bars with a floor exercise score more than 9.137, vault more than 9.5 and horizontal bar of 9.225? | SELECT SUM(parallel_bars) FROM table_name_87 WHERE floor_exercise > 9.137 AND horizontal_bar = 9.225 AND vault > 9.5 |
CREATE TABLE table_name_28 (venue VARCHAR, date VARCHAR) | Which venue was used on 10 september 2010? | SELECT venue FROM table_name_28 WHERE date = "10 september 2010" |
CREATE TABLE table_name_72 (long INTEGER, player VARCHAR, yards VARCHAR) | What was the longest carry for kevin clemens with under 31 yards total? | SELECT MAX(long) FROM table_name_72 WHERE player = "kevin clemens" AND yards < 31 |
CREATE TABLE table_name_68 (first_day_cover_cancellation VARCHAR, denomination VARCHAR, date_of_issue VARCHAR) | What's the First Day Cover Cancellation with Denomination of $0.50 and Date of Issue as 13 June 2005? | SELECT first_day_cover_cancellation FROM table_name_68 WHERE denomination = "$0.50" AND date_of_issue = "13 june 2005" |
CREATE TABLE table_name_88 (denomination VARCHAR, date_of_issue VARCHAR) | What's the Denomination listed for the Date of Issue 12 April 2005? | SELECT denomination FROM table_name_88 WHERE date_of_issue = "12 april 2005" |
CREATE TABLE table_1341973_11 (candidates VARCHAR, first_elected VARCHAR) | Who is the candidate that was first elected in 1914? | SELECT candidates FROM table_1341973_11 WHERE first_elected = 1914 |
CREATE TABLE table_name_49 (date VARCHAR, opponent_in_the_final VARCHAR, score_in_the_final VARCHAR) | What was the date when Steffi Graf was the opponent in the final and the score was 2–6, 0–6? | SELECT date FROM table_name_49 WHERE opponent_in_the_final = "steffi graf" AND score_in_the_final = "2–6, 0–6" |
CREATE TABLE table_name_68 (outcome VARCHAR, tournament VARCHAR, opponent_in_the_final VARCHAR) | What was the outcome of the Tournament of lugano , switzerland wta virginia slims, against bonnie gadusek? | SELECT outcome FROM table_name_68 WHERE tournament = "lugano , switzerland wta virginia slims" AND opponent_in_the_final = "bonnie gadusek" |
CREATE TABLE table_name_75 (outcome VARCHAR, opponent_in_the_final VARCHAR, surface VARCHAR) | What is the outcome of the match against Sylvia Hanika on a hard (i) surface? | SELECT outcome FROM table_name_75 WHERE opponent_in_the_final = "sylvia hanika" AND surface = "hard (i)" |
CREATE TABLE table_name_23 (type VARCHAR, distance VARCHAR, course VARCHAR) | What type is the sorrento to sapri course with a distance of km (mi)? | SELECT type FROM table_name_23 WHERE distance = "km (mi)" AND course = "sorrento to sapri" |
CREATE TABLE table_1342013_34 (party VARCHAR, candidates VARCHAR) | how many party with candidates being john m. vorys (r) 61.5% jacob f. myers (d) 38.5% | SELECT COUNT(party) FROM table_1342013_34 WHERE candidates = "John M. Vorys (R) 61.5% Jacob F. Myers (D) 38.5%" |
CREATE TABLE table_name_1 (home_team VARCHAR, away_team VARCHAR) | What was the home team's score when Geelong was the away team? | SELECT home_team AS score FROM table_name_1 WHERE away_team = "geelong" |
CREATE TABLE table_1342013_9 (first_elected VARCHAR, incumbent VARCHAR) | how many first elected with incumbent being charles edward bennett | SELECT COUNT(first_elected) FROM table_1342013_9 WHERE incumbent = "Charles Edward Bennett" |
CREATE TABLE table_1342013_9 (result VARCHAR, candidates VARCHAR) | what's the result with candidates being charles edward bennett (d) unopposed | SELECT result FROM table_1342013_9 WHERE candidates = "Charles Edward Bennett (D) Unopposed" |
CREATE TABLE table_1342149_11 (result VARCHAR, incumbent VARCHAR) | What was the result of the election when Tic Forrester ran as an incumbent? | SELECT result FROM table_1342149_11 WHERE incumbent = "Tic Forrester" |
CREATE TABLE table_1342149_18 (candidates VARCHAR, result VARCHAR, district VARCHAR) | What candidate was re-elected in the Louisiana 5 district? | SELECT candidates FROM table_1342149_18 WHERE result = "Re-elected" AND district = "Louisiana 5" |
CREATE TABLE table_1342149_24 (result VARCHAR, district VARCHAR) | Name the result for mississippi 2 | SELECT result FROM table_1342149_24 WHERE district = "Mississippi 2" |
CREATE TABLE table_name_45 (laps INTEGER, time_retired VARCHAR) | How many laps were driven in 2:54:23.8? | SELECT SUM(laps) FROM table_name_45 WHERE time_retired = "2:54:23.8" |
CREATE TABLE table_name_7 (points_classification VARCHAR, stage VARCHAR, winner VARCHAR, general_classification VARCHAR, trofeo_fast_team VARCHAR) | Which points classification shares a general classification of Bernard Hinault, a Trofeo Fast Tem of Bianchi, was won by Urs Freuler, and was stage 4? | SELECT points_classification FROM table_name_7 WHERE general_classification = "bernard hinault" AND trofeo_fast_team = "bianchi" AND winner = "urs freuler" AND stage = "4" |
CREATE TABLE table_name_71 (winner VARCHAR, stage VARCHAR, points_classification VARCHAR, trofeo_fast_team VARCHAR) | Who was the winner that had a Points Classification of Giuseppe Saronni, a Trofeo Fast Team of Bianchi, and was Stage 3? | SELECT winner FROM table_name_71 WHERE points_classification = "giuseppe saronni" AND trofeo_fast_team = "bianchi" AND stage = "3" |
CREATE TABLE table_name_85 (winner VARCHAR, points_classification VARCHAR, stage VARCHAR) | Who was the winner of Stage 12 with a Points Classification of Francesco Moser? | SELECT winner FROM table_name_85 WHERE points_classification = "francesco moser" AND stage = "12" |
CREATE TABLE table_name_51 (stage VARCHAR, winner VARCHAR, points_classification VARCHAR) | Which stage was won by Bernard Hinault and had a Points classification of Francesco Moser? | SELECT stage FROM table_name_51 WHERE winner = "bernard hinault" AND points_classification = "francesco moser" |
CREATE TABLE table_1342198_18 (candidates VARCHAR, district VARCHAR) | who is the candidate where district is louisiana 3? | SELECT candidates FROM table_1342198_18 WHERE district = "Louisiana 3" |
CREATE TABLE table_name_25 (laps VARCHAR, grid VARCHAR) | how many laps were there when the grid was 24? | SELECT COUNT(laps) FROM table_name_25 WHERE grid = 24 |
CREATE TABLE table_name_79 (province VARCHAR, party VARCHAR, name VARCHAR) | Ken Wright of the National Party was from which province? | SELECT province FROM table_name_79 WHERE party = "national" AND name = "ken wright" |
CREATE TABLE table_name_15 (score VARCHAR, date VARCHAR) | What was the score of the game on 27 January 1996? | SELECT score FROM table_name_15 WHERE date = "27 january 1996" |
CREATE TABLE table_name_40 (competition VARCHAR, result VARCHAR) | What is the event with a result of 3-2? | SELECT competition FROM table_name_40 WHERE result = "3-2" |
CREATE TABLE table_1342218_6 (first_elected VARCHAR, incumbent VARCHAR) | What year was clair engle first elected? | SELECT first_elected FROM table_1342218_6 WHERE incumbent = "Clair Engle" |
CREATE TABLE table_name_76 (country VARCHAR, park VARCHAR, opened VARCHAR, model VARCHAR) | Which country has a rollercoaster that opened in 2002, is a spinning coaster, and is located in Disney's Animal Kingdom? | SELECT country FROM table_name_76 WHERE opened = 2002 AND model = "spinning coaster" AND park = "disney's animal kingdom" |
CREATE TABLE table_1342233_6 (first_elected VARCHAR, incumbent VARCHAR) | what's the first elected with incumbent being clair engle | SELECT first_elected FROM table_1342233_6 WHERE incumbent = "Clair Engle" |
CREATE TABLE table_name_65 (runner_s__up VARCHAR, winning_score VARCHAR) | Who is the runner(s)-up for a winning score of −3 (71-74-66-66=277)? | SELECT runner_s__up FROM table_name_65 WHERE winning_score = −3(71 - 74 - 66 - 66 = 277) |
CREATE TABLE table_1342256_10 (incumbent VARCHAR, first_elected VARCHAR) | Which incumbent was first elected in 1940? | SELECT incumbent FROM table_1342256_10 WHERE first_elected = 1940 |
CREATE TABLE table_1342256_33 (candidates VARCHAR, incumbent VARCHAR) | Name all the candidates that ran for the seat where Harold D. Cooley is the incumbent? | SELECT candidates FROM table_1342256_33 WHERE incumbent = "Harold D. Cooley" |
CREATE TABLE table_name_42 (set_2 VARCHAR, total VARCHAR) | What is the Set 2 with a Total with 45–12? | SELECT set_2 FROM table_name_42 WHERE total = "45–12" |
CREATE TABLE table_name_52 (location VARCHAR, res VARCHAR, record VARCHAR) | Tell me the location for win with record of 8-5 | SELECT location FROM table_name_52 WHERE res = "win" AND record = "8-5" |
CREATE TABLE table_name_13 (total_produced INTEGER, builder’s_model VARCHAR, wheel_arrangement VARCHAR, prr_class VARCHAR) | How many total units were built of Model ds-4-4-660 with a b-b wheel arrangement and a PRR Class of bs6? | SELECT SUM(total_produced) FROM table_name_13 WHERE wheel_arrangement = "b-b" AND prr_class = "bs6" AND builder’s_model = "ds-4-4-660" |
CREATE TABLE table_1342256_5 (first_elected VARCHAR, candidates VARCHAR) | How many candidates were in the election featuring brooks hays (d) unopposed? | SELECT COUNT(first_elected) FROM table_1342256_5 WHERE candidates = "Brooks Hays (D) Unopposed" |
CREATE TABLE table_1342256_6 (incumbent VARCHAR, result VARCHAR) | what's the incumbent with result being new seat republican gain | SELECT incumbent FROM table_1342256_6 WHERE result = "New seat Republican gain" |
CREATE TABLE table_1342270_3 (first_elected INTEGER, district VARCHAR) | what is the maximum first elected with district being alabama 5 | SELECT MAX(first_elected) FROM table_1342270_3 WHERE district = "Alabama 5" |
CREATE TABLE table_name_88 (grid INTEGER, laps VARCHAR, time_retired VARCHAR, driver VARCHAR) | what is the lowest grid when the time retired is clutch, the driver is peter collins and the laps is smaller than 26? | SELECT MIN(grid) FROM table_name_88 WHERE time_retired = "clutch" AND driver = "peter collins" AND laps < 26 |
CREATE TABLE table_name_43 (dismissals VARCHAR, venue VARCHAR) | What is the Dismissals with a Venue with source: cricinfo.com? | SELECT dismissals FROM table_name_43 WHERE venue = "source: cricinfo.com" |
CREATE TABLE table_1342292_4 (party VARCHAR, incumbent VARCHAR) | How many parties does william b. cravens represent? | SELECT COUNT(party) FROM table_1342292_4 WHERE incumbent = "William B. Cravens" |
CREATE TABLE table_1342331_11 (candidates VARCHAR, incumbent VARCHAR) | What candidates ran in the election when john s. wood was the incumbent? | SELECT candidates FROM table_1342331_11 WHERE incumbent = "John S. Wood" |
CREATE TABLE table_1342331_18 (district VARCHAR, incumbent VARCHAR) | What district has Riley Joseph Wilson as the incumbent? | SELECT district FROM table_1342331_18 WHERE incumbent = "Riley Joseph Wilson" |
CREATE TABLE table_name_30 (episode VARCHAR, year INTEGER) | Name the episode for year more than 1999 | SELECT episode FROM table_name_30 WHERE year > 1999 |
CREATE TABLE table_name_67 (round INTEGER, player VARCHAR) | What is the highest round played by Chris Phillips? | SELECT MAX(round) FROM table_name_67 WHERE player = "chris phillips" |
CREATE TABLE table_1342379_10 (district VARCHAR, first_elected VARCHAR) | how many areas were in the election in 1912 | SELECT COUNT(district) FROM table_1342379_10 WHERE first_elected = 1912 |
CREATE TABLE table_1342379_23 (candidates VARCHAR, district VARCHAR) | who is the the candidates with district being mississippi 4 | SELECT candidates FROM table_1342379_23 WHERE district = "Mississippi 4" |
CREATE TABLE table_name_55 (date_of_delivery VARCHAR, baby_gender VARCHAR, congresswoman VARCHAR) | What was the delivery date of Congresswoman Kirsten Gillibrand's baby boy? | SELECT date_of_delivery FROM table_name_55 WHERE baby_gender = "boy" AND congresswoman = "kirsten gillibrand" |
CREATE TABLE table_1342393_23 (first_elected INTEGER, incumbent VARCHAR) | What is the least first elected for jeff busby? | SELECT MIN(first_elected) FROM table_1342393_23 WHERE incumbent = "Jeff Busby" |
CREATE TABLE table_name_82 (tns_sofres_5_26_09 VARCHAR, ipsos_5_25_09 VARCHAR) | Which TNS-Sofres 5/26/09 has an Ipsos 5/25/09 of 1%? | SELECT tns_sofres_5_26_09 FROM table_name_82 WHERE ipsos_5_25_09 = "1%" |
CREATE TABLE table_name_89 (csa_5_20_09 VARCHAR, ifop__la_croix_5_15_09 VARCHAR) | Which Ipsos 5/16/09 has an Ifop- La Croix 5/15/09 of 26%? | SELECT csa_5_20_09 FROM table_name_89 WHERE ifop__la_croix_5_15_09 = "26%" |
CREATE TABLE table_1342426_5 (first_elected INTEGER, incumbent VARCHAR) | Name the lowest first elected for chester w. taylor | SELECT MIN(first_elected) FROM table_1342426_5 WHERE incumbent = "Chester W. Taylor" |
CREATE TABLE table_1342451_16 (candidates VARCHAR, incumbent VARCHAR) | Who were the candidates when Henry Garland Dupré was incumbent? | SELECT candidates FROM table_1342451_16 WHERE incumbent = "Henry Garland Dupré" |
CREATE TABLE table_1342451_16 (district VARCHAR, incumbent VARCHAR) | What district did James O'Connor belong to? | SELECT district FROM table_1342451_16 WHERE incumbent = "James O'Connor" |
CREATE TABLE table_name_15 (pick INTEGER, player VARCHAR) | What is Mark Joseph Kong's pick? | SELECT AVG(pick) FROM table_name_15 WHERE player = "mark joseph kong" |
CREATE TABLE table_13456202_1 (location VARCHAR, mascot VARCHAR) | What are the locations with a panthers mascot? | SELECT location FROM table_13456202_1 WHERE mascot = "Panthers" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.