question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
Who was the artist who worked on the stories published in 1966?
CREATE TABLE table_23963073_1 (artist VARCHAR, date_of_publication VARCHAR)
{ "SQL_Query": "SELECT artist FROM table_23963073_1 WHERE date_of_publication = 1966" }
When did series 6 start?
CREATE TABLE table_24057191_2 (start_date VARCHAR, series VARCHAR)
{ "SQL_Query": "SELECT start_date FROM table_24057191_2 WHERE series = 6" }
What series had an average of 3.72 million people watching it?
CREATE TABLE table_24057191_2 (series INTEGER, average_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT MAX(series) FROM table_24057191_2 WHERE average_viewers__millions_ = \"3.72\"" }
How many different end dates are there for the series seen by 4.2 million people?
CREATE TABLE table_24057191_2 (end_date VARCHAR, average_viewers__millions_ VARCHAR)
{ "SQL_Query": "SELECT COUNT(end_date) FROM table_24057191_2 WHERE average_viewers__millions_ = \"4.2\"" }
What percentage of the EU's population lives in the country with a population density of 110.8 people per square kilometer?
CREATE TABLE table_24066938_1 (population__percentage_of_eu VARCHAR, pop_density_people_km_2 VARCHAR)
{ "SQL_Query": "SELECT population__percentage_of_eu FROM table_24066938_1 WHERE pop_density_people_km_2 = \"110.8\"" }
What is the area of Austria's territory in square kilometers?
CREATE TABLE table_24066938_1 (area_km_2 VARCHAR, member_state VARCHAR)
{ "SQL_Query": "SELECT area_km_2 FROM table_24066938_1 WHERE member_state = \"Austria\"" }
How many inhabitants does Sweden have per square kilometer?
CREATE TABLE table_24066938_1 (pop_density_people_km_2 VARCHAR, member_state VARCHAR)
{ "SQL_Query": "SELECT pop_density_people_km_2 FROM table_24066938_1 WHERE member_state = \"Sweden\"" }
How many measurements of the Czech Republic's population density are recorded in this table?
CREATE TABLE table_24066938_1 (pop_density_people_km_2 VARCHAR, member_state VARCHAR)
{ "SQL_Query": "SELECT COUNT(pop_density_people_km_2) FROM table_24066938_1 WHERE member_state = \"Czech Republic\"" }
Name the number of number in the season for 11
CREATE TABLE table_2409041_4 (no_in_series VARCHAR, no_in_season VARCHAR)
{ "SQL_Query": "SELECT COUNT(no_in_series) FROM table_2409041_4 WHERE no_in_season = 11" }
Name the number of airdates for 14
CREATE TABLE table_2409041_4 (original_air_date VARCHAR, no_in_season VARCHAR)
{ "SQL_Query": "SELECT COUNT(original_air_date) FROM table_2409041_4 WHERE no_in_season = 14" }
Name the title for 446913
CREATE TABLE table_2409041_4 (title VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT title FROM table_2409041_4 WHERE production_code = 446913" }
What was the Kentucky Oaks attendance the year the Belmont Stakes had 64,949 attendance?
CREATE TABLE table_24089503_1 (kentucky_oaks VARCHAR, belmont_stakes VARCHAR)
{ "SQL_Query": "SELECT kentucky_oaks FROM table_24089503_1 WHERE belmont_stakes = \"64,949\"" }
What was the attendance at the Travers Stakes in 1977?
CREATE TABLE table_24089503_1 (travers_stakes VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT travers_stakes FROM table_24089503_1 WHERE year = 1977" }
What was the Breeder's Cup Friday attendance for the year the Breeder's Cup Saturday had 52,987?
CREATE TABLE table_24089503_1 (breeders_cup_friday VARCHAR, breeders_cup_saturday VARCHAR)
{ "SQL_Query": "SELECT breeders_cup_friday FROM table_24089503_1 WHERE breeders_cup_saturday = \"52,987\"" }
In what edition is Ungur's opponent David Nalbandian?
CREATE TABLE table_24099476_8 (edition VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT edition FROM table_24099476_8 WHERE opponent = \"David Nalbandian\"" }
When was the win/lose lose and the round a play-off?
CREATE TABLE table_24099476_8 (date VARCHAR, win_lose VARCHAR, round VARCHAR)
{ "SQL_Query": "SELECT date FROM table_24099476_8 WHERE win_lose = \"Lose\" AND round = \"Play-off\"" }
In what round did he play against Sergiy Stakhovsky?
CREATE TABLE table_24099476_8 (round VARCHAR, opponent VARCHAR)
{ "SQL_Query": "SELECT round FROM table_24099476_8 WHERE opponent = \"Sergiy Stakhovsky\"" }
What municipality had 754 votes for coakley?
CREATE TABLE table_24115349_6 (municipality VARCHAR, coakley_votes VARCHAR)
{ "SQL_Query": "SELECT municipality FROM table_24115349_6 WHERE coakley_votes = 754" }
How many votes for brown in the place that had 84.1% for coakley?
CREATE TABLE table_24115349_6 (brown_votes INTEGER, coakley__percentage VARCHAR)
{ "SQL_Query": "SELECT MAX(brown_votes) FROM table_24115349_6 WHERE coakley__percentage = \"84.1%\"" }
What was the turnout percentage in the place that had 44.6% vote for brown?
CREATE TABLE table_24115349_6 (turnout__percentage VARCHAR, brown__percentage VARCHAR)
{ "SQL_Query": "SELECT turnout__percentage FROM table_24115349_6 WHERE brown__percentage = \"44.6%\"" }
Name the finish top 10 being 8
CREATE TABLE table_24119784_1 (finish INTEGER, top_10 VARCHAR)
{ "SQL_Query": "SELECT MAX(finish) FROM table_24119784_1 WHERE top_10 = 8" }
What is the finish associated with a 3-2 vote?
CREATE TABLE table_24122653_2 (finish VARCHAR, vote VARCHAR)
{ "SQL_Query": "SELECT finish FROM table_24122653_2 WHERE vote = \"3-2\"" }
What is the reward for the elimination of Peterson?
CREATE TABLE table_24122653_2 (reward VARCHAR, eliminated VARCHAR)
{ "SQL_Query": "SELECT reward FROM table_24122653_2 WHERE eliminated = \"Peterson\"" }
What is the number of finishes associated with an elimination of Adriana?
CREATE TABLE table_24122653_2 (finish VARCHAR, eliminated VARCHAR)
{ "SQL_Query": "SELECT COUNT(finish) FROM table_24122653_2 WHERE eliminated = \"Adriana\"" }
What was the total number of episodes that had a 3-1 vote?
CREATE TABLE table_24122653_2 (episode VARCHAR, vote VARCHAR)
{ "SQL_Query": "SELECT COUNT(episode) FROM table_24122653_2 WHERE vote = \"3-1\"" }
When troy is the regular season winner what is the conference tournament?
CREATE TABLE table_24160890_3 (conference VARCHAR, regular_season_winner VARCHAR)
{ "SQL_Query": "SELECT conference AS Tournament FROM table_24160890_3 WHERE regular_season_winner = \"Troy\"" }
When madison square garden ( new york city, new york ) is the tournament venue (city) what is the conference tournament?
CREATE TABLE table_24160890_3 (conference VARCHAR, tournament_venue__city_ VARCHAR)
{ "SQL_Query": "SELECT conference AS Tournament FROM table_24160890_3 WHERE tournament_venue__city_ = \"Madison Square Garden ( New York City, New York )\"" }
When Cincinnati is the tournament winner how many regular season winners are there?
CREATE TABLE table_24160890_3 (regular_season_winner VARCHAR, tournament_winner VARCHAR)
{ "SQL_Query": "SELECT COUNT(regular_season_winner) FROM table_24160890_3 WHERE tournament_winner = \"Cincinnati\"" }
When western michigan is the tournament winner how many conferences are there?
CREATE TABLE table_24160890_3 (conference VARCHAR, tournament_winner VARCHAR)
{ "SQL_Query": "SELECT COUNT(conference) FROM table_24160890_3 WHERE tournament_winner = \"Western Michigan\"" }
When was successor George E. Harris (R) seated?
CREATE TABLE table_2417345_4 (date_successor_seated VARCHAR, successor VARCHAR)
{ "SQL_Query": "SELECT date_successor_seated FROM table_2417345_4 WHERE successor = \"George E. Harris (R)\"" }
What was the reason for change when the successor was William Milnes, Jr. (C)?
CREATE TABLE table_2417345_4 (reason_for_change VARCHAR, successor VARCHAR)
{ "SQL_Query": "SELECT reason_for_change FROM table_2417345_4 WHERE successor = \"William Milnes, Jr. (C)\"" }
When were the successor/s seated for Ohio 10th?
CREATE TABLE table_2417345_4 (date_successor_seated VARCHAR, district VARCHAR)
{ "SQL_Query": "SELECT date_successor_seated FROM table_2417345_4 WHERE district = \"Ohio 10th\"" }
Name the reason for change when George W. Greene (D) was the vacator.
CREATE TABLE table_2417345_4 (reason_for_change VARCHAR, vacator VARCHAR)
{ "SQL_Query": "SELECT reason_for_change FROM table_2417345_4 WHERE vacator = \"George W. Greene (D)\"" }
When was successor David Atwood (R) seated?
CREATE TABLE table_2417345_4 (date_successor_seated VARCHAR, successor VARCHAR)
{ "SQL_Query": "SELECT date_successor_seated FROM table_2417345_4 WHERE successor = \"David Atwood (R)\"" }
What district was the successor seated in March 28, 1878?
CREATE TABLE table_2417390_4 (district VARCHAR, date_successor_seated VARCHAR)
{ "SQL_Query": "SELECT district FROM table_2417390_4 WHERE date_successor_seated = \"March 28, 1878\"" }
Who was the vacator for the district of Nebraska at-large?
CREATE TABLE table_2417390_4 (vacator VARCHAR, district VARCHAR)
{ "SQL_Query": "SELECT vacator FROM table_2417390_4 WHERE district = \"Nebraska At-large\"" }
Name the enrollment with cougars
CREATE TABLE table_24216139_2 (enrollment VARCHAR, nickname VARCHAR)
{ "SQL_Query": "SELECT enrollment FROM table_24216139_2 WHERE nickname = \"Cougars\"" }
Name the least enrollment for field hockey, men's swimming
CREATE TABLE table_24216139_2 (enrollment INTEGER, sport VARCHAR)
{ "SQL_Query": "SELECT MIN(enrollment) FROM table_24216139_2 WHERE sport = \"Field hockey, men's swimming\"" }
Name the school that is cougars
CREATE TABLE table_24216139_2 (institution VARCHAR, nickname VARCHAR)
{ "SQL_Query": "SELECT institution FROM table_24216139_2 WHERE nickname = \"Cougars\"" }
Name the institution for purple aces
CREATE TABLE table_24216139_2 (institution VARCHAR, nickname VARCHAR)
{ "SQL_Query": "SELECT institution FROM table_24216139_2 WHERE nickname = \"Purple Aces\"" }
Name the title that was directed by john terlesky
CREATE TABLE table_24222929_2 (title VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT title FROM table_24222929_2 WHERE directed_by = \"John Terlesky\"" }
Name the total number of titles for 3x5655
CREATE TABLE table_24222929_2 (title VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT COUNT(title) FROM table_24222929_2 WHERE production_code = \"3X5655\"" }
What date did the episode that had 1.023 million u.s. viewers originally air?
CREATE TABLE table_24223834_3 (original_air_date VARCHAR, us_viewers__in_millions_ VARCHAR)
{ "SQL_Query": "SELECT original_air_date FROM table_24223834_3 WHERE us_viewers__in_millions_ = \"1.023\"" }
What episode number in the series had 2.528 million u.s. viewers?
CREATE TABLE table_24223834_3 (no_in_series VARCHAR, us_viewers__in_millions_ VARCHAR)
{ "SQL_Query": "SELECT no_in_series FROM table_24223834_3 WHERE us_viewers__in_millions_ = \"2.528\"" }
How many million U.S. viewers watched the episode that Daniel H. Forer directed?
CREATE TABLE table_24223834_3 (us_viewers__in_millions_ VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT us_viewers__in_millions_ FROM table_24223834_3 WHERE directed_by = \"Daniel H. Forer\"" }
How may overall episodes had the title "this is what they want"?
CREATE TABLE table_24223834_3 (overall VARCHAR, title VARCHAR)
{ "SQL_Query": "SELECT COUNT(overall) FROM table_24223834_3 WHERE title = \"This is What They Want\"" }
Who was the Tournament Winner when UNC Wilmington won the regular season?
CREATE TABLE table_24248450_3 (tournament_winner VARCHAR, regular_season_winner VARCHAR)
{ "SQL_Query": "SELECT tournament_winner FROM table_24248450_3 WHERE regular_season_winner = \"UNC Wilmington\"" }
Who won the tournament for the Atlantic Sun Conference?
CREATE TABLE table_24248450_3 (tournament_winner VARCHAR, conference VARCHAR)
{ "SQL_Query": "SELECT tournament_winner FROM table_24248450_3 WHERE conference = \"Atlantic Sun conference\"" }
What is the tournament called for the Big Sky Conference?
CREATE TABLE table_24248450_3 (conference VARCHAR)
{ "SQL_Query": "SELECT conference AS Tournament FROM table_24248450_3 WHERE conference = \"Big Sky conference\"" }
How many men had an event 1 medley score of 6 (16.6m)?
CREATE TABLE table_24302700_2 (event_2_truck_pull VARCHAR, event_1_medley VARCHAR)
{ "SQL_Query": "SELECT COUNT(event_2_truck_pull) FROM table_24302700_2 WHERE event_1_medley = \"6 (16.6m)\"" }
How many men from the Ukraine?
CREATE TABLE table_24302700_2 (event_4_carwalk VARCHAR, nationality VARCHAR)
{ "SQL_Query": "SELECT COUNT(event_4_carwalk) FROM table_24302700_2 WHERE nationality = \"Ukraine\"" }
What was the result(s) in the event 3 squatlift for the man from the United states with a result of 1 (42.66s) in the event 2 truck pull?
CREATE TABLE table_24302700_2 (event_3_squat_lift VARCHAR, nationality VARCHAR, event_2_truck_pull VARCHAR)
{ "SQL_Query": "SELECT event_3_squat_lift FROM table_24302700_2 WHERE nationality = \"United States\" AND event_2_truck_pull = \"1 (42.66s)\"" }
What was the result in the event 1 medley for the man with a 4 (6 in 31.85s) in the event 3 squat lift?
CREATE TABLE table_24302700_2 (event_1_medley VARCHAR, event_3_squat_lift VARCHAR)
{ "SQL_Query": "SELECT event_1_medley FROM table_24302700_2 WHERE event_3_squat_lift = \"4 (6 in 31.85s)\"" }
Name the least series number
CREATE TABLE table_2430014_9 (series_no INTEGER)
{ "SQL_Query": "SELECT MIN(series_no) FROM table_2430014_9" }
Which county has a membership of 1, a franchise type of corporation and a borough of Ennis?
CREATE TABLE table_24329520_8 (county VARCHAR, borough VARCHAR, members VARCHAR, franchise_type VARCHAR)
{ "SQL_Query": "SELECT county FROM table_24329520_8 WHERE members = 1 AND franchise_type = \"Corporation\" AND borough = \"Ennis\"" }
What is the number of members that have boroughs of Bandon Bridge?
CREATE TABLE table_24329520_8 (members VARCHAR, borough VARCHAR)
{ "SQL_Query": "SELECT COUNT(members) FROM table_24329520_8 WHERE borough = \"Bandon Bridge\"" }
What is the number of voters in 1800 that have boroughs named Drogheda?
CREATE TABLE table_24329520_8 (voters_in_1800 VARCHAR, borough VARCHAR)
{ "SQL_Query": "SELECT COUNT(voters_in_1800) FROM table_24329520_8 WHERE borough = \"Drogheda\"" }
While the original toyko/seoul tour cast included thomas hettrick, who was in the original 1st us tour cast?
CREATE TABLE table_24353141_1 (original_1st_us_tour_cast VARCHAR, original_tokyo___seoul_tour_cast VARCHAR)
{ "SQL_Query": "SELECT original_1st_us_tour_cast FROM table_24353141_1 WHERE original_tokyo___seoul_tour_cast = \"Thomas Hettrick\"" }
How many original 3rd us tour cast were there while the original uk cast was alyssa dipalma?
CREATE TABLE table_24353141_1 (original_3rd_us_tour_cast VARCHAR, original_uk_cast VARCHAR)
{ "SQL_Query": "SELECT COUNT(original_3rd_us_tour_cast) FROM table_24353141_1 WHERE original_uk_cast = \"Alyssa DiPalma\"" }
While the original 1st us tour cast included nicci claspell, who was in the original tokyo/seoul tour cast?
CREATE TABLE table_24353141_1 (original_tokyo___seoul_tour_cast VARCHAR, original_1st_us_tour_cast VARCHAR)
{ "SQL_Query": "SELECT original_tokyo___seoul_tour_cast FROM table_24353141_1 WHERE original_1st_us_tour_cast = \"Nicci Claspell\"" }
Who was in the original berkley cast while stark sands was in the original broadway cast?
CREATE TABLE table_24353141_1 (original_berkeley_cast VARCHAR, original_broadway_cast VARCHAR)
{ "SQL_Query": "SELECT original_berkeley_cast FROM table_24353141_1 WHERE original_broadway_cast = \"Stark Sands\"" }
Who was in the original broadway cast while jake epstein was in the original 1st us tour cast?
CREATE TABLE table_24353141_1 (original_broadway_cast VARCHAR, original_1st_us_tour_cast VARCHAR)
{ "SQL_Query": "SELECT original_broadway_cast FROM table_24353141_1 WHERE original_1st_us_tour_cast = \"Jake Epstein\"" }
Who was in the original 3rd us tour cast while scott j. campbell was in the original 1st us tour cast?
CREATE TABLE table_24353141_1 (original_3rd_us_tour_cast VARCHAR, original_1st_us_tour_cast VARCHAR)
{ "SQL_Query": "SELECT original_3rd_us_tour_cast FROM table_24353141_1 WHERE original_1st_us_tour_cast = \"Scott J. Campbell\"" }
What is the highest cable ranking?
CREATE TABLE table_24399615_6 (cable_rank INTEGER)
{ "SQL_Query": "SELECT MAX(cable_rank) FROM table_24399615_6" }
What is the status of player Philipp Kohlschreiber?
CREATE TABLE table_24431348_18 (status VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT status FROM table_24431348_18 WHERE player = \"Philipp Kohlschreiber\"" }
What the total amount of points won during seed 25?
CREATE TABLE table_24431348_18 (points VARCHAR, seed VARCHAR)
{ "SQL_Query": "SELECT COUNT(points) AS won FROM table_24431348_18 WHERE seed = 25" }
What was the status of rank 20?
CREATE TABLE table_24431348_18 (status VARCHAR, rank VARCHAR)
{ "SQL_Query": "SELECT status FROM table_24431348_18 WHERE rank = 20" }
List the total number of defense points for caroline wozniacki.
CREATE TABLE table_24431264_17 (points VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT points AS defending FROM table_24431264_17 WHERE player = \"Caroline Wozniacki\"" }
List the total defensive points for marion bartoli.
CREATE TABLE table_24431264_17 (points VARCHAR, player VARCHAR)
{ "SQL_Query": "SELECT points AS defending FROM table_24431264_17 WHERE player = \"Marion Bartoli\"" }
What is the highest points won when the player is aravane rezaï?
CREATE TABLE table_24431348_20 (points INTEGER, player VARCHAR)
{ "SQL_Query": "SELECT MAX(points) AS won FROM table_24431348_20 WHERE player = \"Aravane Rezaï\"" }
How many times is the new points 2690?
CREATE TABLE table_24431348_20 (status VARCHAR, new_points VARCHAR)
{ "SQL_Query": "SELECT COUNT(status) FROM table_24431348_20 WHERE new_points = 2690" }
List the players with 1285 new points?
CREATE TABLE table_24431264_18 (player VARCHAR, new_points VARCHAR)
{ "SQL_Query": "SELECT player FROM table_24431264_18 WHERE new_points = 1285" }
How many defending points did radek štěpánek have?
CREATE TABLE table_24431264_18 (points INTEGER, player VARCHAR)
{ "SQL_Query": "SELECT MAX(points) AS defending FROM table_24431264_18 WHERE player = \"Radek Štěpánek\"" }
List the rank of the player that left the tournament due to right foot injury
CREATE TABLE table_24431264_18 (rank VARCHAR, withdrew_due_to VARCHAR)
{ "SQL_Query": "SELECT COUNT(rank) FROM table_24431264_18 WHERE withdrew_due_to = \"right foot injury\"" }
List the total number of defensive points for radek štěpánek?
CREATE TABLE table_24431264_18 (points INTEGER, player VARCHAR)
{ "SQL_Query": "SELECT MIN(points) AS defending FROM table_24431264_18 WHERE player = \"Radek Štěpánek\"" }
List the rank of the player that left due to right wrist surgery?
CREATE TABLE table_24431264_18 (rank VARCHAR, withdrew_due_to VARCHAR)
{ "SQL_Query": "SELECT rank FROM table_24431264_18 WHERE withdrew_due_to = \"right wrist surgery\"" }
Name the awardees for best special effects
CREATE TABLE table_24446718_3 (awardee_s_ VARCHAR, name_of_award VARCHAR)
{ "SQL_Query": "SELECT awardee_s_ FROM table_24446718_3 WHERE name_of_award = \"Best Special Effects\"" }
Name the total number of awardees for best screenplay
CREATE TABLE table_24446718_3 (awardee_s_ VARCHAR, name_of_award VARCHAR)
{ "SQL_Query": "SELECT COUNT(awardee_s_) FROM table_24446718_3 WHERE name_of_award = \"Best Screenplay\"" }
Name the name of award for marathi
CREATE TABLE table_24446718_3 (name_of_award VARCHAR, language VARCHAR)
{ "SQL_Query": "SELECT name_of_award FROM table_24446718_3 WHERE language = \"Marathi\"" }
Name the awardee for tingya
CREATE TABLE table_24446718_3 (awardee_s_ VARCHAR, name_of_film VARCHAR)
{ "SQL_Query": "SELECT awardee_s_ FROM table_24446718_3 WHERE name_of_film = \"Tingya\"" }
Name the language for b. ajith kumar
CREATE TABLE table_24446718_3 (language VARCHAR, awardee_s_ VARCHAR)
{ "SQL_Query": "SELECT language FROM table_24446718_3 WHERE awardee_s_ = \"B. Ajith Kumar\"" }
What game date was the game at AOL Arena?
CREATE TABLE table_24453847_2 (date VARCHAR, game_site VARCHAR)
{ "SQL_Query": "SELECT date FROM table_24453847_2 WHERE game_site = \"AOL Arena\"" }
What was the Rhein Fire team record on week 8?
CREATE TABLE table_24453847_2 (team_record VARCHAR, week VARCHAR)
{ "SQL_Query": "SELECT team_record FROM table_24453847_2 WHERE week = 8" }
Name the circuit for france and portugal
CREATE TABLE table_2446333_2 (circuit VARCHAR, main_winner VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT circuit FROM table_2446333_2 WHERE main_winner = \"France\" AND country = \"Portugal\"" }
Name the date for sprint winner mexico
CREATE TABLE table_2446333_2 (date VARCHAR, sprint_winner VARCHAR)
{ "SQL_Query": "SELECT date FROM table_2446333_2 WHERE sprint_winner = \"Mexico\"" }
Name the date for eastern creek raceway
CREATE TABLE table_2446333_2 (date VARCHAR, circuit VARCHAR)
{ "SQL_Query": "SELECT date FROM table_2446333_2 WHERE circuit = \"Eastern Creek Raceway\"" }
Name the circuit for united arab emirates
CREATE TABLE table_2446333_2 (circuit VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT circuit FROM table_2446333_2 WHERE country = \"United Arab Emirates\"" }
Name the total number of date for 10
CREATE TABLE table_2446333_2 (date VARCHAR, round VARCHAR)
{ "SQL_Query": "SELECT COUNT(date) FROM table_2446333_2 WHERE round = 10" }
What is the number of the first game?
CREATE TABLE table_24464253_1 (game INTEGER)
{ "SQL_Query": "SELECT MIN(game) FROM table_24464253_1" }
Against what opponent did the Wildcats have a record of 5-4?
CREATE TABLE table_24464253_1 (opponent VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT opponent FROM table_24464253_1 WHERE record = \"5-4\"" }
How many pa were blank ends 7 and 5?
CREATE TABLE table_24475186_2 (pa VARCHAR, blank_ends VARCHAR, l VARCHAR)
{ "SQL_Query": "SELECT COUNT(pa) FROM table_24475186_2 WHERE blank_ends = 7 AND l = 5" }
Who is the conductor on the Multisonic label?
CREATE TABLE table_24521345_1 (conductor VARCHAR, record_label VARCHAR)
{ "SQL_Query": "SELECT conductor FROM table_24521345_1 WHERE record_label = \"Multisonic\"" }
Who is the conductor for Rusalka?
CREATE TABLE table_24521345_1 (conductor VARCHAR, work_title VARCHAR)
{ "SQL_Query": "SELECT conductor FROM table_24521345_1 WHERE work_title = \"Rusalka\"" }
Who composed the work conducted by jaroslav Vogel?
CREATE TABLE table_24521345_1 (composer VARCHAR, conductor VARCHAR)
{ "SQL_Query": "SELECT composer FROM table_24521345_1 WHERE conductor = \"Jaroslav Vogel\"" }
What is the title of the episode with production code 406?
CREATE TABLE table_2453243_5 (title VARCHAR, production_code VARCHAR)
{ "SQL_Query": "SELECT title FROM table_2453243_5 WHERE production_code = \"406\"" }
Who write episode number 48 in the series?
CREATE TABLE table_2453243_5 (written_by VARCHAR, no_in_series VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_2453243_5 WHERE no_in_series = \"48\"" }
Name the most goals for 1972 – 1975, 1976 – 1982
CREATE TABLE table_24565004_19 (goals¹ INTEGER, period VARCHAR)
{ "SQL_Query": "SELECT MAX(goals¹) FROM table_24565004_19 WHERE period = \"1972 – 1975, 1976 – 1982\"" }
Name the period for uruguay
CREATE TABLE table_24565004_19 (period VARCHAR, nationality² VARCHAR)
{ "SQL_Query": "SELECT period FROM table_24565004_19 WHERE nationality² = \"Uruguay\"" }
Name the position for 1980 – 1987
CREATE TABLE table_24565004_19 (position VARCHAR, period VARCHAR)
{ "SQL_Query": "SELECT position FROM table_24565004_19 WHERE period = \"1980 – 1987\"" }
which position did pierre bajoc play?
CREATE TABLE table_24565004_3 (position VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT position FROM table_24565004_3 WHERE name = \"Pierre Bajoc\"" }