Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
74,400
SELECT MAX(attendance) FROM table_name_75 WHERE date = "october 11"
Name the most attendance for october 11
CREATE TABLE table_name_75 (attendance INTEGER, date VARCHAR)
Nomear o maior número de presenças para 11 de outubro
74,401
SELECT visitor FROM table_name_52 WHERE date = "october 19"
Name the visitor for october 19
CREATE TABLE table_name_52 (visitor VARCHAR, date VARCHAR)
Nomeie o visitante para 19 de outubro
74,402
SELECT MAX(year) FROM table_name_12 WHERE series_title = "dragon laws ii: kidnapped"
The highest year for the series titled dragon laws ii: kidnapped is what?
CREATE TABLE table_name_12 (year INTEGER, series_title VARCHAR)
O ano mais alto para a série intitulado leis do dragão ii: seqestrado é o quê?
74,403
SELECT role FROM table_name_73 WHERE series_title = "dragon laws i: the undercover"
The series titled dragon laws i: the undercover has what role?
CREATE TABLE table_name_73 (role VARCHAR, series_title VARCHAR)
A série intitulada leis do dragão i: o infiltrado tem qual papel?
74,404
SELECT athlete FROM table_name_7 WHERE fastest_time__s_ = 15.82
Which athlete has the fastest time of 15.82?
CREATE TABLE table_name_7 (athlete VARCHAR, fastest_time__s_ VARCHAR)
Qual atleta tem o tempo mais rápido de 15,82?
74,405
SELECT COUNT(year) FROM table_name_87 WHERE points > 0
What is the total number of years that an entrant had more than 0 points?
CREATE TABLE table_name_87 (year VARCHAR, points INTEGER)
Qual é o número total de anos em que um participante teve mais de 0 pontos?
74,406
SELECT COUNT(year) FROM table_name_65 WHERE engine = "brm straight-4"
Name the total number of years for brm straight-4
CREATE TABLE table_name_65 (year VARCHAR, engine VARCHAR)
Nomear o número total de anos para brm straight-4
74,407
SELECT COUNT(points) FROM table_name_2 WHERE chassis = "bmw t269 (f2)"
Name the total number of points for chassis of bmw t269 (f2)
CREATE TABLE table_name_2 (points VARCHAR, chassis VARCHAR)
Indicar o número total de pontos para o chassis de bmw t269 (f2)
74,408
SELECT MAX(promotions) FROM table_name_43 WHERE team = "pallacanestro messina" AND relegations > 0
Whats the highest Promotions that has a Team of Pallacanestro Messina, along with Relegations larger than 0?
CREATE TABLE table_name_43 (promotions INTEGER, team VARCHAR, relegations VARCHAR)
Quais são as promoções mais altas que tem uma equipe de Pallacanestro Messina, juntamente com Relegações maiores que 0?
74,409
SELECT MIN(points) FROM table_name_32 WHERE chassis = "zakspeed 841" AND year < 1985
What are the lowest points with a Chassis of zakspeed 841, and a Year smaller than 1985?
CREATE TABLE table_name_32 (points INTEGER, chassis VARCHAR, year VARCHAR)
Quais são os pontos mais baixos com um chassi de zakspeed 841, e um ano menor que 1985?
74,410
SELECT MIN(year) FROM table_name_32 WHERE tyres = "g" AND points < 0
What is the lowest year with tyres in g and less than 0 points?
CREATE TABLE table_name_32 (year INTEGER, tyres VARCHAR, points VARCHAR)
Qual é o ano mais baixo com pneus em g e menos de 0 pontos?
74,411
SELECT year FROM table_name_6 WHERE engine_s_ = "yamaha v8"
Which year has an Engine(s) of yamaha v8?
CREATE TABLE table_name_6 (year VARCHAR, engine_s_ VARCHAR)
Que ano tem um motor(s) de yamaha v8?
74,412
SELECT AVG(points) FROM table_name_40 WHERE chassis = "zakspeed 881"
What are the average points with a Chassis of zakspeed 881?
CREATE TABLE table_name_40 (points INTEGER, chassis VARCHAR)
Quais são os pontos médios com um chassi de zakspeed 881?
74,413
SELECT league FROM table_name_95 WHERE venue = "martin luther king, jr. recreation center"
Which League has a Venue of martin luther king, jr. recreation center?
CREATE TABLE table_name_95 (league VARCHAR, venue VARCHAR)
Qual Liga tem um Local de Martin Luther King, jr. centro de recreação?
74,414
SELECT championships__years_ FROM table_name_96 WHERE league = "milb, florida state league" AND venue = "ed smith stadium"
Which Championships (Years) have a League of milb, florida state league, and a Venue of ed smith stadium?
CREATE TABLE table_name_96 (championships__years_ VARCHAR, league VARCHAR, venue VARCHAR)
Quais campeonatos (anos) têm uma liga de milb, liga estadual da Flórida e um estádio de ed smith?
74,415
SELECT sport FROM table_name_11 WHERE league = "continental basketball league" AND venue = "avalon middle school"
Which Sport has a League of continental basketball league, and a Venue of avalon middle school?
CREATE TABLE table_name_11 (sport VARCHAR, league VARCHAR, venue VARCHAR)
Qual Sport tem uma liga de basquete continental, e um local de avalon ensino médio?
74,416
SELECT venue FROM table_name_38 WHERE sport = "baseball" AND championships__years_ = "0" AND league = "milb, florida state league" AND club = "jupiter hammerheads"
Which Venue has a Sport of baseball, Championships (Years) of 0, a League of milb, florida state league, and a Club of jupiter hammerheads?
CREATE TABLE table_name_38 (venue VARCHAR, club VARCHAR, league VARCHAR, sport VARCHAR, championships__years_ VARCHAR)
Qual local tem um esporte de beisebol, campeonatos (anos) de 0, uma liga de milb, liga estadual da Flórida e um clube de jupiter hammerheads?
74,417
SELECT club FROM table_name_86 WHERE league = "american basketball association" AND venue = "tba"
Which club has a League of american basketball association, and a Venue of tba?
CREATE TABLE table_name_86 (club VARCHAR, league VARCHAR, venue VARCHAR)
Qual clube tem uma liga de basquete americano e um local de tba?
74,418
SELECT area FROM table_name_71 WHERE years = "1–8" AND decile < 7 AND name = "waikari school"
Which area has Years of 1–8, a Decile smaller than 7, and a Name of waikari school?
CREATE TABLE table_name_71 (area VARCHAR, name VARCHAR, years VARCHAR, decile VARCHAR)
Qual área tem Anos de 18, um Decil menor que 7 e um Nome da escola waikari?
74,419
SELECT AVG(decile) FROM table_name_98 WHERE years = "1–8" AND area = "waipara"
What is the average decile with Years of 1–8, and an Area of waipara?
CREATE TABLE table_name_98 (decile INTEGER, years VARCHAR, area VARCHAR)
Qual é o decil médio com anos de 1 a 8, e uma área de waipara?
74,420
SELECT area FROM table_name_9 WHERE years = "1–8" AND name = "broomfield school"
Which area has Years of 1–8, and a Name of broomfield school?
CREATE TABLE table_name_9 (area VARCHAR, years VARCHAR, name VARCHAR)
Qual área tem anos de 1 a 8, e um nome de escola vassoura?
74,421
SELECT MIN(roll) FROM table_name_40 WHERE decile > 6 AND name = "broomfield school"
What is the smallest roll with a Decile larger than 6, and a Name of broomfield school?
CREATE TABLE table_name_40 (roll INTEGER, decile VARCHAR, name VARCHAR)
Qual é o menor rolo com um Decil maior que 6 e um nome de escola vassoura?
74,422
SELECT name FROM table_name_97 WHERE roll = 270
Which name has a Roll of 270?
CREATE TABLE table_name_97 (name VARCHAR, roll VARCHAR)
Que nome tem um rolo de 270?
74,423
SELECT directed_by FROM table_name_52 WHERE written_by = "dan serafin" AND original_airdate = "july 23, 2008"
Who directed the episode written by Dan Serafin and aired on July 23, 2008?
CREATE TABLE table_name_52 (directed_by VARCHAR, written_by VARCHAR, original_airdate VARCHAR)
Quem dirigiu o episódio escrito por Dan Serafin e foi ao ar em 23 de julho de 2008?
74,424
SELECT title FROM table_name_65 WHERE original_airdate = "february 2, 2008"
What is the title of the episode originally aired on February 2, 2008?
CREATE TABLE table_name_65 (title VARCHAR, original_airdate VARCHAR)
Qual é o título do episódio originalmente exibido em 2 de fevereiro de 2008?
74,425
SELECT money_requested__£_ FROM table_name_2 WHERE entrepreneur_s_ = "james seddon"
How much money did James Seddon request?
CREATE TABLE table_name_2 (money_requested__£_ VARCHAR, entrepreneur_s_ VARCHAR)
Quanto dinheiro James Seddon pediu?
74,426
SELECT entrepreneur_s_ FROM table_name_28 WHERE first_aired = "24 august 2006"
Which Entrepreneur(s) first aired on 24 August 2006?
CREATE TABLE table_name_28 (entrepreneur_s_ VARCHAR, first_aired VARCHAR)
Que empresário(s) foi ao ar pela primeira vez em 24 de agosto de 2006?
74,427
SELECT entrepreneur_s_ FROM table_name_69 WHERE company_or_product_name = "mixalbum"
Which Entrepreneur(s) have mixalbum?
CREATE TABLE table_name_69 (entrepreneur_s_ VARCHAR, company_or_product_name VARCHAR)
Qual(is) empreendedor(es) tem o mixalbum?
74,428
SELECT money_requested__£_ FROM table_name_78 WHERE entrepreneur_s_ = "ian chamings"
How much money did Ian Chamings request?
CREATE TABLE table_name_78 (money_requested__£_ VARCHAR, entrepreneur_s_ VARCHAR)
Quanto dinheiro pediu Ian Chamings?
74,429
SELECT investing_dragon_s_ FROM table_name_74 WHERE money_requested__£_ = "100,000" AND company_or_product_name = "autosafe"
Which Investing Dragon(s) requested 100,000 in money and has autosafe?
CREATE TABLE table_name_74 (investing_dragon_s_ VARCHAR, money_requested__£_ VARCHAR, company_or_product_name VARCHAR)
Qual(s) Dragão(s) de Investimento pediu 100.000 em dinheiro e tem autosafe?
74,430
SELECT height_of_bridge_structure FROM table_name_8 WHERE opened < 2011 AND name = "anqing bridge"
How tall is the Anqing Bridge which opened prior to 2011?
CREATE TABLE table_name_8 (height_of_bridge_structure VARCHAR, opened VARCHAR, name VARCHAR)
Qual é a altura da ponte Anqing que abriu antes de 2011?
74,431
SELECT location FROM table_name_18 WHERE type = "cable-stayed" AND opened = 2005 AND name = "badong bridge"
Where did the cable-stayed Badong Bridge open in 2005?
CREATE TABLE table_name_18 (location VARCHAR, name VARCHAR, type VARCHAR, opened VARCHAR)
Onde foi inaugurada a Badong Bridge em 2005?
74,432
SELECT AVG(year) FROM table_name_53 WHERE performing_arts = "janaprakal chandruang"
Name the average year for janaprakal chandruang
CREATE TABLE table_name_53 (year INTEGER, performing_arts VARCHAR)
Nomear o ano médio para janaprakal chandruang
74,433
SELECT literature FROM table_name_72 WHERE performing_arts = "pradit prasarttong"
Name the literature for pradit prasarttong
CREATE TABLE table_name_72 (literature VARCHAR, performing_arts VARCHAR)
Nomear a literatura para pradit prasarttong
74,434
SELECT MIN(year) FROM table_name_43 WHERE runner_up = "fabrice soulier"
What was the first year Fabrice Soulier was a runner-up?
CREATE TABLE table_name_43 (year INTEGER, runner_up VARCHAR)
Qual foi o primeiro ano em que Fabrice Soulier foi vice-campeão?
74,435
SELECT COUNT(entrants) FROM table_name_21 WHERE year = 2011
How many entrants were there in 2011?
CREATE TABLE table_name_21 (entrants VARCHAR, year VARCHAR)
Quantos participantes estavam lá em 2011?
74,436
SELECT rank FROM table_name_95 WHERE laps = 1059
What was the rank of Bobby Grim when he finished 1059 laps?
CREATE TABLE table_name_95 (rank VARCHAR, laps VARCHAR)
Qual era a classificação de Bobby Grim quando ele terminou 1059 voltas?
74,437
SELECT rd, _time FROM table_name_43 WHERE res = "win" AND type = "tko" AND opponent = "carlos molina"
What is the rd., time of the match with a win result, a tko type, and Carlos Molina as the opponent?
CREATE TABLE table_name_43 (rd VARCHAR, _time VARCHAR, opponent VARCHAR, res VARCHAR, type VARCHAR)
Qual é o rd., hora do jogo com um resultado de vitória, um tipo tcho, e Carlos Molina como o adversário?
74,438
SELECT record FROM table_name_21 WHERE date = "2009-07-18"
What is the record of the match on 2009-07-18?
CREATE TABLE table_name_21 (record VARCHAR, date VARCHAR)
Qual é o recorde do jogo em 2009-07-18?
74,439
SELECT type FROM table_name_79 WHERE res = "win" AND opponent = "michael gomez"
What is the type of the match with a win result and Michael Gomez as the opponent?
CREATE TABLE table_name_79 (type VARCHAR, res VARCHAR, opponent VARCHAR)
Qual é o tipo de jogo com um resultado de vitória e Michael Gomez como adversário?
74,440
SELECT goals FROM table_name_66 WHERE caps = 48
What were the goals when the caps were set at 48?
CREATE TABLE table_name_66 (goals VARCHAR, caps VARCHAR)
Quais foram os objetivos quando as caps foram definidas em 48?
74,441
SELECT caps FROM table_name_22 WHERE player = "mile sterjovski"
How many caps did the player Mile Sterjovski have?
CREATE TABLE table_name_22 (caps VARCHAR, player VARCHAR)
Quantos tampões teve o jogador Mile Sterjovski?
74,442
SELECT goals FROM table_name_59 WHERE player = "mile sterjovski"
What are the goals of Mile Sterjovski as a player?
CREATE TABLE table_name_59 (goals VARCHAR, player VARCHAR)
Quais são os objetivos de Mile Sterjovski como jogador?
74,443
SELECT COUNT(caps) FROM table_name_32 WHERE player = "mitchell duke"
How many caps did Mitchell Duke have overall?
CREATE TABLE table_name_32 (caps VARCHAR, player VARCHAR)
Quantos tampões Mitchell Duke tinha no geral?
74,444
SELECT opponent FROM table_name_83 WHERE date = "16 february 2003"
Which opponent has a Date of 16 february 2003?
CREATE TABLE table_name_83 (opponent VARCHAR, date VARCHAR)
Qual oponente tem uma Data de 16 de fevereiro de 2003?
74,445
SELECT date FROM table_name_61 WHERE venue = "a" AND opponent = "stoke city"
Which date has an A venue with an Opponent of stoke city?
CREATE TABLE table_name_61 (date VARCHAR, venue VARCHAR, opponent VARCHAR)
Que data tem um local A com um Opositor da cidade de stoke?
74,446
SELECT opponent FROM table_name_51 WHERE round = "r5"
Which opponent has a Round of r5?
CREATE TABLE table_name_51 (opponent VARCHAR, round VARCHAR)
Qual adversário tem uma rodada de r5?
74,447
SELECT scorers FROM table_name_41 WHERE venue = "a" AND opponent = "arsenal"
Which Scorers have a Venue of A, and an Opponent of arsenal?
CREATE TABLE table_name_41 (scorers VARCHAR, venue VARCHAR, opponent VARCHAR)
Quais marcadores têm um local de A e um adversário de arsenal?
74,448
SELECT opponent FROM table_name_22 WHERE round = "qf replay"
Which Opponent has a Round of qf replay?
CREATE TABLE table_name_22 (opponent VARCHAR, round VARCHAR)
Qual Opositor tem uma repetição de Round of qf?
74,449
SELECT loss FROM table_name_84 WHERE date = "april 6"
Who took the loss on the April 6 game?
CREATE TABLE table_name_84 (loss VARCHAR, date VARCHAR)
Quem levou a derrota no jogo de 6 de abril?
74,450
SELECT record FROM table_name_75 WHERE date = "april 15"
What was the record after the April 15 game?
CREATE TABLE table_name_75 (record VARCHAR, date VARCHAR)
Qual foi o recorde após o jogo de 15 de abril?
74,451
SELECT opponent FROM table_name_38 WHERE record = "10-13"
Who was the opponent that led to a 10-13 record?
CREATE TABLE table_name_38 (opponent VARCHAR, record VARCHAR)
Quem foi o adversário que levou a um recorde de 10-13?
74,452
SELECT record FROM table_name_14 WHERE date = "april 6"
What is the record after the April 6 game?
CREATE TABLE table_name_14 (record VARCHAR, date VARCHAR)
Qual é o recorde após o jogo de 6 de abril?
74,453
SELECT score FROM table_name_73 WHERE date = "april 12"
What was the score for the April 12 game?
CREATE TABLE table_name_73 (score VARCHAR, date VARCHAR)
Qual foi o resultado do jogo de 12 de abril?
74,454
SELECT MAX(wins) FROM table_name_85 WHERE goals_for = 18 AND losses < 5
What team has the most wins with at least 18 goals and less than 5 losses?
CREATE TABLE table_name_85 (wins INTEGER, goals_for VARCHAR, losses VARCHAR)
Qual time tem mais vitórias com pelo menos 18 gols e menos de 5 derrotas?
74,455
SELECT COUNT(losses) FROM table_name_12 WHERE team = "cornwall hc" AND goals_for > 18
How many times has the Cornwall HC team, that has scored more than 18 goals, lost ?
CREATE TABLE table_name_12 (losses VARCHAR, team VARCHAR, goals_for VARCHAR)
Quantas vezes a equipe do Cornwall HC, que marcou mais de 18 gols, perdeu?
74,456
SELECT MAX(number_in_series) FROM table_name_19 WHERE production_code = "50021–50025"
What is the series number that has a production code of 50021–50025?
CREATE TABLE table_name_19 (number_in_series INTEGER, production_code VARCHAR)
Qual é o número de série que tem um código de produção de 5002150025?
74,457
SELECT county_team FROM table_name_88 WHERE player = "jimmy finn"
Which county team has jimmy finn as the player?
CREATE TABLE table_name_88 (county_team VARCHAR, player VARCHAR)
Que equipa do condado tem o Jimmy Finn como jogador?
74,458
SELECT COUNT(team_number) FROM table_name_93 WHERE player = "john keane"
How many team numbers have john keane as the player?
CREATE TABLE table_name_93 (team_number VARCHAR, player VARCHAR)
Quantos números de equipe tem John Keane como jogador?
74,459
SELECT position FROM table_name_15 WHERE player = "john keane"
Which position has john keane as the player?
CREATE TABLE table_name_15 (position VARCHAR, player VARCHAR)
Qual posição tem John Keane como jogador?
74,460
SELECT loss FROM table_name_61 WHERE record = "27-17"
What was the loss of the game when the record was 27-17?
CREATE TABLE table_name_61 (loss VARCHAR, record VARCHAR)
Qual foi a perda do jogo quando o recorde foi de 27-17?
74,461
SELECT MIN(goals_against) FROM table_name_48 WHERE wins < 16 AND draws > 14
What are the smallest goals with wins smaller than 16, and a Draws larger than 14?
CREATE TABLE table_name_48 (goals_against INTEGER, wins VARCHAR, draws VARCHAR)
Quais são os menores gols com vitórias menores que 16, e empates maiores que 14?
74,462
SELECT AVG(wins) FROM table_name_86 WHERE points = "42-2" AND goals_against = 67 AND played < 44
What are the average wins with a Points of 42-2, and Goals against of 67, and Played smaller than 44?
CREATE TABLE table_name_86 (wins INTEGER, played VARCHAR, points VARCHAR, goals_against VARCHAR)
Qual é a média de vitórias com um Pontos de 42-2, e Gols contra 67, e Jogado menor que 44?
74,463
SELECT AVG(wins) FROM table_name_59 WHERE club = "barcelona atlètic" AND goals_for > 56
Which average wins have a Club of barcelona atlètic, and Goals for larger than 56?
CREATE TABLE table_name_59 (wins INTEGER, club VARCHAR, goals_for VARCHAR)
Qual média de vitórias tem um clube de barcelona atltic, e gols para maior de 56?
74,464
SELECT MIN(position) FROM table_name_63 WHERE goals_against < 78 AND points = "42-2" AND wins > 15
Which lowest position has goals against smaller than 78, Points of 42-2, and Wins larger than 15?
CREATE TABLE table_name_63 (position INTEGER, wins VARCHAR, goals_against VARCHAR, points VARCHAR)
Qual posição mais baixa tem gols contra menos de 78, Pontos de 42-2 e Vitórias maiores que 15?
74,465
SELECT MIN(played) FROM table_name_6 WHERE position = 2 AND goals_against > 53
Which lowest played has a Position of 2, and Goals against larger than 53?
CREATE TABLE table_name_6 (played INTEGER, position VARCHAR, goals_against VARCHAR)
Qual o mais baixo jogado tem uma posição de 2, e gols contra maior que 53?
74,466
SELECT SUM(goal_difference) FROM table_name_99 WHERE played > 44
How many goal differences have Played larger than 44?
CREATE TABLE table_name_99 (goal_difference INTEGER, played INTEGER)
Quantas diferenças de gols foram maiores que 44?
74,467
SELECT MIN(year) FROM table_name_72 WHERE venue = "vienna, austria"
What year was the race in Vienna, Austria?
CREATE TABLE table_name_72 (year INTEGER, venue VARCHAR)
Em que ano foi a corrida em Viena, Áustria?
74,468
SELECT extra FROM table_name_80 WHERE year = 2002 AND result = "8th"
What event (Extra) in 2002 did the competitor compete in and place 8th?
CREATE TABLE table_name_80 (extra VARCHAR, year VARCHAR, result VARCHAR)
Em que evento (Extra) em 2002 o competidor competiu e ficou em 8o lugar?
74,469
SELECT venue FROM table_name_29 WHERE tournament = "olympic games"
Where was the Olympic Games held?
CREATE TABLE table_name_29 (venue VARCHAR, tournament VARCHAR)
Onde foram realizados os Jogos Olímpicos?
74,470
SELECT try_bonus FROM table_name_82 WHERE points_for = "418"
That is the value for Try bonus when the value for Points is 418?
CREATE TABLE table_name_82 (try_bonus VARCHAR, points_for VARCHAR)
Esse é o valor para Try bonus quando o valor para Pontos é 418?
74,471
SELECT club FROM table_name_44 WHERE played = "22" AND tries_for = "41"
What is the Club, when the value for Played is 22, and when the value for Tries is 41?
CREATE TABLE table_name_44 (club VARCHAR, played VARCHAR, tries_for VARCHAR)
O que é o Clube, quando o valor para Jogado é 22, e quando o valor para Tries é 41?
74,472
SELECT drawn FROM table_name_12 WHERE losing_bonus = "6"
What is the value for Drawn, when the value for Losing bonus is 6?
CREATE TABLE table_name_12 (drawn VARCHAR, losing_bonus VARCHAR)
Qual é o valor de Drawn, quando o valor de Losing bonus é 6?
74,473
SELECT lost FROM table_name_35 WHERE try_bonus = "2" AND losing_bonus = "4"
What is the value for Lost, when the value for Try bonus is 2, and when the value for Losing bonus is 4?
CREATE TABLE table_name_35 (lost VARCHAR, try_bonus VARCHAR, losing_bonus VARCHAR)
Qual é o valor para Lost, quando o valor para Try bonus é 2, e quando o valor para Losing bonus é 4?
74,474
SELECT losing_bonus FROM table_name_61 WHERE points = "43"
What is the Losing bonus, when the value for Points is 43?
CREATE TABLE table_name_61 (losing_bonus VARCHAR, points VARCHAR)
O que é o bônus de Perda, quando o valor para Pontos é 43?
74,475
SELECT club FROM table_name_8 WHERE lost = "9" AND tries_for = "55"
What is the Club, when the value for Lost is 9, and when the value for Tries is 55?
CREATE TABLE table_name_8 (club VARCHAR, lost VARCHAR, tries_for VARCHAR)
O que é o Clube, quando o valor para Perdido é 9, e quando o valor para Tries é 55?
74,476
SELECT MAX(drawn) FROM table_name_65 WHERE nationality = "england" AND games = 37
What is the largest draw with 37 games from England?
CREATE TABLE table_name_65 (drawn INTEGER, nationality VARCHAR, games VARCHAR)
Qual é o maior sorteio com 37 jogos da Inglaterra?
74,477
SELECT COUNT(drawn) FROM table_name_2 WHERE cambridge_united_career = "2008–2009" AND lost < 13
How many draws have a Cambridge United career of 2008–2009 and less than 13 losses?
CREATE TABLE table_name_2 (drawn VARCHAR, cambridge_united_career VARCHAR, lost VARCHAR)
Quantos sorteios têm uma carreira no Cambridge United de 2008-2009 e menos de 13 derrotas?
74,478
SELECT record FROM table_name_66 WHERE score = "1–0"
What was the record at the game when the score was 1–0?
CREATE TABLE table_name_66 (record VARCHAR, score VARCHAR)
Qual foi o recorde no jogo quando a pontuação foi de 1 a 0?
74,479
SELECT score FROM table_name_92 WHERE record = "19–13–3"
What was the score of the game when the record was 19–13–3?
CREATE TABLE table_name_92 (score VARCHAR, record VARCHAR)
Qual foi a pontuação do jogo quando o recorde foi de 19-13-3?
74,480
SELECT visitor FROM table_name_16 WHERE score = "1–3"
Who was the visiting team when the score was 1–3?
CREATE TABLE table_name_16 (visitor VARCHAR, score VARCHAR)
Quem era a equipe visitante quando a pontuação foi de 1 a 3?
74,481
SELECT home FROM table_name_52 WHERE record = "20–13–3"
Who was the home team when there was a record of 20–13–3?
CREATE TABLE table_name_52 (home VARCHAR, record VARCHAR)
Quem era o time da casa quando havia um recorde de 20-13-3?
74,482
SELECT date FROM table_name_60 WHERE record = "18–10–2"
What was the date of the game with the record of 18–10–2?
CREATE TABLE table_name_60 (date VARCHAR, record VARCHAR)
Qual foi a data do jogo com o recorde de 18102?
74,483
SELECT AVG(attendance) FROM table_name_30 WHERE visitor = "minnesota"
Visitor of minnesota has what average attendance?
CREATE TABLE table_name_30 (attendance INTEGER, visitor VARCHAR)
O visitante de Minnesota tem que média de atendimento?
74,484
SELECT visitor FROM table_name_9 WHERE date = "december 29"
Date of december 29 has what visitor?
CREATE TABLE table_name_9 (visitor VARCHAR, date VARCHAR)
Data de 29 de dezembro tem que visitante?
74,485
SELECT attendance FROM table_name_61 WHERE score = "2 – 3"
Score of 2 – 3 has what attendance?
CREATE TABLE table_name_61 (attendance VARCHAR, score VARCHAR)
Pontuação de 2 – 3 tem que atendimento?
74,486
SELECT MIN(attendance) FROM table_name_35 WHERE record = "48-51"
With a record of 48-51 for the team, the lowest 2005 attendance was listed as how many?
CREATE TABLE table_name_35 (attendance INTEGER, record VARCHAR)
Com um recorde de 48-51 para a equipe, o menor comparecimento em 2005 foi listado como quantos?
74,487
SELECT MIN(attendance) FROM table_name_36 WHERE loss = "obermueller (1-2)"
What would be the lowest Attendance that also showed a loss of Obermueller (1-2)?
CREATE TABLE table_name_36 (attendance INTEGER, loss VARCHAR)
Qual seria o menor comparecimento que também mostrou uma perda de Obermueller (1-2)?
74,488
SELECT stadium FROM table_name_61 WHERE date = "october 31"
What was the stadium for the game held on October 31?
CREATE TABLE table_name_61 (stadium VARCHAR, date VARCHAR)
Qual foi o estádio para o jogo realizado em 31 de outubro?
74,489
SELECT COUNT(week) FROM table_name_81 WHERE stadium = "cleveland browns stadium"
How many weeks in total were games played at Cleveland Browns Stadium?
CREATE TABLE table_name_81 (week VARCHAR, stadium VARCHAR)
Quantas semanas no total foram jogadas no Cleveland Browns Stadium?
74,490
SELECT surface FROM table_name_97 WHERE date = "23 october 2011"
What was the surface on 23 October 2011?
CREATE TABLE table_name_97 (surface VARCHAR, date VARCHAR)
Qual foi a superfície em 23 de outubro de 2011?
74,491
SELECT coach FROM table_name_27 WHERE losses = 15
Which Notre Dame coach lost 15 games?
CREATE TABLE table_name_27 (coach VARCHAR, losses VARCHAR)
Qual treinador de Notre Dame perdeu 15 jogos?
74,492
SELECT AVG(losses) FROM table_name_43 WHERE years = "1904"
How many losses did Notre Dame have in 1904?
CREATE TABLE table_name_43 (losses INTEGER, years VARCHAR)
Quantas perdas teve Notre Dame em 1904?
74,493
SELECT pct FROM table_name_86 WHERE years = "1905"
What was the winning percent of Notre Dame in 1905?
CREATE TABLE table_name_86 (pct VARCHAR, years VARCHAR)
Qual foi a porcentagem vencedora de Notre Dame em 1905?
74,494
SELECT home_captain FROM table_name_22 WHERE venue = "edgbaston"
Who is the home captain that played at Edgbaston?
CREATE TABLE table_name_22 (home_captain VARCHAR, venue VARCHAR)
Quem é o capitão da casa que jogou no Edgbaston?
74,495
SELECT home_captain FROM table_name_41 WHERE venue = "edgbaston"
Who is the home captain that played at Edgbaston?
CREATE TABLE table_name_41 (home_captain VARCHAR, venue VARCHAR)
Quem é o capitão da casa que jogou no Edgbaston?
74,496
SELECT result FROM table_name_24 WHERE home_captain = "graham gooch" AND date = "3,4,5,6,7 june 1993"
For the matches with home captain Graham Gooch played on the dates 3,4,5,6,7 June 1993, what was the result?
CREATE TABLE table_name_24 (result VARCHAR, home_captain VARCHAR, date VARCHAR)
Para os jogos com o capitão de casa Graham Gooch jogado nas datas 3,4,5,6,7 de junho de 1993, qual foi o resultado?
74,497
SELECT venue FROM table_name_32 WHERE date = "3,4,5,6,7 june 1993"
What was the venue for the matches played on the dates 3,4,5,6,7 June 1993?
CREATE TABLE table_name_32 (venue VARCHAR, date VARCHAR)
Qual foi o local dos jogos disputados nas datas 3,4,5,6,7 de junho de 1993?
74,498
SELECT away_captain FROM table_name_81 WHERE venue = "trent bridge"
Who was the away captain for matches played at Trent Bridge?
CREATE TABLE table_name_81 (away_captain VARCHAR, venue VARCHAR)
Quem foi o capitão dos jogos disputados em Trent Bridge?
74,499
SELECT rank FROM table_name_32 WHERE club_clubs = "hawthorn"
Which rank is Hawthorn?
CREATE TABLE table_name_32 (rank VARCHAR, club_clubs VARCHAR)
Qual é a classificação do Hawthorn?