question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
How many television service are in italian and n°is greater than 856.0?
CREATE TABLE table_15887683_15 (television_service VARCHAR, language VARCHAR, n° VARCHAR)
SELECT television_service FROM table_15887683_15 WHERE language = "Italian" AND n° > 856.0
What television service is in italy and is in english?
CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, language VARCHAR)
SELECT television_service FROM table_15887683_15 WHERE country = "Italy" AND language = "English"
what television service are in the united kingdom and n° is greater than 854.0?
CREATE TABLE table_15887683_15 (television_service VARCHAR, country VARCHAR, n° VARCHAR)
SELECT television_service FROM table_15887683_15 WHERE country = "United Kingdom" AND n° > 854.0
How many dar are in germany?
CREATE TABLE table_15887683_15 (dar VARCHAR, country VARCHAR)
SELECT dar FROM table_15887683_15 WHERE country = "Germany"
Name the musical guest where guest host is elle macpherson
CREATE TABLE table_1590967_6 (musical_guest__song_performed_ VARCHAR, guest_host VARCHAR)
SELECT musical_guest__song_performed_ FROM table_1590967_6 WHERE guest_host = "Elle Macpherson"
Name the total number of episodes for coat of cash wearing celebrity is matt di angelo
CREATE TABLE table_1590967_6 (episode_number VARCHAR, coat_of_cash_wearing_celebrity VARCHAR)
SELECT COUNT(episode_number) FROM table_1590967_6 WHERE coat_of_cash_wearing_celebrity = "Matt Di Angelo"
What was the total opponents points for the game were the Oilers scored 21?
CREATE TABLE table_15986020_3 (opponents VARCHAR, oilers_points VARCHAR)
SELECT opponents FROM table_15986020_3 WHERE oilers_points = 21
Who got second place when the winners were rafał mroczek & aneta piotrowska?
CREATE TABLE table_15988037_4 (second_place VARCHAR, winner VARCHAR)
SELECT second_place FROM table_15988037_4 WHERE winner = "Rafał Mroczek & Aneta Piotrowska"
The hanja 朔州 is for what province?
CREATE TABLE table_160510_1 (province VARCHAR, hanja VARCHAR)
SELECT province FROM table_160510_1 WHERE hanja = "朔州"
What is the modern equivalent of the former kingdom "silla" with the hanja 尙州?
CREATE TABLE table_160510_1 (modern_equivalent VARCHAR, former_kingdom VARCHAR, hanja VARCHAR)
SELECT COUNT(modern_equivalent) FROM table_160510_1 WHERE former_kingdom = "Silla" AND hanja = "尙州"
The hanja 尙州 is for what capital?
CREATE TABLE table_160510_1 (capital VARCHAR, hanja VARCHAR)
SELECT capital FROM table_160510_1 WHERE hanja = "尙州"
What is the hangul symbol for the hanja 良州?
CREATE TABLE table_160510_1 (hangul VARCHAR, hanja VARCHAR)
SELECT hangul FROM table_160510_1 WHERE hanja = "良州"
What is the hanja for the province of "sangju"?
CREATE TABLE table_160510_1 (hanja VARCHAR, province VARCHAR)
SELECT hanja FROM table_160510_1 WHERE province = "Sangju"
What are the modern equivalents for the province of "hanju"?
CREATE TABLE table_160510_1 (modern_equivalent VARCHAR, province VARCHAR)
SELECT modern_equivalent FROM table_160510_1 WHERE province = "Hanju"
How many passengers (in millions) flew from Seoul in 2012?
CREATE TABLE table_16066063_1 (city_1 VARCHAR)
SELECT 2012 AS _passengers__in_millions_ FROM table_16066063_1 WHERE city_1 = "Seoul"
How many passengers (in millions) flew through along the route that is 1075km long in 2012?
CREATE TABLE table_16066063_1 (distance VARCHAR)
SELECT 2012 AS _passengers__in_millions_ FROM table_16066063_1 WHERE distance = "1075km"
Which city is listed first when Okinawa is listed as the second city?
CREATE TABLE table_16066063_1 (city_1 VARCHAR, city_2 VARCHAR)
SELECT city_1 FROM table_16066063_1 WHERE city_2 = "Okinawa"
What is the report for races where Will Power had both pole position and fastest lap?
CREATE TABLE table_16099880_5 (report VARCHAR, pole_position VARCHAR, fastest_lap VARCHAR)
SELECT report FROM table_16099880_5 WHERE pole_position = "Will Power" AND fastest_lap = "Will Power"
Who was on the pole at Chicagoland?
CREATE TABLE table_16099880_5 (pole_position VARCHAR, race VARCHAR)
SELECT pole_position FROM table_16099880_5 WHERE race = "Chicagoland"
In what position did the winning driver finish at Chicagoland?
CREATE TABLE table_16099880_5 (winning_driver VARCHAR, race VARCHAR)
SELECT COUNT(winning_driver) FROM table_16099880_5 WHERE race = "Chicagoland"
How many schools had the win loss ratio of 0.667?
CREATE TABLE table_16225511_2 (school VARCHAR, percent VARCHAR)
SELECT COUNT(school) FROM table_16225511_2 WHERE percent = "0.667"
How many wins did Baylor have?
CREATE TABLE table_16225511_2 (wins VARCHAR, school VARCHAR)
SELECT COUNT(wins) FROM table_16225511_2 WHERE school = "Baylor"
What's the largest amount of wins Texas has?
CREATE TABLE table_16225511_2 (wins INTEGER, school VARCHAR)
SELECT MAX(wins) FROM table_16225511_2 WHERE school = "Texas"
Who sanctioned the event at fayette county speedway?
CREATE TABLE table_16275828_4 (sanction VARCHAR, track_name VARCHAR)
SELECT sanction FROM table_16275828_4 WHERE track_name = "Fayette County Speedway"
Who sanctioned the event in lincoln, illinois?
CREATE TABLE table_16275828_4 (sanction VARCHAR, location VARCHAR)
SELECT sanction FROM table_16275828_4 WHERE location = "Lincoln, Illinois"
What location is farmer city speedway?
CREATE TABLE table_16275828_4 (location VARCHAR, track_name VARCHAR)
SELECT location FROM table_16275828_4 WHERE track_name = "Farmer City Speedway"
What programs were held at highland speedway?
CREATE TABLE table_16275828_4 (program VARCHAR, track_name VARCHAR)
SELECT program FROM table_16275828_4 WHERE track_name = "Highland Speedway"
What programs were held in charleston, illinois?
CREATE TABLE table_16275828_4 (program VARCHAR, location VARCHAR)
SELECT program FROM table_16275828_4 WHERE location = "Charleston, Illinois"
Name the round eliminated where conference record is 12-6
CREATE TABLE table_16295365_2 (round_eliminated VARCHAR, conf_record VARCHAR)
SELECT round_eliminated FROM table_16295365_2 WHERE conf_record = "12-6"
Name the school where conference record is 12-6
CREATE TABLE table_16295365_2 (school VARCHAR, conf_record VARCHAR)
SELECT school FROM table_16295365_2 WHERE conf_record = "12-6"
Name the conference record where seed is 3 and record is 24-9
CREATE TABLE table_16295365_2 (conf_record VARCHAR, seed VARCHAR, record VARCHAR)
SELECT conf_record FROM table_16295365_2 WHERE seed = "3" AND record = "24-9"
For teams in the Sun Belt conference, what is the conference record?
CREATE TABLE table_16295365_1 (conf_record VARCHAR, conference VARCHAR)
SELECT conf_record FROM table_16295365_1 WHERE conference = "Sun Belt"
What was the overall record of Oral Roberts college?
CREATE TABLE table_16295365_1 (record VARCHAR, school VARCHAR)
SELECT record FROM table_16295365_1 WHERE school = "Oral Roberts"
Which qualifying schools were in the Patriot conference?
CREATE TABLE table_16295365_1 (school VARCHAR, conference VARCHAR)
SELECT school FROM table_16295365_1 WHERE conference = "Patriot"
What was the overall record of UMBC?
CREATE TABLE table_16295365_1 (record VARCHAR, school VARCHAR)
SELECT record FROM table_16295365_1 WHERE school = "UMBC"
Which conference is Belmont in?
CREATE TABLE table_16295365_1 (conference VARCHAR, school VARCHAR)
SELECT conference FROM table_16295365_1 WHERE school = "Belmont"
What is the status of vessel number K-223?
CREATE TABLE table_1634376_1 (status VARCHAR, _number VARCHAR)
SELECT status FROM table_1634376_1 WHERE _number = "K-223"
Who won third place in season four?
CREATE TABLE table_16331144_1 (third_place VARCHAR, season VARCHAR)
SELECT third_place FROM table_16331144_1 WHERE season = "Four"
Who was the runner-up in season five?
CREATE TABLE table_16331144_1 (runner_up VARCHAR, season VARCHAR)
SELECT runner_up FROM table_16331144_1 WHERE season = "Five"
Which season did Ida Corr win?
CREATE TABLE table_16331144_1 (season VARCHAR, winning_mentor VARCHAR)
SELECT season FROM table_16331144_1 WHERE winning_mentor = "Ida Corr"
Who was the winning mentor in season two?
CREATE TABLE table_16331144_1 (winning_mentor VARCHAR, season VARCHAR)
SELECT winning_mentor FROM table_16331144_1 WHERE season = "Two"
Who was the runner-up when Mohamed Ali got third?
CREATE TABLE table_16331144_1 (runner_up VARCHAR, third_place VARCHAR)
SELECT runner_up FROM table_16331144_1 WHERE third_place = "Mohamed Ali"
What affiliation is Erie, Pennsylvania?
CREATE TABLE table_16381914_1 (affiliation VARCHAR, location VARCHAR)
SELECT affiliation FROM table_16381914_1 WHERE location = "Erie, Pennsylvania"
What was the enrollment of the school founded in 1846?
CREATE TABLE table_16381914_1 (enrollment VARCHAR, founded VARCHAR)
SELECT enrollment FROM table_16381914_1 WHERE founded = 1846
What kind of school is Canton, New York?
CREATE TABLE table_16381914_1 (affiliation VARCHAR, location VARCHAR)
SELECT affiliation FROM table_16381914_1 WHERE location = "Canton, New York"
Name the ground for essendon
CREATE TABLE table_16388047_1 (ground VARCHAR, home_team VARCHAR)
SELECT ground FROM table_16388047_1 WHERE home_team = "Essendon"
Name the total number of grounds for essendon
CREATE TABLE table_16388047_1 (ground VARCHAR, home_team VARCHAR)
SELECT COUNT(ground) FROM table_16388047_1 WHERE home_team = "Essendon"
Name the time for saturday 4 march 1995
CREATE TABLE table_16388047_1 (time VARCHAR, date VARCHAR)
SELECT time FROM table_16388047_1 WHERE date = "Saturday 4 March 1995"
On what date did the away team Fremantle play?
CREATE TABLE table_16388478_3 (date VARCHAR, away_team VARCHAR)
SELECT date FROM table_16388478_3 WHERE away_team = "Fremantle"
What score did the away team receive against home team Port Adelaide?
CREATE TABLE table_16388478_3 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_16388478_3 WHERE home_team = "Port Adelaide"
Name the h when c max is 99
CREATE TABLE table (h VARCHAR, c__max_ VARCHAR)
SELECT h FROM table WHERE c__max_ = 99
when was the school/club team for grizzles was maryland
CREATE TABLE table_16494599_5 (years_for_grizzlies VARCHAR, school_club_team VARCHAR)
SELECT years_for_grizzlies FROM table_16494599_5 WHERE school_club_team = "Maryland"
Which position did kevin edwards play for
CREATE TABLE table_16494599_5 (position VARCHAR, player VARCHAR)
SELECT position FROM table_16494599_5 WHERE player = "Kevin Edwards"
when did no. 32 play for grizzles
CREATE TABLE table_16494599_5 (years_for_grizzlies VARCHAR, no VARCHAR)
SELECT years_for_grizzlies FROM table_16494599_5 WHERE no = 32
what's the highest player number from the list from 2000-2001
CREATE TABLE table_16494599_5 (no INTEGER, years_for_grizzlies VARCHAR)
SELECT MAX(no) FROM table_16494599_5 WHERE years_for_grizzlies = "2000-2001"
Which school/club team did blue edwards play for
CREATE TABLE table_16494599_5 (school_club_team VARCHAR, player VARCHAR)
SELECT school_club_team FROM table_16494599_5 WHERE player = "Blue Edwards"
What position is Justin Shaw in?
CREATE TABLE table_16575609_3 (position VARCHAR, player VARCHAR)
SELECT position FROM table_16575609_3 WHERE player = "Justin Shaw"
What pick # did Western Illinois have?
CREATE TABLE table_16575609_3 (pick__number VARCHAR, college VARCHAR)
SELECT pick__number FROM table_16575609_3 WHERE college = "Western Illinois"
How many cfl teams had pick # 21?
CREATE TABLE table_16575609_3 (cfl_team VARCHAR, pick__number VARCHAR)
SELECT COUNT(cfl_team) FROM table_16575609_3 WHERE pick__number = 21
How many pick numbers did Michael Giffin have?
CREATE TABLE table_16575609_3 (pick__number VARCHAR, player VARCHAR)
SELECT COUNT(pick__number) FROM table_16575609_3 WHERE player = "Michael Giffin"
What college does Jean-Nicolas Carriere play for?
CREATE TABLE table_16575609_3 (college VARCHAR, player VARCHAR)
SELECT college FROM table_16575609_3 WHERE player = "Jean-Nicolas Carriere"
What are the points for ktm-vmc equipment?
CREATE TABLE table_16729457_18 (points VARCHAR, equipment VARCHAR)
SELECT points FROM table_16729457_18 WHERE equipment = "KTM-VMC"
Name the location for illinois
CREATE TABLE table_1672976_7 (location VARCHAR, big_ten_team VARCHAR)
SELECT location FROM table_1672976_7 WHERE big_ten_team = "Illinois"
what is the maximum lead margin on august 5, 2008?
CREATE TABLE table_16751596_5 (lead_margin INTEGER, dates_administered VARCHAR)
SELECT MAX(lead_margin) FROM table_16751596_5 WHERE dates_administered = "August 5, 2008"
what is the percentage for john kerry and dates administered is april 22, 2008?
CREATE TABLE table_16751596_5 (democrat VARCHAR, dates_administered VARCHAR)
SELECT democrat AS :_john_kerry FROM table_16751596_5 WHERE dates_administered = "April 22, 2008"
What was the diameter of the feature found in 1997?
CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, year_named VARCHAR)
SELECT diameter__km_ FROM table_16799784_3 WHERE year_named = 1997
At a latitude of 67.5n, what is the diameter?
CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, latitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_3 WHERE latitude = "67.5N"
What is the latitude of vaidilute rupes?
CREATE TABLE table_16799784_3 (latitude VARCHAR, name VARCHAR)
SELECT latitude FROM table_16799784_3 WHERE name = "Vaidilute Rupes"
At a latitude of 71.1e, what is the feature's name origin?
CREATE TABLE table_16799784_3 (name VARCHAR, longitude VARCHAR)
SELECT name AS origin FROM table_16799784_3 WHERE longitude = "71.1E"
At a longitude of 109.9e, how many features were found?
CREATE TABLE table_16799784_3 (diameter__km_ VARCHAR, longitude VARCHAR)
SELECT COUNT(diameter__km_) FROM table_16799784_3 WHERE longitude = "109.9E"
At a longitude of 321.9e, what is the latitude of the features found?
CREATE TABLE table_16799784_3 (latitude VARCHAR, longitude VARCHAR)
SELECT latitude FROM table_16799784_3 WHERE longitude = "321.9E"
In what year was the feature at a 33.3S latitude named?
CREATE TABLE table_16799784_8 (year_named INTEGER, latitude VARCHAR)
SELECT MAX(year_named) FROM table_16799784_8 WHERE latitude = "33.3S"
What is the diameter in km of the feature named Colette Patera?
CREATE TABLE table_16799784_8 (diameter__km_ VARCHAR, name VARCHAR)
SELECT diameter__km_ FROM table_16799784_8 WHERE name = "Colette Patera"
What is the longitude of the feature named Razia Patera?
CREATE TABLE table_16799784_8 (longitude VARCHAR, name VARCHAR)
SELECT longitude FROM table_16799784_8 WHERE name = "Razia Patera"
What is the origin of the name of Keller Patera?
CREATE TABLE table_16799784_8 (name VARCHAR)
SELECT name AS origin FROM table_16799784_8 WHERE name = "Keller Patera"
What is the diameter in km of the feature with a longitude of 40.2E?
CREATE TABLE table_16799784_8 (diameter__km_ VARCHAR, longitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_8 WHERE longitude = "40.2E"
what's the name origin of feature of diameter (km) 2,155.0
CREATE TABLE table_16799784_7 (name VARCHAR, diameter__km_ VARCHAR)
SELECT name AS origin FROM table_16799784_7 WHERE diameter__km_ = "2,155.0"
what is the diameter (km) of the feature of latitude 23.0s
CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, latitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_7 WHERE latitude = "23.0S"
what is the latitude of the feature of longitude 80.0e
CREATE TABLE table_16799784_7 (latitude VARCHAR, longitude VARCHAR)
SELECT latitude FROM table_16799784_7 WHERE longitude = "80.0E"
what is the diameter (km) of feature of latitude 40.5s
CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, latitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_7 WHERE latitude = "40.5S"
what is the diameter (km) of longitude 170.1e
CREATE TABLE table_16799784_7 (diameter__km_ VARCHAR, longitude VARCHAR)
SELECT diameter__km_ FROM table_16799784_7 WHERE longitude = "170.1E"
What is the market value of a company in billions that has 172.7 billion in sales?
CREATE TABLE table_1682026_6 (market_value__billion_$_ VARCHAR, sales__billion_$_ VARCHAR)
SELECT market_value__billion_$_ FROM table_1682026_6 WHERE sales__billion_$_ = "172.7"
What are the profits in billions for Berkshire Hathaway?
CREATE TABLE table_1682026_6 (profits__billion_$_ VARCHAR, company VARCHAR)
SELECT profits__billion_$_ FROM table_1682026_6 WHERE company = "Berkshire Hathaway"
Which industry has a company with a market value of 80.3 billion?
CREATE TABLE table_1682026_6 (industry VARCHAR, market_value__billion_$_ VARCHAR)
SELECT industry FROM table_1682026_6 WHERE market_value__billion_$_ = "80.3"
What is the highest rank of a company that has 1,715.8 billion in assets?
CREATE TABLE table_1682026_6 (rank INTEGER, assets__billion_$_ VARCHAR)
SELECT MAX(rank) FROM table_1682026_6 WHERE assets__billion_$_ = "1,715.8"
what is the amount of profits in billions for companies with a market value of 204.9 billion?
CREATE TABLE table_1682026_6 (profits__billion_$_ VARCHAR, market_value__billion_$_ VARCHAR)
SELECT profits__billion_$_ FROM table_1682026_6 WHERE market_value__billion_$_ = "204.9"
How did the team place when they did not qualify for the Concaf Champions Cup but made it to Round of 16 in the U.S. Open Cup?
CREATE TABLE table_16857_2 (mls_cup_playoffs VARCHAR, concacaf_champions_cup___champions_league VARCHAR, us_open_cup VARCHAR)
SELECT mls_cup_playoffs FROM table_16857_2 WHERE concacaf_champions_cup___champions_league = "Did not qualify" AND us_open_cup = "Round of 16"
When was the first season?
CREATE TABLE table_16857_2 (season INTEGER)
SELECT MIN(season) FROM table_16857_2
What is the ISBN of "Dead as a Doornail?
CREATE TABLE table_16907214_1 (paperback VARCHAR, title VARCHAR)
SELECT paperback FROM table_16907214_1 WHERE title = "Dead as a Doornail"
How many publishers put out isbn 193700788x?
CREATE TABLE table_16907214_1 (publisher VARCHAR, hardcover VARCHAR)
SELECT COUNT(publisher) FROM table_16907214_1 WHERE hardcover = "ISBN 193700788X"
isbn 0-441-01400-3 is book number?
CREATE TABLE table_16907214_1 (_number VARCHAR, hardcover VARCHAR)
SELECT _number FROM table_16907214_1 WHERE hardcover = "ISBN 0-441-01400-3"
Who pubilshed isbn 1-937007-44-8?
CREATE TABLE table_16907214_1 (publisher VARCHAR, hardcover VARCHAR)
SELECT publisher FROM table_16907214_1 WHERE hardcover = "ISBN 1-937007-44-8"
What is the minimum Wins a team has?
CREATE TABLE table_16922657_2 (w INTEGER)
SELECT MIN(w) FROM table_16922657_2
When the country was Scotland, how many ends were won?
CREATE TABLE table_16922657_2 (Ends VARCHAR, country VARCHAR, Scotland VARCHAR)
SELECT COUNT(Ends) AS won FROM table_16922657_2 WHERE country = Scotland
What is Norway's least ends lost?
CREATE TABLE table_16922657_2 (Ends INTEGER, country VARCHAR, Norway VARCHAR)
SELECT MIN(Ends) AS lost FROM table_16922657_2 WHERE country = Norway
Name the poles for 25th position
CREATE TABLE table_1708050_1 (poles VARCHAR, position VARCHAR)
SELECT poles FROM table_1708050_1 WHERE position = "25th"
Name the starts when position is 16th
CREATE TABLE table_1708050_1 (starts VARCHAR, position VARCHAR)
SELECT starts FROM table_1708050_1 WHERE position = "16th"
What stadium hosted the June 7 game and how many visitors were there?
CREATE TABLE table_17103645_9 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_17103645_9 WHERE date = "June 7"
Who made the highest assist in the game that scored 79-88?
CREATE TABLE table_17103645_9 (high_assists VARCHAR, score VARCHAR)
SELECT high_assists FROM table_17103645_9 WHERE score = "79-88"
When the 8th is Marcos Hernandez who was the 6th?
CREATE TABLE table_17111812_1 (sixth VARCHAR, eighth VARCHAR)
SELECT sixth FROM table_17111812_1 WHERE eighth = "Marcos Hernandez"