instruction stringlengths 67 299 | input stringlengths 88 550 | output stringlengths 32 484 |
|---|---|---|
Write a SQL query that answers the following question: What was the score of the game in which Danny Granger (30) did the high points? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756164_2 (score VARCHAR, high_points VARCHAR) | SELECT score FROM table_27756164_2 WHERE high_points = "Danny Granger (30)" |
Write a SQL query that answers the following question: Who scored the most points when the Bucks played against Houston? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756014_6 (high_points VARCHAR, team VARCHAR) | SELECT high_points FROM table_27756014_6 WHERE team = "Houston" |
Write a SQL query that answers the following question: What date was game number 22 on? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756014_6 (date VARCHAR, game VARCHAR) | SELECT date FROM table_27756014_6 WHERE game = 22 |
Write a SQL query that answers the following question: How many people scored the most points during the game on December 10? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756014_6 (high_points VARCHAR, date VARCHAR) | SELECT COUNT(high_points) FROM table_27756014_6 WHERE date = "December 10" |
Write a SQL query that answers the following question: When the team is chicago what is the location attendence? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756164_8 (location_attendance VARCHAR, team VARCHAR) | SELECT location_attendance FROM table_27756164_8 WHERE team = "Chicago" |
Write a SQL query that answers the following question: What is the score when the team is Orlando? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756164_8 (score VARCHAR, team VARCHAR) | SELECT COUNT(score) FROM table_27756164_8 WHERE team = "Orlando" |
Write a SQL query that answers the following question: What was the score in the game on March 26? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756572_10 (score VARCHAR, date VARCHAR) | SELECT score FROM table_27756572_10 WHERE date = "March 26" |
Write a SQL query that answers the following question: What was the record when the Clippers played Philadelphia? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756572_10 (record VARCHAR, team VARCHAR) | SELECT record FROM table_27756572_10 WHERE team = "Philadelphia" |
Write a SQL query that answers the following question: What location and attendance were there for game 5? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756474_2 (location_attendance VARCHAR, game VARCHAR) | SELECT location_attendance FROM table_27756474_2 WHERE game = 5 |
Write a SQL query that answers the following question: Which game did rudy gay (12) have the highest points? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756474_2 (game VARCHAR, high_points VARCHAR) | SELECT game FROM table_27756474_2 WHERE high_points = "Rudy Gay (12)" |
Write a SQL query that answers the following question: How many high assists where there for the team of caja laboral? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756474_2 (high_assists VARCHAR, team VARCHAR) | SELECT COUNT(high_assists) FROM table_27756474_2 WHERE team = "Caja Laboral" |
Write a SQL query that answers the following question: Which game did marc gasol (10) have the high rebounds? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756474_2 (game VARCHAR, high_rebounds VARCHAR) | SELECT game FROM table_27756474_2 WHERE high_rebounds = "Marc Gasol (10)" |
Write a SQL query that answers the following question: Who had the high assists on october 6? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756474_2 (high_assists VARCHAR, date VARCHAR) | SELECT high_assists FROM table_27756474_2 WHERE date = "October 6" |
Write a SQL query that answers the following question: Name the total number of high assists for fedexforum 11,283 | The relevant table was constructed using the following SQL : CREATE TABLE table_27756474_6 (high_assists VARCHAR, location_attendance VARCHAR) | SELECT COUNT(high_assists) FROM table_27756474_6 WHERE location_attendance = "FedExForum 11,283" |
Write a SQL query that answers the following question: Name the most game for us airways center 16,470 | The relevant table was constructed using the following SQL : CREATE TABLE table_27756474_6 (game INTEGER, location_attendance VARCHAR) | SELECT MIN(game) FROM table_27756474_6 WHERE location_attendance = "US Airways Center 16,470" |
Write a SQL query that answers the following question: Who and what were the high points player for the game against Detroit? | The relevant table was constructed using the following SQL : CREATE TABLE table_27756572_6 (high_points VARCHAR, team VARCHAR) | SELECT high_points FROM table_27756572_6 WHERE team = "Detroit" |
Write a SQL query that answers the following question: How many times did the Centurions play the Rhein Fire? | The relevant table was constructed using the following SQL : CREATE TABLE table_27764201_2 (game_site VARCHAR, opponent VARCHAR) | SELECT COUNT(game_site) FROM table_27764201_2 WHERE opponent = "Rhein Fire" |
Write a SQL query that answers the following question: Where did the Centurions play the Hamburg Sea Devils? | The relevant table was constructed using the following SQL : CREATE TABLE table_27764201_2 (game_site VARCHAR, opponent VARCHAR) | SELECT game_site FROM table_27764201_2 WHERE opponent = "Hamburg Sea Devils" |
Write a SQL query that answers the following question: What time was the kickoff against the Frankfurt Galaxy? | The relevant table was constructed using the following SQL : CREATE TABLE table_27764201_2 (kickoff VARCHAR, opponent VARCHAR) | SELECT kickoff FROM table_27764201_2 WHERE opponent = "Frankfurt Galaxy" |
Write a SQL query that answers the following question: How many total catches did the player with no. 46 have? | The relevant table was constructed using the following SQL : CREATE TABLE table_27770426_1 (catches VARCHAR, no VARCHAR) | SELECT COUNT(catches) FROM table_27770426_1 WHERE no = 46 |
Write a SQL query that answers the following question: How did the manager who was replaced by Jakob Michelsen depart? | The relevant table was constructed using the following SQL : CREATE TABLE table_27782699_3 (manner_of_departure VARCHAR, replaced_by VARCHAR) | SELECT manner_of_departure FROM table_27782699_3 WHERE replaced_by = "Jakob Michelsen" |
Write a SQL query that answers the following question: What was the AB team's position in table? | The relevant table was constructed using the following SQL : CREATE TABLE table_27782699_3 (position_in_table VARCHAR, team VARCHAR) | SELECT position_in_table FROM table_27782699_3 WHERE team = "AB" |
Write a SQL query that answers the following question: On what date did Kim Fogh replace the previous manager? | The relevant table was constructed using the following SQL : CREATE TABLE table_27782699_3 (date_of_appointment VARCHAR, replaced_by VARCHAR) | SELECT date_of_appointment FROM table_27782699_3 WHERE replaced_by = "Kim Fogh" |
Write a SQL query that answers the following question: What was the vacancy date for Thomas Thomasberg? | The relevant table was constructed using the following SQL : CREATE TABLE table_27782699_3 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR) | SELECT date_of_vacancy FROM table_27782699_3 WHERE outgoing_manager = "Thomas Thomasberg" |
Write a SQL query that answers the following question: Which manager was replaced by Thomas Thomasberg? | The relevant table was constructed using the following SQL : CREATE TABLE table_27782699_3 (outgoing_manager VARCHAR, replaced_by VARCHAR) | SELECT outgoing_manager FROM table_27782699_3 WHERE replaced_by = "Thomas Thomasberg" |
Write a SQL query that answers the following question: How many total dismissals did the player for Guyana have? | The relevant table was constructed using the following SQL : CREATE TABLE table_27771406_1 (total_dismissals INTEGER, club VARCHAR) | SELECT MAX(total_dismissals) FROM table_27771406_1 WHERE club = "Guyana" |
Write a SQL query that answers the following question: The player for what club had 2 tests? | The relevant table was constructed using the following SQL : CREATE TABLE table_27771406_1 (club VARCHAR, tests VARCHAR) | SELECT club FROM table_27771406_1 WHERE tests = 2 |
Write a SQL query that answers the following question: What is the most amount of stumpings any player had? | The relevant table was constructed using the following SQL : CREATE TABLE table_27771406_1 (stumpings INTEGER) | SELECT MAX(stumpings) FROM table_27771406_1 |
Write a SQL query that answers the following question: What club did Cyril Christiani play for? | The relevant table was constructed using the following SQL : CREATE TABLE table_27771406_1 (club VARCHAR, player VARCHAR) | SELECT club FROM table_27771406_1 WHERE player = "Cyril Christiani" |
Write a SQL query that answers the following question: How many catches did Clifford McWatt have? | The relevant table was constructed using the following SQL : CREATE TABLE table_27771406_1 (catches INTEGER, player VARCHAR) | SELECT MIN(catches) FROM table_27771406_1 WHERE player = "Clifford McWatt" |
Write a SQL query that answers the following question: Name the points for top tens being 24 and ownder david pearson | The relevant table was constructed using the following SQL : CREATE TABLE table_27786562_1 (points__margin_ VARCHAR, top_tens VARCHAR, owner VARCHAR) | SELECT points__margin_ FROM table_27786562_1 WHERE top_tens = 24 AND owner = "David Pearson" |
Write a SQL query that answers the following question: Name the starts for bobby labonte | The relevant table was constructed using the following SQL : CREATE TABLE table_27786562_1 (starts VARCHAR, driver VARCHAR) | SELECT starts FROM table_27786562_1 WHERE driver = "Bobby Labonte" |
Write a SQL query that answers the following question: Name the poles for season 2006 | The relevant table was constructed using the following SQL : CREATE TABLE table_27786562_1 (poles VARCHAR, season VARCHAR) | SELECT poles FROM table_27786562_1 WHERE season = 2006 |
Write a SQL query that answers the following question: What was the production code of the episode no. 55 in the series? | The relevant table was constructed using the following SQL : CREATE TABLE table_27776266_1 (production_code VARCHAR, no_in_series VARCHAR) | SELECT production_code FROM table_27776266_1 WHERE no_in_series = 55 |
Write a SQL query that answers the following question: What was the production code of the episode with an audience of 14.79 million in the US? | The relevant table was constructed using the following SQL : CREATE TABLE table_27776266_1 (production_code VARCHAR, us_viewers__million_ VARCHAR) | SELECT production_code FROM table_27776266_1 WHERE us_viewers__million_ = "14.79" |
Write a SQL query that answers the following question: Who directed the episode with an audience of 14.11 million? | The relevant table was constructed using the following SQL : CREATE TABLE table_27776266_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | SELECT directed_by FROM table_27776266_1 WHERE us_viewers__million_ = "14.11" |
Write a SQL query that answers the following question: What was the title of the episode with a production code of 3x6404? | The relevant table was constructed using the following SQL : CREATE TABLE table_27776266_1 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_27776266_1 WHERE production_code = "3X6404" |
Write a SQL query that answers the following question: Which school players have a number of 255 | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_10 (college_junior_club_team VARCHAR, pick VARCHAR) | SELECT college_junior_club_team FROM table_2781227_10 WHERE pick = 255 |
Write a SQL query that answers the following question: what educational institute does wes swinson attend | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_10 (college_junior_club_team VARCHAR, player VARCHAR) | SELECT college_junior_club_team FROM table_2781227_10 WHERE player = "Wes Swinson" |
Write a SQL query that answers the following question: which part on the team does rick schuhwerk play | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_10 (position VARCHAR, player VARCHAR) | SELECT position FROM table_2781227_10 WHERE player = "Rick Schuhwerk" |
Write a SQL query that answers the following question: For college/junior/club team is brandon wheat kings (whl) mention all the player name | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_4 (player VARCHAR, college_junior_club_team VARCHAR) | SELECT player FROM table_2781227_4 WHERE college_junior_club_team = "Brandon Wheat Kings (WHL)" |
Write a SQL query that answers the following question: For player is jamal mayers mention the minimum pick | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_4 (pick INTEGER, player VARCHAR) | SELECT MIN(pick) FROM table_2781227_4 WHERE player = "Jamal Mayers" |
Write a SQL query that answers the following question: For player is john jakopin mention the total number of position | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_4 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_2781227_4 WHERE player = "John Jakopin" |
Write a SQL query that answers the following question: For nhl team is san jose sharks mention all the college/junior/club team | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_4 (college_junior_club_team VARCHAR, nhl_team VARCHAR) | SELECT college_junior_club_team FROM table_2781227_4 WHERE nhl_team = "San Jose Sharks" |
Write a SQL query that answers the following question: For player is adam wiesel mention all the college/junior/club team | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_4 (college_junior_club_team VARCHAR, player VARCHAR) | SELECT college_junior_club_team FROM table_2781227_4 WHERE player = "Adam Wiesel" |
Write a SQL query that answers the following question: How many values are displayed under pick for Vlastimil Kroupa? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_2 (pick VARCHAR, player VARCHAR) | SELECT COUNT(pick) FROM table_2781227_2 WHERE player = "Vlastimil Kroupa" |
Write a SQL query that answers the following question: How many positions does Janne Niinimaa play? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_2 (position VARCHAR, player VARCHAR) | SELECT COUNT(position) FROM table_2781227_2 WHERE player = "Janne Niinimaa" |
Write a SQL query that answers the following question: How many teams does Lee Sorochan play for? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_2 (college_junior_club_team VARCHAR, player VARCHAR) | SELECT COUNT(college_junior_club_team) FROM table_2781227_2 WHERE player = "Lee Sorochan" |
Write a SQL query that answers the following question: What player belongs to the Chicago Blackhawks? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_2 (player VARCHAR, nhl_team VARCHAR) | SELECT player FROM table_2781227_2 WHERE nhl_team = "Chicago Blackhawks" |
Write a SQL query that answers the following question: How many teams does Maxim Bets play for? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_2 (nhl_team VARCHAR, player VARCHAR) | SELECT COUNT(nhl_team) FROM table_2781227_2 WHERE player = "Maxim Bets" |
Write a SQL query that answers the following question: What was the minimum pick by the Florida Panthers? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_11 (pick INTEGER, nhl_team VARCHAR) | SELECT MIN(pick) FROM table_2781227_11 WHERE nhl_team = "Florida Panthers" |
Write a SQL query that answers the following question: What NHL team picked Ryan Meade for the draft? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_7 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_2781227_7 WHERE player = "Ryan Meade" |
Write a SQL query that answers the following question: What college team did Ryan Golden come from? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_7 (college_junior_club_team VARCHAR, player VARCHAR) | SELECT college_junior_club_team FROM table_2781227_7 WHERE player = "Ryan Golden" |
Write a SQL query that answers the following question: How many different nationalities is pick number 179? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_7 (nationality VARCHAR, pick VARCHAR) | SELECT COUNT(nationality) FROM table_2781227_7 WHERE pick = 179 |
Write a SQL query that answers the following question: What college team did the pick for Pittsburgh Penguins come from? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR) | SELECT college_junior_club_team FROM table_2781227_7 WHERE nhl_team = "Pittsburgh Penguins" |
Write a SQL query that answers the following question: What NHL team picked Tom White? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_7 (nhl_team VARCHAR, player VARCHAR) | SELECT nhl_team FROM table_2781227_7 WHERE player = "Tom White" |
Write a SQL query that answers the following question: How many weeks in the top 10 was spent by a song performed by Peter Kay? | The relevant table was constructed using the following SQL : CREATE TABLE table_27813010_2 (weeks_in_top_10 INTEGER, artist VARCHAR) | SELECT MAX(weeks_in_top_10) FROM table_27813010_2 WHERE artist = "Peter Kay" |
Write a SQL query that answers the following question: How long has the longest song spent in the top 10? | The relevant table was constructed using the following SQL : CREATE TABLE table_27813010_2 (weeks_in_top_10 INTEGER) | SELECT MAX(weeks_in_top_10) FROM table_27813010_2 |
Write a SQL query that answers the following question: What college/junior/club team did dmitri gorenko play for? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_9 (college_junior_club_team VARCHAR, player VARCHAR) | SELECT college_junior_club_team FROM table_2781227_9 WHERE player = "Dmitri Gorenko" |
Write a SQL query that answers the following question: What position does krylja sovetov (russia) play? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_9 (position VARCHAR, college_junior_club_team VARCHAR) | SELECT position FROM table_2781227_9 WHERE college_junior_club_team = "Krylja Sovetov (Russia)" |
Write a SQL query that answers the following question: What position(s) does barrie moore play? | The relevant table was constructed using the following SQL : CREATE TABLE table_2781227_9 (position VARCHAR, player VARCHAR) | SELECT position FROM table_2781227_9 WHERE player = "Barrie Moore" |
Write a SQL query that answers the following question: How many pac-12 sports are shown for california polytechnic state university? | The relevant table was constructed using the following SQL : CREATE TABLE table_27816698_2 (pac_12_sports VARCHAR, institution VARCHAR) | SELECT COUNT(pac_12_sports) FROM table_27816698_2 WHERE institution = "California Polytechnic State University" |
Write a SQL query that answers the following question: When was the institution in boise, idaho founded? | The relevant table was constructed using the following SQL : CREATE TABLE table_27816698_2 (founded VARCHAR, location VARCHAR) | SELECT founded FROM table_27816698_2 WHERE location = "Boise, Idaho" |
Write a SQL query that answers the following question: Which conference did boise state university play at? | The relevant table was constructed using the following SQL : CREATE TABLE table_27816698_2 (current_conference VARCHAR, institution VARCHAR) | SELECT current_conference FROM table_27816698_2 WHERE institution = "Boise State University" |
Write a SQL query that answers the following question: When was the Titans founded? | The relevant table was constructed using the following SQL : CREATE TABLE table_27816698_2 (founded INTEGER, nickname VARCHAR) | SELECT MAX(founded) FROM table_27816698_2 WHERE nickname = "Titans" |
Write a SQL query that answers the following question: Which institution was founded in 1932? | The relevant table was constructed using the following SQL : CREATE TABLE table_27816698_2 (institution VARCHAR, founded VARCHAR) | SELECT institution FROM table_27816698_2 WHERE founded = 1932 |
Write a SQL query that answers the following question: Which institution was located in bakersfield, california? | The relevant table was constructed using the following SQL : CREATE TABLE table_27816698_2 (institution VARCHAR, location VARCHAR) | SELECT institution FROM table_27816698_2 WHERE location = "Bakersfield, California" |
Write a SQL query that answers the following question: Name the least games played for 6 points | The relevant table was constructed using the following SQL : CREATE TABLE table_27816332_2 (games_played INTEGER, total_points VARCHAR) | SELECT MIN(games_played) FROM table_27816332_2 WHERE total_points = 6 |
Write a SQL query that answers the following question: who is the manufacturer is no.50? | The relevant table was constructed using the following SQL : CREATE TABLE table_27821519_1 (manufacturer VARCHAR, no VARCHAR) | SELECT manufacturer FROM table_27821519_1 WHERE no = 50 |
Write a SQL query that answers the following question: Which episodes did Katie Palmer write? | The relevant table was constructed using the following SQL : CREATE TABLE table_27823058_1 (title VARCHAR, written_by VARCHAR) | SELECT title FROM table_27823058_1 WHERE written_by = "Katie Palmer" |
Write a SQL query that answers the following question: What's the highest series number ? | The relevant table was constructed using the following SQL : CREATE TABLE table_27823058_1 (series__number INTEGER) | SELECT MAX(series__number) FROM table_27823058_1 |
Write a SQL query that answers the following question: when changsha 長沙 is the commandery what is the commandery capital? | The relevant table was constructed using the following SQL : CREATE TABLE table_278229_1 (commandery VARCHAR) | SELECT commandery AS capital FROM table_278229_1 WHERE commandery = "Changsha 長沙" |
Write a SQL query that answers the following question: When yidu 宜都 is the commandery what is the lowest number of countries? | The relevant table was constructed using the following SQL : CREATE TABLE table_278229_1 (no_of_counties INTEGER, commandery VARCHAR) | SELECT MIN(no_of_counties) FROM table_278229_1 WHERE commandery = "Yidu 宜都" |
Write a SQL query that answers the following question: When nanhai 南海 is the commandery what is the commandery capital? | The relevant table was constructed using the following SQL : CREATE TABLE table_278229_1 (commandery VARCHAR) | SELECT commandery AS capital FROM table_278229_1 WHERE commandery = "Nanhai 南海" |
Write a SQL query that answers the following question: When gaoliang 高涼 is the commandery what is the commandery capital? | The relevant table was constructed using the following SQL : CREATE TABLE table_278229_1 (commandery VARCHAR) | SELECT commandery AS capital FROM table_278229_1 WHERE commandery = "Gaoliang 高涼" |
Write a SQL query that answers the following question: What is the title of episode number 9-10? | The relevant table was constructed using the following SQL : CREATE TABLE table_27832075_2 (title VARCHAR, episode__number VARCHAR) | SELECT title FROM table_27832075_2 WHERE episode__number = "9-10" |
Write a SQL query that answers the following question: How many million U.S. viewers wtched episode 69 of the series? | The relevant table was constructed using the following SQL : CREATE TABLE table_27832075_2 (us_viewers__millions_ VARCHAR, series__number VARCHAR) | SELECT us_viewers__millions_ FROM table_27832075_2 WHERE series__number = 69 |
Write a SQL query that answers the following question: Who directed episode number 23 in the season? | The relevant table was constructed using the following SQL : CREATE TABLE table_27832075_2 (directed_by VARCHAR, episode__number VARCHAR) | SELECT directed_by FROM table_27832075_2 WHERE episode__number = "23" |
Write a SQL query that answers the following question: What is the name of episode number 12 of the season? | The relevant table was constructed using the following SQL : CREATE TABLE table_27832075_2 (title VARCHAR, episode__number VARCHAR) | SELECT title FROM table_27832075_2 WHERE episode__number = "12" |
Write a SQL query that answers the following question: What are all the Riders whose best-conditioned horse is Basia? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833186_1 (rider_names VARCHAR, best_conditioned_horse VARCHAR) | SELECT rider_names FROM table_27833186_1 WHERE best_conditioned_horse = "Basia" |
Write a SQL query that answers the following question: What was the distance (in miles) of the championship were the winning horse was Koona? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833186_1 (distance__miles_ VARCHAR, horse_name VARCHAR) | SELECT distance__miles_ FROM table_27833186_1 WHERE horse_name = "Koona" |
Write a SQL query that answers the following question: Who were the winning riders of the championship in Euer Valley, CA and whose horse was Magic Sirocco? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833186_1 (rider_names VARCHAR, location VARCHAR, horse_name VARCHAR) | SELECT rider_names FROM table_27833186_1 WHERE location = "Euer Valley, CA" AND horse_name = "Magic Sirocco" |
Write a SQL query that answers the following question: How many different riders are there that won riding Omr Tsunami? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833186_1 (rider_names VARCHAR, horse_name VARCHAR) | SELECT COUNT(rider_names) FROM table_27833186_1 WHERE horse_name = "OMR Tsunami" |
Write a SQL query that answers the following question: What was the total distance (in miles) of the championship where the best conditioned horse was Freedom? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833186_1 (distance__miles_ VARCHAR, best_conditioned_horse VARCHAR) | SELECT distance__miles_ FROM table_27833186_1 WHERE best_conditioned_horse = "Freedom" |
Write a SQL query that answers the following question: How many series numbers are there when there were 15.8 u.s. viewers (millions)? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833469_1 (series__number VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(series__number) FROM table_27833469_1 WHERE us_viewers__millions_ = "15.8" |
Write a SQL query that answers the following question: What is the title of the episode number 11 of the season? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833469_1 (title VARCHAR, season__number VARCHAR) | SELECT title FROM table_27833469_1 WHERE season__number = "11" |
Write a SQL query that answers the following question: What is the series number for the episode number 10 of the season? | The relevant table was constructed using the following SQL : CREATE TABLE table_27833469_1 (series__number VARCHAR, season__number VARCHAR) | SELECT series__number FROM table_27833469_1 WHERE season__number = "10" |
Write a SQL query that answers the following question: What are the the approximate translations when the Morphological Category is 1st. plur. perfect? | The relevant table was constructed using the following SQL : CREATE TABLE table_2784232_1 (approximate_translation VARCHAR, morphological_category VARCHAR) | SELECT approximate_translation FROM table_2784232_1 WHERE morphological_category = "1st. plur. perfect" |
Write a SQL query that answers the following question: What are the approximate translations when the morphological category is masc. sing. active participle? | The relevant table was constructed using the following SQL : CREATE TABLE table_2784232_1 (approximate_translation VARCHAR, morphological_category VARCHAR) | SELECT approximate_translation FROM table_2784232_1 WHERE morphological_category = "masc. sing. active participle" |
Write a SQL query that answers the following question: How many hebrew forms are there for the arabic form yuktibu يكتب? | The relevant table was constructed using the following SQL : CREATE TABLE table_2784232_1 (hebrew_form VARCHAR, arabic_form VARCHAR) | SELECT COUNT(hebrew_form) FROM table_2784232_1 WHERE arabic_form = "yuktibu يكتب" |
Write a SQL query that answers the following question: How many Arabic forms are there for the 1st. plur. perfect category? | The relevant table was constructed using the following SQL : CREATE TABLE table_2784232_1 (arabic_form VARCHAR, morphological_category VARCHAR) | SELECT COUNT(arabic_form) FROM table_2784232_1 WHERE morphological_category = "1st. plur. perfect" |
Write a SQL query that answers the following question: How many were the viewers (in millions) of the series no. 45? | The relevant table was constructed using the following SQL : CREATE TABLE table_27847088_1 (viewers__millions_ VARCHAR, series_no VARCHAR) | SELECT viewers__millions_ FROM table_27847088_1 WHERE series_no = 45 |
Write a SQL query that answers the following question: How many games did UCLA's baseball team win with a score 7-6 during May of 2010? | The relevant table was constructed using the following SQL : CREATE TABLE table_27862483_4 (opponent VARCHAR, score VARCHAR) | SELECT COUNT(opponent) FROM table_27862483_4 WHERE score = "7-6" |
Write a SQL query that answers the following question: How many wins are listed when the first title is 2004? | The relevant table was constructed using the following SQL : CREATE TABLE table_27864661_6 (total_wins VARCHAR, first_title VARCHAR) | SELECT total_wins FROM table_27864661_6 WHERE first_title = 2004 |
Write a SQL query that answers the following question: Which network was located in Illinois? | The relevant table was constructed using the following SQL : CREATE TABLE table_27871460_2 (network VARCHAR, state_or_territory VARCHAR) | SELECT network FROM table_27871460_2 WHERE state_or_territory = "Illinois" |
Write a SQL query that answers the following question: What is the highest channel number? | The relevant table was constructed using the following SQL : CREATE TABLE table_27871460_2 (channel_number INTEGER) | SELECT MAX(channel_number) FROM table_27871460_2 |
Write a SQL query that answers the following question: Which state or territory had a channel number of exactly 7? | The relevant table was constructed using the following SQL : CREATE TABLE table_27871460_2 (state_or_territory VARCHAR, channel_number VARCHAR) | SELECT state_or_territory FROM table_27871460_2 WHERE channel_number = 7 |
Write a SQL query that answers the following question: Name the date for omni coliseum 10,330 | The relevant table was constructed using the following SQL : CREATE TABLE table_27882867_4 (date VARCHAR, location_attendance VARCHAR) | SELECT date FROM table_27882867_4 WHERE location_attendance = "Omni Coliseum 10,330" |
Write a SQL query that answers the following question: Name the location attendance for 3 game | The relevant table was constructed using the following SQL : CREATE TABLE table_27882867_4 (location_attendance VARCHAR, game VARCHAR) | SELECT location_attendance FROM table_27882867_4 WHERE game = 3 |
Write a SQL query that answers the following question: Name the location attendance for l 93-105 | The relevant table was constructed using the following SQL : CREATE TABLE table_27882867_4 (location_attendance VARCHAR, score VARCHAR) | SELECT location_attendance FROM table_27882867_4 WHERE score = "L 93-105" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.