answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT COUNT(cab_size) FROM table_2155350_2 WHERE category = "4 Medium tanker"
CREATE TABLE table_2155350_2 (cab_size VARCHAR, category VARCHAR)
Name the number of cab size for 4 medium tanker
SELECT category FROM table_2155350_2 WHERE cab_size = "Crew" AND sub_category = "Super tanker"
CREATE TABLE table_2155350_2 (category VARCHAR, cab_size VARCHAR, sub_category VARCHAR)
Name the category for cab size crew and super tanker
SELECT capacity__litres_ FROM table_2155350_2 WHERE cab_size = "Single" AND category = "2 Medium tanker"
CREATE TABLE table_2155350_2 (capacity__litres_ VARCHAR, cab_size VARCHAR, category VARCHAR)
Name the capacity for single cab size 2 medium tanker
SELECT external_link FROM table_21563298_1 WHERE location = "Brechin"
CREATE TABLE table_21563298_1 (external_link VARCHAR, location VARCHAR)
What school is in Brechin?
SELECT MAX(roll) FROM table_21563298_1 WHERE school = "Brechin High school"
CREATE TABLE table_21563298_1 (roll INTEGER, school VARCHAR)
How many kids go to Brechin High School?
SELECT MIN(began_in_st_louis) FROM table_21564794_3 WHERE league = "Negro American league"
CREATE TABLE table_21564794_3 (began_in_st_louis INTEGER, league VARCHAR)
What year did Negro American League join?
SELECT MIN(left_st_louis) FROM table_21564794_3 WHERE venue = "Scottrade Center"
CREATE TABLE table_21564794_3 (left_st_louis INTEGER, venue VARCHAR)
What year did the team who played at the Scottrade Center leave the city?
SELECT championships_in_st_louis FROM table_21564794_3 WHERE began_in_st_louis = 1950
CREATE TABLE table_21564794_3 (championships_in_st_louis VARCHAR, began_in_st_louis VARCHAR)
How may championships were won by the team that started in 1950?
SELECT championships_in_st_louis FROM table_21564794_3 WHERE sport = "Arena Football"
CREATE TABLE table_21564794_3 (championships_in_st_louis VARCHAR, sport VARCHAR)
How many championships were won for arena football?
SELECT COUNT(asian_team_classification) FROM table_21573750_2 WHERE asian_rider_classification = "Samai Amari"
CREATE TABLE table_21573750_2 (asian_team_classification VARCHAR, asian_rider_classification VARCHAR)
When samai amari is the asian rider classification how many asian team classifications are there?
SELECT general_classification FROM table_21573750_2 WHERE stage = 4
CREATE TABLE table_21573750_2 (general_classification VARCHAR, stage VARCHAR)
When 4 is the stage who is the general classification?
SELECT no_in_season FROM table_2156758_4 WHERE written_by = "Chris Mitchell and Erik Wiese"
CREATE TABLE table_2156758_4 (no_in_season VARCHAR, written_by VARCHAR)
What is the number in season for the episode written by Chris Mitchell and Erik Wiese?
SELECT title FROM table_2156758_4 WHERE no_in_series = "28"
CREATE TABLE table_2156758_4 (title VARCHAR, no_in_series VARCHAR)
What is the title for episode number in series of 28?
SELECT COUNT(title) FROM table_2156758_4 WHERE written_by = "Don Shank and Genndy Tartakovsky"
CREATE TABLE table_2156758_4 (title VARCHAR, written_by VARCHAR)
How many titles were written by Don Shank and Genndy Tartakovsky?
SELECT mens_3rd_xi FROM table_21576644_2 WHERE ladies_1st_xi = "3rd, Sedgemoor Division 1"
CREATE TABLE table_21576644_2 (mens_3rd_xi VARCHAR, ladies_1st_xi VARCHAR)
When 3rd, sedgemoor division 1 is the ladies 1st xi what is the mens 3rd xi?
SELECT ladies_1st_xi FROM table_21576644_2 WHERE mens_2nd_xi = "10th, South West District 1"
CREATE TABLE table_21576644_2 (ladies_1st_xi VARCHAR, mens_2nd_xi VARCHAR)
When 10th, south west district 1 is the mens 2nd xi what is the ladies 1st xi?
SELECT season FROM table_21576644_2 WHERE mens_2nd_xi = "5th, South Western District 2"
CREATE TABLE table_21576644_2 (season VARCHAR, mens_2nd_xi VARCHAR)
When 5th, south western district 2 is the mens 2nd xi what is the season?
SELECT mens_2nd_xi FROM table_21576644_2 WHERE mens_1st_xi = "6th, South Division 2"
CREATE TABLE table_21576644_2 (mens_2nd_xi VARCHAR, mens_1st_xi VARCHAR)
When 6th, south division 2 is the mens 1st xi what is the mens 2nd xi?
SELECT stage FROM table_21578303_2 WHERE name = "Kourdali"
CREATE TABLE table_21578303_2 (stage VARCHAR, name VARCHAR)
Which stage has kourdali as the name?
SELECT stage FROM table_21578303_2 WHERE time__eet_ = "15:17"
CREATE TABLE table_21578303_2 (stage VARCHAR, time__eet_ VARCHAR)
Which stage has 15:17 as time?
SELECT time FROM table_21578303_2 WHERE time__eet_ = "10:46"
CREATE TABLE table_21578303_2 (time VARCHAR, time__eet_ VARCHAR)
What is the time when time is 10:46?
SELECT time FROM table_21578303_2 WHERE stage = "SS12"
CREATE TABLE table_21578303_2 (time VARCHAR, stage VARCHAR)
What is the time when ss12 is stage?
SELECT state__class_ FROM table_2159506_3 WHERE reason_for_change = "Resigned November 3, 1964"
CREATE TABLE table_2159506_3 (state__class_ VARCHAR, reason_for_change VARCHAR)
Name the state class for resigned november 3, 1964
SELECT COUNT(champion) FROM table_21584646_10 WHERE runner_up = "Stefan Edberg"
CREATE TABLE table_21584646_10 (champion VARCHAR, runner_up VARCHAR)
How many champions are shown for the runner-up of stefan edberg?
SELECT week_of FROM table_21584646_10 WHERE semifinalists = "Stefan Edberg Anders Järryd" AND champion = "John McEnroe 7–6, 6–3"
CREATE TABLE table_21584646_10 (week_of VARCHAR, semifinalists VARCHAR, champion VARCHAR)
What week was stefan edberg anders järryd was semifinalist and champion is john mcenroe 7–6, 6–3?
SELECT runner_up FROM table_21584646_10 WHERE champion = "John McEnroe 6–2, 6–3"
CREATE TABLE table_21584646_10 (runner_up VARCHAR, champion VARCHAR)
Who is the runner up for the champion of john mcenroe 6–2, 6–3?
SELECT quarterfinalists FROM table_21584646_10 WHERE runner_up = "Mike De Palmer Gary Donnelly"
CREATE TABLE table_21584646_10 (quarterfinalists VARCHAR, runner_up VARCHAR)
Who were the quarterfinalists for the runner-ups of mike de palmer gary donnelly?
SELECT quarterfinalists FROM table_21584646_10 WHERE runner_up = "Jimmy Connors"
CREATE TABLE table_21584646_10 (quarterfinalists VARCHAR, runner_up VARCHAR)
Who are the quarterfinalists for runner-up jimmy connors?
SELECT COUNT(week_of) FROM table_21584646_10 WHERE champion = "John McEnroe 6–2, 6–3"
CREATE TABLE table_21584646_10 (week_of VARCHAR, champion VARCHAR)
How many weeks are shown for the champion of john mcenroe 6–2, 6–3?
SELECT reason_for_change FROM table_2159571_1 WHERE date_of_successors_formal_installation = "March 16, 1960"
CREATE TABLE table_2159571_1 (reason_for_change VARCHAR, date_of_successors_formal_installation VARCHAR)
What is every reason for change for the date of successors installation is March 16, 1960?
SELECT vacator FROM table_2159571_1 WHERE date_of_successors_formal_installation = "August 8, 1960"
CREATE TABLE table_2159571_1 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR)
Who is every vacator if date of successors formal installation is August 8, 1960?
SELECT successor FROM table_2159571_2 WHERE district = "Washington 3rd"
CREATE TABLE table_2159571_2 (successor VARCHAR, district VARCHAR)
Who is every successor for the Washington 3rd District?
SELECT reason_for_change FROM table_2159571_2 WHERE district = "Washington 3rd"
CREATE TABLE table_2159571_2 (reason_for_change VARCHAR, district VARCHAR)
What is every reason for change for the Washington 3rd District?
SELECT vacator FROM table_2159571_2 WHERE reason_for_change = "Resigned December 31, 1959"
CREATE TABLE table_2159571_2 (vacator VARCHAR, reason_for_change VARCHAR)
Who is every vacator with reason for change as resigned December 31, 1959?
SELECT district FROM table_2159537_3 WHERE date_successor_seated = "August 31, 1943"
CREATE TABLE table_2159537_3 (district VARCHAR, date_successor_seated VARCHAR)
In what district was the successor seated August 31, 1943?
SELECT successor FROM table_2159537_3 WHERE reason_for_change = "Died January 16, 1944"
CREATE TABLE table_2159537_3 (successor VARCHAR, reason_for_change VARCHAR)
Who was the successor for the reason for change being "died January 16, 1944?
SELECT successor FROM table_2159537_3 WHERE district = "New York 11th"
CREATE TABLE table_2159537_3 (successor VARCHAR, district VARCHAR)
Who was the successor in New York 11th district?
SELECT date_successor_seated FROM table_2159547_3 WHERE vacator = "James P. Buchanan (D)"
CREATE TABLE table_2159547_3 (date_successor_seated VARCHAR, vacator VARCHAR)
On what date was James P. Buchanan (d)'s successor seated?
SELECT COUNT(vacator) FROM table_2159547_3 WHERE successor = "Dave E. Satterfield, Jr. (D)"
CREATE TABLE table_2159547_3 (vacator VARCHAR, successor VARCHAR)
How many people vacated to successor Dave E. Satterfield, Jr. (d)?
SELECT reason_for_change FROM table_2159547_3 WHERE vacator = "Robert L. Bacon (R)"
CREATE TABLE table_2159547_3 (reason_for_change VARCHAR, vacator VARCHAR)
Why did Robert L. Bacon (r) vacate?
SELECT character FROM table_2160215_1 WHERE original_japanese = "Makio Inoue"
CREATE TABLE table_2160215_1 (character VARCHAR, original_japanese VARCHAR)
Makio Inoue dubbed on which character?
SELECT english___manga_uk__ FROM table_2160215_1 WHERE original_japanese = "Kō Nishimura"
CREATE TABLE table_2160215_1 (english___manga_uk__ VARCHAR, original_japanese VARCHAR)
Who was the cast on the English (Manga UK) version if Kō Nishimura acted on the original Japanese?
SELECT original_japanese FROM table_2160215_1 WHERE english___manga_uk__ = "Sean Barrett"
CREATE TABLE table_2160215_1 (original_japanese VARCHAR, english___manga_uk__ VARCHAR)
Who was the original Japanese cast if Sean Barrett acted on the English (Manga UK) version?
SELECT district FROM table_2160008_4 WHERE reason_for_change = "Died July 4, 1939"
CREATE TABLE table_2160008_4 (district VARCHAR, reason_for_change VARCHAR)
Name the district for reason for change being died july 4, 1939
SELECT COUNT(reason_for_change) FROM table_2160008_4 WHERE date_successor_seated = "May 11, 1939"
CREATE TABLE table_2160008_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR)
Name the number of reason for change on may 11, 1939
SELECT wed_3_june FROM table_21607058_1 WHERE rank = 12
CREATE TABLE table_21607058_1 (wed_3_june VARCHAR, rank VARCHAR)
What were the time and speed for the rider ranked in 12 on Wed, June 3?
SELECT series__number FROM table_2161859_1 WHERE title = "The Golden Frog"
CREATE TABLE table_2161859_1 (series__number VARCHAR, title VARCHAR)
What is the series number for the Golden Frog?
SELECT artist FROM table_2161859_1 WHERE strip_numbers = "3932-4031A"
CREATE TABLE table_2161859_1 (artist VARCHAR, strip_numbers VARCHAR)
Who is the artist for strip numbers 3932-4031a?
SELECT champions FROM table_21632864_1 WHERE third_place = "Ehime Shimanami"
CREATE TABLE table_21632864_1 (champions VARCHAR, third_place VARCHAR)
who got the first position when Ehime Shimanami got the third position?
SELECT third_place FROM table_21632864_1 WHERE runners_up = "Laranja Kyoto"
CREATE TABLE table_21632864_1 (third_place VARCHAR, runners_up VARCHAR)
who got the third position when laranja kyoto got the second position?
SELECT COUNT(third_place) FROM table_21632864_1 WHERE fourth_place = "Sanyo Electric Tokushima"
CREATE TABLE table_21632864_1 (third_place VARCHAR, fourth_place VARCHAR)
how many persons got the third position whan sanyo electric tokushima got the fourth position?
SELECT COUNT(fourth_place) FROM table_21632864_1 WHERE regional = "Shikoku"
CREATE TABLE table_21632864_1 (fourth_place VARCHAR, regional VARCHAR)
how many persons got the fourth position when the regional was shikoku?
SELECT champions FROM table_21632864_1 WHERE regional = "Hokushinetsu"
CREATE TABLE table_21632864_1 (champions VARCHAR, regional VARCHAR)
who got the first place when the Japanese Regional Leagues was in hokushinetsu?
SELECT champions FROM table_21632864_1 WHERE fourth_place = "Fujieda City Government"
CREATE TABLE table_21632864_1 (champions VARCHAR, fourth_place VARCHAR)
who got the first position when fujieda city government got the fourth position?
SELECT civilians FROM table_21636599_2 WHERE security_forces = "36"
CREATE TABLE table_21636599_2 (civilians VARCHAR, security_forces VARCHAR)
What are the civilian total when the security force total is 36?
SELECT security_forces FROM table_21636599_2 WHERE civilians = "202"
CREATE TABLE table_21636599_2 (security_forces VARCHAR, civilians VARCHAR)
What are the security forces when the civilians are 202?
SELECT COUNT(security_forces) FROM table_21636599_2 WHERE period = 1998
CREATE TABLE table_21636599_2 (security_forces VARCHAR, period VARCHAR)
How many figures are named for security forces in 1998?
SELECT insurgents FROM table_21636599_2 WHERE total_per_period = 156
CREATE TABLE table_21636599_2 (insurgents VARCHAR, total_per_period VARCHAR)
How many insurgents are there when the total per period is 156?
SELECT us_viewers__millions_ FROM table_21634403_2 WHERE directed_by = "Frank Waldeck"
CREATE TABLE table_21634403_2 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
How many U.S. viewers watched the episode directed by Frank Waldeck?
SELECT COUNT(no) FROM table_21649285_2 WHERE tournament = "Sime Darby LPGA Malaysia"
CREATE TABLE table_21649285_2 (no VARCHAR, tournament VARCHAR)
How many tournaments were at sime darby lpga malaysia?
SELECT margin_of_victory FROM table_21649285_2 WHERE no = 4
CREATE TABLE table_21649285_2 (margin_of_victory VARCHAR, no VARCHAR)
Margin of victory on no. 4 was?
SELECT runner_s__up FROM table_21649285_2 WHERE margin_of_victory = "4 strokes"
CREATE TABLE table_21649285_2 (runner_s__up VARCHAR, margin_of_victory VARCHAR)
Who was the runner up when the won by 4 strokes?
SELECT film_title_used_in_nomination FROM table_21655290_1 WHERE year__ceremony_ = "1990 (63rd)"
CREATE TABLE table_21655290_1 (film_title_used_in_nomination VARCHAR, year__ceremony_ VARCHAR)
Which film title used in nomination has the year (ceremony) 1990 (63rd)?
SELECT director FROM table_21655290_1 WHERE original_title = "Kon-Tiki"
CREATE TABLE table_21655290_1 (director VARCHAR, original_title VARCHAR)
Who is the director of kon-tiki original title?
SELECT film_title_used_in_nomination FROM table_21655290_1 WHERE original_title = "Vinterkyss"
CREATE TABLE table_21655290_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
Which film title used in nomination has vinterkyss as the original title?
SELECT date FROM table_2167226_3 WHERE tournament = "McDonald's WPGA Championship"
CREATE TABLE table_2167226_3 (date VARCHAR, tournament VARCHAR)
What is the date for the tournament McDonald's wpga championship?
SELECT winning_score FROM table_2167226_3 WHERE margin_of_victory = "5 strokes"
CREATE TABLE table_2167226_3 (winning_score VARCHAR, margin_of_victory VARCHAR)
What is the winning score when 5 strokes is the margin of victory?
SELECT to_par FROM table_2167226_3 WHERE winning_score = 74 - 67 - 71 - 73 = 285
CREATE TABLE table_2167226_3 (to_par VARCHAR, winning_score VARCHAR)
What is the to par with the winning score of 74-67-71-73=285?
SELECT date FROM table_2167226_3 WHERE winning_score = 74 - 67 - 71 - 73 = 285
CREATE TABLE table_2167226_3 (date VARCHAR, winning_score VARCHAR)
What is the date of the winning score 74-67-71-73=285?
SELECT COUNT(no_in_series) FROM table_21666472_1 WHERE written_by = "Greg Haddrick"
CREATE TABLE table_21666472_1 (no_in_series VARCHAR, written_by VARCHAR)
How many number in series's are written by Greg Haddrick?
SELECT year FROM table_21676617_1 WHERE odds_of_winner = "16.66"
CREATE TABLE table_21676617_1 (year VARCHAR, odds_of_winner VARCHAR)
When were the odds of winner 16.66?
SELECT winning_time__km_rate_ FROM table_21676617_1 WHERE odds_of_winner = "2.94"
CREATE TABLE table_21676617_1 (winning_time__km_rate_ VARCHAR, odds_of_winner VARCHAR)
What was the winning time in the year when the odds of the winner were 2.94?
SELECT odds_of_winner FROM table_21676617_1 WHERE horse = "Gentleman"
CREATE TABLE table_21676617_1 (odds_of_winner VARCHAR, horse VARCHAR)
What were Gentleman's odds of winner?
SELECT COUNT(country_of_owner) FROM table_21676617_1 WHERE horse = "Utah Bulwark"
CREATE TABLE table_21676617_1 (country_of_owner VARCHAR, horse VARCHAR)
How many countries did Utah Bulwark's owner come from?
SELECT COUNT(horse) FROM table_21676617_1 WHERE year = 1985
CREATE TABLE table_21676617_1 (horse VARCHAR, year VARCHAR)
How many horses are mentioned competing in 1985?
SELECT MAX(area__km²_) FROM table_2168295_1 WHERE headquarters = "Bharatpur"
CREATE TABLE table_2168295_1 (area__km²_ INTEGER, headquarters VARCHAR)
If the headquarters is Bharatpur, what is the maximum area?
SELECT area__km²_ FROM table_2168295_1 WHERE district = "Chittorgarh"
CREATE TABLE table_2168295_1 (area__km²_ VARCHAR, district VARCHAR)
If the district is Chittorgarh, what is the area?
SELECT headquarters FROM table_2168295_1 WHERE population__2011_ = 3685681
CREATE TABLE table_2168295_1 (headquarters VARCHAR, population__2011_ VARCHAR)
If the 2011 population is 3685681, what is the name of the headquarters?
SELECT MIN(area__km²_) FROM table_2168295_1 WHERE population__2011_ = 3067549
CREATE TABLE table_2168295_1 (area__km²_ INTEGER, population__2011_ VARCHAR)
What is the minimum area id the 2011 population is 3067549?
SELECT population__2011_ FROM table_2168295_1 WHERE headquarters = "Chittorgarh"
CREATE TABLE table_2168295_1 (population__2011_ VARCHAR, headquarters VARCHAR)
What is the 2011 population if the headquarters is Chittorgarh?
SELECT COUNT(municipal_mayor) FROM table_216776_2 WHERE area__km²_ = "42.66"
CREATE TABLE table_216776_2 (municipal_mayor VARCHAR, area__km²_ VARCHAR)
How many different municipal mayors were there in the municipality with an area of 42.66 km2?
SELECT municipality FROM table_216776_2 WHERE population__2010_ = 26839
CREATE TABLE table_216776_2 (municipality VARCHAR, population__2010_ VARCHAR)
What municipality had 26839 people living in it in 2010?
SELECT municipality FROM table_216776_2 WHERE pop_density__per_km²_ = "757.5"
CREATE TABLE table_216776_2 (municipality VARCHAR, pop_density__per_km²_ VARCHAR)
In what municipality were there 757.5 people per km2?
SELECT COUNT(population__2010_) FROM table_216776_2 WHERE municipality = "Cavinti"
CREATE TABLE table_216776_2 (population__2010_ VARCHAR, municipality VARCHAR)
How many different counts of the population in Cavinti in 2010 are there?
SELECT pop_density__per_km²_ FROM table_216776_2 WHERE municipal_mayor = "Boy Quiat"
CREATE TABLE table_216776_2 (pop_density__per_km²_ VARCHAR, municipal_mayor VARCHAR)
How many people per km2 are there in the municipality whose mayor is Boy Quiat?
SELECT _number FROM table_21696800_1 WHERE us_viewers__million_ = "2.24"
CREATE TABLE table_21696800_1 (_number VARCHAR, us_viewers__million_ VARCHAR)
What's the number of the episode seen by 2.24 million people in the US?
SELECT COUNT(_number) FROM table_21696800_1 WHERE directed_by = "Wayne Rose"
CREATE TABLE table_21696800_1 (_number VARCHAR, directed_by VARCHAR)
How many different episode numbers are there for episodes directed by Wayne Rose?
SELECT wins FROM table_2169966_1 WHERE starts = 10
CREATE TABLE table_2169966_1 (wins VARCHAR, starts VARCHAR)
How many wins does he get when he starts at 10?
SELECT MAX(wins) FROM table_2169966_1
CREATE TABLE table_2169966_1 (wins INTEGER)
How many wins does he have?
SELECT _percentage_cut FROM table_21690339_1 WHERE gas_storage = "80% full"
CREATE TABLE table_21690339_1 (_percentage_cut VARCHAR, gas_storage VARCHAR)
What wast the percent cut for the nation with an 80% full gas storage?
SELECT gas_storage FROM table_21690339_1 WHERE alternative_fuel = "Yes"
CREATE TABLE table_21690339_1 (gas_storage VARCHAR, alternative_fuel VARCHAR)
What was the gas storage status for the nation that had "yes" for alternative fuel?
SELECT _percentage_cut FROM table_21690339_1 WHERE alternative_fuel = "Fuel oil stocks need only for industry"
CREATE TABLE table_21690339_1 (_percentage_cut VARCHAR, alternative_fuel VARCHAR)
What was the percent cunt for the nation that had fuel oil stocks need only for industry as their fuel alternative?
SELECT country FROM table_21690339_1 WHERE _percentage_of_imports_from_russia = "20%"
CREATE TABLE table_21690339_1 (country VARCHAR, _percentage_of_imports_from_russia VARCHAR)
What country had 20% imports from russia?
SELECT country FROM table_21690339_1 WHERE _percentage_cut = "100%"
CREATE TABLE table_21690339_1 (country VARCHAR, _percentage_cut VARCHAR)
What country had a 100% cut?
SELECT network FROM table_2170969_2 WHERE viewers_in_millions = "2.74"
CREATE TABLE table_2170969_2 (network VARCHAR, viewers_in_millions VARCHAR)
What network garnered 2.74 million viewers for Supernatural?
SELECT tv_season FROM table_2170969_2 WHERE viewers_in_millions = "2.52"
CREATE TABLE table_2170969_2 (tv_season VARCHAR, viewers_in_millions VARCHAR)
What season had 2.52 million viewers?
SELECT category FROM table_21716139_1 WHERE train_no = "16609/16610"
CREATE TABLE table_21716139_1 (category VARCHAR, train_no VARCHAR)
What is the category for trains numbered 16609/16610?
SELECT train_name FROM table_21716139_1 WHERE category = "Express" AND frequency = "Weekly"
CREATE TABLE table_21716139_1 (train_name VARCHAR, category VARCHAR, frequency VARCHAR)
What trains have a category of express and a weekly frequency?
SELECT train_name FROM table_21716139_1 WHERE destination = "Tuticorin"
CREATE TABLE table_21716139_1 (train_name VARCHAR, destination VARCHAR)
What is the train name that has a destination of Tuticorin?
SELECT frequency FROM table_21716139_1 WHERE train_no = "12671/12672"
CREATE TABLE table_21716139_1 (frequency VARCHAR, train_no VARCHAR)
What is the frequency of trains numbered 12671/12672?