combined_text stringlengths 106 1.05k |
|---|
###question:What is the 2011 population if the headquarters is Chittorgarh?###answer:SELECT population__2011_ FROM table_2168295_1 WHERE headquarters = "Chittorgarh"###context:CREATE TABLE table_2168295_1 (population__2011_ VARCHAR, headquarters VARCHAR) |
###question:How many different municipal mayors were there in the municipality with an area of 42.66 km2?###answer:SELECT COUNT(municipal_mayor) FROM table_216776_2 WHERE area__kmΒ²_ = "42.66"###context:CREATE TABLE table_216776_2 (municipal_mayor VARCHAR, area__kmΒ²_ VARCHAR) |
###question:What municipality had 26839 people living in it in 2010?###answer:SELECT municipality FROM table_216776_2 WHERE population__2010_ = 26839###context:CREATE TABLE table_216776_2 (municipality VARCHAR, population__2010_ VARCHAR) |
###question:In what municipality were there 757.5 people per km2?###answer:SELECT municipality FROM table_216776_2 WHERE pop_density__per_kmΒ²_ = "757.5"###context:CREATE TABLE table_216776_2 (municipality VARCHAR, pop_density__per_kmΒ²_ VARCHAR) |
###question:How many different counts of the population in Cavinti in 2010 are there?###answer:SELECT COUNT(population__2010_) FROM table_216776_2 WHERE municipality = "Cavinti"###context:CREATE TABLE table_216776_2 (population__2010_ VARCHAR, municipality VARCHAR) |
###question:How many people per km2 are there in the municipality whose mayor is Boy Quiat?###answer:SELECT pop_density__per_kmΒ²_ FROM table_216776_2 WHERE municipal_mayor = "Boy Quiat"###context:CREATE TABLE table_216776_2 (pop_density__per_kmΒ²_ VARCHAR, municipal_mayor VARCHAR) |
###question:What's the number of the episode seen by 2.24 million people in the US?###answer:SELECT _number FROM table_21696800_1 WHERE us_viewers__million_ = "2.24"###context:CREATE TABLE table_21696800_1 (_number VARCHAR, us_viewers__million_ VARCHAR) |
###question:How many different episode numbers are there for episodes directed by Wayne Rose?###answer:SELECT COUNT(_number) FROM table_21696800_1 WHERE directed_by = "Wayne Rose"###context:CREATE TABLE table_21696800_1 (_number VARCHAR, directed_by VARCHAR) |
###question:How many wins does he get when he starts at 10?###answer:SELECT wins FROM table_2169966_1 WHERE starts = 10###context:CREATE TABLE table_2169966_1 (wins VARCHAR, starts VARCHAR) |
###question:How many wins does he have?###answer:SELECT MAX(wins) FROM table_2169966_1###context:CREATE TABLE table_2169966_1 (wins INTEGER) |
###question:What wast the percent cut for the nation with an 80% full gas storage?###answer:SELECT _percentage_cut FROM table_21690339_1 WHERE gas_storage = "80% full"###context:CREATE TABLE table_21690339_1 (_percentage_cut VARCHAR, gas_storage VARCHAR) |
###question:What was the gas storage status for the nation that had "yes" for alternative fuel?###answer:SELECT gas_storage FROM table_21690339_1 WHERE alternative_fuel = "Yes"###context:CREATE TABLE table_21690339_1 (gas_storage VARCHAR, alternative_fuel VARCHAR) |
###question:What was the percent cunt for the nation that had fuel oil stocks need only for industry as their fuel alternative?###answer:SELECT _percentage_cut FROM table_21690339_1 WHERE alternative_fuel = "Fuel oil stocks need only for industry"###context:CREATE TABLE table_21690339_1 (_percentage_cut VARCHAR, altern... |
###question:What country had 20% imports from russia?###answer:SELECT country FROM table_21690339_1 WHERE _percentage_of_imports_from_russia = "20%"###context:CREATE TABLE table_21690339_1 (country VARCHAR, _percentage_of_imports_from_russia VARCHAR) |
###question:What country had a 100% cut?###answer:SELECT country FROM table_21690339_1 WHERE _percentage_cut = "100%"###context:CREATE TABLE table_21690339_1 (country VARCHAR, _percentage_cut VARCHAR) |
###question:What network garnered 2.74 million viewers for Supernatural?###answer:SELECT network FROM table_2170969_2 WHERE viewers_in_millions = "2.74"###context:CREATE TABLE table_2170969_2 (network VARCHAR, viewers_in_millions VARCHAR) |
###question:What season had 2.52 million viewers?###answer:SELECT tv_season FROM table_2170969_2 WHERE viewers_in_millions = "2.52"###context:CREATE TABLE table_2170969_2 (tv_season VARCHAR, viewers_in_millions VARCHAR) |
###question:What is the category for trains numbered 16609/16610?###answer:SELECT category FROM table_21716139_1 WHERE train_no = "16609/16610"###context:CREATE TABLE table_21716139_1 (category VARCHAR, train_no VARCHAR) |
###question:What trains have a category of express and a weekly frequency?###answer:SELECT train_name FROM table_21716139_1 WHERE category = "Express" AND frequency = "Weekly"###context:CREATE TABLE table_21716139_1 (train_name VARCHAR, category VARCHAR, frequency VARCHAR) |
###question:What is the train name that has a destination of Tuticorin?###answer:SELECT train_name FROM table_21716139_1 WHERE destination = "Tuticorin"###context:CREATE TABLE table_21716139_1 (train_name VARCHAR, destination VARCHAR) |
###question:What is the frequency of trains numbered 12671/12672?###answer:SELECT frequency FROM table_21716139_1 WHERE train_no = "12671/12672"###context:CREATE TABLE table_21716139_1 (frequency VARCHAR, train_no VARCHAR) |
###question:How many destinations have a weekly frequency and are named AC Express?###answer:SELECT COUNT(destination) FROM table_21716139_1 WHERE frequency = "Weekly" AND train_name = "AC Express"###context:CREATE TABLE table_21716139_1 (destination VARCHAR, frequency VARCHAR, train_name VARCHAR) |
###question:What is the number of frequencies that have a destination of Jaipur?###answer:SELECT COUNT(frequency) FROM table_21716139_1 WHERE destination = "Jaipur"###context:CREATE TABLE table_21716139_1 (frequency VARCHAR, destination VARCHAR) |
###question:What is the pick # for player david grannis?###answer:SELECT MAX(pick__number) FROM table_21721351_18 WHERE player = "David Grannis"###context:CREATE TABLE table_21721351_18 (pick__number INTEGER, player VARCHAR) |
###question:Which player belongs to deerfield academy (Massachusetts) college/junior/club team?###answer:SELECT player FROM table_21721351_18 WHERE college_junior_club_team = "Deerfield Academy (Massachusetts)"###context:CREATE TABLE table_21721351_18 (player VARCHAR, college_junior_club_team VARCHAR) |
###question:Which nationality is kitchener rangers (ohl) college/junior/club team?###answer:SELECT nationality FROM table_21721351_18 WHERE college_junior_club_team = "Kitchener Rangers (OHL)"###context:CREATE TABLE table_21721351_18 (nationality VARCHAR, college_junior_club_team VARCHAR) |
###question:Which nationality is player Brian Wilks?###answer:SELECT nationality FROM table_21721351_18 WHERE player = "Brian Wilks"###context:CREATE TABLE table_21721351_18 (nationality VARCHAR, player VARCHAR) |
###question:How many positions is player Tom Glavine?###answer:SELECT COUNT(position) FROM table_21721351_18 WHERE player = "Tom Glavine"###context:CREATE TABLE table_21721351_18 (position VARCHAR, player VARCHAR) |
###question:who directed the production code 2t5710?###answer:SELECT directed_by FROM table_21726793_1 WHERE production_code = "2T5710"###context:CREATE TABLE table_21726793_1 (directed_by VARCHAR, production_code VARCHAR) |
###question:what is the total number o production code where us viewers is 2.76?###answer:SELECT COUNT(production_code) FROM table_21726793_1 WHERE us_viewers__million_ = "2.76"###context:CREATE TABLE table_21726793_1 (production_code VARCHAR, us_viewers__million_ VARCHAR) |
###question:who wrote the no 2?###answer:SELECT written_by FROM table_21726793_1 WHERE no = 2###context:CREATE TABLE table_21726793_1 (written_by VARCHAR, no VARCHAR) |
###question:What is the maac when the overall is 26-8?###answer:SELECT maac FROM table_21756039_1 WHERE overall = "26-8"###context:CREATE TABLE table_21756039_1 (maac VARCHAR, overall VARCHAR) |
###question:How many maac are there that have 14th as the ncaa and the overall is 20-10?###answer:SELECT COUNT(maac) FROM table_21756039_1 WHERE ncaa_seed = "14th" AND overall = "20-10"###context:CREATE TABLE table_21756039_1 (maac VARCHAR, ncaa_seed VARCHAR, overall VARCHAR) |
###question:How many overall in the year 2010-2011?###answer:SELECT COUNT(overall) FROM table_21756039_1 WHERE year = "2010-2011"###context:CREATE TABLE table_21756039_1 (overall VARCHAR, year VARCHAR) |
###question:In which year is the overall 29-4?###answer:SELECT year FROM table_21756039_1 WHERE overall = "29-4"###context:CREATE TABLE table_21756039_1 (year VARCHAR, overall VARCHAR) |
###question:What is the regular season results for the year 2011-2012?###answer:SELECT regular_season_results FROM table_21756039_1 WHERE year = "2011-2012"###context:CREATE TABLE table_21756039_1 (regular_season_results VARCHAR, year VARCHAR) |
###question:How many drivers had a time of 3:09:45?###answer:SELECT COUNT(driver) FROM table_2175858_1 WHERE race_time = "3:09:45"###context:CREATE TABLE table_2175858_1 (driver VARCHAR, race_time VARCHAR) |
###question:How many drivers drove 300 laps at average speed of 103.594?###answer:SELECT COUNT(driver) FROM table_2175858_1 WHERE laps = "300" AND average_speed__mph_ = "103.594"###context:CREATE TABLE table_2175858_1 (driver VARCHAR, laps VARCHAR, average_speed__mph_ VARCHAR) |
###question:How many dates had an average speed of 102.003?###answer:SELECT COUNT(date) FROM table_2175858_1 WHERE average_speed__mph_ = "102.003"###context:CREATE TABLE table_2175858_1 (date VARCHAR, average_speed__mph_ VARCHAR) |
###question:How many laps were driven in 2009?###answer:SELECT laps FROM table_2175858_1 WHERE year = 2009###context:CREATE TABLE table_2175858_1 (laps VARCHAR, year VARCHAR) |
###question:How many laps were completed in the race with time of 3:03:50?###answer:SELECT laps FROM table_2175858_1 WHERE race_time = "3:03:50"###context:CREATE TABLE table_2175858_1 (laps VARCHAR, race_time VARCHAR) |
###question:How many miles were driven with the average speed at 116.81?###answer:SELECT miles__km_ FROM table_2175858_1 WHERE average_speed__mph_ = "116.81"###context:CREATE TABLE table_2175858_1 (miles__km_ VARCHAR, average_speed__mph_ VARCHAR) |
###question:What was the season number for production code E2110?###answer:SELECT season_no FROM table_21781578_2 WHERE production_code = "E2110"###context:CREATE TABLE table_21781578_2 (season_no VARCHAR, production_code VARCHAR) |
###question:What was the original air date for season number 2?###answer:SELECT original_air_date FROM table_21781578_2 WHERE season_no = 2###context:CREATE TABLE table_21781578_2 (original_air_date VARCHAR, season_no VARCHAR) |
###question:What was the season number episode directed by John David Coles?###answer:SELECT season_no FROM table_21781578_2 WHERE directed_by = "John David Coles"###context:CREATE TABLE table_21781578_2 (season_no VARCHAR, directed_by VARCHAR) |
###question:What was the number of US Viewers in the episode directed by Steve Shill and having a production code of E2102?###answer:SELECT us_viewers__millions_ FROM table_21781578_2 WHERE directed_by = "Steve Shill" AND production_code = "E2102"###context:CREATE TABLE table_21781578_2 (us_viewers__millions_ VARCHAR, ... |
###question:What was the number of season number entries that had US Viewers of 12.30 million?###answer:SELECT COUNT(season_no) FROM table_21781578_2 WHERE us_viewers__millions_ = "12.30"###context:CREATE TABLE table_21781578_2 (season_no VARCHAR, us_viewers__millions_ VARCHAR) |
###question:What was the date of the game in week 3?###answer:SELECT date FROM table_21761882_4 WHERE week = 3###context:CREATE TABLE table_21761882_4 (date VARCHAR, week VARCHAR) |
###question:What was the final score when the game was @ roughriders?###answer:SELECT final_score FROM table_21761882_4 WHERE opponent = "@ Roughriders"###context:CREATE TABLE table_21761882_4 (final_score VARCHAR, opponent VARCHAR) |
###question:What was the total number of weeks where the game played Ivor Wynne Stadium?###answer:SELECT COUNT(week) FROM table_21761882_4 WHERE location = "Ivor Wynne Stadium"###context:CREATE TABLE table_21761882_4 (week VARCHAR, location VARCHAR) |
###question:What was the location for when the opponent was @ roughriders?###answer:SELECT location FROM table_21761882_4 WHERE opponent = "@ Roughriders"###context:CREATE TABLE table_21761882_4 (location VARCHAR, opponent VARCHAR) |
###question:What was the final score when the attendance was 25598?###answer:SELECT final_score FROM table_21761882_4 WHERE attendance = 25598###context:CREATE TABLE table_21761882_4 (final_score VARCHAR, attendance VARCHAR) |
###question:What location was the game on October 6?###answer:SELECT location FROM table_21761882_4 WHERE date = "October 6"###context:CREATE TABLE table_21761882_4 (location VARCHAR, date VARCHAR) |
###question:What's the lowest rating with 11.2 million viewers?###answer:SELECT MIN(ranking) FROM table_217785_2 WHERE viewers__in_millions_of_households_ = "11.2"###context:CREATE TABLE table_217785_2 (ranking INTEGER, viewers__in_millions_of_households_ VARCHAR) |
###question:When did the season finale ranked at 73 first air?###answer:SELECT season AS finale FROM table_217785_2 WHERE ranking = 73###context:CREATE TABLE table_217785_2 (season VARCHAR, ranking VARCHAR) |
###question:Which season received 10.2 million viewers?###answer:SELECT COUNT(tv_season) FROM table_217785_2 WHERE viewers__in_millions_of_households_ = "10.2"###context:CREATE TABLE table_217785_2 (tv_season VARCHAR, viewers__in_millions_of_households_ VARCHAR) |
###question:When 19/05/2002 is the date of withdrawn what is the name?###answer:SELECT name FROM table_21795986_1 WHERE withdrawn = "19/05/2002"###context:CREATE TABLE table_21795986_1 (name VARCHAR, withdrawn VARCHAR) |
###question:When 2008 t is the original number what is the lowest year?###answer:SELECT MIN(year) FROM table_21795986_1 WHERE original_number = "2008 T"###context:CREATE TABLE table_21795986_1 (year INTEGER, original_number VARCHAR) |
###question:When 9/07/1999 is the date of withdrawn what is the original number?###answer:SELECT original_number FROM table_21795986_1 WHERE withdrawn = "9/07/1999"###context:CREATE TABLE table_21795986_1 (original_number VARCHAR, withdrawn VARCHAR) |
###question:WHO WAS THE STAGE WINNER IN THE STAGE WHERE MICHAEL ALBASINI WON THE METAS VOLANTES CLASSIFICATION?###answer:SELECT stage__winner_ FROM table_21804557_18 WHERE metas_volantes_classification = "Michael Albasini"###context:CREATE TABLE table_21804557_18 (stage__winner_ VARCHAR, metas_volantes_classification V... |
###question:Who got the mountains classification when Michael Albasini won the stage?###answer:SELECT mountains_classification FROM table_21804557_18 WHERE metas_volantes_classification = "Michael Albasini"###context:CREATE TABLE table_21804557_18 (mountains_classification VARCHAR, metas_volantes_classification VARCHAR... |
###question:How many people were present at the July 10 game?###answer:SELECT attendance FROM table_21796261_4 WHERE date = "July 10"###context:CREATE TABLE table_21796261_4 (attendance VARCHAR, date VARCHAR) |
###question:What was the final score of the game played on July 10?###answer:SELECT final_score FROM table_21796261_4 WHERE date = "July 10"###context:CREATE TABLE table_21796261_4 (final_score VARCHAR, date VARCHAR) |
###question:What's the record achieved in the gamed played at BC Place Stadium?###answer:SELECT record FROM table_21796261_4 WHERE location = "BC Place Stadium"###context:CREATE TABLE table_21796261_4 (record VARCHAR, location VARCHAR) |
###question:During what week was the July 10 game played?###answer:SELECT week FROM table_21796261_4 WHERE date = "July 10"###context:CREATE TABLE table_21796261_4 (week VARCHAR, date VARCHAR) |
###question:When was the game on Taylor Field played?###answer:SELECT date FROM table_21796261_4 WHERE location = "Taylor Field"###context:CREATE TABLE table_21796261_4 (date VARCHAR, location VARCHAR) |
###question:Who placed fourth when the winner was Greg Hancock?###answer:SELECT 4 AS th_placed FROM table_21808535_1 WHERE winner = "Greg Hancock"###context:CREATE TABLE table_21808535_1 (winner VARCHAR) |
###question:Who was the runner-up on September 11?###answer:SELECT runner_up FROM table_21808535_1 WHERE date = "September 11"###context:CREATE TABLE table_21808535_1 (runner_up VARCHAR, date VARCHAR) |
###question:How many rounds were on July 10?###answer:SELECT COUNT(round) FROM table_21808535_1 WHERE date = "July 10"###context:CREATE TABLE table_21808535_1 (round VARCHAR, date VARCHAR) |
###question:Name the number of years for 18.5###answer:SELECT COUNT(year) FROM table_2181798_1 WHERE avg_finish = "18.5"###context:CREATE TABLE table_2181798_1 (year VARCHAR, avg_finish VARCHAR) |
###question:Name the max top 5 for avg finish being 27.6###answer:SELECT MAX(top_5) FROM table_2181798_1 WHERE avg_finish = "27.6"###context:CREATE TABLE table_2181798_1 (top_5 INTEGER, avg_finish VARCHAR) |
###question:Name the number of wins for 30 starts###answer:SELECT COUNT(wins) FROM table_2181798_1 WHERE starts = 30###context:CREATE TABLE table_2181798_1 (wins VARCHAR, starts VARCHAR) |
###question:Name the year for donlavey racing bill davis racing###answer:SELECT year FROM table_2181798_1 WHERE team_s_ = "Donlavey Racing Bill Davis Racing"###context:CREATE TABLE table_2181798_1 (year VARCHAR, team_s_ VARCHAR) |
###question:Name the starts for 23.7###answer:SELECT starts FROM table_2181798_1 WHERE avg_start = "23.7"###context:CREATE TABLE table_2181798_1 (starts VARCHAR, avg_start VARCHAR) |
###question:Name the position for 23.7 avg start###answer:SELECT COUNT(position) FROM table_2181798_1 WHERE avg_start = "23.7"###context:CREATE TABLE table_2181798_1 (position VARCHAR, avg_start VARCHAR) |
###question:What is the car number for the Chevrolet Monte Carlo that Teresa Earnhardt owns and Paul Menard is her driver?###answer:SELECT MIN(_number) FROM table_2182170_1 WHERE car_s_ = "Chevrolet Monte Carlo" AND listed_owner_s_ = "Teresa Earnhardt" AND driver_s_ = "Paul Menard"###context:CREATE TABLE table_2182170_... |
###question:What type of car does Jeff Fuller drive?###answer:SELECT car_s_ FROM table_2182170_1 WHERE driver_s_ = "Jeff Fuller"###context:CREATE TABLE table_2182170_1 (car_s_ VARCHAR, driver_s_ VARCHAR) |
###question:How many cars does Gregg Mixon own?###answer:SELECT COUNT(car_s_) FROM table_2182170_1 WHERE listed_owner_s_ = "Gregg Mixon"###context:CREATE TABLE table_2182170_1 (car_s_ VARCHAR, listed_owner_s_ VARCHAR) |
###question:Who is Wayne Day's crew chief?###answer:SELECT crew_chief FROM table_2182170_1 WHERE listed_owner_s_ = "Wayne Day"###context:CREATE TABLE table_2182170_1 (crew_chief VARCHAR, listed_owner_s_ VARCHAR) |
###question:What number is on the car that Geoffrey Bodine drives?###answer:SELECT MIN(_number) FROM table_2182170_1 WHERE driver_s_ = "Geoffrey Bodine"###context:CREATE TABLE table_2182170_1 (_number INTEGER, driver_s_ VARCHAR) |
###question:What episode number in the season is episode 24 in the series?###answer:SELECT no_in_season FROM table_2182654_3 WHERE no_in_series = 24###context:CREATE TABLE table_2182654_3 (no_in_season VARCHAR, no_in_series VARCHAR) |
###question:How many episodes in the season were directed by Jeremy Podeswa?###answer:SELECT COUNT(no_in_season) FROM table_2182654_3 WHERE directed_by = "Jeremy Podeswa"###context:CREATE TABLE table_2182654_3 (no_in_season VARCHAR, directed_by VARCHAR) |
###question:What is the name of the episode directed by Miguel Arteta?###answer:SELECT title FROM table_2182654_3 WHERE directed_by = "Miguel Arteta"###context:CREATE TABLE table_2182654_3 (title VARCHAR, directed_by VARCHAR) |
###question:How many episodes in the series were directed by Alan Taylor?###answer:SELECT COUNT(no_in_series) FROM table_2182654_3 WHERE directed_by = "Alan Taylor"###context:CREATE TABLE table_2182654_3 (no_in_series VARCHAR, directed_by VARCHAR) |
###question:How many different teams had an average start of 12.9?###answer:SELECT COUNT(team_s_) FROM table_2182562_2 WHERE avg_start = "12.9"###context:CREATE TABLE table_2182562_2 (team_s_ VARCHAR, avg_start VARCHAR) |
###question:How high was the amount of winnings (in $) in the year with 15 starts?###answer:SELECT winnings FROM table_2182562_2 WHERE starts = 15###context:CREATE TABLE table_2182562_2 (winnings VARCHAR, starts VARCHAR) |
###question:How many different amounts of winnings were there for the year when the team had an average finish of 17.4?###answer:SELECT COUNT(winnings) FROM table_2182562_2 WHERE avg_finish = "17.4"###context:CREATE TABLE table_2182562_2 (winnings VARCHAR, avg_finish VARCHAR) |
###question:What was the top 5 in the year with an average finish of 8.2?###answer:SELECT MIN(top_5) FROM table_2182562_2 WHERE avg_finish = "8.2"###context:CREATE TABLE table_2182562_2 (top_5 INTEGER, avg_finish VARCHAR) |
###question:What was the position of the team with an average finish of 21.5?###answer:SELECT position FROM table_2182562_2 WHERE avg_finish = "21.5"###context:CREATE TABLE table_2182562_2 (position VARCHAR, avg_finish VARCHAR) |
###question:How many years was the position 97th?###answer:SELECT COUNT(year) FROM table_2182562_1 WHERE position = "97th"###context:CREATE TABLE table_2182562_1 (year VARCHAR, position VARCHAR) |
###question:How many wins when the average start is 29.0?###answer:SELECT COUNT(wins) FROM table_2182562_1 WHERE avg_start = "29.0"###context:CREATE TABLE table_2182562_1 (wins VARCHAR, avg_start VARCHAR) |
###question:What is the average finish when winnings equals $71,200?###answer:SELECT avg_finish FROM table_2182562_1 WHERE winnings = "$71,200"###context:CREATE TABLE table_2182562_1 (avg_finish VARCHAR, winnings VARCHAR) |
###question:What year did the winnings equal $281,945?###answer:SELECT year FROM table_2182562_1 WHERE winnings = "$281,945"###context:CREATE TABLE table_2182562_1 (year VARCHAR, winnings VARCHAR) |
###question:What are the top 5 average finishes equalling 40.3?###answer:SELECT top_5 FROM table_2182562_1 WHERE avg_finish = "40.3"###context:CREATE TABLE table_2182562_1 (top_5 VARCHAR, avg_finish VARCHAR) |
###question:Who wrote episode 31 in the series?###answer:SELECT written_by FROM table_21831229_3 WHERE no_in_series = 31###context:CREATE TABLE table_21831229_3 (written_by VARCHAR, no_in_series VARCHAR) |
###question:What was the date that the episode with a production code of 213 was originally aired?###answer:SELECT original_us_air_date FROM table_21831229_3 WHERE prod_code = 213###context:CREATE TABLE table_21831229_3 (original_us_air_date VARCHAR, prod_code VARCHAR) |
###question:Who was playing when the score was 5β7, 6β7 (4β7)?###answer:SELECT opponents FROM table_2186447_1 WHERE score = "5β7, 6β7 (4β7)"###context:CREATE TABLE table_2186447_1 (opponents VARCHAR, score VARCHAR) |
###question:Who was playing when the score was 5β7, 5β7?###answer:SELECT opponents FROM table_2186447_1 WHERE score = "5β7, 5β7"###context:CREATE TABLE table_2186447_1 (opponents VARCHAR, score VARCHAR) |
###question:How many partners were there when the score was 7β6 (7β4) , 6β3?###answer:SELECT COUNT(partner) FROM table_2186447_1 WHERE score = "7β6 (7β4) , 6β3"###context:CREATE TABLE table_2186447_1 (partner VARCHAR, score VARCHAR) |
###question:What was their record when they played the stampeders?###answer:SELECT record FROM table_21839208_4 WHERE opponent = "Stampeders"###context:CREATE TABLE table_21839208_4 (record VARCHAR, opponent VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.