output stringlengths 18 557 | instruction stringlengths 22 540 |
|---|---|
SELECT bonus_points FROM table_27293285_2 WHERE lost = "18" | CREATE TABLE table_27293285_2 (bonus_points VARCHAR, lost VARCHAR), How many bonus points did the club who had 18 losses have? |
SELECT points_for FROM table_27293285_2 WHERE club = "Munster" | CREATE TABLE table_27293285_2 (points_for VARCHAR, club VARCHAR), How many points for did Munster have? |
SELECT points_against FROM table_27293285_2 WHERE points_for = "353" | CREATE TABLE table_27293285_2 (points_against VARCHAR, points_for VARCHAR), How many points against did the club who had 353 points for have? |
SELECT team FROM table_27312918_5 WHERE game = 4 | CREATE TABLE table_27312918_5 (team VARCHAR, game VARCHAR), What was the team the Suns played against in game number 4? |
SELECT high_points FROM table_27312918_5 WHERE game = 5 | CREATE TABLE table_27312918_5 (high_points VARCHAR, game VARCHAR), Who got the most points in game number 5? |
SELECT default_desktop_environment FROM table_27329061_2 WHERE code_base = "Ubuntu 8.04" AND edition = "Fluxbox CE" | CREATE TABLE table_27329061_2 (default_desktop_environment VARCHAR, code_base VARCHAR, edition VARCHAR), What is the default desktop environment when the code base is ubuntu 8.04 and edition is fluxbox ce? |
SELECT compatible_repository FROM table_27329061_2 WHERE version = "Old version, no longer supported: 9" AND default_desktop_environment = "LXDE" | CREATE TABLE table_27329061_2 (compatible_repository VARCHAR, version VARCHAR, default_desktop_environment VARCHAR), What is the compatible repository when the version is old version, no longer supported: 9 and default desktop environment is lxde? |
SELECT codename FROM table_27329061_2 WHERE code_base = "Ubuntu 8.04" AND edition = "Fluxbox CE" | CREATE TABLE table_27329061_2 (codename VARCHAR, code_base VARCHAR, edition VARCHAR), What is the the codename when the code base is ubuntu 8.04 and the edition is fluxbox ce? |
SELECT default_desktop_environment FROM table_27329061_2 WHERE edition = "KDE" AND compatible_repository = "Ubuntu 13.04" | CREATE TABLE table_27329061_2 (default_desktop_environment VARCHAR, edition VARCHAR, compatible_repository VARCHAR), What is the default desktop environment when the edition is kde and the compatible repository is ubuntu 13.04? |
SELECT version FROM table_27329061_2 WHERE codename = "Ada" | CREATE TABLE table_27329061_2 (version VARCHAR, codename VARCHAR), What is the version when the codename is ada? |
SELECT version FROM table_27329061_2 WHERE compatible_repository = "Xubuntu 10.04" | CREATE TABLE table_27329061_2 (version VARCHAR, compatible_repository VARCHAR), What is the version when the compatible reposityory is xubuntu 10.04 |
SELECT MAX(population__2001_) FROM table_27366772_3 | CREATE TABLE table_27366772_3 (population__2001_ INTEGER), What is the highest population in 2001? |
SELECT district FROM table_27366772_3 WHERE armenian = "Քանաքեր-Զեյթուն" | CREATE TABLE table_27366772_3 (district VARCHAR, armenian VARCHAR), What district is known in Armenian as քանաքեր-զեյթուն? |
SELECT armenian FROM table_27366772_3 WHERE area__km²_ = "8.37" | CREATE TABLE table_27366772_3 (armenian VARCHAR, area__km²_ VARCHAR), What is the Armenian name of the district that is 8.37 km² large? |
SELECT soccer_stadium FROM table_27369069_1 WHERE province = "NL" | CREATE TABLE table_27369069_1 (soccer_stadium VARCHAR, province VARCHAR), What is the name of the soccer stadium in NL providence? |
SELECT province FROM table_27369069_1 WHERE founded = 2005 | CREATE TABLE table_27369069_1 (province VARCHAR, founded VARCHAR), which providence's soccer stadium was founded in 2005? |
SELECT varsity_name FROM table_27369069_1 WHERE city = "Charlottetown" | CREATE TABLE table_27369069_1 (varsity_name VARCHAR, city VARCHAR), What is the team mascot for the soccer team in Charlottetown? |
SELECT province FROM table_27369069_1 WHERE stadium_capacity = "4,000" | CREATE TABLE table_27369069_1 (province VARCHAR, stadium_capacity VARCHAR), Which province has the soccer stadium that holds 4,000 people? |
SELECT university FROM table_27369069_1 WHERE soccer_stadium = "Moncton Stadium" | CREATE TABLE table_27369069_1 (university VARCHAR, soccer_stadium VARCHAR), Which University's soccer stadium in named Moncton Stadium? |
SELECT current_womens_lacrosse_conference FROM table_27378582_1 WHERE enrollment = 6000 | CREATE TABLE table_27378582_1 (current_womens_lacrosse_conference VARCHAR, enrollment VARCHAR), Name the current womens lacrosse conference for 6000 enrollment |
SELECT city FROM table_27378582_1 WHERE enrollment = 19900 | CREATE TABLE table_27378582_1 (city VARCHAR, enrollment VARCHAR), Name the city for enrollment being 19900 |
SELECT current_womens_lacrosse_conference FROM table_27378582_1 WHERE nickname = "Bison" | CREATE TABLE table_27378582_1 (current_womens_lacrosse_conference VARCHAR, nickname VARCHAR), Name the current womens lacrosse conference for bison |
SELECT MAX(founded) FROM table_27378582_1 WHERE nickname = "Bison" | CREATE TABLE table_27378582_1 (founded INTEGER, nickname VARCHAR), Name the most founded for bison |
SELECT MAX(weeks_at__number1) FROM table_27441210_12 WHERE artist = "K.Maro" | CREATE TABLE table_27441210_12 (weeks_at__number1 INTEGER, artist VARCHAR), How many weeks was K.Maro at #1? |
SELECT MAX(weeks_at__number1) FROM table_27441210_12 WHERE country = "France" | CREATE TABLE table_27441210_12 (weeks_at__number1 INTEGER, country VARCHAR), How many weeks was France at #1? |
SELECT number_one_single_s_ FROM table_27441210_20 WHERE weeks_at__number1 = 5 | CREATE TABLE table_27441210_20 (number_one_single_s_ VARCHAR, weeks_at__number1 VARCHAR), Name the number one singles for week 1 being 5 |
SELECT number_one_single_s_ FROM table_27441210_5 WHERE artist = "Desvarieux, Jacob" | CREATE TABLE table_27441210_5 (number_one_single_s_ VARCHAR, artist VARCHAR), Name the number one singles for desvarieux, jacob |
SELECT MIN(weeks_at__number1) FROM table_27441210_5 WHERE year = 1988 | CREATE TABLE table_27441210_5 (weeks_at__number1 INTEGER, year VARCHAR), Name the least weeks at number 1 for 1988 |
SELECT title FROM table_27450976_1 WHERE written_by = "Scott M. Gimple" | CREATE TABLE table_27450976_1 (title VARCHAR, written_by VARCHAR), What is the name of the episode that was written by Scott M. Gimple? |
SELECT title FROM table_27450976_1 WHERE production_code = "2J5504" | CREATE TABLE table_27450976_1 (title VARCHAR, production_code VARCHAR), What is the title of the episode with a production code of 2j5504? |
SELECT COUNT(written_by) FROM table_27450976_1 WHERE production_code = "2J5507" | CREATE TABLE table_27450976_1 (written_by VARCHAR, production_code VARCHAR), How many people wrote the episode with a production code of 2j5507? |
SELECT MAX(no_in_series) FROM table_27491610_2 WHERE directed_by = "Skip Sudduth" | CREATE TABLE table_27491610_2 (no_in_series INTEGER, directed_by VARCHAR), What was the latest number in series that was directed by Skip Sudduth? |
SELECT no_in_season FROM table_27491610_2 WHERE us_viewers__millions_ = "10.18" | CREATE TABLE table_27491610_2 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR), What number in season had 10.18 million US viewers? |
SELECT original_air_date FROM table_27491610_2 WHERE directed_by = "Alex Zakrzewski" | CREATE TABLE table_27491610_2 (original_air_date VARCHAR, directed_by VARCHAR), What was the original air date of the episode that was directed by Alex Zakrzewski? |
SELECT MAX(no_in_season) FROM table_27491610_2 WHERE no_in_series = 141 | CREATE TABLE table_27491610_2 (no_in_season INTEGER, no_in_series VARCHAR), What number in season is number 141 in series? |
SELECT formed_from FROM table_275023_1 WHERE province = "New Plymouth" | CREATE TABLE table_275023_1 (formed_from VARCHAR, province VARCHAR), What province was New Plymouth formed from? |
SELECT reason FROM table_275023_1 WHERE province = "Otago" | CREATE TABLE table_275023_1 (reason VARCHAR, province VARCHAR), Why was Otago formed? |
SELECT province FROM table_275023_1 WHERE formed_from = "New Munster" | CREATE TABLE table_275023_1 (province VARCHAR, formed_from VARCHAR), What provinces were formed from New Munster? |
SELECT COUNT(formed_date) FROM table_275023_1 WHERE province = "Wellington" | CREATE TABLE table_275023_1 (formed_date VARCHAR, province VARCHAR), How many provinces are named Wellington? |
SELECT january FROM table_27537870_6 WHERE decision = "Lalime" | CREATE TABLE table_27537870_6 (january VARCHAR, decision VARCHAR), If the decision was by Lalime, when in January was it made? |
SELECT MAX(game) FROM table_27537870_6 WHERE january = 21 | CREATE TABLE table_27537870_6 (game INTEGER, january VARCHAR), If the game was on January 21, which game was it? |
SELECT decision FROM table_27537870_6 WHERE score = "5-3" | CREATE TABLE table_27537870_6 (decision VARCHAR, score VARCHAR), If the score is 5-3, who made the decision? |
SELECT record FROM table_27537870_6 WHERE opponent = "Philadelphia Flyers" | CREATE TABLE table_27537870_6 (record VARCHAR, opponent VARCHAR), If the opponent was the Philadelphia flyers, what was the record? |
SELECT opponent FROM table_27537870_6 WHERE record = "22-21-5" | CREATE TABLE table_27537870_6 (opponent VARCHAR, record VARCHAR), If the record was 22-21-5, who was the opponent? |
SELECT location_attendance FROM table_27537870_6 WHERE opponent = "@ Boston Bruins" | CREATE TABLE table_27537870_6 (location_attendance VARCHAR, opponent VARCHAR), If the opponent was @ Boston Bruins, what was the Location/Attendance? |
SELECT MAX(february) FROM table_27539535_7 WHERE record = "17-29-7" | CREATE TABLE table_27539535_7 (february INTEGER, record VARCHAR), What day in February was the team 17-29-7? |
SELECT record FROM table_27539535_7 WHERE opponent = "Ottawa Senators" | CREATE TABLE table_27539535_7 (record VARCHAR, opponent VARCHAR), What was the teams record when they played the ottawa senators? |
SELECT record FROM table_27539535_7 WHERE february = 1 | CREATE TABLE table_27539535_7 (record VARCHAR, february VARCHAR), What was the team's rcord on february 1? |
SELECT february FROM table_27539535_7 WHERE opponent = "Boston Bruins" | CREATE TABLE table_27539535_7 (february VARCHAR, opponent VARCHAR), What day in February did the team play the boston bruins? |
SELECT season FROM table_27571406_1 WHERE team_name = "Pons Racing" | CREATE TABLE table_27571406_1 (season VARCHAR, team_name VARCHAR), In what season did Pons Racing compete? |
SELECT f_laps FROM table_27571406_1 WHERE podiums = 8 | CREATE TABLE table_27571406_1 (f_laps VARCHAR, podiums VARCHAR), What's the f/laps count for the team with 8 podiums? |
SELECT MIN(stage) FROM table_275506_1 WHERE yellow_jersey = "Ronan Pensec" | CREATE TABLE table_275506_1 (stage INTEGER, yellow_jersey VARCHAR), What is the lowest stage when the yellow jersey is Ronan Pensec? |
SELECT yellow_jersey FROM table_275506_1 WHERE distance__km_ = "125" | CREATE TABLE table_275506_1 (yellow_jersey VARCHAR, distance__km_ VARCHAR), What is every yellow jersey entry for the distance 125? |
SELECT stage AS winner FROM table_275506_1 WHERE distance__km_ = "162.5" | CREATE TABLE table_275506_1 (stage VARCHAR, distance__km_ VARCHAR), Who is every stage winner at the distance of 162.5? |
SELECT COUNT(start_of_stage) FROM table_275506_1 WHERE year = "2006" | CREATE TABLE table_275506_1 (start_of_stage VARCHAR, year VARCHAR), How many entries for start of stage occur in the year 2006? |
SELECT power__kw_ FROM table_27588823_2 WHERE callsign = "DWZF" | CREATE TABLE table_27588823_2 (power__kw_ VARCHAR, callsign VARCHAR), How much power does dwzf have? |
SELECT branding FROM table_27588823_2 WHERE callsign = "DYPV" | CREATE TABLE table_27588823_2 (branding VARCHAR, callsign VARCHAR), What is the branding for callsign dypv? |
SELECT branding FROM table_27588823_2 WHERE location = "San Jose Del Monte" | CREATE TABLE table_27588823_2 (branding VARCHAR, location VARCHAR), What is the branding for the station located in san jose del monte? |
SELECT COUNT(callsign) FROM table_27588823_2 WHERE location = "Masinloc, Zambales" | CREATE TABLE table_27588823_2 (callsign VARCHAR, location VARCHAR), How many call signs does the location masinloc, zambales have? |
SELECT frequency FROM table_27588823_2 WHERE location = "Polangui, Albay" | CREATE TABLE table_27588823_2 (frequency VARCHAR, location VARCHAR), What is the frequency of the station located in polangui, albay? |
SELECT points_classification FROM table_27573848_18 WHERE general_classification = "Fabian Cancellara" AND mountains_classification = "Mathias Frank" | CREATE TABLE table_27573848_18 (points_classification VARCHAR, general_classification VARCHAR, mountains_classification VARCHAR), If the mountains classification is Mathias Frank, and the General Classification is Fabian Cancellara, what is the Points classification? |
SELECT general_classification FROM table_27573848_18 WHERE points_classification = "Marco Marcato" AND stage < 5.0 | CREATE TABLE table_27573848_18 (general_classification VARCHAR, points_classification VARCHAR, stage VARCHAR), If the stage is smaller than 5.0, and the points classification is by Marco Marcato, who is the General classification by? |
SELECT COUNT(general_classification) FROM table_27573848_18 WHERE stage = 5 | CREATE TABLE table_27573848_18 (general_classification VARCHAR, stage VARCHAR), How many different people had a General Classification on Stage 5? |
SELECT COUNT(mountains_classification) FROM table_27573848_18 WHERE winner = "Robert Gesink" | CREATE TABLE table_27573848_18 (mountains_classification VARCHAR, winner VARCHAR), How many times was Robert Gesink a winner? |
SELECT mountains_classification FROM table_27573848_18 WHERE winner = "Rui Costa" | CREATE TABLE table_27573848_18 (mountains_classification VARCHAR, winner VARCHAR), If the winner is Rui Costa, who made the mountains classification? |
SELECT points FROM table_27603010_14 WHERE team__number1 = "Junior" | CREATE TABLE table_27603010_14 (points VARCHAR, team__number1 VARCHAR), What was Team 1 Junior's points? |
SELECT 2 AS nd_leg FROM table_27603010_14 WHERE team__number1 = "Deportivo Pasto" | CREATE TABLE table_27603010_14 (team__number1 VARCHAR), What was the 2nd leg score if the team 1 is Deportivo Pasto? |
SELECT team__number2 FROM table_27603010_14 WHERE team__number1 = "Atlético La Sabana" | CREATE TABLE table_27603010_14 (team__number2 VARCHAR, team__number1 VARCHAR), Who was the team 2 that played against team 1 Atlético la Sabana? |
SELECT new_points FROM table_27615896_18 WHERE rk = 26 | CREATE TABLE table_27615896_18 (new_points VARCHAR, rk VARCHAR), How many new points were earned by rk 26? |
SELECT MIN(points) AS won FROM table_27615896_18 WHERE new_points = 1680 | CREATE TABLE table_27615896_18 (points INTEGER, new_points VARCHAR), How many points were won where new points was 1680? |
SELECT MAX(points) FROM table_27615896_18 WHERE sd = 15 | CREATE TABLE table_27615896_18 (points INTEGER, sd VARCHAR), What are the total points for sd 15? |
SELECT COUNT(sd) FROM table_27615896_18 WHERE status = "Quarterfinals lost to Novak Djokovic [1]" | CREATE TABLE table_27615896_18 (sd VARCHAR, status VARCHAR), What is the total number of sd listings where the status is quarterfinals lost to Novak Djokovic [1]? |
SELECT COUNT(points) AS won FROM table_27615896_20 WHERE player = "Flavia Pennetta" | CREATE TABLE table_27615896_20 (points VARCHAR, player VARCHAR), How many different counts for won points does Flavia Pennetta have? |
SELECT MIN(sd) FROM table_27615896_20 WHERE player = "Kaia Kanepi" | CREATE TABLE table_27615896_20 (sd INTEGER, player VARCHAR), What's Kaia Kanepi's Sd? |
SELECT status FROM table_27615896_20 WHERE points = 3041 | CREATE TABLE table_27615896_20 (status VARCHAR, points VARCHAR), What's the status of the player with 3041 points? |
SELECT written_by FROM table_27657925_1 WHERE no_in_series = "62" | CREATE TABLE table_27657925_1 (written_by VARCHAR, no_in_series VARCHAR), When 62 is the number in series who is the writer? |
SELECT original_air_date FROM table_27657925_1 WHERE written_by = "Steve Holland" | CREATE TABLE table_27657925_1 (original_air_date VARCHAR, written_by VARCHAR), When steve holland is the writer what is the air date? |
SELECT title FROM table_27657925_1 WHERE production_code = "231" | CREATE TABLE table_27657925_1 (title VARCHAR, production_code VARCHAR), When 231 is the production code what is the title? |
SELECT COUNT(no_in_series) FROM table_27657925_1 WHERE us_viewers__millions_ = "5.2" | CREATE TABLE table_27657925_1 (no_in_series VARCHAR, us_viewers__millions_ VARCHAR), When there are 5.2 million u.s. viewers how many numbers in series are there? |
SELECT COUNT(outgoing_manager) FROM table_27666856_3 WHERE team = "Villarreal B" | CREATE TABLE table_27666856_3 (outgoing_manager VARCHAR, team VARCHAR), Name the total number of outgoing manager for villarreal b |
SELECT COUNT(date_of_appointment) FROM table_27666856_3 WHERE date_of_vacancy = "26 May 2011" | CREATE TABLE table_27666856_3 (date_of_appointment VARCHAR, date_of_vacancy VARCHAR), Name the date of appointment for 26 may 2011 |
SELECT COUNT(outgoing_manager) FROM table_27666856_3 WHERE replaced_by = "Esteban Vigo" | CREATE TABLE table_27666856_3 (outgoing_manager VARCHAR, replaced_by VARCHAR), Name the outgoing manager for esteban vigo |
SELECT COUNT(team) FROM table_27666856_3 WHERE position_in_table = "19th" | CREATE TABLE table_27666856_3 (team VARCHAR, position_in_table VARCHAR), Name the number of team for 19th position |
SELECT manner_of_departure FROM table_27666856_3 WHERE outgoing_manager = "Luis Enrique" | CREATE TABLE table_27666856_3 (manner_of_departure VARCHAR, outgoing_manager VARCHAR), Name the manner of departure for luis enrique |
SELECT opponent FROM table_27654988_1 WHERE competition = "Women's Cup 0 0" AND scorers = "Brancão Couto 0" | CREATE TABLE table_27654988_1 (opponent VARCHAR, competition VARCHAR, scorers VARCHAR), Who was the opponent in the Women's Cup 0 0 where Brancão Couto 0 is the scorer? |
SELECT result FROM table_27654988_1 WHERE opponent = "Innsbrucker Kilmarnock CSK VVS Samara" | CREATE TABLE table_27654988_1 (result VARCHAR, opponent VARCHAR), What is the result of the game where the opponent is Innsbrucker Kilmarnock CSK VVS Samara? |
SELECT COUNT(season) FROM table_27654988_1 WHERE opponent = "Vamos Idaliou Krka Novo Mesto SV Neulengbach" | CREATE TABLE table_27654988_1 (season VARCHAR, opponent VARCHAR), How many seasons was the opponent Vamos Idaliou Krka Novo Mesto SV Neulengbach? |
SELECT scorers FROM table_27654988_1 WHERE result = "0–4 7–1 0–3" | CREATE TABLE table_27654988_1 (scorers VARCHAR, result VARCHAR), Who were the scorers in the game with final score 0–4 7–1 0–3? |
SELECT kickoff FROM table_27690037_2 WHERE game_site = "Rheinstadion" | CREATE TABLE table_27690037_2 (kickoff VARCHAR, game_site VARCHAR), Name the kickoff for rheinstadion |
SELECT high_points FROM table_27700530_5 WHERE date = "October 20" | CREATE TABLE table_27700530_5 (high_points VARCHAR, date VARCHAR), Who had the high point total on october 20? |
SELECT series FROM table_27700530_15 WHERE game = 3 | CREATE TABLE table_27700530_15 (series VARCHAR, game VARCHAR), What was the series record at after game 3? |
SELECT location_attendance FROM table_27700530_15 WHERE game = 2 | CREATE TABLE table_27700530_15 (location_attendance VARCHAR, game VARCHAR), What was the location and attendance for game 2? |
SELECT high_points FROM table_27700530_15 WHERE date = "April 22" | CREATE TABLE table_27700530_15 (high_points VARCHAR, date VARCHAR), Who had the most points and how many did they have on April 22? |
SELECT high_assists FROM table_27704187_2 WHERE date = "October 5" | CREATE TABLE table_27704187_2 (high_assists VARCHAR, date VARCHAR), Who had the most assists and how many did they have on October 5? |
SELECT artist FROM table_27711947_1 WHERE choreographer = "Marcos Aguirre" AND rating = "Simple" | CREATE TABLE table_27711947_1 (artist VARCHAR, choreographer VARCHAR, rating VARCHAR), List all artists with choreographer Marcos Aguirre and a simple rating. |
SELECT COUNT(overall_attendance) FROM table_2771237_1 WHERE average_attendance = 17807 | CREATE TABLE table_2771237_1 (overall_attendance VARCHAR, average_attendance VARCHAR), How many times was the overall attendance 17807? |
SELECT overall_attendance FROM table_2771237_1 WHERE average_attendance = 17148 | CREATE TABLE table_2771237_1 (overall_attendance VARCHAR, average_attendance VARCHAR), What is the overall attendance in the places where the average attendance was 17148? |
SELECT season FROM table_2771237_1 WHERE average_attendance = 16043 | CREATE TABLE table_2771237_1 (season VARCHAR, average_attendance VARCHAR), What season was the average attendance is 16043? |
SELECT overall_record FROM table_2771237_1 WHERE average_attendance = 16720 | CREATE TABLE table_2771237_1 (overall_record VARCHAR, average_attendance VARCHAR), What was the overall record in the season where average attendance was 16720? |
SELECT high_assists FROM table_27712451_9 WHERE date = "March 14" | CREATE TABLE table_27712451_9 (high_assists VARCHAR, date VARCHAR), Name the high assists for march 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.