answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT MAX(top_5) FROM table_1671401_2 WHERE avg_finish = "5.0"
CREATE TABLE table_1671401_2 (top_5 INTEGER, avg_finish VARCHAR)
Name the max top 5 for 5.0 avg finish
SELECT poles FROM table_1671401_2 WHERE avg_finish = "26.8"
CREATE TABLE table_1671401_2 (poles VARCHAR, avg_finish VARCHAR)
Name the poles for avg finish is 26.8
SELECT COUNT(team_s_) FROM table_1671401_2 WHERE top_10 = 5
CREATE TABLE table_1671401_2 (team_s_ VARCHAR, top_10 VARCHAR)
Name the total number of teams for top 10 being 5
SELECT COUNT(mens_u20) FROM table_16724844_1 WHERE womens_40 = "Sydney Scorpions def North Queensland Cyclones"
CREATE TABLE table_16724844_1 (mens_u20 VARCHAR, womens_40 VARCHAR)
How many times was the mens u20 recorded when the Womens 40 were Sydney Scorpions def North Queensland Cyclones?
SELECT mens_40 FROM table_16724844_1 WHERE mens_u20 = "Southern Suns def Gold Coast Sharks"
CREATE TABLE table_16724844_1 (mens_40 VARCHAR, mens_u20 VARCHAR)
What were the results for mens 40 when the mens u20 was Southern Suns def Gold Coast Sharks?
SELECT mens_open FROM table_16724844_1 WHERE womens_40 = "Sydney Scorpions defeated Hunter Hornets"
CREATE TABLE table_16724844_1 (mens_open VARCHAR, womens_40 VARCHAR)
What were the results of the mens open when the womens 40 was Sydney Scorpions defeated Hunter Hornets?
SELECT womens_u20 FROM table_16724844_1 WHERE mens_45 = "SunWest Razorbacks def Northern Eagles"
CREATE TABLE table_16724844_1 (womens_u20 VARCHAR, mens_45 VARCHAR)
What were the results of the womens u20 when the mens 45 was Sunwest Razorbacks def Northern Eagles?
SELECT mens_45 FROM table_16724844_1 WHERE mens_40 = "SunWest Razorbacks def Sydney Mets"
CREATE TABLE table_16724844_1 (mens_45 VARCHAR, mens_40 VARCHAR)
What was the mens 45 when mens 40 was Sunwest Razorbacks def Sydney Mets?
SELECT mens_open FROM table_16724844_1 WHERE mens_u20 = "Qld Country Rustlers def Southern Suns"
CREATE TABLE table_16724844_1 (mens_open VARCHAR, mens_u20 VARCHAR)
What was the mens open when the mens u20 was Qld Country Rustlers def Southern Suns?
SELECT date FROM table_16729063_2 WHERE opponent = "Los Angeles Raiders"
CREATE TABLE table_16729063_2 (date VARCHAR, opponent VARCHAR)
What date was the opponent the Los Angeles Raiders?
SELECT COUNT(date) FROM table_16729063_2 WHERE game_site = "Cleveland Stadium"
CREATE TABLE table_16729063_2 (date VARCHAR, game_site VARCHAR)
How many games were played at Cleveland Stadium?
SELECT COUNT(week) FROM table_16729063_2 WHERE attendance = 74716
CREATE TABLE table_16729063_2 (week VARCHAR, attendance VARCHAR)
In what week number was the attendance 74716?
SELECT region FROM table_1672804_2 WHERE name_of_city = "Iquitos"
CREATE TABLE table_1672804_2 (region VARCHAR, name_of_city VARCHAR)
What is the region where Iquitos is located?
SELECT region FROM table_1672804_2 WHERE province = "Constitutional province of Callao"
CREATE TABLE table_1672804_2 (region VARCHAR, province VARCHAR)
What is the region containing the Constitutional Province of Callao?
SELECT result FROM table_16729071_1 WHERE opponent = "New Orleans Saints"
CREATE TABLE table_16729071_1 (result VARCHAR, opponent VARCHAR)
How did the game end against the New Orleans Saints?
SELECT COUNT(week) FROM table_16729071_1 WHERE attendance = 60038
CREATE TABLE table_16729071_1 (week VARCHAR, attendance VARCHAR)
How many weeks had an attendance of 60038?
SELECT MIN(points) FROM table_16729457_17 WHERE driver___passenger = "Daniël Willemsen / Kenny van Gaalen"
CREATE TABLE table_16729457_17 (points INTEGER, driver___passenger VARCHAR)
Name the least points for daniël willemsen / kenny van gaalen
SELECT driver___passenger FROM table_16729457_17 WHERE position = 4
CREATE TABLE table_16729457_17 (driver___passenger VARCHAR, position VARCHAR)
Name the driver passenger for position 4
SELECT driver___passenger FROM table_16729457_16 WHERE position = 8
CREATE TABLE table_16729457_16 (driver___passenger VARCHAR, position VARCHAR)
Name the driver/passenger for position 8
SELECT driver___passenger FROM table_16729457_16 WHERE position = 6
CREATE TABLE table_16729457_16 (driver___passenger VARCHAR, position VARCHAR)
Name the driver/passenger for 6 position
SELECT winner FROM table_1672976_5 WHERE attendance = 16597
CREATE TABLE table_1672976_5 (winner VARCHAR, attendance VARCHAR)
Who was the winner when the total attendance was 16597?
SELECT socket FROM table_16729930_18 WHERE frequency = "1.3 GHz"
CREATE TABLE table_16729930_18 (socket VARCHAR, frequency VARCHAR)
What is the socket for microprocessors with a frequency of 1.3 ghz?
SELECT tdp FROM table_16729930_18 WHERE release_price___usd__ = "$72"
CREATE TABLE table_16729930_18 (tdp VARCHAR, release_price___usd__ VARCHAR)
For a release price of $72, what is the TDP of the microprocessor?
SELECT gpu_frequency FROM table_16729930_18 WHERE tdp = "3.6 W" AND part_number_s_ = "CY80632007221AB"
CREATE TABLE table_16729930_18 (gpu_frequency VARCHAR, tdp VARCHAR, part_number_s_ VARCHAR)
For a processor with part number cy80632007221ab and TDP of 3.6 W, What are the available GPU frequencies?
SELECT sspec_number FROM table_16729930_18 WHERE tdp = "3.6 W" AND model_number = "Atom E665C"
CREATE TABLE table_16729930_18 (sspec_number VARCHAR, tdp VARCHAR, model_number VARCHAR)
For a processor with model number atom e665c and a TDP of 3.6 W, what is the sSpec number?
SELECT release_price___usd__ FROM table_16729930_18 WHERE part_number_s_ = "CY80632007227AB"
CREATE TABLE table_16729930_18 (release_price___usd__ VARCHAR, part_number_s_ VARCHAR)
What is the release price for a processor with part number cy80632007227ab?
SELECT fsb FROM table_16729930_11 WHERE model_number = "Atom Z540"
CREATE TABLE table_16729930_11 (fsb VARCHAR, model_number VARCHAR)
Name the fsb for atom z540
SELECT frequency FROM table_16729930_11 WHERE part_number_s_ = "AC80566UE041DW"
CREATE TABLE table_16729930_11 (frequency VARCHAR, part_number_s_ VARCHAR)
Name the frequency for part number of ac80566ue041dw
SELECT memory FROM table_16729930_17 WHERE part_number_s_ = "CT80618003201AA"
CREATE TABLE table_16729930_17 (memory VARCHAR, part_number_s_ VARCHAR)
Name the memory for part number of ct80618003201aa
SELECT memory FROM table_16729930_17 WHERE model_number = "Atom E640T"
CREATE TABLE table_16729930_17 (memory VARCHAR, model_number VARCHAR)
Name the memory for meodel number for atom e640t
SELECT memory FROM table_16729930_17 WHERE frequency = "1.6 GHz"
CREATE TABLE table_16729930_17 (memory VARCHAR, frequency VARCHAR)
Name the memory for frequency of 1.6 ghz
SELECT winner FROM table_1672976_6 WHERE challenge_leader = "ACC (2-1)"
CREATE TABLE table_1672976_6 (winner VARCHAR, challenge_leader VARCHAR)
Who won the game where the Challenge Leader is ACC (2-1)?
SELECT television FROM table_1672976_6 WHERE time = "9:00PM"
CREATE TABLE table_1672976_6 (television VARCHAR, time VARCHAR)
What station aired a game at 9:00pm?
SELECT MIN(rnd) FROM table_16732659_2 WHERE date = "June 11"
CREATE TABLE table_16732659_2 (rnd INTEGER, date VARCHAR)
ON JUNE 11, WHAT WAS THE NUMBER OF RNDS ?
SELECT MAX(rnd) FROM table_16732659_2 WHERE date = "August 13"
CREATE TABLE table_16732659_2 (rnd INTEGER, date VARCHAR)
FOR AUGUST 13 WHAT IS THE RND ?
SELECT race_name FROM table_16732659_2 WHERE rnd = 13
CREATE TABLE table_16732659_2 (race_name VARCHAR, rnd VARCHAR)
PLEASE LIST ALL RACES WHERE THE RND IS 13.
SELECT COUNT(rank_07_11) FROM table_167354_2 WHERE world_ranking = "4"
CREATE TABLE table_167354_2 (rank_07_11 VARCHAR, world_ranking VARCHAR)
How many figures are there for Rank 07-11 when the world ranking is 4?
SELECT COUNT(pubs_2011) FROM table_167354_2 WHERE location = "Chennai"
CREATE TABLE table_167354_2 (pubs_2011 VARCHAR, location VARCHAR)
How many figures are given for pubs 2011 in Chennai?
SELECT COUNT(location) FROM table_16734640_1 WHERE institution = "Georgia Perimeter College"
CREATE TABLE table_16734640_1 (location VARCHAR, institution VARCHAR)
Name the number location of georgia perimeter college
SELECT location FROM table_16734640_1 WHERE institution = "Chattahoochee Technical College"
CREATE TABLE table_16734640_1 (location VARCHAR, institution VARCHAR)
Name the location for chattahoochee technical college
SELECT location FROM table_16734640_1 WHERE institution = "Abraham Baldwin Agricultural College"
CREATE TABLE table_16734640_1 (location VARCHAR, institution VARCHAR)
Name the location for abraham baldwin agricultural college
SELECT COUNT(nickname) FROM table_16734640_1 WHERE institution = "Andrew College"
CREATE TABLE table_16734640_1 (nickname VARCHAR, institution VARCHAR)
Name the total number of nicknames for andrew college
SELECT MAX(enrollment) FROM table_16734640_1 WHERE nickname = "Hawks"
CREATE TABLE table_16734640_1 (enrollment INTEGER, nickname VARCHAR)
Name the most enrollment when nickname is hawks
SELECT surface FROM table_16741821_8 WHERE opponent = "George Khrikadze"
CREATE TABLE table_16741821_8 (surface VARCHAR, opponent VARCHAR)
WHAT WAS THE SURFACE MADE OF WHEN THE OPPONENT WAS GEORGE KHRIKADZE?
SELECT result FROM table_16741821_8 WHERE surface = "Clay" AND against = "Lithuania"
CREATE TABLE table_16741821_8 (result VARCHAR, surface VARCHAR, against VARCHAR)
WHAT WERE ALL OF THE RESULTS WHEN THEY PLAYED AGAINST LITHUANIA AND THE SURFACE WAS MADE OF CLAY?
SELECT republican AS :_steve_sauerberg FROM table_16751596_2 WHERE dates_administered = "September 15-September 18, 2008"
CREATE TABLE table_16751596_2 (republican VARCHAR, dates_administered VARCHAR)
Name the republican steve sauerberg where dates administered september 15-september 18, 2008
SELECT republican AS :_steve_sauerberg FROM table_16751596_2 WHERE dates_administered = "August 12, 2008"
CREATE TABLE table_16751596_2 (republican VARCHAR, dates_administered VARCHAR)
Name the republican steve sauerberg for august 12, 2008
SELECT poll_source FROM table_16751596_2 WHERE dates_administered = "July 12, 2008"
CREATE TABLE table_16751596_2 (poll_source VARCHAR, dates_administered VARCHAR)
Name the poll source for july 12, 2008
SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE lead_margin = 35
CREATE TABLE table_16751596_12 (democrat VARCHAR, lead_margin VARCHAR)
When the lead margin was 35, what were the Democrat: Vivian Davis Figures?
SELECT republican AS :_jeff_sessions FROM table_16751596_12 WHERE dates_administered = "June 30, 2008"
CREATE TABLE table_16751596_12 (republican VARCHAR, dates_administered VARCHAR)
On June 30, 2008 who what was the Republican: Jeff Sessions percentage?
SELECT COUNT(republican) AS :_jeff_sessions FROM table_16751596_12 WHERE dates_administered = "November 14, 2007"
CREATE TABLE table_16751596_12 (republican VARCHAR, dates_administered VARCHAR)
On November 14, 2007, how many different Republican: Jeff Sessions are there?
SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE dates_administered = "November 14, 2007"
CREATE TABLE table_16751596_12 (democrat VARCHAR, dates_administered VARCHAR)
On November 14, 2007, what are the Democrat: Vivian Davis Figures percentages?
SELECT democrat AS :_vivian_davis_figures FROM table_16751596_12 WHERE dates_administered = "July 31, 2008"
CREATE TABLE table_16751596_12 (democrat VARCHAR, dates_administered VARCHAR)
On July 31, 2008, what are the Democrat: Vivian Davis Figures percentages?
SELECT democrat AS :_mark_begich FROM table_16751596_13 WHERE dates_administered = "October 6, 2008"
CREATE TABLE table_16751596_13 (democrat VARCHAR, dates_administered VARCHAR)
What was Mark Begich polling on October 6, 2008?
SELECT COUNT(dates_administered) FROM table_16751596_13 WHERE poll_source = "Research 2000/Daily Kos"
CREATE TABLE table_16751596_13 (dates_administered VARCHAR, poll_source VARCHAR)
When the poll source is research 2000/daily kos, what is the total number of dates administered?
SELECT COUNT(lead_maragin) FROM table_16751596_13 WHERE dates_administered = "July 17, 2008"
CREATE TABLE table_16751596_13 (lead_maragin VARCHAR, dates_administered VARCHAR)
On July 17, 2008, what was the total number of lead maragin?
SELECT club FROM table_1676073_12 WHERE points_against = "608"
CREATE TABLE table_1676073_12 (club VARCHAR, points_against VARCHAR)
What clubs had 608 points against?
SELECT played FROM table_1676073_12 WHERE points = "48"
CREATE TABLE table_1676073_12 (played VARCHAR, points VARCHAR)
How many games played for the team with 48 points?
SELECT played FROM table_1676073_12 WHERE points_against = "686"
CREATE TABLE table_1676073_12 (played VARCHAR, points_against VARCHAR)
How many games played for the team with 686 points against?
SELECT club FROM table_1676073_12 WHERE points_for = "748"
CREATE TABLE table_1676073_12 (club VARCHAR, points_for VARCHAR)
What clubs recorded 748 points to the good?
SELECT COUNT(points_for) FROM table_1676073_12 WHERE points_against = "632"
CREATE TABLE table_1676073_12 (points_for VARCHAR, points_against VARCHAR)
How many teams had 632 points against?
SELECT drawn FROM table_1676073_12 WHERE lost = "11" AND points_for = "748"
CREATE TABLE table_1676073_12 (drawn VARCHAR, lost VARCHAR, points_for VARCHAR)
How many games drawn for the team that lost 11 and had 748 points?
SELECT COUNT(republican) AS :_jack_hoogendyk FROM table_16751596_6 WHERE poll_source = "Public Policy Polling"
CREATE TABLE table_16751596_6 (republican VARCHAR, poll_source VARCHAR)
How many times did Public Policy Polling under Republican: Jack Hoogendyk?
SELECT poll_source FROM table_16751596_6 WHERE dates_administered = "July 10, 2008"
CREATE TABLE table_16751596_6 (poll_source VARCHAR, dates_administered VARCHAR)
What poll source had an administered date on July 10, 2008?
SELECT latitude FROM table_16768245_2 WHERE diameter = "184.0"
CREATE TABLE table_16768245_2 (latitude VARCHAR, diameter VARCHAR)
What is the latitude when the diameter is 184.0?
SELECT COUNT(longitude) FROM table_16768245_2 WHERE diameter = "224.0"
CREATE TABLE table_16768245_2 (longitude VARCHAR, diameter VARCHAR)
How many longitudes have a diameter of 224.0?
SELECT namesake FROM table_16768245_2 WHERE longitude = "189.5W"
CREATE TABLE table_16768245_2 (namesake VARCHAR, longitude VARCHAR)
What is the namesake of the feature found at 189.5w longitude?
SELECT namesake FROM table_16768245_2 WHERE longitude = "147.1W"
CREATE TABLE table_16768245_2 (namesake VARCHAR, longitude VARCHAR)
When the longitude is 147.1w what is the namesake of the feature?
SELECT COUNT(longitude) FROM table_16768245_2 WHERE latitude = "9.9N"
CREATE TABLE table_16768245_2 (longitude VARCHAR, latitude VARCHAR)
How many longitudes have a latitude of 9.9n?
SELECT MAX(points) AS against FROM table_16770037_3 WHERE pts = 10
CREATE TABLE table_16770037_3 (points INTEGER, pts VARCHAR)
What is the maximum points against when team's points are 10?
SELECT MAX(tries_against) FROM table_16770037_3 WHERE team = Bridgend
CREATE TABLE table_16770037_3 (tries_against INTEGER, team VARCHAR, Bridgend VARCHAR)
What are the tries against when they played against Bridgend?
SELECT MIN(tries_for) FROM table_16770037_3
CREATE TABLE table_16770037_3 (tries_for INTEGER)
What is the smallest number of tries for in a game?
SELECT latitude FROM table_16768245_5 WHERE name = "Philae Sulcus"
CREATE TABLE table_16768245_5 (latitude VARCHAR, name VARCHAR)
Philae Sulcus has a latitude of what?
SELECT opponent FROM table_16776312_3 WHERE date = "12 May 2008"
CREATE TABLE table_16776312_3 (opponent VARCHAR, date VARCHAR)
Name the opponent for 12 may 2008
SELECT COUNT(points) FROM table_16788123_5 WHERE team = "Sportivo Luqueño"
CREATE TABLE table_16788123_5 (points VARCHAR, team VARCHAR)
how many points scored by sportivo luqueño
SELECT points FROM table_16795394_3 WHERE team__number2 = "Atlético Nacional"
CREATE TABLE table_16795394_3 (points VARCHAR, team__number2 VARCHAR)
For team Atlético Nacional, what were the points?
SELECT COUNT(team__number1) FROM table_16795394_3 WHERE team__number2 = "San Lorenzo"
CREATE TABLE table_16795394_3 (team__number1 VARCHAR, team__number2 VARCHAR)
If team two is San Lorenzo, how many were on team one?
SELECT COUNT(points) FROM table_16795394_3 WHERE team__number2 = "Lanús"
CREATE TABLE table_16795394_3 (points VARCHAR, team__number2 VARCHAR)
If team two is Lanús, what was the total number of points?
SELECT name AS origin FROM table_16799784_11 WHERE name = "Nike Fossae"
CREATE TABLE table_16799784_11 (name VARCHAR)
What is the name origin of Nike Fossae?
SELECT name FROM table_16799784_11 WHERE latitude = "10.0S"
CREATE TABLE table_16799784_11 (name VARCHAR, latitude VARCHAR)
Which name is at latitude 10.0s?
SELECT latitude FROM table_16799784_11 WHERE name = "Yuzut-Arkh Fossae"
CREATE TABLE table_16799784_11 (latitude VARCHAR, name VARCHAR)
At what latitude can the name origin of yuzut-arkh fossae be found?
SELECT latitude FROM table_16799784_11 WHERE name = "Naijok Fossae"
CREATE TABLE table_16799784_11 (latitude VARCHAR, name VARCHAR)
At what latitude can the name origin of naijok fossae be found?
SELECT latitude FROM table_16799784_11 WHERE diameter__km_ = "500.0"
CREATE TABLE table_16799784_11 (latitude VARCHAR, diameter__km_ VARCHAR)
At what latitude can you find the diameter (km) of 500.0?
SELECT COUNT(diameter__km_) FROM table_16799784_14 WHERE latitude = "5.0N"
CREATE TABLE table_16799784_14 (diameter__km_ VARCHAR, latitude VARCHAR)
How many numbers are listed under diameter with a lattitude of 5.0n?
SELECT name AS origin FROM table_16799784_14 WHERE diameter__km_ = "220.0"
CREATE TABLE table_16799784_14 (name VARCHAR, diameter__km_ VARCHAR)
What is the name origin with a diameter of 220.0 kilometers?
SELECT name FROM table_16799784_14 WHERE longitude = "246.0E"
CREATE TABLE table_16799784_14 (name VARCHAR, longitude VARCHAR)
What is the name of feature with a longitude 246.0e?
SELECT name AS origin FROM table_16799784_12 WHERE name = "Ovda Fluctus"
CREATE TABLE table_16799784_12 (name VARCHAR)
What is every name origin with the name Ovda Fluctus?
SELECT MAX(year_named) FROM table_16799784_12 WHERE name = "Tie Fluctus"
CREATE TABLE table_16799784_12 (year_named INTEGER, name VARCHAR)
What is the highest year named for the name Tie Fluctus?
SELECT year_named FROM table_16799784_12 WHERE latitude = "66.5N"
CREATE TABLE table_16799784_12 (year_named VARCHAR, latitude VARCHAR)
What is every year named for the latitude of 66.5N?
SELECT name FROM table_16799784_12 WHERE longitude = "152.0E"
CREATE TABLE table_16799784_12 (name VARCHAR, longitude VARCHAR)
What is every name for longitude of 152.0E?
SELECT diameter__km_ FROM table_16799784_13 WHERE longitude = "8.0E"
CREATE TABLE table_16799784_13 (diameter__km_ VARCHAR, longitude VARCHAR)
What is the diameter of the feature with longitude 8.0e?
SELECT name FROM table_16799784_13 WHERE latitude = "23.9S"
CREATE TABLE table_16799784_13 (name VARCHAR, latitude VARCHAR)
What feature is at latitude 23.9S?
SELECT MAX(year_named) FROM table_16799784_13
CREATE TABLE table_16799784_13 (year_named INTEGER)
When was the most recently named feature named?
SELECT name FROM table_16799784_2 WHERE latitude = "36.0N"
CREATE TABLE table_16799784_2 (name VARCHAR, latitude VARCHAR)
Name the name of 36.0n
SELECT latitude FROM table_16799784_2 WHERE name = "Laima Tessera"
CREATE TABLE table_16799784_2 (latitude VARCHAR, name VARCHAR)
Name the latitude of laima tessera
SELECT name AS origin FROM table_16799784_2 WHERE longitude = "54.0E"
CREATE TABLE table_16799784_2 (name VARCHAR, longitude VARCHAR)
Name the name origin for 54.0e
SELECT longitude FROM table_16799784_4 WHERE name = "Grechukha Tholi"
CREATE TABLE table_16799784_4 (longitude VARCHAR, name VARCHAR)
Grechukha Tholi has what longitude?
SELECT name FROM table_16799784_4 WHERE longitude = "202.9E"
CREATE TABLE table_16799784_4 (name VARCHAR, longitude VARCHAR)
Where is longitude 202.9e?
SELECT COUNT(year_named) FROM table_16799784_4 WHERE name = "Otafuku Tholi"
CREATE TABLE table_16799784_4 (year_named VARCHAR, name VARCHAR)
How many schools are named otafuku tholi?
SELECT MAX(year_named) FROM table_16799784_4 WHERE name = "Norterma Tholus"
CREATE TABLE table_16799784_4 (year_named INTEGER, name VARCHAR)
What year was Norterma Tholus created?