output
stringlengths
18
557
instruction
stringlengths
22
540
SELECT MAX(money_list_rank) FROM table_24747844_2 WHERE player = "Matt Hansen"
CREATE TABLE table_24747844_2 (money_list_rank INTEGER, player VARCHAR), What is the maximum money list rank for Matt Hansen?
SELECT MIN(money_list_rank) FROM table_24747844_2 WHERE best_finish = "T9"
CREATE TABLE table_24747844_2 (money_list_rank INTEGER, best_finish VARCHAR), What is the minimum money list rank for the players having a best finish of T9?
SELECT MIN(starts) FROM table_24747844_2 WHERE best_finish = "T18"
CREATE TABLE table_24747844_2 (starts INTEGER, best_finish VARCHAR), What is the minimum number of starts for the players having a best finish of T18?
SELECT MIN(cuts_made) FROM table_24747844_2 WHERE player = "Hunter Mahan"
CREATE TABLE table_24747844_2 (cuts_made INTEGER, player VARCHAR), What is the minimum number of cuts made for Hunter Mahan?
SELECT notability_profession FROM table_24775967_1 WHERE season = 15 AND finish = "7th"
CREATE TABLE table_24775967_1 (notability_profession VARCHAR, season VARCHAR, finish VARCHAR), What was the profession of the celebrity who was featured on season 15 and finished 7th place?
SELECT score FROM table_24901152_2 WHERE outcome = "Winner"
CREATE TABLE table_24901152_2 (score VARCHAR, outcome VARCHAR), When winner is the outcome what is the score?
SELECT surface FROM table_24901152_2 WHERE championship = "US Open (2)"
CREATE TABLE table_24901152_2 (surface VARCHAR, championship VARCHAR), When us open (2) is the championship what is the surface?
SELECT MIN(year) FROM table_24901152_2 WHERE championship = "Australian Open"
CREATE TABLE table_24901152_2 (year INTEGER, championship VARCHAR), When Australian open is the championship what is the lowest year?
SELECT outcome FROM table_24901152_2 WHERE partner = "Alicia Molik"
CREATE TABLE table_24901152_2 (outcome VARCHAR, partner VARCHAR), When alicia molik is the partner what is the outcome?
SELECT seasons FROM table_24937583_1 WHERE wins = 7
CREATE TABLE table_24937583_1 (seasons VARCHAR, wins VARCHAR), When did they win 7 races?
SELECT races__starts_ FROM table_24937583_1 WHERE points__dropped_points_ = "18"
CREATE TABLE table_24937583_1 (races__starts_ VARCHAR, points__dropped_points_ VARCHAR), What were the starts when the points dropped 18?
SELECT MIN(poles) FROM table_24937583_1
CREATE TABLE table_24937583_1 (poles INTEGER), What is the minimum amount of poles?
SELECT MIN(wins) FROM table_24937583_1
CREATE TABLE table_24937583_1 (wins INTEGER), What was the least amount of wins?
SELECT config_core_1 FROM table_25005714_3 WHERE code_name = "Redwood" AND core_clock___mhz__ = "500"
CREATE TABLE table_25005714_3 (config_core_1 VARCHAR, code_name VARCHAR, core_clock___mhz__ VARCHAR), What is the value for congi core 1 if the code name is Redwood and core clock(mhz) is 500?
SELECT bus_type FROM table_25005714_3 WHERE texture___gt__s_ = "Fillrate"
CREATE TABLE table_25005714_3 (bus_type VARCHAR, texture___gt__s_ VARCHAR), What is every bus type for the texture of fillrate?
SELECT code_name FROM table_25005714_3 WHERE model = "Radeon HD 6650M"
CREATE TABLE table_25005714_3 (code_name VARCHAR, model VARCHAR), What is every code name for the model Radeon HD 6650m?
SELECT COUNT(name) FROM table_2500440_1 WHERE change___percentage_ = "-19.3"
CREATE TABLE table_2500440_1 (name VARCHAR, change___percentage_ VARCHAR), What place is there a change of -19.3?
SELECT population_density__per_km_2__ FROM table_2500440_1 WHERE municipal_district = "Smoky Lake County"
CREATE TABLE table_2500440_1 (population_density__per_km_2__ VARCHAR, municipal_district VARCHAR), What is the density per km in Smoky Lake County?
SELECT population_density__per_km_2__ FROM table_2500440_1 WHERE name = "Fishing Lake"
CREATE TABLE table_2500440_1 (population_density__per_km_2__ VARCHAR, name VARCHAR), What is the population per km2 in Fishing Lake?
SELECT population_density__per_km_2__ FROM table_2500440_1 WHERE name = "Buffalo Lake"
CREATE TABLE table_2500440_1 (population_density__per_km_2__ VARCHAR, name VARCHAR), What is the population density in Buffalo Lake?
SELECT COUNT(year) FROM table_25037577_1 WHERE high_school_principal = "Lynn Muscarella" AND superintendent = "Charlie Wiltse"
CREATE TABLE table_25037577_1 (year VARCHAR, high_school_principal VARCHAR, superintendent VARCHAR), How many years was lynn muscarella the high school principal and charlie wiltse the superintendent?
SELECT superintendent FROM table_25037577_1 WHERE middle_school_principal = "Alan Degroote" AND gorham_principal = "Paul Lahue" AND year = "2006-2007"
CREATE TABLE table_25037577_1 (superintendent VARCHAR, year VARCHAR, middle_school_principal VARCHAR, gorham_principal VARCHAR), Who were the superintendent(s) when the middle school principal was alan degroote, the gorham principal was paul lahue, and the year was 2006-2007?
SELECT gorham_principal FROM table_25037577_1 WHERE year = "2010-2011"
CREATE TABLE table_25037577_1 (gorham_principal VARCHAR, year VARCHAR), Who was the gorham principal in 2010-2011?
SELECT COUNT(middlesex_principal) FROM table_25037577_1 WHERE year = "2000-2001"
CREATE TABLE table_25037577_1 (middlesex_principal VARCHAR, year VARCHAR), How many middlesex principals were there in 2000-2001?
SELECT high_school_principal FROM table_25037577_1 WHERE year = "2000-2001"
CREATE TABLE table_25037577_1 (high_school_principal VARCHAR, year VARCHAR), How many high school principals were there in 2000-2001?
SELECT middle_school_principal FROM table_25037577_1 WHERE year = "2010-2011"
CREATE TABLE table_25037577_1 (middle_school_principal VARCHAR, year VARCHAR), Who were the middle school principal(s) in 2010-2011?
SELECT youth_classification FROM table_25055040_22 WHERE sprint_classification = "Mark Cavendish" AND most_courageous = "Maarten Tjallingii"
CREATE TABLE table_25055040_22 (youth_classification VARCHAR, sprint_classification VARCHAR, most_courageous VARCHAR), When Mark Cavendish wins sprint classification and Maarten Tjallingii wins most courageous, who wins youth classification?
SELECT mountains_classification FROM table_25055040_22 WHERE most_courageous = "Maarten Tjallingii"
CREATE TABLE table_25055040_22 (mountains_classification VARCHAR, most_courageous VARCHAR), Who won the mountains classification when Maarten Tjallingii won most corageous?
SELECT team_classification FROM table_25055040_22 WHERE general_classification = "Brett Lancaster"
CREATE TABLE table_25055040_22 (team_classification VARCHAR, general_classification VARCHAR), When Brett Lancaster won the general classification, who won the team calssification?
SELECT sprint_classification FROM table_25055040_22 WHERE youth_classification = "Peter Sagan" AND most_courageous = "Thomas Rabou"
CREATE TABLE table_25055040_22 (sprint_classification VARCHAR, youth_classification VARCHAR, most_courageous VARCHAR), When Peter Sagan won the youth classification and Thomas Rabou won the most corageous, who won the sprint classification?
SELECT mountains_classification FROM table_25055040_22 WHERE most_courageous = "Yaroslav Popovych"
CREATE TABLE table_25055040_22 (mountains_classification VARCHAR, most_courageous VARCHAR), When Yaroslav Popovych won most corageous, who won the mountains classification?
SELECT sprint_classification FROM table_25055040_22 WHERE mountains_classification = "Ryan Anderson" AND general_classification = "Michael Rogers"
CREATE TABLE table_25055040_22 (sprint_classification VARCHAR, mountains_classification VARCHAR, general_classification VARCHAR), When Ryan Anderson won the mountains classification, and Michael Rogers won the general classification, who won the sprint classification?
SELECT MIN(top_10) FROM table_2506300_1 WHERE winnings = "$1,741,176"
CREATE TABLE table_2506300_1 (top_10 INTEGER, winnings VARCHAR), What the rank in the top 10 when the winnings were $1,741,176?
SELECT MAX(annual_co2_emissions__in_thousands_of_metric_tons_) FROM table_2508175_1 WHERE gdp_per_emissions__in_us_dollars_per_ton_ = 3903
CREATE TABLE table_2508175_1 (annual_co2_emissions__in_thousands_of_metric_tons_ INTEGER, gdp_per_emissions__in_us_dollars_per_ton_ VARCHAR), when the gdp per emissions (in us dollars per ton) is 3903, what is the maximum annual co2 emissions (in thousands of metric tons)?
SELECT country FROM table_2508175_1 WHERE annual_co2_emissions__in_thousands_of_metric_tons_ = 1811
CREATE TABLE table_2508175_1 (country VARCHAR, annual_co2_emissions__in_thousands_of_metric_tons_ VARCHAR), when the annual co2 emissions (in thousands of metric tons) is 1811, what is the country?
SELECT pick__number FROM table_2508633_5 WHERE nfl_team = "Buffalo Bills"
CREATE TABLE table_2508633_5 (pick__number VARCHAR, nfl_team VARCHAR), What pick number did the buffalo bills get?
SELECT pick__number FROM table_2508633_5 WHERE player = "Bruce Baldwin"
CREATE TABLE table_2508633_5 (pick__number VARCHAR, player VARCHAR), What was bruce baldwin's pick #?
SELECT MAX(pick__number) FROM table_2508633_5 WHERE nfl_team = "Los Angeles Raiders"
CREATE TABLE table_2508633_5 (pick__number INTEGER, nfl_team VARCHAR), What is the highest pick number the los angeles raiders got?
SELECT player FROM table_2508633_5 WHERE nfl_team = "Green Bay Packers"
CREATE TABLE table_2508633_5 (player VARCHAR, nfl_team VARCHAR), Which player did the green bay packers pick?
SELECT COUNT(position) FROM table_2508633_5 WHERE nfl_team = "Philadelphia Eagles"
CREATE TABLE table_2508633_5 (position VARCHAR, nfl_team VARCHAR), How many players did the philadelphia eagles pick?
SELECT reg_season FROM table_2511876_1 WHERE year = 2001
CREATE TABLE table_2511876_1 (reg_season VARCHAR, year VARCHAR), Mame the reg season for 2001
SELECT league FROM table_2511876_1 WHERE year = 2003
CREATE TABLE table_2511876_1 (league VARCHAR, year VARCHAR), Name the league for 2003
SELECT COUNT(playoffs) FROM table_2511876_1 WHERE open_cup = "3rd Round"
CREATE TABLE table_2511876_1 (playoffs VARCHAR, open_cup VARCHAR), Name the number of playoffs for 3rd round
SELECT COUNT(year) FROM table_2511876_1 WHERE league = "USISL Pro league"
CREATE TABLE table_2511876_1 (year VARCHAR, league VARCHAR), Name the total number of years for usisl pro league
SELECT playoffs FROM table_2511876_1 WHERE league = "USISL Select league"
CREATE TABLE table_2511876_1 (playoffs VARCHAR, league VARCHAR), Name the playoffs for usisl select league
SELECT position FROM table_25146455_1 WHERE points = 31
CREATE TABLE table_25146455_1 (position VARCHAR, points VARCHAR), What position did the driver earn 31 points?
SELECT series FROM table_25146455_1 WHERE driver = "Bobby Labonte"
CREATE TABLE table_25146455_1 (series VARCHAR, driver VARCHAR), In what series did Bobby Labonte drive?
SELECT MIN(position) FROM table_25146455_1 WHERE winnings = "$60,000"
CREATE TABLE table_25146455_1 (position INTEGER, winnings VARCHAR), In what position was the driver who won $60,000?
SELECT winnings FROM table_25146455_1 WHERE driver = "Jeff Burton"
CREATE TABLE table_25146455_1 (winnings VARCHAR, driver VARCHAR), How much did Jeff Burton win?
SELECT winnings FROM table_25146455_1 WHERE driver = "Kenny Brack"
CREATE TABLE table_25146455_1 (winnings VARCHAR, driver VARCHAR), How much did Kenny Brack win?
SELECT special_edition FROM table_25173505_13 WHERE english_version = "James Baskett"
CREATE TABLE table_25173505_13 (special_edition VARCHAR, english_version VARCHAR), what is the special edition for the english version of james baskett?
SELECT special_edition FROM table_25173505_13 WHERE english_version = "Nick Stewart"
CREATE TABLE table_25173505_13 (special_edition VARCHAR, english_version VARCHAR), what is the special edition where the english version is nick stewart?
SELECT english_version FROM table_25173505_13 WHERE buena_vista_edition = "Daisuke Gouri"
CREATE TABLE table_25173505_13 (english_version VARCHAR, buena_vista_edition VARCHAR), what is the english version that is buena vista edition is daisuke gouri?
SELECT character FROM table_25173505_13 WHERE special_edition = "Koichi Sakaguchi"
CREATE TABLE table_25173505_13 (character VARCHAR, special_edition VARCHAR), who is the character where the special edition is koichi sakaguchi?
SELECT buena_vista_edition FROM table_25173505_13 WHERE special_edition = "Koichi Sakaguchi"
CREATE TABLE table_25173505_13 (buena_vista_edition VARCHAR, special_edition VARCHAR), who is the buena vista edidtion where special edition is koichi sakaguchi?
SELECT MAX(contestants) FROM table_25214321_1 WHERE runner_up = "Monique Evans"
CREATE TABLE table_25214321_1 (contestants INTEGER, runner_up VARCHAR), How many contestants were there when the runner-up was Monique Evans?
SELECT MAX(contestants) FROM table_25214321_1 WHERE runner_up = "Sérgio Abreu"
CREATE TABLE table_25214321_1 (contestants INTEGER, runner_up VARCHAR), How many contestants were there when the runner-up was Sérgio Abreu?
SELECT MAX(season) FROM table_25214321_1 WHERE winner = "Dado Dolabella"
CREATE TABLE table_25214321_1 (season INTEGER, winner VARCHAR), In what season was the winner Dado Dolabella?
SELECT winner FROM table_25214321_1 WHERE third_place = "Mateus Rocha"
CREATE TABLE table_25214321_1 (winner VARCHAR, third_place VARCHAR), Who was the winner when Mateus Rocha finished in 3rd place?
SELECT season FROM table_25214321_1 WHERE third_place = "Raquel Pacheco"
CREATE TABLE table_25214321_1 (season VARCHAR, third_place VARCHAR), In what season did Raquel Pacheco finish in third place?
SELECT third_place FROM table_25214321_1 WHERE winner = "Karina Bacchi"
CREATE TABLE table_25214321_1 (third_place VARCHAR, winner VARCHAR), Who finished in third place when the winner was Karina Bacchi?
SELECT branding FROM table_2523809_1 WHERE channel = "TV-62"
CREATE TABLE table_2523809_1 (branding VARCHAR, channel VARCHAR), List the branding name for channel tv-62.
SELECT coverage FROM table_2523809_1 WHERE branding = "Estrella TV 62"
CREATE TABLE table_2523809_1 (coverage VARCHAR, branding VARCHAR), Which area did estrella tv 62 provide coverage for?
SELECT power__kw_ FROM table_2523809_1 WHERE coverage = "Phoenix"
CREATE TABLE table_2523809_1 (power__kw_ VARCHAR, coverage VARCHAR), List the power output for Phoenix.
SELECT branding FROM table_2523809_1 WHERE callsign = "KRCA-TV"
CREATE TABLE table_2523809_1 (branding VARCHAR, callsign VARCHAR), List the branding for krca-tv.
SELECT power__kw_ FROM table_2523809_1 WHERE channel = "TV-29"
CREATE TABLE table_2523809_1 (power__kw_ VARCHAR, channel VARCHAR), What's the power output for channel tv-29?
SELECT coverage FROM table_2523809_1 WHERE callsign = "KPNZ-TV"
CREATE TABLE table_2523809_1 (coverage VARCHAR, callsign VARCHAR), Which city did kpnz-tv provide coverage for?
SELECT MAX(renewable_electricity__gw) AS •h_ FROM table_25244412_1 WHERE state = "Delaware"
CREATE TABLE table_25244412_1 (renewable_electricity__gw INTEGER, state VARCHAR), What is the maximum renewable energy (gw×h) for the state of Delaware?
SELECT state FROM table_25244412_1 WHERE renewable_electricity_w_o_hydro__gw•h_ = 5179
CREATE TABLE table_25244412_1 (state VARCHAR, renewable_electricity_w_o_hydro__gw•h_ VARCHAR), Which state has 5179 (gw×h) of renewable energy without hydrogen power?wha
SELECT MIN(renewable_electricity_w_o_hydro__gw) AS •h_ FROM table_25244412_1 WHERE renewable_electricity__gw•h_ = 5760
CREATE TABLE table_25244412_1 (renewable_electricity_w_o_hydro__gw INTEGER, renewable_electricity__gw•h_ VARCHAR), When renewable electricity is 5760 (gw×h) what is the minimum amount of renewable elecrrixity without hydrogen power?
SELECT renewable_electricity_w_o_hydro__gw•h_ FROM table_25244412_1 WHERE _percentage_renewable = "83.4"
CREATE TABLE table_25244412_1 (renewable_electricity_w_o_hydro__gw•h_ VARCHAR, _percentage_renewable VARCHAR), What is the amount of renewable electricity without hydrogen power when the percentage of renewable energy is 83.4?
SELECT state FROM table_25244412_1 WHERE renewable_electricity__gw•h_ = 9667
CREATE TABLE table_25244412_1 (state VARCHAR, renewable_electricity__gw•h_ VARCHAR), Which states have renewable electricity equal to 9667 (gw×h)?
SELECT august_21_22 FROM table_25252080_3 WHERE november_3 = "november_3, 1994"
CREATE TABLE table_25252080_3 (august_21_22 VARCHAR, november_3 VARCHAR), What is shown for august 21-22 when november 3 is november 3, 1994?
SELECT march_27_29 FROM table_25252080_3 WHERE november_3 = "153"
CREATE TABLE table_25252080_3 (march_27_29 VARCHAR, november_3 VARCHAR), What is the number for march 27-29 whern november 3 is 153?
SELECT january_15_16 FROM table_25252080_3 WHERE november_3 = "133"
CREATE TABLE table_25252080_3 (january_15_16 VARCHAR, november_3 VARCHAR), What number is shown for january 15-16 when november 3 is 133?
SELECT november_3 FROM table_25252080_3 WHERE june_10_11 = "June 10, 1964"
CREATE TABLE table_25252080_3 (november_3 VARCHAR, june_10_11 VARCHAR), What is shown for november 3 when june 10-11 is june 10, 1964?
SELECT november_3 FROM table_25252080_3 WHERE march_27_29 = "149"
CREATE TABLE table_25252080_3 (november_3 VARCHAR, march_27_29 VARCHAR), november 3 where march 27-29 is 149?
SELECT november_3 FROM table_25252080_3 WHERE january_15_16 = "151"
CREATE TABLE table_25252080_3 (november_3 VARCHAR, january_15_16 VARCHAR), What number is shown for november 3 where january 15-16 is 151?
SELECT release_year FROM table_25276250_3 WHERE outputs = "2x Pro Bias, RCA Loop Out" AND notes = "Vacuum tube"
CREATE TABLE table_25276250_3 (release_year VARCHAR, outputs VARCHAR, notes VARCHAR), What year were outputs is 2x pro bias, rca loop out and notes is vacuum tube released?
SELECT COUNT(outputs) FROM table_25276250_3 WHERE notes = "Solid state, battery operated for portable use"
CREATE TABLE table_25276250_3 (outputs VARCHAR, notes VARCHAR), How many outputs are there for solid state, battery operated for portable use listed in notes?
SELECT singer FROM table_2528382_5 WHERE movie_album = "Amar Deep"
CREATE TABLE table_2528382_5 (singer VARCHAR, movie_album VARCHAR), Who sang for the movie Amar Deep?
SELECT movie_album FROM table_2528382_5 WHERE co_stars = "VijayaLaxmi" AND lyricist = "Shakeel Badayuni"
CREATE TABLE table_2528382_5 (movie_album VARCHAR, co_stars VARCHAR, lyricist VARCHAR), What movie did Vijayalaxmi Co-star in and Shakeel Badayuni write the lyrics?
SELECT MAX(year) FROM table_2528382_5 WHERE music_director = "Naushad"
CREATE TABLE table_2528382_5 (year INTEGER, music_director VARCHAR), What year did Naushad Direct the Music?
SELECT COUNT(Co) - singers FROM table_2528382_5 WHERE co_stars = "Parveen Babi"
CREATE TABLE table_2528382_5 (singers VARCHAR, Co VARCHAR, co_stars VARCHAR), How many co-singers were there when Parveen Babi co-starred?
SELECT movie_album FROM table_2528382_5 WHERE co_stars = "Bela Bose"
CREATE TABLE table_2528382_5 (movie_album VARCHAR, co_stars VARCHAR), What movie did Bela Bose co-star in?
SELECT lyricist FROM table_2528382_5 WHERE co_stars = "Jeevankala"
CREATE TABLE table_2528382_5 (lyricist VARCHAR, co_stars VARCHAR), Who wrote the lyrics when Jeevankala co-starred?
SELECT COUNT(series__number) FROM table_25356350_2 WHERE written_by = "Lew Schneider"
CREATE TABLE table_25356350_2 (series__number VARCHAR, written_by VARCHAR), How many episodes are written by Lew Schneider?
SELECT title FROM table_25356350_2 WHERE written_by = "Jack Orman"
CREATE TABLE table_25356350_2 (title VARCHAR, written_by VARCHAR), What is the title of the episode written by Jack Orman?
SELECT viewers__in_millions_ FROM table_25356350_2 WHERE series__number = 1
CREATE TABLE table_25356350_2 (viewers__in_millions_ VARCHAR, series__number VARCHAR), How many viewers (in millions) did episode 1 have?
SELECT COUNT(games_played) FROM table_25401874_1 WHERE name = "Lauren McGee"
CREATE TABLE table_25401874_1 (games_played VARCHAR, name VARCHAR), How many games played catagories are there for Lauren McGee?
SELECT COUNT(number) FROM table_25401874_1 WHERE assists = 10
CREATE TABLE table_25401874_1 (number VARCHAR, assists VARCHAR), How many numbers belong to the player with 10 assists?
SELECT COUNT(name) FROM table_25401874_1 WHERE points = 50
CREATE TABLE table_25401874_1 (name VARCHAR, points VARCHAR), How many names are listed for the player with 50 points?
SELECT type FROM table_254776_1 WHERE location = "Swarthmore, Pennsylvania"
CREATE TABLE table_254776_1 (type VARCHAR, location VARCHAR), What type of school is in swarthmore, pennsylvania?
SELECT founded FROM table_254776_1 WHERE institution = "Dickinson College"
CREATE TABLE table_254776_1 (founded VARCHAR, institution VARCHAR), When was Dickinson College founded?
SELECT COUNT(fl) FROM table_25548630_1 WHERE series = "Formula Three Euroseries"
CREATE TABLE table_25548630_1 (fl VARCHAR, series VARCHAR), How many F.L. are listed for Formula Three Euroseries?
SELECT MAX(poles) FROM table_25548630_1
CREATE TABLE table_25548630_1 (poles INTEGER), What are the most poles listed?
SELECT MIN(podiums) FROM table_25548630_1
CREATE TABLE table_25548630_1 (podiums INTEGER), What is the least amount of podiums?
SELECT COUNT(points) FROM table_25548630_1 WHERE team = "Marussia Manor Racing"
CREATE TABLE table_25548630_1 (points VARCHAR, team VARCHAR), How many points does Marussia Manor Racing have?
SELECT area__km²_ FROM table_255812_1 WHERE income_class__2007_ = "2nd"
CREATE TABLE table_255812_1 (area__km²_ VARCHAR, income_class__2007_ VARCHAR), What are all the vicinity (km²) where profits magnificence (2007) is 2nd
SELECT income_class__2007_ FROM table_255812_1 WHERE mayor = "Ma. Ester A. Hamor"
CREATE TABLE table_255812_1 (income_class__2007_ VARCHAR, mayor VARCHAR), What are all the profits elegance (2007) in which mayor is ma. Ester a. Hamor