instruction stringlengths 67 299 | input stringlengths 88 550 | output stringlengths 32 484 |
|---|---|---|
Write a SQL query that answers the following question: Name the most 2012/13 for university of cambridge | The relevant table was constructed using the following SQL : CREATE TABLE table_25057928_1 (institute VARCHAR) | SELECT MAX(2012 AS _13) FROM table_25057928_1 WHERE institute = "University of Cambridge" |
Write a SQL query that answers the following question: Name the birth date for taavi sadam | The relevant table was constructed using the following SQL : CREATE TABLE table_25058562_2 (birth_date VARCHAR, player VARCHAR) | SELECT birth_date FROM table_25058562_2 WHERE player = "Taavi Sadam" |
Write a SQL query that answers the following question: Name the height for asko esna | The relevant table was constructed using the following SQL : CREATE TABLE table_25058562_2 (height VARCHAR, player VARCHAR) | SELECT height FROM table_25058562_2 WHERE player = "Asko Esna" |
Write a SQL query that answers the following question: Name the birth date for estonia for spiker and height of 189 | The relevant table was constructed using the following SQL : CREATE TABLE table_25058562_2 (birth_date VARCHAR, height VARCHAR, nationality VARCHAR, position VARCHAR) | SELECT birth_date FROM table_25058562_2 WHERE nationality = "Estonia" AND position = "Spiker" AND height = 189 |
Write a SQL query that answers the following question: Name the player for 199 height | The relevant table was constructed using the following SQL : CREATE TABLE table_25058562_2 (player VARCHAR, height VARCHAR) | SELECT player FROM table_25058562_2 WHERE height = 199 |
Write a SQL query that answers the following question: if the 2.09 million US viewers watched this episode, who was it written by | The relevant table was constructed using the following SQL : CREATE TABLE table_25084227_1 (written_by VARCHAR, us_viewers__in_millions_ VARCHAR) | SELECT written_by FROM table_25084227_1 WHERE us_viewers__in_millions_ = "2.09" |
Write a SQL query that answers the following question: If the episode was directed by Michael Offer, what was the episode number? | The relevant table was constructed using the following SQL : CREATE TABLE table_25084227_1 (no INTEGER, directed_by VARCHAR) | SELECT MIN(no) FROM table_25084227_1 WHERE directed_by = "Michael Offer" |
Write a SQL query that answers the following question: If the episode was directed by Michael Offer, how many US Viewers watched it? | The relevant table was constructed using the following SQL : CREATE TABLE table_25084227_1 (us_viewers__in_millions_ VARCHAR, directed_by VARCHAR) | SELECT us_viewers__in_millions_ FROM table_25084227_1 WHERE directed_by = "Michael Offer" |
Write a SQL query that answers the following question: What draft pick number was the player with the position DL? | The relevant table was constructed using the following SQL : CREATE TABLE table_25085059_3 (pick__number VARCHAR, position VARCHAR) | SELECT pick__number FROM table_25085059_3 WHERE position = "DL" |
Write a SQL query that answers the following question: How many draft picks were for Winnipeg blue bombers? | The relevant table was constructed using the following SQL : CREATE TABLE table_25085059_3 (pick__number VARCHAR, cfl_team VARCHAR) | SELECT COUNT(pick__number) FROM table_25085059_3 WHERE cfl_team = "Winnipeg Blue Bombers" |
Write a SQL query that answers the following question: How many colleges provided players with positions LB? | The relevant table was constructed using the following SQL : CREATE TABLE table_25085059_3 (college VARCHAR, position VARCHAR) | SELECT COUNT(college) FROM table_25085059_3 WHERE position = "LB" |
Write a SQL query that answers the following question: What college did the player come from whose position is DL? | The relevant table was constructed using the following SQL : CREATE TABLE table_25085059_3 (college VARCHAR, position VARCHAR) | SELECT college FROM table_25085059_3 WHERE position = "DL" |
Write a SQL query that answers the following question: What team got a draft pick player from McGill? | The relevant table was constructed using the following SQL : CREATE TABLE table_25085059_3 (cfl_team VARCHAR, college VARCHAR) | SELECT cfl_team FROM table_25085059_3 WHERE college = "McGill" |
Write a SQL query that answers the following question: What number draft pick was Oklahoma State's Greg Hill in 1983? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_4 (pick__number VARCHAR, college VARCHAR, player VARCHAR) | SELECT pick__number FROM table_2508633_4 WHERE college = "Oklahoma State" AND player = "Greg Hill" |
Write a SQL query that answers the following question: What number pick was Danny Walters in the 1983 NFL draft? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_4 (pick__number VARCHAR, player VARCHAR) | SELECT COUNT(pick__number) FROM table_2508633_4 WHERE player = "Danny Walters" |
Write a SQL query that answers the following question: What were the pick numbers of the defensive tackles chosen by the New Orleans Saints in the 1983 draft? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_4 (position VARCHAR, nfl_team VARCHAR) | SELECT position FROM table_2508633_4 WHERE nfl_team = "New Orleans Saints" |
Write a SQL query that answers the following question: What number draft pick was linebacker Steve Maidlow in the 1983 NFL Draft? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_4 (position VARCHAR, player VARCHAR) | SELECT position FROM table_2508633_4 WHERE player = "Steve Maidlow" |
Write a SQL query that answers the following question: In which colleges is the NFL Team New York Giants and with the position defensive back? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_11 (college VARCHAR, nfl_team VARCHAR, position VARCHAR) | SELECT college FROM table_2508633_11 WHERE nfl_team = "New York Giants" AND position = "Defensive back" |
Write a SQL query that answers the following question: What NFL Team has the player Danny Triplett with the position linebacker? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_11 (nfl_team VARCHAR, position VARCHAR, player VARCHAR) | SELECT nfl_team FROM table_2508633_11 WHERE position = "Linebacker" AND player = "Danny Triplett" |
Write a SQL query that answers the following question: What are the NFL Teams in College North Texas State? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_11 (nfl_team VARCHAR, college VARCHAR) | SELECT nfl_team FROM table_2508633_11 WHERE college = "North Texas State" |
Write a SQL query that answers the following question: How many colleges have the NFL Team Buffalo Bills? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_11 (college VARCHAR, nfl_team VARCHAR) | SELECT COUNT(college) FROM table_2508633_11 WHERE nfl_team = "Buffalo Bills" |
Write a SQL query that answers the following question: Who are the all the players whose position is guard in college Clemson? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_11 (player VARCHAR, college VARCHAR, position VARCHAR) | SELECT player FROM table_2508633_11 WHERE college = "Clemson" AND position = "Guard" |
Write a SQL query that answers the following question: What NFL Teams have the player Aaron Williams? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_11 (nfl_team VARCHAR, player VARCHAR) | SELECT nfl_team FROM table_2508633_11 WHERE player = "Aaron Williams" |
Write a SQL query that answers the following question: Name the least pick number for the denver broncos | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_2 (pick__number INTEGER, nfl_team VARCHAR) | SELECT MIN(pick__number) FROM table_2508633_2 WHERE nfl_team = "Denver Broncos" |
Write a SQL query that answers the following question: Name the position for pick number 39 | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_2 (position VARCHAR, pick__number VARCHAR) | SELECT position FROM table_2508633_2 WHERE pick__number = 39 |
Write a SQL query that answers the following question: Name the total number of pick number being henry ellard | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_2 (pick__number VARCHAR, player VARCHAR) | SELECT COUNT(pick__number) FROM table_2508633_2 WHERE player = "Henry Ellard" |
Write a SQL query that answers the following question: Name the player for new orleans saints | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_2 (player VARCHAR, nfl_team VARCHAR) | SELECT player FROM table_2508633_2 WHERE nfl_team = "New Orleans Saints" |
Write a SQL query that answers the following question: Name the number of players for georgia tech | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_2 (player VARCHAR, college VARCHAR) | SELECT COUNT(player) FROM table_2508633_2 WHERE college = "Georgia Tech" |
Write a SQL query that answers the following question: Name the most pick number for guard and kansas city chiefs | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_2 (pick__number INTEGER, position VARCHAR, nfl_team VARCHAR) | SELECT MAX(pick__number) FROM table_2508633_2 WHERE position = "Guard" AND nfl_team = "Kansas City Chiefs" |
Write a SQL query that answers the following question: Name the nfl team for pick number 151 | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_6 (nfl_team VARCHAR, pick__number VARCHAR) | SELECT nfl_team FROM table_2508633_6 WHERE pick__number = 151 |
Write a SQL query that answers the following question: Name the college for houston oilers | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_6 (college VARCHAR, nfl_team VARCHAR) | SELECT college FROM table_2508633_6 WHERE nfl_team = "Houston Oilers" |
Write a SQL query that answers the following question: Name the most pick number for illinois | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_6 (pick__number INTEGER, college VARCHAR) | SELECT MAX(pick__number) FROM table_2508633_6 WHERE college = "Illinois" |
Write a SQL query that answers the following question: Name the total number for nfl team for ellis gardner | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_6 (nfl_team VARCHAR, player VARCHAR) | SELECT COUNT(nfl_team) FROM table_2508633_6 WHERE player = "Ellis Gardner" |
Write a SQL query that answers the following question: Name the position for delaware | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_6 (position VARCHAR, college VARCHAR) | SELECT position FROM table_2508633_6 WHERE college = "Delaware" |
Write a SQL query that answers the following question: Name the nfl team for eric williams | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_6 (nfl_team VARCHAR, player VARCHAR) | SELECT nfl_team FROM table_2508633_6 WHERE player = "Eric Williams" |
Write a SQL query that answers the following question: What NFL team picked a player from Jackson State? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_9 (nfl_team VARCHAR, college VARCHAR) | SELECT nfl_team FROM table_2508633_9 WHERE college = "Jackson State" |
Write a SQL query that answers the following question: What position was the draft pick that came from Langston? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_9 (position VARCHAR, college VARCHAR) | SELECT position FROM table_2508633_9 WHERE college = "Langston" |
Write a SQL query that answers the following question: How many players were the running back draft pick for the New England Patriots? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_9 (player VARCHAR, nfl_team VARCHAR, position VARCHAR) | SELECT COUNT(player) FROM table_2508633_9 WHERE nfl_team = "New England Patriots" AND position = "Running back" |
Write a SQL query that answers the following question: Who was the draft pick for Kansas City Chiefs? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_9 (player VARCHAR, nfl_team VARCHAR) | SELECT player FROM table_2508633_9 WHERE nfl_team = "Kansas City Chiefs" |
Write a SQL query that answers the following question: What college did the tight end draft pick for New England Patriots come from? | The relevant table was constructed using the following SQL : CREATE TABLE table_2508633_9 (college VARCHAR, nfl_team VARCHAR, position VARCHAR) | SELECT college FROM table_2508633_9 WHERE nfl_team = "New England Patriots" AND position = "Tight end" |
Write a SQL query that answers the following question: What is the Cuchumela Municipality minimum? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509112_3 (cuchumuela_municipality INTEGER) | SELECT MIN(cuchumuela_municipality) FROM table_2509112_3 |
Write a SQL query that answers the following question: If Villa Rivero Municipality if 7, what is the language? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509112_3 (language VARCHAR, villa_rivero_municipality VARCHAR) | SELECT language FROM table_2509112_3 WHERE villa_rivero_municipality = 7 |
Write a SQL query that answers the following question: What is the language total number if the Tacachi Municipality is 3? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509112_3 (language VARCHAR, tacachi_municipality VARCHAR) | SELECT COUNT(language) FROM table_2509112_3 WHERE tacachi_municipality = 3 |
Write a SQL query that answers the following question: If the language is another native, what is the San Benito Municipality total number? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509112_3 (san_benito_municipality VARCHAR, language VARCHAR) | SELECT COUNT(san_benito_municipality) FROM table_2509112_3 WHERE language = "Another native" |
Write a SQL query that answers the following question: If the language is Spanish, what is the Vinto Municipality minimum? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, language VARCHAR) | SELECT MIN(vinto_municipality) FROM table_2509113_2 WHERE language = "Spanish" |
Write a SQL query that answers the following question: If the Vinto Municipality is 18630, what is the Quillacollo Municipality? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509113_2 (quillacollo_municipality INTEGER, vinto_municipality VARCHAR) | SELECT MAX(quillacollo_municipality) FROM table_2509113_2 WHERE vinto_municipality = 18630 |
Write a SQL query that answers the following question: What is the Sipe Sipe Municipality minimum if the language is Quechua? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509113_2 (sipe_sipe_municipality INTEGER, language VARCHAR) | SELECT MIN(sipe_sipe_municipality) FROM table_2509113_2 WHERE language = "Quechua" |
Write a SQL query that answers the following question: If the language is Native and Spanish, what is the Vinto Municipality minimum? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, language VARCHAR) | SELECT MIN(vinto_municipality) FROM table_2509113_2 WHERE language = "Native and Spanish" |
Write a SQL query that answers the following question: If the Quillacollo Municipality is 93131, what is the Vinto Municipality minimum? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509113_2 (vinto_municipality INTEGER, quillacollo_municipality VARCHAR) | SELECT MIN(vinto_municipality) FROM table_2509113_2 WHERE quillacollo_municipality = 93131 |
Write a SQL query that answers the following question: Name the language for villa 1167 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509350_3 (language VARCHAR, villa_alcalá_municipality VARCHAR) | SELECT language FROM table_2509350_3 WHERE villa_alcalá_municipality = 1167 |
Write a SQL query that answers the following question: Name the most padilla municipality for quechua | The relevant table was constructed using the following SQL : CREATE TABLE table_2509350_3 (padilla_municipality INTEGER, language VARCHAR) | SELECT MAX(padilla_municipality) FROM table_2509350_3 WHERE language = "Quechua" |
Write a SQL query that answers the following question: Name the language for sopachuy 10 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509350_3 (language VARCHAR, sopachuy_municipality VARCHAR) | SELECT language FROM table_2509350_3 WHERE sopachuy_municipality = 10 |
Write a SQL query that answers the following question: Name the number of tomina for villa alcala for 176 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509350_3 (tomina_municipality VARCHAR, villa_alcalá_municipality VARCHAR) | SELECT COUNT(tomina_municipality) FROM table_2509350_3 WHERE villa_alcalá_municipality = 176 |
Write a SQL query that answers the following question: Name the least tomina for el villar being 4 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509350_3 (tomina_municipality INTEGER, el_villar_municipality VARCHAR) | SELECT MIN(tomina_municipality) FROM table_2509350_3 WHERE el_villar_municipality = 4 |
Write a SQL query that answers the following question: Name the language for el villar 1264 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509350_3 (language VARCHAR, el_villar_municipality VARCHAR) | SELECT language FROM table_2509350_3 WHERE el_villar_municipality = 1264 |
Write a SQL query that answers the following question: Name the total number of games for goals against being 352 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509505_1 (games VARCHAR, goals_against VARCHAR) | SELECT COUNT(games) FROM table_2509505_1 WHERE goals_against = 352 |
Write a SQL query that answers the following question: Name the total number of games for lost being 41 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509505_1 (games VARCHAR, lost VARCHAR) | SELECT COUNT(games) FROM table_2509505_1 WHERE lost = 41 |
Write a SQL query that answers the following question: Name the most goals for 56 points | The relevant table was constructed using the following SQL : CREATE TABLE table_2509505_1 (goals_for INTEGER, points VARCHAR) | SELECT MAX(goals_for) FROM table_2509505_1 WHERE points = 56 |
Write a SQL query that answers the following question: Name the number of won for goals for being 274 | The relevant table was constructed using the following SQL : CREATE TABLE table_2509505_1 (won VARCHAR, goals_for VARCHAR) | SELECT COUNT(won) FROM table_2509505_1 WHERE goals_for = 274 |
Write a SQL query that answers the following question: When the quiabaya municipality is 2 what is the combaya municipality? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509202_2 (combaya_municipality VARCHAR, quiabaya_municipality VARCHAR) | SELECT combaya_municipality FROM table_2509202_2 WHERE quiabaya_municipality = "2" |
Write a SQL query that answers the following question: What is the guanay municipality when the tacacoma municipality is 4.321? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509202_2 (guanay_municipality VARCHAR, tacacoma_municipality VARCHAR) | SELECT guanay_municipality FROM table_2509202_2 WHERE tacacoma_municipality = "4.321" |
Write a SQL query that answers the following question: How many people in the sorata municipality when the quiabaya municipality has 33? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509202_2 (sorata_municipality VARCHAR, quiabaya_municipality VARCHAR) | SELECT sorata_municipality FROM table_2509202_2 WHERE quiabaya_municipality = "33" |
Write a SQL query that answers the following question: What is the number for combaya municipality when quiabaya municipality is 33? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509202_2 (combaya_municipality VARCHAR, quiabaya_municipality VARCHAR) | SELECT combaya_municipality FROM table_2509202_2 WHERE quiabaya_municipality = "33" |
Write a SQL query that answers the following question: tipuani municipality when tacacoma municipality is 6? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509202_2 (tipuani_municipality VARCHAR, tacacoma_municipality VARCHAR) | SELECT tipuani_municipality FROM table_2509202_2 WHERE tacacoma_municipality = "6" |
Write a SQL query that answers the following question: What is the number for the guanay municipality when combaya municipality is 0? | The relevant table was constructed using the following SQL : CREATE TABLE table_2509202_2 (guanay_municipality VARCHAR, combaya_municipality VARCHAR) | SELECT guanay_municipality FROM table_2509202_2 WHERE combaya_municipality = "0" |
Write a SQL query that answers the following question: What is the first year where the assassination attempt was at Martyrs' Mausoleum, Rangoon, Burma? | The relevant table was constructed using the following SQL : CREATE TABLE table_251272_4 (year INTEGER, location VARCHAR) | SELECT MIN(year) FROM table_251272_4 WHERE location = "Martyrs' Mausoleum, Rangoon, Burma" |
Write a SQL query that answers the following question: Where was the attempt on the Prime Minister of Sri Lanka's life made? | The relevant table was constructed using the following SQL : CREATE TABLE table_251272_4 (location VARCHAR, title_at_the_time VARCHAR) | SELECT location FROM table_251272_4 WHERE title_at_the_time = "Prime Minister of Sri Lanka" |
Write a SQL query that answers the following question: What is every original language for book series Little House on the Prairie? | The relevant table was constructed using the following SQL : CREATE TABLE table_2512935_8 (original_language VARCHAR, book_series VARCHAR) | SELECT original_language FROM table_2512935_8 WHERE book_series = "Little House on the Prairie" |
Write a SQL query that answers the following question: What are all approximate sales for the author Laura Ingalls Wilder? | The relevant table was constructed using the following SQL : CREATE TABLE table_2512935_8 (approximate_sales VARCHAR, author VARCHAR) | SELECT approximate_sales FROM table_2512935_8 WHERE author = "Laura Ingalls Wilder" |
Write a SQL query that answers the following question: Name the most number for notre dame prep | The relevant table was constructed using the following SQL : CREATE TABLE table_25118909_3 (_number INTEGER, former_school VARCHAR) | SELECT MAX(_number) FROM table_25118909_3 WHERE former_school = "Notre Dame Prep" |
Write a SQL query that answers the following question: Name the ends won for blank ends for 0 | The relevant table was constructed using the following SQL : CREATE TABLE table_25107064_2 (Ends VARCHAR, blank_ends VARCHAR) | SELECT Ends AS won FROM table_25107064_2 WHERE blank_ends = 0 |
Write a SQL query that answers the following question: Name the stolen ends for germany | The relevant table was constructed using the following SQL : CREATE TABLE table_25107064_2 (stolen_ends INTEGER, country VARCHAR, Germany VARCHAR) | SELECT MIN(stolen_ends) FROM table_25107064_2 WHERE country = Germany |
Write a SQL query that answers the following question: Name the least ends won for pf being 78 | The relevant table was constructed using the following SQL : CREATE TABLE table_25107064_2 (Ends INTEGER, pf VARCHAR) | SELECT MIN(Ends) AS won FROM table_25107064_2 WHERE pf = 78 |
Write a SQL query that answers the following question: What is the stadium in Kuopio? | The relevant table was constructed using the following SQL : CREATE TABLE table_25129482_1 (stadium VARCHAR, location VARCHAR) | SELECT stadium FROM table_25129482_1 WHERE location = "Kuopio" |
Write a SQL query that answers the following question: Who is the kitmaker for TPS? | The relevant table was constructed using the following SQL : CREATE TABLE table_25129482_1 (kitmaker VARCHAR, club VARCHAR) | SELECT kitmaker FROM table_25129482_1 WHERE club = "TPS" |
Write a SQL query that answers the following question: What is the largest capacity for a stadium? | The relevant table was constructed using the following SQL : CREATE TABLE table_25129482_1 (capacity INTEGER) | SELECT MAX(capacity) FROM table_25129482_1 |
Write a SQL query that answers the following question: Which stadium is managed by Kari Martonen? | The relevant table was constructed using the following SQL : CREATE TABLE table_25129482_1 (stadium VARCHAR, manager VARCHAR) | SELECT stadium FROM table_25129482_1 WHERE manager = "Kari Martonen" |
Write a SQL query that answers the following question: How many capacities are given for FF Jaro club? | The relevant table was constructed using the following SQL : CREATE TABLE table_25129482_1 (capacity VARCHAR, club VARCHAR) | SELECT COUNT(capacity) FROM table_25129482_1 WHERE club = "FF Jaro" |
Write a SQL query that answers the following question: How many managers for club in Turku where kitmaker is Puma? | The relevant table was constructed using the following SQL : CREATE TABLE table_25129482_1 (manager VARCHAR, kitmaker VARCHAR, location VARCHAR) | SELECT COUNT(manager) FROM table_25129482_1 WHERE kitmaker = "Puma" AND location = "Turku" |
Write a SQL query that answers the following question: How many times was episode 5 in the series aired on Fox int.? | The relevant table was constructed using the following SQL : CREATE TABLE table_25131572_2 (fox_int_channels_air_date VARCHAR, series__number VARCHAR) | SELECT COUNT(fox_int_channels_air_date) FROM table_25131572_2 WHERE series__number = 5 |
Write a SQL query that answers the following question: What was the qualifying score of the competition whose final score was 12.200? | The relevant table was constructed using the following SQL : CREATE TABLE table_25143284_1 (score_qualifying VARCHAR, score_final VARCHAR) | SELECT score_qualifying FROM table_25143284_1 WHERE score_final = "12.200" |
Write a SQL query that answers the following question: Where was the competition with a qualifying score of 58.425? | The relevant table was constructed using the following SQL : CREATE TABLE table_25143284_1 (location VARCHAR, score_qualifying VARCHAR) | SELECT location FROM table_25143284_1 WHERE score_qualifying = "58.425" |
Write a SQL query that answers the following question: How many competitions had a final score of 15.650? | The relevant table was constructed using the following SQL : CREATE TABLE table_25143284_1 (competition_description VARCHAR, score_final VARCHAR) | SELECT COUNT(competition_description) FROM table_25143284_1 WHERE score_final = "15.650" |
Write a SQL query that answers the following question: In what year was the score 7–5, 7–6 (7–5)? | The relevant table was constructed using the following SQL : CREATE TABLE table_2516282_3 (year VARCHAR, score VARCHAR) | SELECT year FROM table_2516282_3 WHERE score = "7–5, 7–6 (7–5)" |
Write a SQL query that answers the following question: When the opponent was Yan Zi Jie Zheng, what was the outcome? | The relevant table was constructed using the following SQL : CREATE TABLE table_2516282_3 (outcome VARCHAR, opponents VARCHAR) | SELECT outcome FROM table_2516282_3 WHERE opponents = "Yan Zi Jie Zheng" |
Write a SQL query that answers the following question: In the year 2013, what was the outcome? | The relevant table was constructed using the following SQL : CREATE TABLE table_2516282_3 (outcome VARCHAR, year VARCHAR) | SELECT outcome FROM table_2516282_3 WHERE year = 2013 |
Write a SQL query that answers the following question: Who was the partner when the score was 7–5, 7–6 (7–5)? | The relevant table was constructed using the following SQL : CREATE TABLE table_2516282_3 (partner VARCHAR, score VARCHAR) | SELECT partner FROM table_2516282_3 WHERE score = "7–5, 7–6 (7–5)" |
Write a SQL query that answers the following question: When the surface was Hard (i), what was the score? | The relevant table was constructed using the following SQL : CREATE TABLE table_2516282_3 (score VARCHAR, surface VARCHAR) | SELECT score FROM table_2516282_3 WHERE surface = "Hard (i)" |
Write a SQL query that answers the following question: In which championship was the partner Jie Zheng? | The relevant table was constructed using the following SQL : CREATE TABLE table_2516282_3 (championship VARCHAR, partner VARCHAR) | SELECT championship FROM table_2516282_3 WHERE partner = "Jie Zheng" |
Write a SQL query that answers the following question: What are the number of points for associated with exactly 3 stolen ends? | The relevant table was constructed using the following SQL : CREATE TABLE table_25176088_2 (pf VARCHAR, stolen_ends VARCHAR) | SELECT COUNT(pf) FROM table_25176088_2 WHERE stolen_ends = 3 |
Write a SQL query that answers the following question: How many position did a player took while weighing 170? | The relevant table was constructed using the following SQL : CREATE TABLE table_25177625_1 (position VARCHAR, weight VARCHAR) | SELECT COUNT(position) FROM table_25177625_1 WHERE weight = 170 |
Write a SQL query that answers the following question: What were the former schools of the player from East Brunswick, NJ? | The relevant table was constructed using the following SQL : CREATE TABLE table_25177625_1 (former_school VARCHAR, hometown VARCHAR) | SELECT former_school FROM table_25177625_1 WHERE hometown = "East Brunswick, NJ" |
Write a SQL query that answers the following question: What was the height of this Freshman with a forward position? | The relevant table was constructed using the following SQL : CREATE TABLE table_25177625_1 (height VARCHAR, position VARCHAR, year VARCHAR) | SELECT height FROM table_25177625_1 WHERE position = "Forward" AND year = "Freshman" |
Write a SQL query that answers the following question: If the date of birth is 1961-08-09 9 august 1961, what is the start date of (first) term? | The relevant table was constructed using the following SQL : CREATE TABLE table_25182437_1 (start_date_of__first__term VARCHAR, date_of_birth VARCHAR) | SELECT start_date_of__first__term FROM table_25182437_1 WHERE date_of_birth = "1961-08-09 9 August 1961" |
Write a SQL query that answers the following question: If the prime minister is Palmer, Geoffrey Geoffrey Palmer, what is the end date of (final) term? | The relevant table was constructed using the following SQL : CREATE TABLE table_25182437_1 (end_date_of__final__term VARCHAR, prime_minister VARCHAR) | SELECT end_date_of__final__term FROM table_25182437_1 WHERE prime_minister = "Palmer, Geoffrey Geoffrey Palmer" |
Write a SQL query that answers the following question: What is the population if the city is Gilroy? | The relevant table was constructed using the following SQL : CREATE TABLE table_25200461_9 (population VARCHAR, city VARCHAR) | SELECT population FROM table_25200461_9 WHERE city = "Gilroy" |
Write a SQL query that answers the following question: If Democratic is 42.5%, what is the city? | The relevant table was constructed using the following SQL : CREATE TABLE table_25200461_9 (city VARCHAR, democratic VARCHAR) | SELECT city FROM table_25200461_9 WHERE democratic = "42.5%" |
Write a SQL query that answers the following question: If the registered voters is 66.8%, what is the minimum population? | The relevant table was constructed using the following SQL : CREATE TABLE table_25200461_9 (population INTEGER, registered_voters VARCHAR) | SELECT MIN(population) FROM table_25200461_9 WHERE registered_voters = "66.8%" |
Write a SQL query that answers the following question: What is the other is the city is Los Gatos? | The relevant table was constructed using the following SQL : CREATE TABLE table_25200461_9 (other VARCHAR, city VARCHAR) | SELECT other FROM table_25200461_9 WHERE city = "Los Gatos" |
Write a SQL query that answers the following question: What is the d-r spread if the no party preference is 31.8%? | The relevant table was constructed using the following SQL : CREATE TABLE table_25200461_9 (d_r_spread VARCHAR, no_party_preference VARCHAR) | SELECT d_r_spread FROM table_25200461_9 WHERE no_party_preference = "31.8%" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.