context
stringlengths 0
489
| instruction
stringlengths 16
244
| response
stringlengths 38
557
|
---|---|---|
CREATE TABLE table_1346118_5 (district VARCHAR, candidates VARCHAR) | Which district was the race between john i. nolan (r) 87% thomas f. feeley (s) 13%? | SELECT district FROM table_1346118_5 WHERE candidates = "John I. Nolan (R) 87% Thomas F. Feeley (S) 13%" |
CREATE TABLE table_1346118_5 (result VARCHAR, candidates VARCHAR) | What was the net seat gain in the race john a. elston (r) 88.4% luella twining (s) 11.6%? | SELECT result FROM table_1346118_5 WHERE candidates = "John A. Elston (R) 88.4% Luella Twining (S) 11.6%" |
CREATE TABLE table_name_78 (allsvenskan_titles INTEGER, introduced VARCHAR, stars_symbolizes VARCHAR, club VARCHAR) | How many allsvenskan titles did club aik have after its introduction after 2000, with stars symbolizing the number of swedish championship titles ? | SELECT SUM(allsvenskan_titles) FROM table_name_78 WHERE stars_symbolizes = "number of swedish championship titles" AND club = "aik" AND introduced > 2000 |
CREATE TABLE table_13480122_5 (record VARCHAR, date VARCHAR) | what's the record with date being january 13 | SELECT record FROM table_13480122_5 WHERE date = "January 13" |
CREATE TABLE table_134987_3 (target_city__market VARCHAR, city_of_license VARCHAR, format VARCHAR) | What are the market city/market(s) for Rapid City Alternative format? | SELECT target_city__market FROM table_134987_3 WHERE city_of_license = "Rapid City" AND format = "Alternative" |
CREATE TABLE table_134987_3 (target_city__market VARCHAR, frequency VARCHAR) | What is the target market for the station on 97.9 fm? | SELECT target_city__market FROM table_134987_3 WHERE frequency = "97.9 FM" |
CREATE TABLE table_name_74 (player VARCHAR, position VARCHAR, school_club_team VARCHAR) | What Utah Jazz Forward played for Southern Methodist? | SELECT player FROM table_name_74 WHERE position = "forward" AND school_club_team = "southern methodist" |
What is the lowest 1st prize for florida tournaments and a Score of 200 (-16)? | SELECT MIN(*) AS lowest_1st_prize FROM table_name_65 WHERE location = "florida" AND score = "200 (-16)" |
|
CREATE TABLE table_name_30 (surface VARCHAR, city VARCHAR, tournament VARCHAR) | On what Surface will the Venezuela F5 Futures in Caracas be played? | SELECT surface FROM table_name_30 WHERE city = "caracas" AND tournament = "venezuela f5 futures" |
CREATE TABLE table_13505192_3 (episode_title VARCHAR, series_number VARCHAR) | How many episodes have a series number of 35? | SELECT COUNT(episode_title) FROM table_13505192_3 WHERE series_number = 35 |
CREATE TABLE table_name_9 (country VARCHAR, singles_champions VARCHAR, tournament VARCHAR) | In what Country will Dennis Blömke play the Germany F13 Futures Tournament? | SELECT country FROM table_name_9 WHERE singles_champions = "dennis blömke" AND tournament = "germany f13 futures" |
CREATE TABLE table_13512105_3 (winning_team VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR) | which brand have drivers who won with the names of ryan briscoe and tomas scheckter | SELECT winning_team FROM table_13512105_3 WHERE winning_driver = "Ryan Briscoe" AND fastest_lap = "Tomas Scheckter" |
CREATE TABLE table_name_8 (trainer VARCHAR, owner VARCHAR) | Who was the trainer with Robert Courtney was owner? | SELECT trainer FROM table_name_8 WHERE owner = "robert courtney" |
CREATE TABLE table_1353096_2 (station VARCHAR, city_of_license_market VARCHAR) | Which station has a license in Fort Collins, Colorado? | SELECT station FROM table_1353096_2 WHERE city_of_license_market = "Fort Collins, Colorado" |
CREATE TABLE table_13514348_7 (umpires VARCHAR, simpson_medal VARCHAR) | Who were the umpires when Paul Medhurst (C) won the Simpson Medal? | SELECT umpires FROM table_13514348_7 WHERE simpson_medal = "Paul Medhurst (C)" |
CREATE TABLE table_name_29 (outgoing_manager VARCHAR, replaced_by VARCHAR, manner_of_departure VARCHAR, team VARCHAR) | Tell me the outgoing manager for resigned and replaced by manolo villanova for real zaragoza | SELECT outgoing_manager FROM table_name_29 WHERE manner_of_departure = "resigned" AND team = "real zaragoza" AND replaced_by = "manolo villanova" |
CREATE TABLE table_1354805_6 (couple VARCHAR, number_of_dances VARCHAR, competition_finish VARCHAR) | who danced 11 and finished at more than a 2.0 | SELECT couple FROM table_1354805_6 WHERE number_of_dances = 11 AND competition_finish > 2.0 |
CREATE TABLE table_name_97 (result VARCHAR, competition VARCHAR) | What was the result of the UEFA Euro 2008 Qualifying competition? | SELECT result FROM table_name_97 WHERE competition = "uefa euro 2008 qualifying" |
CREATE TABLE table_13555999_1 (university_students_and_adults__18yrs VARCHAR, _ VARCHAR, senior_high_school__15_18_yrs_ VARCHAR) | What amount of the university students and adults ehre the the senior high school is 26mm? | SELECT university_students_and_adults__18yrs + _ FROM table_13555999_1 WHERE senior_high_school__15_18_yrs_ = "26mm" |
CREATE TABLE table_13555999_1 (senior_high_school__15_18_yrs_ VARCHAR, junior_high_school__12_15_yrs_ VARCHAR) | What amount of senior high school where junior high school is 114cm? | SELECT senior_high_school__15_18_yrs_ FROM table_13555999_1 WHERE junior_high_school__12_15_yrs_ = "114cm" |
CREATE TABLE table_13555999_1 (junior_high_school__12_15_yrs_ VARCHAR, gender VARCHAR, specification VARCHAR) | What amount is the junior high school where the gender is male and the specification is minimum diameter of sakigawa? | SELECT junior_high_school__12_15_yrs_ FROM table_13555999_1 WHERE gender = "Male" AND specification = "Minimum diameter of sakigawa" |
CREATE TABLE table_name_61 (league_from VARCHAR, position VARCHAR, pick__number VARCHAR, nationality VARCHAR) | Which league has a pick number larger than 204 from Canada and LW as the position? | SELECT league_from FROM table_name_61 WHERE pick__number > 204 AND nationality = "canada" AND position = "lw" |
CREATE TABLE table_13564702_3 (tries_against VARCHAR, played VARCHAR, points_against VARCHAR) | Name the tries against for played 22 and points against of 183 | SELECT tries_against FROM table_13564702_3 WHERE played = "22" AND points_against = "183" |
CREATE TABLE table_13564637_3 (tries_against VARCHAR, lost VARCHAR) | what are the tries where the game was lost by 4? | SELECT tries_against FROM table_13564637_3 WHERE lost = "4" |
CREATE TABLE table_name_12 (nationality VARCHAR, round VARCHAR, nhl_team VARCHAR, college_junior_club_team__league_ VARCHAR) | What's the Nationality of Round 8 Vancouver Canucks NHL Team of Swift Current Broncos (WHL)? | SELECT nationality FROM table_name_12 WHERE nhl_team = "vancouver canucks" AND college_junior_club_team__league_ = "swift current broncos (whl)" AND round = 8 |
CREATE TABLE table_1357052_6 (distribution VARCHAR, grsecurity VARCHAR, compile_time_buffer_checks VARCHAR) | what's the dbeingtribution with grsecurity being optional and compile time buffer checks being yes | SELECT distribution FROM table_1357052_6 WHERE grsecurity = "Optional" AND compile_time_buffer_checks = "Yes" |
CREATE TABLE table_name_59 (type VARCHAR, date VARCHAR, president VARCHAR, location VARCHAR, year VARCHAR) | What is the Type with a Location with justus lipsius building, brussels, and a Year of 2012, and a President with herman van rompuy (1st term), and a Date with 23 may? | SELECT type FROM table_name_59 WHERE location = "justus lipsius building, brussels" AND year = 2012 AND president = "herman van rompuy (1st term)" AND date = "23 may" |
CREATE TABLE table_name_22 (president VARCHAR, date VARCHAR, year VARCHAR, location VARCHAR, type VARCHAR) | What is the President with a Location of justus lipsius building, brussels, and a Type with scheduled, and a Year larger than 2011, and a Date with 18–19 october? | SELECT president FROM table_name_22 WHERE location = "justus lipsius building, brussels" AND type = "scheduled" AND year > 2011 AND date = "18–19 october" |
CREATE TABLE table_name_63 (location VARCHAR, type VARCHAR, date VARCHAR, year VARCHAR, president VARCHAR) | What is the Location with a Year larger than 2011, and a President with herman van rompuy (2nd term), and a Date of 28–29 june, and a Type with scheduled? | SELECT location FROM table_name_63 WHERE year > 2011 AND president = "herman van rompuy (2nd term)" AND date = "28–29 june" AND type = "scheduled" |
CREATE TABLE table_name_96 (type VARCHAR, date VARCHAR, president VARCHAR, year VARCHAR, location VARCHAR) | What is the Type with a Year larger than 2010, and a Location with justus lipsius building, brussels, and a President of herman van rompuy (2nd term), and a Date with 28–29 june? | SELECT type FROM table_name_96 WHERE year > 2010 AND location = "justus lipsius building, brussels" AND president = "herman van rompuy (2nd term)" AND date = "28–29 june" |
CREATE TABLE table_name_60 (yards INTEGER, sack VARCHAR, asst VARCHAR, totaltk VARCHAR) | What is the total of yards when asst. is 19, totaltk is 60 and sack is more than 0? | SELECT SUM(yards) FROM table_name_60 WHERE asst = 19 AND totaltk = 60 AND sack > 0 |
CREATE TABLE table_name_86 (sack INTEGER, totaltk VARCHAR, asst VARCHAR) | what is the total sack when totaltk is 1 and asst. is more than 0? | SELECT SUM(sack) FROM table_name_86 WHERE totaltk = 1 AND asst > 0 |
CREATE TABLE table_name_21 (tackles VARCHAR, yards VARCHAR, fumr VARCHAR, totaltk VARCHAR) | what is the total number of tackles when fumr is 0, totaltk is 54 and yards is less than 0? | SELECT COUNT(tackles) FROM table_name_21 WHERE fumr = 0 AND totaltk = 54 AND yards < 0 |
CREATE TABLE table_13619053_9 (team VARCHAR, record VARCHAR) | Which team was in a game with a record of 15-63? | SELECT team FROM table_13619053_9 WHERE record = "15-63" |
CREATE TABLE table_13619053_9 (team VARCHAR, date VARCHAR) | Which team played on April 1? | SELECT team FROM table_13619053_9 WHERE date = "April 1" |
CREATE TABLE table_13663434_1 (wii_points VARCHAR, title_and_source VARCHAR) | what's the wii points with title and source being tsūshin taikyoku: igo dōjō 2700-mon | SELECT wii_points FROM table_13663434_1 WHERE title_and_source = "Tsūshin Taikyoku: Igo Dōjō 2700-Mon" |
CREATE TABLE table_13663434_1 (na__350_ VARCHAR, title_and_source VARCHAR) | how many na -350- with title and source being bokumo sekai wo sukuitai: battle tournament | SELECT COUNT(na__350_) FROM table_13663434_1 WHERE title_and_source = "Bokumo Sekai wo Sukuitai: Battle Tournament" |
CREATE TABLE table_name_89 (attendance INTEGER, record VARCHAR) | Of the games with a record of 80-81, what was the highest attendance? | SELECT MAX(attendance) FROM table_name_89 WHERE record = "80-81" |
CREATE TABLE table_name_36 (average INTEGER, peak VARCHAR, finale VARCHAR, hk_viewers VARCHAR) | What is the high average that has a Finale larger than 35, a HK viewers of 2.12 million, and a Peak larger than 40? | SELECT MAX(average) FROM table_name_36 WHERE finale > 35 AND hk_viewers = "2.12 million" AND peak > 40 |
CREATE TABLE table_13681_2 (time_required_for_prices_to_double VARCHAR, highest_monthly_inflation_rate VARCHAR) | what's the time required for prices to double with highest monthly inflation rate being 29,500% | SELECT time_required_for_prices_to_double FROM table_13681_2 WHERE highest_monthly_inflation_rate = "29,500%" |
CREATE TABLE table_13681_2 (currency_name VARCHAR, highest_monthly_inflation_rate VARCHAR) | what's the currency name with highest monthly inflation rate being 29,500% | SELECT currency_name FROM table_13681_2 WHERE highest_monthly_inflation_rate = "29,500%" |
CREATE TABLE table_name_31 (time_retired VARCHAR, grid VARCHAR, laps VARCHAR) | What is the time/retired for a grid over 17 with 74 laps? | SELECT time_retired FROM table_name_31 WHERE grid > 17 AND laps = 74 |
CREATE TABLE table_13681_2 (equivalent_daily_inflation_rate VARCHAR, time_required_for_prices_to_double VARCHAR) | how many equivalent daily inflation rate with time required for prices to double being 3.7 days | SELECT COUNT(equivalent_daily_inflation_rate) FROM table_13681_2 WHERE time_required_for_prices_to_double = "3.7 days" |
CREATE TABLE table_name_41 (years_for_rockets VARCHAR, school_club_team_country VARCHAR, height_in_ft VARCHAR, position VARCHAR) | During what years did the Guard from Oklahoma with a height of 6-6 play for the Rockets? | SELECT years_for_rockets FROM table_name_41 WHERE height_in_ft = "6-6" AND position = "guard" AND school_club_team_country = "oklahoma" |
CREATE TABLE table_name_22 (drawn VARCHAR, played VARCHAR, position VARCHAR, competition VARCHAR) | how many times what the position 6th, the competition was super league xvii and played was larger than 27? | SELECT COUNT(drawn) FROM table_name_22 WHERE position = "6th" AND competition = "super league xvii" AND played > 27 |
CREATE TABLE table_13710464_1 (winning_pitcher VARCHAR, losing_pitcher VARCHAR) | Who was the wenning witcher when ezequiel astacio was the losing pitcher? | SELECT winning_pitcher FROM table_13710464_1 WHERE losing_pitcher = "Ezequiel Astacio" |
CREATE TABLE table_13719788_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR) | What title was used in the nomination for the title Biola Tak Berdawai? | SELECT film_title_used_in_nomination FROM table_13719788_1 WHERE original_title = "Biola tak berdawai" |
CREATE TABLE table_name_7 (away_team VARCHAR, home_team VARCHAR) | When north melbourne played as the home team, what was the away team score? | SELECT away_team AS score FROM table_name_7 WHERE home_team = "north melbourne" |
CREATE TABLE table_name_13 (year VARCHAR, position VARCHAR, college VARCHAR) | Tell me the year for defensive tackle and college of lsu | SELECT year FROM table_name_13 WHERE position = "defensive tackle" AND college = "lsu" |
CREATE TABLE table_1373768_1 (torque VARCHAR, fuel_mileage__latest_epa_mpg___us__ VARCHAR) | what's the torque with fuel mileage (latest epa mpg - us ) being 22 city, 30 hwy, 25 comb | SELECT torque FROM table_1373768_1 WHERE fuel_mileage__latest_epa_mpg___us__ = "22 city, 30 hwy, 25 comb" |
CREATE TABLE table_13746866_2 (number_of_deputies VARCHAR, number_of_votes_received VARCHAR, election_date VARCHAR) | what's the number of deputies with number of votes received being smaller than 1549176.2765483726 and election date being 1969 | SELECT number_of_deputies FROM table_13746866_2 WHERE number_of_votes_received < 1549176.2765483726 AND election_date = 1969 |
CREATE TABLE table_13759592_2 (location VARCHAR, institution VARCHAR) | Where is Interlake located? | SELECT location FROM table_13759592_2 WHERE institution = "Interlake" |
CREATE TABLE table_13779832_1 (local_title VARCHAR, television_network VARCHAR) | how many local title with televbeingion network being tv nova website | SELECT COUNT(local_title) FROM table_13779832_1 WHERE television_network = "TV Nova Website" |
CREATE TABLE table_13779832_1 (judges VARCHAR, local_title VARCHAR, presenters VARCHAR) | who is the the judges with local title being x factor and presenters being heikki paasonen jukka rossi (xtra factor) | SELECT judges FROM table_13779832_1 WHERE local_title = "X Factor" AND presenters = "Heikki Paasonen Jukka Rossi (Xtra Factor)" |
CREATE TABLE table_name_91 (years_runner_up VARCHAR, runners_up VARCHAR, club VARCHAR) | What years runner-up is Birmingham city, with over 1 runners-up? | SELECT years_runner_up FROM table_name_91 WHERE runners_up > 1 AND club = "birmingham city" |
CREATE TABLE table_13836704_6 (rank VARCHAR, freight___metric_tonnes__ VARCHAR) | What is the rank of the airport with freight ( metric tonnes ) of 255121? | SELECT rank FROM table_13836704_6 WHERE freight___metric_tonnes__ = 255121 |
CREATE TABLE table_13836704_4 (total_passengers_2008 INTEGER, change_2008_09 VARCHAR) | what being the maximum total passengers 2008 with change 2008/09 being 6.5% | SELECT MAX(total_passengers_2008) FROM table_13836704_4 WHERE change_2008_09 = "6.5%" |
CREATE TABLE table_name_13 (silver INTEGER, total VARCHAR, bronze VARCHAR) | What is the most silver medals a team with 3 total medals and less than 1 bronze has? | SELECT MAX(silver) FROM table_name_13 WHERE total = 3 AND bronze < 1 |
CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR) | how many mens singles with mens doubles being pontus jantti lasse lindelöf | SELECT COUNT(mens_singles) FROM table_13857700_1 WHERE mens_doubles = "Pontus Jantti Lasse Lindelöf" |
CREATE TABLE table_13857700_1 (mens_singles VARCHAR, mens_doubles VARCHAR) | who is the the mens singles with mens doubles being kaj lindfors kaj osterberg | SELECT mens_singles FROM table_13857700_1 WHERE mens_doubles = "Kaj Lindfors Kaj Osterberg" |
CREATE TABLE table_name_28 (reg_gp INTEGER, player VARCHAR, pick__number VARCHAR) | What is the sum of every REG GP that Peter Andersson played as a pick# less than 143? | SELECT SUM(reg_gp) FROM table_name_28 WHERE player = "peter andersson" AND pick__number < 143 |
CREATE TABLE table_name_73 (pl_gp VARCHAR, player VARCHAR, reg_gp VARCHAR) | What is the total of PI GP played by Anton Rodin with a Reg GP less than 0? | SELECT COUNT(pl_gp) FROM table_name_73 WHERE player = "anton rodin" AND reg_gp < 0 |
CREATE TABLE table_name_32 (pick__number VARCHAR, player VARCHAR, reg_gp VARCHAR) | What is the total pick# played by Anton Rodin with a Reg GP over 0? | SELECT COUNT(pick__number) FROM table_name_32 WHERE player = "anton rodin" AND reg_gp > 0 |
CREATE TABLE table_name_5 (ngc_number INTEGER, declination___j2000__ VARCHAR, apparent_magnitude VARCHAR) | What is the highest NGC number that has a Declination ( J2000 ) of °04′58″ and a Apparent magnitude larger than 7.3? | SELECT MAX(ngc_number) FROM table_name_5 WHERE declination___j2000__ = "°04′58″" AND apparent_magnitude > 7.3 |
CREATE TABLE table_name_68 (points VARCHAR, club VARCHAR, rank VARCHAR) | How many points did landskrona bois get when they were ranked below 18? | SELECT COUNT(points) FROM table_name_68 WHERE club = "landskrona bois" AND rank < 18 |
CREATE TABLE table_13981938_1 (vineyard_surface__2010_ VARCHAR, grand_cru VARCHAR) | what's the vineyard surface (2010) with grand cru being bienvenues-bâtard-montrachet | SELECT vineyard_surface__2010_ FROM table_13981938_1 WHERE grand_cru = "Bienvenues-Bâtard-Montrachet" |
CREATE TABLE table_name_98 (sign INTEGER, total_bits VARCHAR, bits_precision VARCHAR, type VARCHAR) | What's the sum of sign with more than 53 bits precision, double extended (80-bit) type, and more than 80 total bits? | SELECT SUM(sign) FROM table_name_98 WHERE bits_precision > 53 AND type = "double extended (80-bit)" AND total_bits > 80 |
CREATE TABLE table_name_28 (years_played INTEGER, singles_win_loss VARCHAR, first_year_played VARCHAR) | How many years did the team that has a Singles win-Loss of 4-9 and first played before 1999? | SELECT SUM(years_played) FROM table_name_28 WHERE singles_win_loss = "4-9" AND first_year_played < 1999 |
CREATE TABLE table_13956521_2 (original_airdate VARCHAR, writer_s_ VARCHAR, director VARCHAR) | how many original airdate with writer(s) being becky hartman edwards and director being adam nimoy | SELECT COUNT(original_airdate) FROM table_13956521_2 WHERE writer_s_ = "Becky Hartman Edwards" AND director = "Adam Nimoy" |
CREATE TABLE table_name_46 (record VARCHAR, decision VARCHAR, november VARCHAR) | What is the record when the decision was valiquette on November 23? | SELECT record FROM table_name_46 WHERE decision = "valiquette" AND november = 23 |
CREATE TABLE table_name_45 (driver VARCHAR, grid VARCHAR, laps VARCHAR, constructor VARCHAR) | I want the driver for Laps more than 8 and ferrari with Grid of 8 | SELECT driver FROM table_name_45 WHERE laps > 8 AND constructor = "ferrari" AND grid = 8 |
CREATE TABLE table_name_28 (title VARCHAR, translation VARCHAR) | Which title has the Translation of vesoul? | SELECT title FROM table_name_28 WHERE translation = "vesoul" |
CREATE TABLE table_name_49 (total_produced VARCHAR, service VARCHAR, builder’s_model VARCHAR) | What is the total amount of freight produced of u28c? | SELECT total_produced FROM table_name_49 WHERE service = "freight" AND builder’s_model = "u28c" |
CREATE TABLE table_14006_1 (bleeding_time VARCHAR, partial_thromboplastin_time VARCHAR, condition VARCHAR) | what's the bleeding time with partial thromboplastin time being unaffected and condition being liver failure , early | SELECT bleeding_time FROM table_14006_1 WHERE partial_thromboplastin_time = "Unaffected" AND condition = "Liver failure , early" |
CREATE TABLE table_14009909_1 (counties_represented VARCHAR, first_elected VARCHAR) | Which country has a delegate who was first elected in 2006? | SELECT counties_represented FROM table_14009909_1 WHERE first_elected = 2006 |
CREATE TABLE table_14015965_1 (town VARCHAR, arena__capacity_ VARCHAR) | What town is Volleyball Sportiv Complex (3 500) located in? | SELECT town FROM table_14015965_1 WHERE arena__capacity_ = "Volleyball Sportiv Complex (3 500)" |
CREATE TABLE table_name_61 (married_filing_jointly_or_qualified_widow_er_ VARCHAR, head_of_household VARCHAR) | Name the married filing jointly or qualified widow(er) with head of household being $117,451–$190,200 | SELECT married_filing_jointly_or_qualified_widow_er_ FROM table_name_61 WHERE head_of_household = "$117,451–$190,200" |
CREATE TABLE table_1405704_1 (team VARCHAR, chassis VARCHAR, engine VARCHAR) | What team has a vehicle with an Offenhauser engine and a McLaren chassis? | SELECT team FROM table_1405704_1 WHERE chassis = "McLaren" AND engine = "Offenhauser" |
CREATE TABLE table_name_83 (catalogue VARCHAR, song_title VARCHAR, track VARCHAR, recorded VARCHAR) | What catalogue has a track less than 16 and 2/3/56 recorded with a song titled Lawdy Miss Clawdy? | SELECT catalogue FROM table_name_83 WHERE track < 16 AND recorded = "2/3/56" AND song_title = "lawdy miss clawdy" |
CREATE TABLE table_14058433_5 (points_for VARCHAR, points_against VARCHAR) | how many points for with points against being 177 | SELECT COUNT(points_for) FROM table_14058433_5 WHERE points_against = "177" |
CREATE TABLE table_14058433_5 (won VARCHAR, points_for VARCHAR) | what's the won with points for being 643 | SELECT won FROM table_14058433_5 WHERE points_for = "643" |
CREATE TABLE table_1408397_3 (malayalam_മലയാളം VARCHAR, kannada_ಕನ್ನಡ VARCHAR) | What is the Malayalam word for punarvasu ಪುನರ್ವಸು in Kannada? | SELECT malayalam_മലയാളം FROM table_1408397_3 WHERE kannada_ಕನ್ನಡ = "Punarvasu ಪುನರ್ವಸು" |
CREATE TABLE table_name_33 (ipsos_3_14_09 VARCHAR, ifop_11_12_08 VARCHAR, opinionway_4_17_09 VARCHAR) | Name the lpsos 3/14/09 for opinionway of 4/17/09 of 5% and lfof 11/12/08 of 7% | SELECT ipsos_3_14_09 FROM table_name_33 WHERE ifop_11_12_08 = "7%" AND opinionway_4_17_09 = "5%" |
CREATE TABLE table_name_14 (visitor VARCHAR, date VARCHAR) | Which visitor visited on February 21? | SELECT visitor FROM table_name_14 WHERE date = "february 21" |
CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__english_1997___saban_ VARCHAR, voice_actor__english_2006___funimation_ VARCHAR) | who is the the voice actor (englbeingh 1998 / pioneer) with voice actor (englbeingh 1997 / saban) being alec willows and voice actor (englbeingh 2006 / funimation) being andy mcavin | SELECT voice_actor__english_1998___pioneer_ FROM table_1410384_1 WHERE voice_actor__english_1997___saban_ = "Alec Willows" AND voice_actor__english_2006___funimation_ = "Andy McAvin" |
CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__japanese_ VARCHAR) | how many voice actor (englbeingh 1998 / pioneer) with voice actor (japanese) being shinobu satouchi | SELECT COUNT(voice_actor__english_1998___pioneer_) FROM table_1410384_1 WHERE voice_actor__japanese_ = "Shinobu Satouchi" |
CREATE TABLE table_name_85 (year VARCHAR, performance VARCHAR, age__years_ VARCHAR) | What is the year when the performance is 60.73m and the age (years) is more than 45? | SELECT COUNT(year) FROM table_name_85 WHERE performance = "60.73m" AND age__years_ > 45 |
CREATE TABLE table_name_65 (place VARCHAR, performance VARCHAR) | What is the place when the performance is 60.73m? | SELECT place FROM table_name_65 WHERE performance = "60.73m" |
CREATE TABLE table_14115168_4 (national_titles INTEGER, school VARCHAR) | how many overall championships does concordia university have | SELECT MIN(national_titles) FROM table_14115168_4 WHERE school = "Concordia University" |
CREATE TABLE table_name_97 (nosawa_rongai VARCHAR, block_a VARCHAR) | Name the NOSAWA Rongai for petey williams | SELECT nosawa_rongai FROM table_name_97 WHERE block_a = "petey williams" |
CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, launch_date VARCHAR) | what's the primary payload(s) with launch date being july 8, 1994 | SELECT primary_payload_s_ FROM table_14118521_1 WHERE launch_date = "July 8, 1994" |
CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, shuttle VARCHAR, duration VARCHAR) | how many primary payload(s) with shuttle being columbia and duration being 13 days, 19 hours, 30 minutes, 4 seconds | SELECT COUNT(primary_payload_s_) FROM table_14118521_1 WHERE shuttle = "Columbia" AND duration = "13 days, 19 hours, 30 minutes, 4 seconds" |
CREATE TABLE table_14139408_1 (poles VARCHAR, pts VARCHAR) | what's the poles with pts being 81 | SELECT poles FROM table_14139408_1 WHERE pts = "81" |
CREATE TABLE table_14132239_3 (defensive VARCHAR, month VARCHAR, rookie VARCHAR) | Who was the defensive award winner in February when the rookie award was given to Rhys Duch? | SELECT defensive FROM table_14132239_3 WHERE month = "February" AND rookie = "Rhys Duch" |
CREATE TABLE table_name_15 (away_team VARCHAR, home_team VARCHAR) | What is the Away team score when they played Geelong as the Home team? | SELECT away_team AS score FROM table_name_15 WHERE home_team = "geelong" |
CREATE TABLE table_name_53 (home_team VARCHAR, away_team VARCHAR) | What is the name of the Home team that played Fitzroy as the Away team? | SELECT home_team FROM table_name_53 WHERE away_team = "fitzroy" |
CREATE TABLE table_1416612_1 (mean_elevation VARCHAR, lowest_point VARCHAR, state VARCHAR) | how many mean elevation with lowest point being gulf of mexico and state being texas | SELECT COUNT(mean_elevation) FROM table_1416612_1 WHERE lowest_point = "Gulf of Mexico" AND state = "Texas" |
CREATE TABLE table_name_35 (year INTEGER, artist VARCHAR, mintage VARCHAR) | What is the average Year for the Royal Canadian Mint Engravers Artist when the Mintage is under 200? | SELECT AVG(year) FROM table_name_35 WHERE artist = "royal canadian mint engravers" AND mintage < 200 |
CREATE TABLE table_name_46 (mintage INTEGER, artist VARCHAR, year VARCHAR) | When the Year is over 2008, what is the highest Mintage for the Royal Canadian Mint Engravers Artist? | SELECT MAX(mintage) FROM table_name_46 WHERE artist = "royal canadian mint engravers" AND year > 2008 |
CREATE TABLE table_name_68 (crowd INTEGER, away_team VARCHAR) | In games where st kilda was the away team, what was the smallest crowd? | SELECT MIN(crowd) FROM table_name_68 WHERE away_team = "st kilda" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.