output stringlengths 18 557 | instruction stringlengths 22 540 |
|---|---|
SELECT competition FROM table_25735_1 WHERE winner = "Toronto City Saints" | CREATE TABLE table_25735_1 (competition VARCHAR, winner VARCHAR), Which competition did the toronto city saints win? |
SELECT MIN(teams) FROM table_25735_1 WHERE winner = "Wynnum Manly Seagulls" | CREATE TABLE table_25735_1 (teams INTEGER, winner VARCHAR), What was the number of teams in the competition that wynnum manly seagulls won? |
SELECT COUNT(latest_year) FROM table_25735_1 WHERE competition = "Cook Island League" | CREATE TABLE table_25735_1 (latest_year VARCHAR, competition VARCHAR), How many cook island league competitions were there? |
SELECT COUNT(position) FROM table_25740774_1 WHERE season = 2010 | CREATE TABLE table_25740774_1 (position VARCHAR, season VARCHAR), How many positions are shown for the 2010 season? |
SELECT MAX(season) FROM table_25740774_1 WHERE podiums > 2.0 | CREATE TABLE table_25740774_1 (season INTEGER, podiums INTEGER), What is the season with podiums more than 2.0? |
SELECT series FROM table_25740774_1 WHERE position = "NC" | CREATE TABLE table_25740774_1 (series VARCHAR, position VARCHAR), Which series is in position nc? |
SELECT f_laps FROM table_25740774_1 WHERE races = 14 | CREATE TABLE table_25740774_1 (f_laps VARCHAR, races VARCHAR), What are the f/laps for race 14? |
SELECT COUNT(f_laps) FROM table_25740774_1 WHERE team = "March 3 Racing (1-4) Top Speed Racing team (5-12)" | CREATE TABLE table_25740774_1 (f_laps VARCHAR, team VARCHAR), How many flaps are there for the team march 3 racing (1-4) top speed racing team (5-12)? |
SELECT MAX(int) FROM table_25773915_11 WHERE player = "Maake Kemoeatu" | CREATE TABLE table_25773915_11 (int INTEGER, player VARCHAR), If the player is Maake Kemoeatu, what is the int maximum? |
SELECT MIN(ydl) FROM table_25773915_11 | CREATE TABLE table_25773915_11 (ydl INTEGER), What is the ydi minimum? |
SELECT MIN(fumrec) FROM table_25773915_11 | CREATE TABLE table_25773915_11 (fumrec INTEGER), What is the fumrec minimum? |
SELECT fumrec FROM table_25773915_11 WHERE player = "Reed Doughty" | CREATE TABLE table_25773915_11 (fumrec VARCHAR, player VARCHAR), If the player is Reed Doughty, what isthe fumrec? |
SELECT stadium FROM table_25794138_1 WHERE team = "San Juan Jabloteh" | CREATE TABLE table_25794138_1 (stadium VARCHAR, team VARCHAR), What stadium(sO does san juan jabloteh play in? |
SELECT captain FROM table_25794138_1 WHERE team = "North East Stars" | CREATE TABLE table_25794138_1 (captain VARCHAR, team VARCHAR), Wh owas the captian of the north east stars? |
SELECT MAX(capacity) FROM table_25794138_1 WHERE stadium = "Larry Gomes stadium" | CREATE TABLE table_25794138_1 (capacity INTEGER, stadium VARCHAR), What was the maximum capacity of larry gomes stadium? |
SELECT MIN(season__number) FROM table_25800134_11 | CREATE TABLE table_25800134_11 (season__number INTEGER), What is the lowest season #? |
SELECT director FROM table_25800134_11 WHERE series__number = 422 | CREATE TABLE table_25800134_11 (director VARCHAR, series__number VARCHAR), Who directed series # 422? |
SELECT COUNT(director) FROM table_25800134_11 WHERE series__number = 431 | CREATE TABLE table_25800134_11 (director VARCHAR, series__number VARCHAR), How many directors were there for series # 431? |
SELECT series__number FROM table_25800134_12 WHERE airdate = "February 26, 1968" | CREATE TABLE table_25800134_12 (series__number VARCHAR, airdate VARCHAR), What episode number of the series aired on February 26, 1968? |
SELECT COUNT(director) FROM table_25800134_12 WHERE airdate = "February 5, 1968" | CREATE TABLE table_25800134_12 (director VARCHAR, airdate VARCHAR), How many people directed the episode that aired on February 5, 1968? |
SELECT director FROM table_25800134_12 WHERE airdate = "September 25, 1967" | CREATE TABLE table_25800134_12 (director VARCHAR, airdate VARCHAR), Who directed the episode that aired on September 25, 1967? |
SELECT director FROM table_25800134_12 WHERE airdate = "February 19, 1968" | CREATE TABLE table_25800134_12 (director VARCHAR, airdate VARCHAR), Who directed the episode that aired on February 19, 1968? |
SELECT COUNT(title) FROM table_25800134_12 WHERE airdate = "September 25, 1967" | CREATE TABLE table_25800134_12 (title VARCHAR, airdate VARCHAR), How many episode titles aired on September 25, 1967? |
SELECT MAX(series__number) FROM table_25800134_18 WHERE season__number = 22 | CREATE TABLE table_25800134_18 (series__number INTEGER, season__number VARCHAR), name the most series number for season 22 |
SELECT MIN(stage) FROM table_25802689_14 WHERE mountains_classification = "Peter Stetina" | CREATE TABLE table_25802689_14 (stage INTEGER, mountains_classification VARCHAR), What is the earliest stage where mountains classifications was awarded to Peter Stetina? |
SELECT title FROM table_25800134_9 WHERE airdate = "December 5, 1964" | CREATE TABLE table_25800134_9 (title VARCHAR, airdate VARCHAR), what is the title where the airdate is december 5, 1964? |
SELECT COUNT(series__number) FROM table_25800134_9 WHERE airdate = "December 26, 1964" | CREATE TABLE table_25800134_9 (series__number VARCHAR, airdate VARCHAR), what is the number of series where the airdate is december 26, 1964? |
SELECT actor_actress FROM table_25831483_1 WHERE first_appearance = "3 June 2007" | CREATE TABLE table_25831483_1 (actor_actress VARCHAR, first_appearance VARCHAR), Who was the actor/actress with a first appearance is 3 june 2007? |
SELECT actor_actress FROM table_25831483_1 WHERE last_appearance = "1 January 2010" AND total = 20 AND character = "Vanessa 'Nessa' Jenkins" | CREATE TABLE table_25831483_1 (actor_actress VARCHAR, character VARCHAR, last_appearance VARCHAR, total VARCHAR), Who was the actor/actress with a last appearance of 1 january 2010 and total is 20 and character is vanessa 'nessa' jenkins? |
SELECT MAX(total) FROM table_25831483_1 | CREATE TABLE table_25831483_1 (total INTEGER), What is the highest total number? |
SELECT COUNT(character) FROM table_25831483_1 WHERE actor_actress = "Larry Lamb" | CREATE TABLE table_25831483_1 (character VARCHAR, actor_actress VARCHAR), How many characters where actor/actress is larry lamb? |
SELECT last_appearance FROM table_25831483_1 WHERE actor_actress = "Pam Ferris" | CREATE TABLE table_25831483_1 (last_appearance VARCHAR, actor_actress VARCHAR), What was the last appearance of actor/actress is pam ferris? |
SELECT total FROM table_25831483_1 WHERE actor_actress = "Pam Ferris" | CREATE TABLE table_25831483_1 (total VARCHAR, actor_actress VARCHAR), How many total are there when actor/actress is pam ferris? |
SELECT MIN(gdp__ppp__per_capita) FROM table_25869317_1 | CREATE TABLE table_25869317_1 (gdp__ppp__per_capita INTEGER), What is the lowest GDP (ppp) per capita? |
SELECT directed_by FROM table_25923164_1 WHERE us_viewers__million_ = "12.88" | CREATE TABLE table_25923164_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR), Who directed the episode that had 12.88 million viewers? |
SELECT original_air_date FROM table_25923164_1 WHERE written_by = "Amanda Segel" | CREATE TABLE table_25923164_1 (original_air_date VARCHAR, written_by VARCHAR), What was the original air date of the episode written by amanda segel? |
SELECT original_air_date FROM table_25923164_1 WHERE directed_by = "Gloria Muzio" | CREATE TABLE table_25923164_1 (original_air_date VARCHAR, directed_by VARCHAR), What was the original air date of the episode directed by gloria muzio? |
SELECT original_air_date FROM table_25923164_1 WHERE directed_by = "Frederick E. O. Toye" | CREATE TABLE table_25923164_1 (original_air_date VARCHAR, directed_by VARCHAR), What was the original air date of the episode directed by frederick e. o. toye? |
SELECT top_10 FROM table_2597876_2 WHERE team_s_ = "#10 Phil Parsons Racing" AND avg_finish = "22.9" | CREATE TABLE table_2597876_2 (top_10 VARCHAR, team_s_ VARCHAR, avg_finish VARCHAR), What is every value of Top 10 when team is #10 Phil Parsons Racing and average finish is 22.9? |
SELECT year FROM table_2597876_2 WHERE avg_start = "27.2" | CREATE TABLE table_2597876_2 (year VARCHAR, avg_start VARCHAR), What is every year with average start of 27.2? |
SELECT COUNT(top_10) FROM table_2597876_2 WHERE position = "5th" | CREATE TABLE table_2597876_2 (top_10 VARCHAR, position VARCHAR), How many values of top 10 for 5th position? |
SELECT top_5 FROM table_2597876_2 WHERE avg_start = "21.9" | CREATE TABLE table_2597876_2 (top_5 VARCHAR, avg_start VARCHAR), What is every value for top 5 if average start is 21.9? |
SELECT COUNT(winnings) FROM table_2597876_2 WHERE avg_start = "19.0" | CREATE TABLE table_2597876_2 (winnings VARCHAR, avg_start VARCHAR), How many values for winnings correspond to average start of 19.0? |
SELECT location FROM table_25987797_1 WHERE school = "Lucas" | CREATE TABLE table_25987797_1 (location VARCHAR, school VARCHAR), What is the name of the school in Lucas ? |
SELECT MAX(pick__number) FROM table_26077092_7 WHERE player = "Andrew Quarless" | CREATE TABLE table_26077092_7 (pick__number INTEGER, player VARCHAR), What was the pick number for Andrew Quarless? |
SELECT COUNT(player) FROM table_26077092_7 WHERE college = "Purdue" | CREATE TABLE table_26077092_7 (player VARCHAR, college VARCHAR), How many players are from Purdue? |
SELECT player FROM table_26130295_3 WHERE season_mvp < 1.0 AND second_team < 1.0 | CREATE TABLE table_26130295_3 (player VARCHAR, season_mvp VARCHAR, second_team VARCHAR), who are all the players when season mvp is less than 1.0 and second team is less than 1.0 |
SELECT player FROM table_26130295_3 WHERE first_team = 1 AND number_of_selections = 2 | CREATE TABLE table_26130295_3 (player VARCHAR, first_team VARCHAR, number_of_selections VARCHAR), when number of selection is 2 and first team is 1 who are all the player |
SELECT MAX(final_four_mvp) FROM table_26130295_3 WHERE first_team = 1 | CREATE TABLE table_26130295_3 (final_four_mvp INTEGER, first_team VARCHAR), what would be final four mvp maximum when first team is 1 |
SELECT MAX(number_of_selections) FROM table_26130295_3 WHERE season_mvp > 1.0 | CREATE TABLE table_26130295_3 (number_of_selections INTEGER, season_mvp INTEGER), when season mvp is larger than 1.0 what is the maximum number of selection |
SELECT COUNT(first_team) FROM table_26130295_3 WHERE player = "Dimitris Diamantidis" | CREATE TABLE table_26130295_3 (first_team VARCHAR, player VARCHAR), who is first team when dimitris diamantidis play. |
SELECT MIN(term_limited) FROM table_26129220_2 WHERE residence = "Coshocton" | CREATE TABLE table_26129220_2 (term_limited INTEGER, residence VARCHAR), What is the earliest term limit for the senator who resides in Coshocton? |
SELECT party FROM table_26129220_2 WHERE district = 27 | CREATE TABLE table_26129220_2 (party VARCHAR, district VARCHAR), What is the party for district 27? |
SELECT party FROM table_26129220_2 WHERE residence = "Canton" | CREATE TABLE table_26129220_2 (party VARCHAR, residence VARCHAR), How many party classifications are there for the senator from Canton? |
SELECT party FROM table_26129220_2 WHERE senator = "David Goodman" | CREATE TABLE table_26129220_2 (party VARCHAR, senator VARCHAR), What is the party affiliation for Senator David Goodman? |
SELECT MIN(term_limited) FROM table_26129220_2 WHERE senator = "Tom Niehaus" | CREATE TABLE table_26129220_2 (term_limited INTEGER, senator VARCHAR), What is the term limit for Senator Tom Niehaus? |
SELECT party FROM table_26129220_2 WHERE senator = "Mark Wagoner" | CREATE TABLE table_26129220_2 (party VARCHAR, senator VARCHAR), What is the party affiliation for senator mark Wagoner? |
SELECT representative FROM table_26131768_4 WHERE residence = "Chagrin Falls" | CREATE TABLE table_26131768_4 (representative VARCHAR, residence VARCHAR), If the residence is Chagrin falls, who is the representative? |
SELECT MIN(term_limited) FROM table_26131768_4 WHERE first_elected = "2003 (Appt.)" | CREATE TABLE table_26131768_4 (term_limited INTEGER, first_elected VARCHAR), If first elected on 2003 (appt.), when was the term limited? |
SELECT COUNT(residence) FROM table_26131768_4 WHERE representative = "Scott Oelslager" | CREATE TABLE table_26131768_4 (residence VARCHAR, representative VARCHAR), How many times was Scott Oelslager a representative? |
SELECT district FROM table_26131768_4 WHERE residence = "Dublin" | CREATE TABLE table_26131768_4 (district VARCHAR, residence VARCHAR), In which district is the residence Dublin? |
SELECT term_limited FROM table_26131768_4 WHERE representative = "Dave Hall" | CREATE TABLE table_26131768_4 (term_limited VARCHAR, representative VARCHAR), If the representative is Dave Hall, when was the term limited? |
SELECT MAX(district) FROM table_26131768_4 WHERE representative = "Barbara Sears" | CREATE TABLE table_26131768_4 (district INTEGER, representative VARCHAR), If the Representative is Barbara sears, what is the district number? |
SELECT original_airdate FROM table_26139378_1 WHERE viewers__in_millions_ = "8.23" | CREATE TABLE table_26139378_1 (original_airdate VARCHAR, viewers__in_millions_ VARCHAR), What is the original airdate of the episode that had 8.23 million viewers? |
SELECT viewers__in_millions_ FROM table_26139378_1 WHERE episode__number = 16 | CREATE TABLE table_26139378_1 (viewers__in_millions_ VARCHAR, episode__number VARCHAR), How many millions of viewers did Episode number 16 have? |
SELECT vessel_type FROM table_26168687_5 WHERE vessel_operator = "Beluga Shipping" | CREATE TABLE table_26168687_5 (vessel_type VARCHAR, vessel_operator VARCHAR), Name the vessel type for beluga shipping |
SELECT vessel_type FROM table_26168687_5 WHERE vessel_operator = "DOF Subsea" | CREATE TABLE table_26168687_5 (vessel_type VARCHAR, vessel_operator VARCHAR), Name the vessel type for dof subsea |
SELECT MIN(no_in_season) FROM table_26168687_5 | CREATE TABLE table_26168687_5 (no_in_season INTEGER), Name the most number in season |
SELECT narrated_by FROM table_26168687_5 WHERE vessel_operator = "Beluga Shipping" | CREATE TABLE table_26168687_5 (narrated_by VARCHAR, vessel_operator VARCHAR), Name the narraed by for beluga shipping |
SELECT COUNT(no_in_season) FROM table_26168687_5 WHERE vessel_operator = "Beluga Shipping" | CREATE TABLE table_26168687_5 (no_in_season VARCHAR, vessel_operator VARCHAR), Name the number of season for beluga shipping |
SELECT MIN(no_in_series) FROM table_2618102_1 WHERE directed_by = "James Quinn" | CREATE TABLE table_2618102_1 (no_in_series INTEGER, directed_by VARCHAR), Name the least number in series for james quinn |
SELECT MIN(no_in_season) FROM table_2618102_1 WHERE written_by = "Brad Markowitz, William N. Fordes & RenΓ© Balcer" | CREATE TABLE table_2618102_1 (no_in_season INTEGER, written_by VARCHAR), Name the least number in season for brad markowitz, william n. fordes & renΓ© balcer |
SELECT institution FROM table_261913_1 WHERE location__all_in_minnesota_ = "St. Peter" | CREATE TABLE table_261913_1 (institution VARCHAR, location__all_in_minnesota_ VARCHAR), What institution is located in St. Peter? |
SELECT MIN(enrollment) FROM table_261913_1 WHERE institution = "Augsburg College" | CREATE TABLE table_261913_1 (enrollment INTEGER, institution VARCHAR), What is the enrollment for Augsburg college? |
SELECT MIN(founded) FROM table_261913_1 WHERE joined = "1977" | CREATE TABLE table_261913_1 (founded INTEGER, joined VARCHAR), What was the earliest date an institution was founded that joined in 1977? |
SELECT COUNT(type) FROM table_261927_2 WHERE location = "Bridgewater, Massachusetts" | CREATE TABLE table_261927_2 (type VARCHAR, location VARCHAR), How many different types are allocated to the institution in Bridgewater, Massachusetts? |
SELECT enrollment FROM table_261927_2 WHERE location = "Westfield, Massachusetts" | CREATE TABLE table_261927_2 (enrollment VARCHAR, location VARCHAR), What is the enrollment for the institution in Westfield, Massachusetts? |
SELECT institution FROM table_261927_2 WHERE primary_conference = "Merged into the University of Massachusetts Boston" | CREATE TABLE table_261927_2 (institution VARCHAR, primary_conference VARCHAR), Which institutions primary conference is merged into the university of Massachusetts boston? |
SELECT football_conference FROM table_261927_2 WHERE location = "Henniker, New Hampshire" | CREATE TABLE table_261927_2 (football_conference VARCHAR, location VARCHAR), What is the football conference for Henniker, New Hampshire>? |
SELECT joined FROM table_261927_2 WHERE left = "2013" AND nickname = "Corsairs" | CREATE TABLE table_261927_2 (joined VARCHAR, left VARCHAR, nickname VARCHAR), What date did the institution that left in 2013 and that is nicknamed Corsairs, join? |
SELECT written_by FROM table_26199484_1 WHERE no = 38 | CREATE TABLE table_26199484_1 (written_by VARCHAR, no VARCHAR), Who wrote title number 38? |
SELECT no FROM table_26202812_7 WHERE score_in_the_final = "7β6 (7β0) , 6β7 (5β7) , 4β6, 6β2, 6β7 (5β7)" | CREATE TABLE table_26202812_7 (no VARCHAR, score_in_the_final VARCHAR), Which match was the final score 7β6 (7β0) , 6β7 (5β7) , 4β6, 6β2, 6β7 (5β7)? |
SELECT MIN(Ends) AS won FROM table_26209210_2 WHERE w = 8 | CREATE TABLE table_26209210_2 (Ends INTEGER, w VARCHAR), What is the lowest ends won when w is 8? |
SELECT MAX(grand_total) FROM table_26214389_3 WHERE qatari_male = 1104 | CREATE TABLE table_26214389_3 (grand_total INTEGER, qatari_male VARCHAR), If the qatari male is 1104, what is the grand total? |
SELECT total_non_qatar FROM table_26214389_3 WHERE grand_total = 5814 | CREATE TABLE table_26214389_3 (total_non_qatar VARCHAR, grand_total VARCHAR), If the grand total is 5814, what is the total non qatar? |
SELECT Non AS qatari_female FROM table_26214389_3 WHERE year = 2001 | CREATE TABLE table_26214389_3 (Non VARCHAR, year VARCHAR), If the year is 2001, what are the non qatari female? |
SELECT total_female FROM table_26214389_3 WHERE qatari_female = 918 | CREATE TABLE table_26214389_3 (total_female VARCHAR, qatari_female VARCHAR), If the qatari female is 918, what is the total number of females? |
SELECT COUNT(outcome) FROM table_26202940_6 WHERE score_in_the_final = "6β3, 6β4, 7β6 (13β11)" | CREATE TABLE table_26202940_6 (outcome VARCHAR, score_in_the_final VARCHAR), How many outcomes occur for score in the final of 6β3, 6β4, 7β6 (13β11)? |
SELECT COUNT(outcome) FROM table_26202940_6 WHERE date = "January 31, 2010" | CREATE TABLE table_26202940_6 (outcome VARCHAR, date VARCHAR), How many outcomes occur on the date of January 31, 2010? |
SELECT COUNT(no) FROM table_26202940_6 WHERE score_in_the_final = "6β3, 6β4, 7β6 (13β11)" | CREATE TABLE table_26202940_6 (no VARCHAR, score_in_the_final VARCHAR), How many numbers correspond to the score in the final of 6β3, 6β4, 7β6 (13β11)? |
SELECT series FROM table_26223231_1 WHERE points = "6" | CREATE TABLE table_26223231_1 (series VARCHAR, points VARCHAR), How many championships are there when there are 6 points |
SELECT poles FROM table_26223231_1 WHERE wins = 2 | CREATE TABLE table_26223231_1 (poles VARCHAR, wins VARCHAR), When there are 2 wins, how many poles are? |
SELECT prod_code FROM table_2623498_5 WHERE episode__number = "78" | CREATE TABLE table_2623498_5 (prod_code VARCHAR, episode__number VARCHAR), What is the production code for episode #78? |
SELECT COUNT(title) FROM table_2623498_5 WHERE written_by = "Charleen Easton" | CREATE TABLE table_2623498_5 (title VARCHAR, written_by VARCHAR), What is the number of titles written by Charleen Easton? |
SELECT COUNT(prod_code) FROM table_2623498_5 WHERE episode__number = "73" | CREATE TABLE table_2623498_5 (prod_code VARCHAR, episode__number VARCHAR), What is the number of production codes for episode #73? |
SELECT location FROM table_262481_2 WHERE institution = "Fisk University" | CREATE TABLE table_262481_2 (location VARCHAR, institution VARCHAR), where is Fisk University located? |
SELECT nickname FROM table_262481_2 WHERE founded = 1857 | CREATE TABLE table_262481_2 (nickname VARCHAR, founded VARCHAR), What is the nickname of the institution that was founded in 1857? |
SELECT enrollment FROM table_262481_2 WHERE left = "2012" AND nickname = "Panthers" | CREATE TABLE table_262481_2 (enrollment VARCHAR, left VARCHAR, nickname VARCHAR), What is the enrollment for the institution nicknamed the panthers that left in 2012? |
SELECT institution FROM table_262481_2 WHERE current_conference = "GCAC (NAIA)" | CREATE TABLE table_262481_2 (institution VARCHAR, current_conference VARCHAR), What is the institution whose current conference is gcac (naia)? |
SELECT COUNT(original_artist) FROM table_26250176_1 WHERE theme = "Group Performance" | CREATE TABLE table_26250176_1 (original_artist VARCHAR, theme VARCHAR), How many original artists were there for the Group Performance? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.