answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT COUNT(season__number) FROM table_17356106_1 WHERE directed_by = "Joanna Kerns"
CREATE TABLE table_17356106_1 (season__number VARCHAR, directed_by VARCHAR)
What was the number of seasons that was directed by Joanna Kerns?
SELECT original_air_date FROM table_17356106_1 WHERE series__number = 256
CREATE TABLE table_17356106_1 (original_air_date VARCHAR, series__number VARCHAR)
For series number 256, what was the original air date?
SELECT season__number FROM table_17356205_1 WHERE directed_by = "Skipp Sudduth"
CREATE TABLE table_17356205_1 (season__number VARCHAR, directed_by VARCHAR)
What season episode is directed by Skipp Sudduth?
SELECT COUNT(title) FROM table_17356205_1 WHERE directed_by = "Joanna Kerns"
CREATE TABLE table_17356205_1 (title VARCHAR, directed_by VARCHAR)
How many titles are given for the episode directed by Joanna Kerns?
SELECT original_air_date FROM table_17356205_1 WHERE directed_by = "Terrence Nightingall"
CREATE TABLE table_17356205_1 (original_air_date VARCHAR, directed_by VARCHAR)
What is the original air date of the episode directed by Terrence Nightingall?
SELECT title FROM table_17355933_1 WHERE directed_by = "Nelson McCormick"
CREATE TABLE table_17355933_1 (title VARCHAR, directed_by VARCHAR)
Which seasons were directed by Nelson McCormick?
SELECT title FROM table_17355933_1 WHERE directed_by = "Laura Innes"
CREATE TABLE table_17355933_1 (title VARCHAR, directed_by VARCHAR)
Which season titles were directed by Laura Innes?
SELECT written_by FROM table_17355820_1 WHERE directed_by = "Nelson McCormick"
CREATE TABLE table_17355820_1 (written_by VARCHAR, directed_by VARCHAR)
Which episodes did Nelson McCormick direct?
SELECT COUNT(title) FROM table_17355820_1 WHERE season__number = 19
CREATE TABLE table_17355820_1 (title VARCHAR, season__number VARCHAR)
How many episodes were there in season 19?
SELECT MIN(season__number) FROM table_17355820_1 WHERE directed_by = "Paul McCrane"
CREATE TABLE table_17355820_1 (season__number INTEGER, directed_by VARCHAR)
In which season did Paul McCrane first direct an episode?
SELECT original_air_date FROM table_17355820_1 WHERE directed_by = "TR Babu Subramaniam"
CREATE TABLE table_17355820_1 (original_air_date VARCHAR, directed_by VARCHAR)
On which dates did the episodes directed by TR Babu Subramaniam air?
SELECT MIN(lost) FROM table_17357929_1
CREATE TABLE table_17357929_1 (lost INTEGER)
What is the fewest number of games lost?
SELECT goal_average_1 FROM table_17357929_1 WHERE lost = 9
CREATE TABLE table_17357929_1 (goal_average_1 VARCHAR, lost VARCHAR)
What is the goal average 1 for teams that lost 9 games?
SELECT COUNT(position) FROM table_17357929_1 WHERE points_2 = 31
CREATE TABLE table_17357929_1 (position VARCHAR, points_2 VARCHAR)
How many teams finished with a 2nd points total of 31?
SELECT MAX(drawn) FROM table_17357929_1 WHERE goals_for = 72
CREATE TABLE table_17357929_1 (drawn INTEGER, goals_for VARCHAR)
How many games drawn for the team that had 72 goals for?
SELECT COUNT(game) FROM table_17360840_4 WHERE record = "1-3-3"
CREATE TABLE table_17360840_4 (game VARCHAR, record VARCHAR)
How many games with record 1-3-3
SELECT COUNT(attendance) FROM table_17360840_4 WHERE opponent = "Atlanta Thrashers"
CREATE TABLE table_17360840_4 (attendance VARCHAR, opponent VARCHAR)
How many attended on mathches against atlanta thrashers
SELECT date FROM table_17360840_4 WHERE opponent = "Minnesota Wild"
CREATE TABLE table_17360840_4 (date VARCHAR, opponent VARCHAR)
Give the date of games against minnesota wild
SELECT date FROM table_17360840_4 WHERE record = "1-2-3"
CREATE TABLE table_17360840_4 (date VARCHAR, record VARCHAR)
State the dates of games with record 1-2-3
SELECT MIN(attendance) FROM table_17360840_4 WHERE record = "0-2-1"
CREATE TABLE table_17360840_4 (attendance INTEGER, record VARCHAR)
What is the minimum attendance on games of record 0-2-1
SELECT venue FROM table_17356873_1 WHERE shirt_sponsor = "Mardan"
CREATE TABLE table_17356873_1 (venue VARCHAR, shirt_sponsor VARCHAR)
Which venue does Mardan sponsor?
SELECT venue FROM table_17356873_1 WHERE head_coach = "Erdoğan Arıca"
CREATE TABLE table_17356873_1 (venue VARCHAR, head_coach VARCHAR)
Erdoğan Arıca is the head coach at what venue?
SELECT COUNT(points) FROM table_17360840_5 WHERE record = "6-8-6"
CREATE TABLE table_17360840_5 (points VARCHAR, record VARCHAR)
How many points were scored when the record was 6-8-6?
SELECT game FROM table_17360840_5 WHERE record = "6-9-7"
CREATE TABLE table_17360840_5 (game VARCHAR, record VARCHAR)
Which game had a record of 6-9-7?
SELECT record FROM table_17360840_5 WHERE location = "BankAtlantic Center"
CREATE TABLE table_17360840_5 (record VARCHAR, location VARCHAR)
When they played at the Bankatlantic Center, what was their record?
SELECT opponent FROM table_17360840_6 WHERE date = "December 27"
CREATE TABLE table_17360840_6 (opponent VARCHAR, date VARCHAR)
Who was the opponent on December 27?
SELECT score FROM table_17360840_6 WHERE date = "December 11"
CREATE TABLE table_17360840_6 (score VARCHAR, date VARCHAR)
What was the score of the game on December 11?
SELECT record FROM table_17360840_9 WHERE location = "St. Pete Times Forum" AND opponent = "Columbus Blue Jackets"
CREATE TABLE table_17360840_9 (record VARCHAR, location VARCHAR, opponent VARCHAR)
What was the record when the opposing team was the Columbus Blue Jackets at St. Pete Times Forum?
SELECT score FROM table_17360840_9 WHERE record = "21-31-13"
CREATE TABLE table_17360840_9 (score VARCHAR, record VARCHAR)
What was the score when the record was 21-31-13?
SELECT COUNT(location) FROM table_17360840_9 WHERE opponent = "Columbus Blue Jackets"
CREATE TABLE table_17360840_9 (location VARCHAR, opponent VARCHAR)
How many locations were recorded when the opponent Columbus Blue Jackets?
SELECT MAX(attendance) FROM table_17360840_9 WHERE opponent = "Ottawa Senators" AND record = "24-35-17"
CREATE TABLE table_17360840_9 (attendance INTEGER, opponent VARCHAR, record VARCHAR)
What was the attendance when the opposing team was the Ottawa Senators and the record was 24-35-17?
SELECT college_junior_club_team__league_ FROM table_17371135_30 WHERE position = "Left Wing"
CREATE TABLE table_17371135_30 (college_junior_club_team__league_ VARCHAR, position VARCHAR)
The player who plays left wing is from what college/junior/club team?
SELECT college_junior_club_team__league_ FROM table_17371135_30 WHERE position = "Goaltender"
CREATE TABLE table_17371135_30 (college_junior_club_team__league_ VARCHAR, position VARCHAR)
The player who plays goaltender is from what college/junior/club team?
SELECT played FROM table_17369472_2 WHERE tries_for = "39"
CREATE TABLE table_17369472_2 (played VARCHAR, tries_for VARCHAR)
How many were played when there were 39 tries for?
SELECT COUNT(won) FROM table_17369472_2 WHERE points = "12"
CREATE TABLE table_17369472_2 (won VARCHAR, points VARCHAR)
How many were won when the points were 12?
SELECT won FROM table_17369472_2 WHERE points = "49"
CREATE TABLE table_17369472_2 (won VARCHAR, points VARCHAR)
How many were won when there were 49 points?
SELECT points FROM table_17369472_2 WHERE tries_for = "84"
CREATE TABLE table_17369472_2 (points VARCHAR, tries_for VARCHAR)
How many points were there when tries for were 84?
SELECT team FROM table_17382360_7 WHERE date = "February 18"
CREATE TABLE table_17382360_7 (team VARCHAR, date VARCHAR)
what team play in february 18 in the supersonic season
SELECT score FROM table_17382360_7 WHERE team = "Boston Celtics"
CREATE TABLE table_17382360_7 (score VARCHAR, team VARCHAR)
what is the score in february 12 of the boston celtics team
SELECT opponent FROM table_17386066_2 WHERE stadium = "Shea stadium"
CREATE TABLE table_17386066_2 (opponent VARCHAR, stadium VARCHAR)
Who is the opposing team when the game was played on the Shea Stadium?
SELECT COUNT(record) FROM table_17386066_2 WHERE stadium = "Miami Orange Bowl"
CREATE TABLE table_17386066_2 (record VARCHAR, stadium VARCHAR)
How many games or records were played on the Miami Orange Bowl?
SELECT result FROM table_17386066_2 WHERE date = "Nov. 26"
CREATE TABLE table_17386066_2 (result VARCHAR, date VARCHAR)
What was the result of the game that was played on Nov. 26, 1972?
SELECT tamil_months FROM table_1740431_3 WHERE season_in_english = "Monsoon"
CREATE TABLE table_1740431_3 (tamil_months VARCHAR, season_in_english VARCHAR)
What are all Tamil months when the season in English is monsoon?
SELECT english_translation FROM table_1740431_3 WHERE tamil_months = "mārkazhi, tai"
CREATE TABLE table_1740431_3 (english_translation VARCHAR, tamil_months VARCHAR)
What is every English translation when Tamil months is Mārkazhi, Tai?
SELECT gregorian_months FROM table_1740431_3 WHERE season_in_tamil = "இளவேனில்"
CREATE TABLE table_1740431_3 (gregorian_months VARCHAR, season_in_tamil VARCHAR)
What is every Gregorian month when the season in Tamil is இளவேனில்?
SELECT COUNT(season_in_tamil) FROM table_1740431_3 WHERE season_in_sanskrit = "Grishma"
CREATE TABLE table_1740431_3 (season_in_tamil VARCHAR, season_in_sanskrit VARCHAR)
How many seasons in Tamil occur when the season in Sanskrit is Grishma?
SELECT department FROM table_17384764_1 WHERE qualification = "M.Phil(Maths)"
CREATE TABLE table_17384764_1 (department VARCHAR, qualification VARCHAR)
Which departments have M.Phil(Maths)?
SELECT COUNT(designation) FROM table_17384764_1 WHERE experience = "20 years"
CREATE TABLE table_17384764_1 (designation VARCHAR, experience VARCHAR)
How many faculty members have 20 years of experience?
SELECT power_provided FROM table_174151_5 WHERE transfer_speed__mb_s_ = "1250"
CREATE TABLE table_174151_5 (power_provided VARCHAR, transfer_speed__mb_s_ VARCHAR)
Name the power provided for transfer speed mb/s is 1250
SELECT devices_per_channel FROM table_174151_5 WHERE raw_bandwidth__mbit_s_ = 2560
CREATE TABLE table_174151_5 (devices_per_channel VARCHAR, raw_bandwidth__mbit_s_ VARCHAR)
Name the devices per channel for 2560
SELECT power_provided FROM table_174151_5 WHERE transfer_speed__mb_s_ = "300" AND max_cable_length__m_ = "10"
CREATE TABLE table_174151_5 (power_provided VARCHAR, transfer_speed__mb_s_ VARCHAR, max_cable_length__m_ VARCHAR)
Name the power provided where transfer speed mb/s is 300 and max cable length of 10
SELECT colorado FROM table_17425749_1 WHERE alaska = "Connecticut"
CREATE TABLE table_17425749_1 (colorado VARCHAR, alaska VARCHAR)
Name the colorado when alaska is connecticut
SELECT california FROM table_17425749_1 WHERE alaska = "Tennessee"
CREATE TABLE table_17425749_1 (california VARCHAR, alaska VARCHAR)
Name the california where alaska tennessee
SELECT date FROM table_17432028_1 WHERE score = "95-101"
CREATE TABLE table_17432028_1 (date VARCHAR, score VARCHAR)
Name the date for score of 95-101
SELECT high_rebounds FROM table_17432028_1 WHERE date = "March 15"
CREATE TABLE table_17432028_1 (high_rebounds VARCHAR, date VARCHAR)
Name the high rebounds for march 15
SELECT score FROM table_17432028_1 WHERE record = "2-5"
CREATE TABLE table_17432028_1 (score VARCHAR, record VARCHAR)
Name the score for record of 2-5
SELECT COUNT(school) FROM table_17429402_7 WHERE last_occ_championship = "2006"
CREATE TABLE table_17429402_7 (school VARCHAR, last_occ_championship VARCHAR)
How many schools won their last occ championship in 2006?
SELECT years_of_participation FROM table_17429402_7 WHERE school = "Central Crossing"
CREATE TABLE table_17429402_7 (years_of_participation VARCHAR, school VARCHAR)
What are the years of participation for central crossing school?
SELECT MIN(occ_championships) FROM table_17429402_7 WHERE last_outright_occ_championship = "2006"
CREATE TABLE table_17429402_7 (occ_championships INTEGER, last_outright_occ_championship VARCHAR)
What is the fewest number of occ championships for the team that last won an outright occ championship in 2006?
SELECT years_of_participation FROM table_17429402_7 WHERE school = "Pickerington North"
CREATE TABLE table_17429402_7 (years_of_participation VARCHAR, school VARCHAR)
What are the years of participation for pickerington north?
SELECT event FROM table_17417383_6 WHERE athlete = "Redouane Bouchtouk"
CREATE TABLE table_17417383_6 (event VARCHAR, athlete VARCHAR)
Name the event for redouane bouchtouk
SELECT round_of_16 FROM table_17417383_6 WHERE quarterfinals = "Did not advance" AND event = "Light flyweight"
CREATE TABLE table_17417383_6 (round_of_16 VARCHAR, quarterfinals VARCHAR, event VARCHAR)
Name the round 16 for did not advance and light flyweight
SELECT athlete FROM table_17417383_6 WHERE round_of_32 = "Enkhzorig ( MGL ) L 1–10"
CREATE TABLE table_17417383_6 (athlete VARCHAR, round_of_32 VARCHAR)
Name the athelte for enkhzorig ( mgl ) l 1–10
SELECT quarterfinals FROM table_17427004_7 WHERE athlete = "Abdelhafid Benchebla"
CREATE TABLE table_17427004_7 (quarterfinals VARCHAR, athlete VARCHAR)
Who did Abdelhafid Benchebla face in the quarterfinals?
SELECT round_of_32 FROM table_17427004_7 WHERE athlete = "Nabil Kassel"
CREATE TABLE table_17427004_7 (round_of_32 VARCHAR, athlete VARCHAR)
Who did Nabil Kassel face in the Round of 32?
SELECT semifinals FROM table_17427004_7 WHERE athlete = "Hamza Kramou"
CREATE TABLE table_17427004_7 (semifinals VARCHAR, athlete VARCHAR)
How did Hamza Kramou fare in the semifinals?
SELECT winter_olympics FROM table_174491_1 WHERE fis_nordic_world_ski_championships = "1982"
CREATE TABLE table_174491_1 (winter_olympics VARCHAR, fis_nordic_world_ski_championships VARCHAR)
In what year did the winner of the FIS championship in 1982 win the Winter Olympics?
SELECT winter_olympics FROM table_174491_1 WHERE winner = "Thorleif Haug"
CREATE TABLE table_174491_1 (winter_olympics VARCHAR, winner VARCHAR)
What year did Thorleif Haug win the Winter Olympics?
SELECT fis_nordic_world_ski_championships FROM table_174491_1 WHERE country = "Norway" AND holmenkollen = "1958"
CREATE TABLE table_174491_1 (fis_nordic_world_ski_championships VARCHAR, country VARCHAR, holmenkollen VARCHAR)
What year did the man from Norway who won the Holmenkollen in 1958 win the FIS Nordic World Ski Championships?
SELECT holmenkollen FROM table_174491_2 WHERE fis_nordic_world_ski_championships = "1982"
CREATE TABLE table_174491_2 (holmenkollen VARCHAR, fis_nordic_world_ski_championships VARCHAR)
What is the holmenkollen for the 1982 FIS Nordic World Ski Championships?
SELECT fis_nordic_world_ski_championships FROM table_174491_2 WHERE winner = "Birger Ruud"
CREATE TABLE table_174491_2 (fis_nordic_world_ski_championships VARCHAR, winner VARCHAR)
What years did Birger Ruud win the FIS Nordic World Ski Championships?
SELECT winter_olympics FROM table_174491_2 WHERE winner = "Karl Schnabl"
CREATE TABLE table_174491_2 (winter_olympics VARCHAR, winner VARCHAR)
What year did Karl Schnabl win the Winter Olympics?
SELECT fis_nordic_world_ski_championships FROM table_174491_2 WHERE holmenkollen = "1976"
CREATE TABLE table_174491_2 (fis_nordic_world_ski_championships VARCHAR, holmenkollen VARCHAR)
What is the FIS Nordic World Ski Championships when holmenkollen is 1976?
SELECT winter_olympics FROM table_174491_2 WHERE holmenkollen = "1957, 1960"
CREATE TABLE table_174491_2 (winter_olympics VARCHAR, holmenkollen VARCHAR)
What year is Winter Olympics when Holmenkollen is 1957, 1960?
SELECT part_4 FROM table_1745843_7 WHERE part_3 = "borgen"
CREATE TABLE table_1745843_7 (part_4 VARCHAR, part_3 VARCHAR)
What's the part 4 for the verb whose part 3 is borgen?
SELECT verb_meaning FROM table_1745843_7 WHERE part_1 = "slapen"
CREATE TABLE table_1745843_7 (verb_meaning VARCHAR, part_1 VARCHAR)
What's the meaning of the verb whose part 1 is slapen?
SELECT class FROM table_1745843_7 WHERE part_4 = "gelopen"
CREATE TABLE table_1745843_7 (class VARCHAR, part_4 VARCHAR)
In what class does the verb with part 4 gelopen belong to?
SELECT part_1 FROM table_1745843_7 WHERE part_4 = "gevroren"
CREATE TABLE table_1745843_7 (part_1 VARCHAR, part_4 VARCHAR)
What's part 1 of the verb whose part 4 is gevroren?
SELECT COUNT(verb_meaning) FROM table_1745843_7 WHERE part_4 = "gegeven"
CREATE TABLE table_1745843_7 (verb_meaning VARCHAR, part_4 VARCHAR)
How many different meanings does the verb with part 4 gegeven have?
SELECT part_3 FROM table_1745843_7 WHERE part_4 = "gelopen"
CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR)
What's the part 3 of the verb with part 4 gelopen?
SELECT COUNT(class) FROM table_1745843_6 WHERE part_3 = "lucon"
CREATE TABLE table_1745843_6 (class VARCHAR, part_3 VARCHAR)
How many different classes of verbs are there whose part 3 is lucon?
SELECT class FROM table_1745843_6 WHERE part_1 = "lesan"
CREATE TABLE table_1745843_6 (class VARCHAR, part_1 VARCHAR)
What's the class of the verb whose part 1 is lesan?
SELECT COUNT(part_3) FROM table_1745843_6 WHERE verb_meaning = "to freeze"
CREATE TABLE table_1745843_6 (part_3 VARCHAR, verb_meaning VARCHAR)
How many different part 3 verbs are there that mean to freeze?
SELECT part_3 FROM table_1745843_6 WHERE class = "4"
CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR)
What's the part 3 of the verb whose class is 4?
SELECT part_3 FROM table_1745843_6 WHERE class = "5"
CREATE TABLE table_1745843_6 (part_3 VARCHAR, class VARCHAR)
What's the part 3 of the verb in class 5?
SELECT class FROM table_1745843_5 WHERE part_2 = "laug"
CREATE TABLE table_1745843_5 (class VARCHAR, part_2 VARCHAR)
What is the class of the word who's second participle is laug?
SELECT verb_meaning FROM table_1745843_5 WHERE class = "6"
CREATE TABLE table_1745843_5 (verb_meaning VARCHAR, class VARCHAR)
What is the meaning of the class 6 verbs?
SELECT part_3 FROM table_1745843_5 WHERE part_2 = "band"
CREATE TABLE table_1745843_5 (part_3 VARCHAR, part_2 VARCHAR)
What is the 3rd participle of the verb whose 2nd participle is band?
SELECT part_1 FROM table_1745843_5 WHERE part_4 = "haitans"
CREATE TABLE table_1745843_5 (part_1 VARCHAR, part_4 VARCHAR)
What is the 1st participle of the verb whose 4th participle is haitans?
SELECT part_4 FROM table_1745843_2 WHERE part_2 = "*lauk"
CREATE TABLE table_1745843_2 (part_4 VARCHAR, part_2 VARCHAR)
For part 2 *lauk, what is listed for part 4?
SELECT verb_meaning FROM table_1745843_2 WHERE part_3 = "*bundun"
CREATE TABLE table_1745843_2 (verb_meaning VARCHAR, part_3 VARCHAR)
What is the verb meaning for *bundun?
SELECT part_3 FROM table_1745843_2 WHERE part_2 = "*raid"
CREATE TABLE table_1745843_2 (part_3 VARCHAR, part_2 VARCHAR)
For part 2 *raid, what is listed for part 3?
SELECT part_2 FROM table_1745843_2 WHERE part_4 = "*ridanaz"
CREATE TABLE table_1745843_2 (part_2 VARCHAR, part_4 VARCHAR)
What word is listed under part 2 for part 4 *ridanaz?
SELECT part_1 FROM table_1745843_2 WHERE class = "3b"
CREATE TABLE table_1745843_2 (part_1 VARCHAR, class VARCHAR)
What is listed under part 1 for class 3b?
SELECT class FROM table_1745843_10 WHERE part_4 = "frosinn"
CREATE TABLE table_1745843_10 (class VARCHAR, part_4 VARCHAR)
What class is the verb wich its part 4 is frosinn
SELECT class FROM table_1745843_10 WHERE part_3 = "heldu"
CREATE TABLE table_1745843_10 (class VARCHAR, part_3 VARCHAR)
What class is the verb wich its part 3 is heldu
SELECT part_1 FROM table_1745843_10 WHERE class = "7b"
CREATE TABLE table_1745843_10 (part_1 VARCHAR, class VARCHAR)
What is part 1 of the verb in class 7b
SELECT part_3 FROM table_1745843_10 WHERE class = "4"
CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR)
What is part 1 of the verb in class 4
SELECT COUNT(part_4) FROM table_1745843_10 WHERE verb_meaning = "to bear"
CREATE TABLE table_1745843_10 (part_4 VARCHAR, verb_meaning VARCHAR)
How many verbs mean to bear
SELECT COUNT(part_1) FROM table_1745843_10 WHERE verb_meaning = "to grow, to produce"
CREATE TABLE table_1745843_10 (part_1 VARCHAR, verb_meaning VARCHAR)
How many verbs mean to grow, to produce