answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT men_doubles FROM table_14903355_2 WHERE womens_singles = "Els Baert"
CREATE TABLE table_14903355_2 (men_doubles VARCHAR, womens_singles VARCHAR)
Name the men doubles for els baert
SELECT men_doubles FROM table_14903355_2 WHERE womens_doubles = "Caroline Persyn Smids"
CREATE TABLE table_14903355_2 (men_doubles VARCHAR, womens_doubles VARCHAR)
Name the men doubles for caroline persyn smids
SELECT COUNT(men_doubles) FROM table_14903355_2 WHERE year = 2007
CREATE TABLE table_14903355_2 (men_doubles VARCHAR, year VARCHAR)
Name the number of men doubles for 2007
SELECT womens_singles FROM table_14903491_1 WHERE womens_doubles = "Raina Tzvetkova Petya Nedelcheva"
CREATE TABLE table_14903491_1 (womens_singles VARCHAR, womens_doubles VARCHAR)
Name the womens singles for raina tzvetkova petya nedelcheva
SELECT COUNT(year) FROM table_14903491_1 WHERE womens_doubles = "Diana Koleva Emilia Dimitrova" AND mens_singles = "Jeliazko Valkov"
CREATE TABLE table_14903491_1 (year VARCHAR, womens_doubles VARCHAR, mens_singles VARCHAR)
Name the number of years for womens doubles being diana koleva emilia dimitrova and jeliazko valkov
SELECT mens_singles FROM table_14903491_1 WHERE mixed_doubles = "Jeliazko Valkov Dobrinka Peneva"
CREATE TABLE table_14903491_1 (mens_singles VARCHAR, mixed_doubles VARCHAR)
Name the mens singles for jeliazko valkov dobrinka peneva
SELECT mens_singles FROM table_14903491_1 WHERE year = 1989
CREATE TABLE table_14903491_1 (mens_singles VARCHAR, year VARCHAR)
Name the mens singles for 1989
SELECT year FROM table_14903491_1 WHERE womens_doubles = "Victoria Hristova Neli Nedialkova"
CREATE TABLE table_14903491_1 (year VARCHAR, womens_doubles VARCHAR)
Name the year for victoria hristova neli nedialkova
SELECT year FROM table_14903491_1 WHERE womens_doubles = "Raina Tzvetkova Emilia Dimitrova"
CREATE TABLE table_14903491_1 (year VARCHAR, womens_doubles VARCHAR)
Name the year for womens doubles being raina tzvetkova emilia dimitrova
SELECT mens_doubles FROM table_14903627_1 WHERE womens_doubles = "Piret Hamer Helen Reino"
CREATE TABLE table_14903627_1 (mens_doubles VARCHAR, womens_doubles VARCHAR)
WHAT ARE THE NAMES OF THE MENS DOUBLES WHEN THE WOMENS DOUBLES WAS PIRET HAMER HELEN REINO?
SELECT mens_doubles FROM table_14903627_1 WHERE womens_doubles = "Helen Reino Kai-Riin Saluste"
CREATE TABLE table_14903627_1 (mens_doubles VARCHAR, womens_doubles VARCHAR)
WHAT IS THE NAME OF THE MENS DOUBLES PLAYER WHEN THE WOMENS DOUBLES PLAYER IS HELEN REINO KAI-RIIN SALUSTE?
SELECT mixed_doubles FROM table_14903627_1 WHERE womens_singles = "Kairi Viilup"
CREATE TABLE table_14903627_1 (mixed_doubles VARCHAR, womens_singles VARCHAR)
WHAT IS THE NAME OF THE MIXED DOUBLES PLAYER WHEN THE WOMENS SINGLE PLAYER IS KAIRI VIILUP?
SELECT COUNT(year) FROM table_14903627_1 WHERE mens_doubles = "Heiki Sorge Meelis Maiste"
CREATE TABLE table_14903627_1 (year VARCHAR, mens_doubles VARCHAR)
HOW MANY YEARS DID MENS DOUBLES PLAYER HEIKI SORGE MEELIS MAISTE PLAY?
SELECT womens_doubles FROM table_14903881_1 WHERE mens_doubles = "Charalambos Kazilas Stepan Partemian"
CREATE TABLE table_14903881_1 (womens_doubles VARCHAR, mens_doubles VARCHAR)
Name the womens doubles when mens doubles is charalambos kazilas stepan partemian
SELECT womens_doubles FROM table_14903881_1 WHERE mixed_doubles = "Potten Ruth Scott"
CREATE TABLE table_14903881_1 (womens_doubles VARCHAR, mixed_doubles VARCHAR)
Name the womens doubles when mixed doubles is potten ruth scott
SELECT mens_singles FROM table_14903881_1 WHERE mens_doubles = "George Georgoudis Gerostergiou"
CREATE TABLE table_14903881_1 (mens_singles VARCHAR, mens_doubles VARCHAR)
Name the mens singles when mens doubles is george georgoudis gerostergiou
SELECT womens_doubles FROM table_14903881_1 WHERE mens_doubles = "Theodoros Velkos Giorgos Patis"
CREATE TABLE table_14903881_1 (womens_doubles VARCHAR, mens_doubles VARCHAR)
Name the womens doubles when mens doubles is theodoros velkos giorgos patis
SELECT MIN(year) FROM table_14903999_1 WHERE mixed_doubles = "Þorvaldur Ásgeirsson Lovísa Sigurðardóttir"
CREATE TABLE table_14903999_1 (year INTEGER, mixed_doubles VARCHAR)
What was the earliest year Þorvaldur Ásgeirsson Lovísa Sigurðardóttir won mixed doubles
SELECT womens_doubles FROM table_14903999_1 WHERE mixed_doubles = "Magnús Ingi Helgason Tinna Helgadóttir" AND womens_singles = "Ragna Ingólfsdóttir" AND year = 2010
CREATE TABLE table_14903999_1 (womens_doubles VARCHAR, year VARCHAR, mixed_doubles VARCHAR, womens_singles VARCHAR)
Who won womens doubles the year magnús ingi helgason tinna helgadóttir won mixed doubles and ragna ingólfsdóttir won womens singles in 2010
SELECT COUNT(womens_doubles) FROM table_14903999_1 WHERE mixed_doubles = "Broddi Kristjánsson Drífa Harðardóttir"
CREATE TABLE table_14903999_1 (womens_doubles VARCHAR, mixed_doubles VARCHAR)
How many womens doubles had champions the years broddi kristjánsson drífa harðardóttir won mixed doubles
SELECT MAX(year) FROM table_14903999_1 WHERE mixed_doubles = "Árni Þór Hallgrímsson Drífa Harðardóttir"
CREATE TABLE table_14903999_1 (year INTEGER, mixed_doubles VARCHAR)
What was the last year árni þór hallgrímsson drífa harðardóttir won mixed doubles
SELECT mens_singles FROM table_14903999_1 WHERE mens_doubles = "Sveinn Logi Sölvason Tryggvi Nilsen" AND womens_singles = "Elsa Nielsen"
CREATE TABLE table_14903999_1 (mens_singles VARCHAR, mens_doubles VARCHAR, womens_singles VARCHAR)
Who won mens singles the year sveinn logi sölvason tryggvi nilsen won mens doubles and elsa nielsen won womens singles
SELECT position FROM table_14911550_5 WHERE team = "Cerro Porteño"
CREATE TABLE table_14911550_5 (position VARCHAR, team VARCHAR)
In which position is the team Cerro Porteño?
SELECT MIN(played) FROM table_14911550_5
CREATE TABLE table_14911550_5 (played INTEGER)
How many games were played?
SELECT mixed_doubles FROM table_14904221_1 WHERE mens_doubles = "no competition"
CREATE TABLE table_14904221_1 (mixed_doubles VARCHAR, mens_doubles VARCHAR)
What is the result of men's doubles when there was no competition?
SELECT mens_singles FROM table_14904221_1 WHERE year = 1994
CREATE TABLE table_14904221_1 (mens_singles VARCHAR, year VARCHAR)
WHo won men's singles in 1994?
SELECT womens_singles FROM table_14904221_1 WHERE year = 2001
CREATE TABLE table_14904221_1 (womens_singles VARCHAR, year VARCHAR)
Who won women's singles in 2001?
SELECT MIN(wins) FROM table_14911550_1
CREATE TABLE table_14911550_1 (wins INTEGER)
Name the least wins
SELECT result FROM table_14928423_1 WHERE original_title = "Γолемата Вода"
CREATE TABLE table_14928423_1 (result VARCHAR, original_title VARCHAR)
is γолемата вода nominated for anything?
SELECT COUNT(year__ceremony_) FROM table_14928423_1 WHERE original_title = "Сенки"
CREATE TABLE table_14928423_1 (year__ceremony_ VARCHAR, original_title VARCHAR)
how many years has сенки been nominated?
SELECT COUNT(director_s_) FROM table_14928423_1 WHERE original_title = "Мајки"
CREATE TABLE table_14928423_1 (director_s_ VARCHAR, original_title VARCHAR)
how many directors for the film мајки
SELECT performer_2 FROM table_14934885_1 WHERE episode = 5
CREATE TABLE table_14934885_1 (performer_2 VARCHAR, episode VARCHAR)
Who is the second performer in episode 5?
SELECT COUNT(date) FROM table_14934885_1 WHERE performer_3 = "Kate Robbins"
CREATE TABLE table_14934885_1 (date VARCHAR, performer_3 VARCHAR)
How many times was performer 3 Kate Robbins?
SELECT performer_1 FROM table_14934885_1 WHERE date = "30 January 1988"
CREATE TABLE table_14934885_1 (performer_1 VARCHAR, date VARCHAR)
Who was perfomer one on 30 January 1988?
SELECT performer_4 FROM table_14934885_1 WHERE performer_3 = "Kate Robbins"
CREATE TABLE table_14934885_1 (performer_4 VARCHAR, performer_3 VARCHAR)
Who was performer 4 when Kate Robbins was performer 3?
SELECT COUNT(episode) FROM table_14934885_1 WHERE performer_4 = "Jimmy Mulville"
CREATE TABLE table_14934885_1 (episode VARCHAR, performer_4 VARCHAR)
How many episodes was Jimmy Mulville performer 4?
SELECT general_election FROM table_149330_1 WHERE votes_swing = "1.84"
CREATE TABLE table_149330_1 (general_election VARCHAR, votes_swing VARCHAR)
Which general election had a vote swing of 1.84?
SELECT COUNT(seats_won) FROM table_149330_1 WHERE _percentage_of_votes = "20.29"
CREATE TABLE table_149330_1 (seats_won VARCHAR, _percentage_of_votes VARCHAR)
What was the total number of seats won where the % of votes is equal to 20.29?
SELECT change_in_seat FROM table_149330_1 WHERE _percentage_of_votes = "23.75"
CREATE TABLE table_149330_1 (change_in_seat VARCHAR, _percentage_of_votes VARCHAR)
What was the number of seat changes when the % of votes was 23.75?
SELECT general_election FROM table_149330_1 WHERE votes_swing = "1.69"
CREATE TABLE table_149330_1 (general_election VARCHAR, votes_swing VARCHAR)
Which general election had a vote swing of 1.69?
SELECT votes_swing FROM table_149330_1 WHERE general_election = "12th Lok Sabha"
CREATE TABLE table_149330_1 (votes_swing VARCHAR, general_election VARCHAR)
What was the vote swing for the general election of the 12th lok sabha?
SELECT result FROM table_14942535_1 WHERE week = 4
CREATE TABLE table_14942535_1 (result VARCHAR, week VARCHAR)
What was the team's result in week 4?
SELECT prefix_size FROM table_149426_4 WHERE network_mask = "255.255.255.252"
CREATE TABLE table_149426_4 (prefix_size VARCHAR, network_mask VARCHAR)
When the network mask is 255.255.255.252 what is the prefix size?
SELECT MAX(available_subnets) FROM table_149426_4
CREATE TABLE table_149426_4 (available_subnets INTEGER)
available subnets leading total is?
SELECT MIN(available_subnets) FROM table_149426_4 WHERE network_mask = "255.255.255.128"
CREATE TABLE table_149426_4 (available_subnets INTEGER, network_mask VARCHAR)
When the network mask is 255.255.255.128 what is the lowest available subnet?
SELECT MAX(total_usable_hosts) FROM table_149426_4 WHERE network_mask = "255.255.255.224"
CREATE TABLE table_149426_4 (total_usable_hosts INTEGER, network_mask VARCHAR)
When the network mask is 255.255.255.224 what is the highest total usable host?
SELECT opponent FROM table_14945112_1 WHERE date = "November 12, 1978"
CREATE TABLE table_14945112_1 (opponent VARCHAR, date VARCHAR)
Who were all of the opponents when the date was November 12, 1978?
SELECT COUNT(attendance) FROM table_14945112_1 WHERE date = "October 1, 1978"
CREATE TABLE table_14945112_1 (attendance VARCHAR, date VARCHAR)
What is the total number of values for attendance for the date October 1, 1978?
SELECT MAX(attendance) FROM table_14945608_1
CREATE TABLE table_14945608_1 (attendance INTEGER)
What was the highest attendance?
SELECT date FROM table_14945608_1 WHERE opponent = "New York Jets"
CREATE TABLE table_14945608_1 (date VARCHAR, opponent VARCHAR)
What date did the Colts play New York Jets?
SELECT COUNT(result) FROM table_14945608_1 WHERE attendance = 60225
CREATE TABLE table_14945608_1 (result VARCHAR, attendance VARCHAR)
How many games had the attendance of 60225?
SELECT result FROM table_14954150_1 WHERE date = "October 6, 1974"
CREATE TABLE table_14954150_1 (result VARCHAR, date VARCHAR)
What was the result of the game on October 6, 1974?
SELECT record FROM table_14954150_1 WHERE date = "September 22, 1974"
CREATE TABLE table_14954150_1 (record VARCHAR, date VARCHAR)
What was the record on September 22, 1974?
SELECT bhofen_number1__rk_ FROM table_14948647_1 WHERE bhofen_number2__rk_ = "231.2 (8)"
CREATE TABLE table_14948647_1 (bhofen_number1__rk_ VARCHAR, bhofen_number2__rk_ VARCHAR)
What was the Bhofen #1 score and rank for the player whose Bhofen #2 score and rank was 231.2 (8)?
SELECT bhofen_number2__rk_ FROM table_14948647_1 WHERE ga_pa__rk_ = "233.4 (16)"
CREATE TABLE table_14948647_1 (bhofen_number2__rk_ VARCHAR, ga_pa__rk_ VARCHAR)
What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 233.4 (16)?
SELECT bhofen_number2__rk_ FROM table_14948647_1 WHERE ga_pa__rk_ = "227.5 (19)"
CREATE TABLE table_14948647_1 (bhofen_number2__rk_ VARCHAR, ga_pa__rk_ VARCHAR)
What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 227.5 (19)?
SELECT total_points FROM table_14948647_1 WHERE oberstdorf__rk_ = "252.6 (11)"
CREATE TABLE table_14948647_1 (total_points VARCHAR, oberstdorf__rk_ VARCHAR)
How many points in total were scored by the player whose Oberstdork score and rank were 252.6 (11)?
SELECT MAX(week) FROM table_14958620_1 WHERE attendance = 74303
CREATE TABLE table_14958620_1 (week INTEGER, attendance VARCHAR)
On which week was the attendance 74303?
SELECT date FROM table_14958620_1 WHERE game_site = "Tiger Stadium"
CREATE TABLE table_14958620_1 (date VARCHAR, game_site VARCHAR)
On which date was the game played at Tiger Stadium?
SELECT result FROM table_14959246_2 WHERE opponent = "Dallas Cowboys"
CREATE TABLE table_14959246_2 (result VARCHAR, opponent VARCHAR)
What was the final score of the game against the Dallas Cowboys?
SELECT attendance FROM table_14959246_2 WHERE date = "December 10, 1972"
CREATE TABLE table_14959246_2 (attendance VARCHAR, date VARCHAR)
What was the attendance at the game played on December 10, 1972?
SELECT COUNT(french_voice_actor) FROM table_14960574_6 WHERE spanish_voice_actor = "Javier Romano"
CREATE TABLE table_14960574_6 (french_voice_actor VARCHAR, spanish_voice_actor VARCHAR)
Name the french actor with javier romano
SELECT german_voice_actor FROM table_14960574_6 WHERE french_voice_actor = "Alain Dorval"
CREATE TABLE table_14960574_6 (german_voice_actor VARCHAR, french_voice_actor VARCHAR)
Name the german voice actor for alain dorval
SELECT german_voice_actor FROM table_14960574_6 WHERE spanish_voice_actor = "Rafael Torres"
CREATE TABLE table_14960574_6 (german_voice_actor VARCHAR, spanish_voice_actor VARCHAR)
Name the german voice actor for rafael torres
SELECT character FROM table_14960574_6 WHERE french_voice_actor = "Sophie Arthuys"
CREATE TABLE table_14960574_6 (character VARCHAR, french_voice_actor VARCHAR)
Name the character for sophie arthuys
SELECT italian_voice_actor FROM table_14960574_6 WHERE german_voice_actor = "Dirk Fenselau"
CREATE TABLE table_14960574_6 (italian_voice_actor VARCHAR, german_voice_actor VARCHAR)
Name the italian voice actor for dirk fenselau
SELECT fa_cup FROM table_14962287_1 WHERE total = "565 (7)"
CREATE TABLE table_14962287_1 (fa_cup VARCHAR, total VARCHAR)
which fa cups had a total of 565 (7)?
SELECT years FROM table_14962287_1 WHERE other_a = "8 (1)"
CREATE TABLE table_14962287_1 (years VARCHAR, other_a VARCHAR)
which years had other a of 8 (1)?
SELECT name FROM table_14962287_2 WHERE league = 142
CREATE TABLE table_14962287_2 (name VARCHAR, league VARCHAR)
What name is associated with League 142?
SELECT COUNT(other_a) FROM table_14962287_2 WHERE name = "Tommy Johnson Category:Articles with hCards"
CREATE TABLE table_14962287_2 (other_a VARCHAR, name VARCHAR)
How many values of Other A correspond to Tommy Johnson Category:Articles with hCards?
SELECT COUNT(league) FROM table_14962287_2 WHERE name = "Billy Meredith Category:Articles with hCards"
CREATE TABLE table_14962287_2 (league VARCHAR, name VARCHAR)
How many different Leagues are associated with Billy Meredith Category:Articles with hCards?
SELECT COUNT(years) FROM table_14962287_2 WHERE fa_cup = 5
CREATE TABLE table_14962287_2 (years VARCHAR, fa_cup VARCHAR)
How many separate values for Years are associated with FA Cup of 5?
SELECT years FROM table_14962287_2 WHERE total = "139"
CREATE TABLE table_14962287_2 (years VARCHAR, total VARCHAR)
What years have a total of 139?
SELECT COUNT(gdp_millions_of_usd__2009_) FROM table_1496582_1 WHERE country___territory = "Indonesia"
CREATE TABLE table_1496582_1 (gdp_millions_of_usd__2009_ VARCHAR, country___territory VARCHAR)
What was the GDP (in millions USD) of Indonesia in 2009?
SELECT MAX(gdp_millions_of_usd__2009_) FROM table_1496582_1 WHERE country___territory = "Hong Kong"
CREATE TABLE table_1496582_1 (gdp_millions_of_usd__2009_ INTEGER, country___territory VARCHAR)
What was the GDP (in millions USD) of Hong Kong in 2009?
SELECT height FROM table_14966667_19 WHERE name = "Braxton Kelley"
CREATE TABLE table_14966667_19 (height VARCHAR, name VARCHAR)
How tall is Braxton Kelley?
SELECT COUNT(class) FROM table_14966667_19 WHERE name = "Braxton Kelley"
CREATE TABLE table_14966667_19 (class VARCHAR, name VARCHAR)
what class is Braxton Kelley in?
SELECT COUNT(hometown) FROM table_14966667_19 WHERE position = "FS"
CREATE TABLE table_14966667_19 (hometown VARCHAR, position VARCHAR)
how many hometowns use the position of fs?
SELECT name FROM table_14966667_19 WHERE number = "98"
CREATE TABLE table_14966667_19 (name VARCHAR, number VARCHAR)
who is number 98?
SELECT COUNT(record) FROM table_14966537_1 WHERE opponent = "Chicago Bears"
CREATE TABLE table_14966537_1 (record VARCHAR, opponent VARCHAR)
How many games were played against the Chicago Bears?
SELECT result FROM table_14966537_1 WHERE opponent = "Chicago Bears"
CREATE TABLE table_14966537_1 (result VARCHAR, opponent VARCHAR)
What is the result of the game against the Chicago Bears?
SELECT result FROM table_14966537_1 WHERE date = "October 4, 1970"
CREATE TABLE table_14966537_1 (result VARCHAR, date VARCHAR)
What was the final score of the game on October 4, 1970?
SELECT opponent FROM table_14966537_1 WHERE date = "October 25, 1970"
CREATE TABLE table_14966537_1 (opponent VARCHAR, date VARCHAR)
Who was the team's opponent of October 25, 1970?
SELECT recopa_sudamericana_1998 FROM table_14962316_9 WHERE team = "Flamengo"
CREATE TABLE table_14962316_9 (recopa_sudamericana_1998 VARCHAR, team VARCHAR)
Did Flamengo play in the Recopa Sudamericana in 1998
SELECT copa_mercosur_1998 FROM table_14962316_9 WHERE team = "Cruzeiro"
CREATE TABLE table_14962316_9 (copa_mercosur_1998 VARCHAR, team VARCHAR)
What were Cruzeiro results in the Copa Mercosur in 1998
SELECT COUNT(location) FROM table_14976504_2 WHERE institution = "California Lutheran University"
CREATE TABLE table_14976504_2 (location VARCHAR, institution VARCHAR)
Where is California Lutheran University located?
SELECT new_classification FROM table_14976504_2 WHERE institution = "University of Arizona"
CREATE TABLE table_14976504_2 (new_classification VARCHAR, institution VARCHAR)
What is the new classification for the University of Arizona Western in the Collegiate Lacrosse League?
SELECT new_conference FROM table_14976504_2 WHERE institution = "California State University, Hayward"
CREATE TABLE table_14976504_2 (new_conference VARCHAR, institution VARCHAR)
What is California State University, Hayward's new conference for Western Collegiate Lacrosse?
SELECT new_conference FROM table_14976504_2 WHERE team_nickname = "Toreros"
CREATE TABLE table_14976504_2 (new_conference VARCHAR, team_nickname VARCHAR)
Which new conference is the Toreros Western Collegiate Lacrosse team playing in?
SELECT result FROM table_14981555_3 WHERE venue = "Ascot (UK)"
CREATE TABLE table_14981555_3 (result VARCHAR, venue VARCHAR)
In Ascot (UK), what was the result?
SELECT COUNT(jockey) FROM table_14981555_3 WHERE date = "17 Feb 2007"
CREATE TABLE table_14981555_3 (jockey VARCHAR, date VARCHAR)
How many different jockeys ran on 17 Feb 2007?
SELECT venue FROM table_14981555_3 WHERE date = "10 Mar 2007"
CREATE TABLE table_14981555_3 (venue VARCHAR, date VARCHAR)
How many venues were used on 10 Mar 2007?
SELECT COUNT(jockey) FROM table_14981555_3 WHERE race = "Sir Rupert Clarke Stakes"
CREATE TABLE table_14981555_3 (jockey VARCHAR, race VARCHAR)
How many jockeys are listed running at the Sir Rupert Clarke Stakes?
SELECT COUNT(venue) FROM table_14981555_3 WHERE race = "Australia Stakes"
CREATE TABLE table_14981555_3 (venue VARCHAR, race VARCHAR)
How many venues had a race called the Australia Stakes?
SELECT venue FROM table_14981555_1 WHERE distance = "1400 m"
CREATE TABLE table_14981555_1 (venue VARCHAR, distance VARCHAR)
Where was the 1400 m held?
SELECT group FROM table_14981555_1 WHERE race = "3yo Hcp Restricted Maiden"
CREATE TABLE table_14981555_1 (group VARCHAR, race VARCHAR)
What is the group name when 3yo hcp restricted maiden was raced?
SELECT date FROM table_14981555_1 WHERE weight__kg_ = "55"
CREATE TABLE table_14981555_1 (date VARCHAR, weight__kg_ VARCHAR)
When did the 55 kg participant race?
SELECT COUNT(week) FROM table_14984050_1 WHERE attendance = 50073
CREATE TABLE table_14984050_1 (week VARCHAR, attendance VARCHAR)
Name the number of weeks for 50073 attendance
SELECT result FROM table_14984050_1 WHERE game_site = "Milwaukee County Stadium"
CREATE TABLE table_14984050_1 (result VARCHAR, game_site VARCHAR)
Name the result for milwaukee county stadium
SELECT record FROM table_14984078_1 WHERE game_site = "Cleveland Municipal Stadium"
CREATE TABLE table_14984078_1 (record VARCHAR, game_site VARCHAR)
What was the record when the game was played at Cleveland Municipal Stadium?