Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
75,700
SELECT street_address FROM table_name_73 WHERE name = "the palazzo"
The Palazzo's street address is listed as what?
CREATE TABLE table_name_73 (street_address VARCHAR, name VARCHAR)
O endereço do Palazzo está listado como o quê?
75,701
SELECT song_title FROM table_name_83 WHERE artist = "winger"
What's the title of the song by Winger?
CREATE TABLE table_name_83 (song_title VARCHAR, artist VARCHAR)
Qual é o título da canção de Winger?
75,702
SELECT 3 AS rd_place FROM table_name_36 WHERE runner_up = "runner-up"
What shows for 3rd place when Runner-up shows as runner-up?
CREATE TABLE table_name_36 (runner_up VARCHAR)
O que mostra para o 3o lugar quando o vice-campeão aparece como vice-campeão?
75,703
SELECT year FROM table_name_6 WHERE runner_up = "england (24 pts)"
What year shows as Runner-up of england (24 pts)?
CREATE TABLE table_name_6 (year VARCHAR, runner_up VARCHAR)
Que ano aparece como vice-campeão da Inglaterra (24 pts)?
75,704
SELECT 3 AS rd_place FROM table_name_81 WHERE venue = "pardubice"
What shows for 3rd place when the venue was Pardubice?
CREATE TABLE table_name_81 (venue VARCHAR)
O que mostra para o 3o lugar quando o local era Pardubice?
75,705
SELECT 3 AS rd_place FROM table_name_60 WHERE year = "1990"
what shows for 3rd place in 1990?
CREATE TABLE table_name_60 (year VARCHAR)
O que mostra o 3o lugar em 1990?
75,706
SELECT year FROM table_name_51 WHERE venue = "landshut"
What year was the venue Landshut?
CREATE TABLE table_name_51 (year VARCHAR, venue VARCHAR)
Em que ano foi o local Landshut?
75,707
SELECT record FROM table_name_93 WHERE visitor = "tampa bay"
What is the record when Tampa Bay is the visitor?
CREATE TABLE table_name_93 (record VARCHAR, visitor VARCHAR)
Qual é o recorde quando Tampa Bay é o visitante?
75,708
SELECT date FROM table_name_40 WHERE decision = "joseph" AND home = "san jose"
What is the date when Joseph is the decision and San Jose is the home team?
CREATE TABLE table_name_40 (date VARCHAR, decision VARCHAR, home VARCHAR)
Qual é a data em que Joseph é a decisão e San Jose é a equipe da casa?
75,709
SELECT date FROM table_name_21 WHERE home = "detroit" AND visitor = "colorado"
What is the date of the match when Detroit is the home team and Colorado is the visiting team?
CREATE TABLE table_name_21 (date VARCHAR, home VARCHAR, visitor VARCHAR)
Qual é a data da partida quando Detroit é a equipe da casa e Colorado é a equipe visitante?
75,710
SELECT COUNT(attendance) FROM table_name_76 WHERE week > 4 AND date = "december 6, 1981"
How many people were in attendance in a week over 4 on December 6, 1981?
CREATE TABLE table_name_76 (attendance VARCHAR, week VARCHAR, date VARCHAR)
Quantas pessoas estiveram presentes em uma semana sobre 4 em 6 de dezembro de 1981?
75,711
SELECT MIN(game) FROM table_name_5 WHERE location = "shibe park" AND date = "october 10"
Name the least game for october 10 at shibe park
CREATE TABLE table_name_5 (game INTEGER, location VARCHAR, date VARCHAR)
Nomeie o jogo mínimo para 10 de outubro no shibe park
75,712
SELECT MIN(bronze) FROM table_name_83 WHERE rank = "1" AND total > 34
What is the lowest bronze total that has a rank of 1 and more than 34 total medals?
CREATE TABLE table_name_83 (bronze INTEGER, rank VARCHAR, total VARCHAR)
Qual é o menor total de bronze que tem uma classificação de 1 e mais de 34 medalhas totais?
75,713
SELECT MIN(bronze) FROM table_name_72 WHERE silver = "13"
What is the lowest bronze total that has a silver total of 13 medals?
CREATE TABLE table_name_72 (bronze INTEGER, silver VARCHAR)
Qual é o total de bronze mais baixo que tem um total de prata de 13 medalhas?
75,714
SELECT MIN(wins) FROM table_name_45 WHERE team = "reno aces" AND appearances > 1
With Appearances larger than 1, what is the Wins for the Reno Aces Team?
CREATE TABLE table_name_45 (wins INTEGER, team VARCHAR, appearances VARCHAR)
Com aparências maiores que 1, quais são as vitórias para a equipe Reno Aces?
75,715
SELECT SUM(losses) FROM table_name_54 WHERE appearances = 1 AND winning_percentage = 1 AND team = "reno aces"
For the Reno Aces, what are the Losses when they had 1 Appearances and a Winning Percentage of 1?
CREATE TABLE table_name_54 (losses INTEGER, team VARCHAR, appearances VARCHAR, winning_percentage VARCHAR)
Para os Reno Aces, quais são as perdas quando eles tiveram 1 Aparições e uma porcentagem vencedora de 1?
75,716
SELECT AVG(appearances) FROM table_name_30 WHERE season_s_ = "2009" AND winning_percentage < 0
In 2009, what Appearances had a Winning Percentage of less than 0?
CREATE TABLE table_name_30 (appearances INTEGER, season_s_ VARCHAR, winning_percentage VARCHAR)
Em 2009, quais aparições tiveram uma porcentagem vencedora de menos de 0?
75,717
SELECT chassis FROM table_name_85 WHERE year = 1969
What is the chassis for the year of 1969?
CREATE TABLE table_name_85 (chassis VARCHAR, year VARCHAR)
Qual é o chassi para o ano de 1969?
75,718
SELECT occupation FROM table_name_71 WHERE rank = "5th" AND gender = "m" AND residence = "orono"
Which Occupation has a Rank of 5th, a Gender of M, with a Residence of orono?
CREATE TABLE table_name_71 (occupation VARCHAR, residence VARCHAR, rank VARCHAR, gender VARCHAR)
Qual Ocupação tem um Rank de 5o, um Gênero de M, com Residência de orono?
75,719
SELECT gender FROM table_name_28 WHERE residence = "haliburton"
Which Gender has a Residence of Haliburton?
CREATE TABLE table_name_28 (gender VARCHAR, residence VARCHAR)
Qual gênero tem residência em Haliburton?
75,720
SELECT MIN(votes) FROM table_name_97 WHERE rank = "5th" AND occupation = "retired" AND riding = "brant"
What's the lowest in Votes with a Rank of 5th, has an Occupation of retired, along with a Riding of Brant?
CREATE TABLE table_name_97 (votes INTEGER, riding VARCHAR, rank VARCHAR, occupation VARCHAR)
Qual é o menor em Votos com uma Classificação de 5, tem uma Ocupação de aposentado, juntamente com uma Cavalgada de Brant?
75,721
SELECT SUM(attendance) FROM table_name_83 WHERE loss = "clement (5–7)"
What is the sum of the people in attendance when there was a Loss of clement (5–7)?
CREATE TABLE table_name_83 (attendance INTEGER, loss VARCHAR)
Qual é a soma das pessoas presentes quando houve uma perda de clemente (5-7)?
75,722
SELECT place FROM table_name_57 WHERE player = "corey pavin"
What place was Corey Pavin in?
CREATE TABLE table_name_57 (place VARCHAR, player VARCHAR)
Em que lugar estava Corey Pavin?
75,723
SELECT score FROM table_name_45 WHERE player = "bob tway"
What was the two-round score for Bob Tway?
CREATE TABLE table_name_45 (score VARCHAR, player VARCHAR)
Qual foi a pontuação de duas rodadas para Bob Tway?
75,724
SELECT SUM(attendance) FROM table_name_54 WHERE game > 2 AND time = "2:37"
How many people went to the game that lasted 2:37 after game 2?
CREATE TABLE table_name_54 (attendance INTEGER, game VARCHAR, time VARCHAR)
Quantas pessoas foram ao jogo que durou 2:37 após o jogo 2?
75,725
SELECT fcc_info FROM table_name_64 WHERE frequency_mhz < 96.3 AND call_sign = "w214ba"
What is the FCC info of the w214ba call sign with a frequency below 96.3?
CREATE TABLE table_name_64 (fcc_info VARCHAR, frequency_mhz VARCHAR, call_sign VARCHAR)
Qual é a informação FCC do sinal de chamada w214ba com uma frequência abaixo de 96,3?
75,726
SELECT COUNT(erp_w) FROM table_name_81 WHERE call_sign = "w242ak"
What is the total number of the ERP W with a call sign of w242ak?
CREATE TABLE table_name_81 (erp_w VARCHAR, call_sign VARCHAR)
Qual é o número total do ERP W com um sinal de chamada de w242ak?
75,727
SELECT fcc_info FROM table_name_48 WHERE frequency_mhz > 95.3 AND erp_w < 27 AND city_of_license = "ocala, florida"
What is the FCC info of the station with a frequency above 95.3 and an ERP W smaller than 27 in Ocala, Florida?
CREATE TABLE table_name_48 (fcc_info VARCHAR, city_of_license VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR)
Qual é a informação da FCC da estação com uma frequência acima de 95,3 e um ERP W menor que 27 em Ocala, Flórida?
75,728
SELECT date FROM table_name_42 WHERE outcome = "runner-up" AND score = "6–4, 6–2" AND opponents = "gisela dulko flavia pennetta"
What date has an outcome of runner-up, and a Score of 6–4, 6–2, and a Opponents of gisela dulko flavia pennetta?
CREATE TABLE table_name_42 (date VARCHAR, opponents VARCHAR, outcome VARCHAR, score VARCHAR)
Que data tem um resultado de vice-campeão, e uma pontuação de 64, 62, e um oponente de gisela dulko flavia pennetta?
75,729
SELECT AVG(overall) FROM table_name_45 WHERE round = 10 AND name = "ed tomlin"
In Round 10, what was the Overall for Ed Tomlin?
CREATE TABLE table_name_45 (overall INTEGER, round VARCHAR, name VARCHAR)
Na Rodada 10, qual foi o geral para Ed Tomlin?
75,730
SELECT position FROM table_name_53 WHERE round < 5 AND pick__number = 23 AND overall = 23
What was the Position of Pick #23 in a Round less than 5 with 23 Overall?
CREATE TABLE table_name_53 (position VARCHAR, overall VARCHAR, round VARCHAR, pick__number VARCHAR)
Qual foi a posição de Pick # 23 em uma rodada menos de 5 com 23 no geral?
75,731
SELECT AVG(pick__number) FROM table_name_8 WHERE overall = 296
What Average Pick # has an Overall of 296?
CREATE TABLE table_name_8 (pick__number INTEGER, overall VARCHAR)
Qual é a média de escolha # tem um total de 296?
75,732
SELECT pick__number FROM table_name_53 WHERE overall > 23 AND position = "guard" AND round = 13
In Round 13, what was the Pick # of the Guard Position with an Overall greater than 23?
CREATE TABLE table_name_53 (pick__number VARCHAR, round VARCHAR, overall VARCHAR, position VARCHAR)
Na Rodada 13, qual foi a Escolha # da Posição da Guarda com um Geral maior que 23?
75,733
SELECT SUM(round) FROM table_name_19 WHERE name = "jim duncan" AND overall > 107
With an Overall larger than 107, in what Round was Jim Duncan picked?
CREATE TABLE table_name_19 (round INTEGER, name VARCHAR, overall VARCHAR)
Com um total maior que 107, em que rodada foi escolhido Jim Duncan?
75,734
SELECT MAX(pick__number) FROM table_name_97 WHERE college = "maryland-eastern shore"
What is the highest Pick # for the College of Maryland-Eastern Shore?
CREATE TABLE table_name_97 (pick__number INTEGER, college VARCHAR)
Qual é o maior Pick # para o College of Maryland-Eastern Shore?
75,735
SELECT MAX(points) FROM table_name_72 WHERE year > 1950 AND engine = "offenhauser l4" AND entrant = "brown motors"
What is Brown Motors best point total using the Offenhauser L4 engine since 1950?
CREATE TABLE table_name_72 (points INTEGER, entrant VARCHAR, year VARCHAR, engine VARCHAR)
Qual é o melhor ponto total da Brown Motors usando o motor Offenhauser L4 desde 1950?
75,736
SELECT length FROM table_name_41 WHERE stage = "ss6"
Name the length for stage of ss6
CREATE TABLE table_name_41 (length VARCHAR, stage VARCHAR)
Nomear o comprimento para o estágio de ss6
75,737
SELECT stage FROM table_name_51 WHERE rally_leader = "m. grönholm" AND winner = "s.loeb" AND time__eest_ = "17:57"
Name the stage for m. grönholm and winner of s.loeb with time of 17:57
CREATE TABLE table_name_51 (stage VARCHAR, time__eest_ VARCHAR, rally_leader VARCHAR, winner VARCHAR)
Nomear o palco para m. grnholm e vencedor do s.loeb com o tempo de 17:57
75,738
SELECT winner FROM table_name_82 WHERE name = "schimatari 1"
Name the winner for schimatari 1
CREATE TABLE table_name_82 (winner VARCHAR, name VARCHAR)
Nomear o vencedor para schimatari 1
75,739
SELECT stage FROM table_name_85 WHERE time__eest_ = "08:46"
Name the stage for 08:46
CREATE TABLE table_name_85 (stage VARCHAR, time__eest_ VARCHAR)
Nomeie o palco para 08:46
75,740
SELECT winner FROM table_name_51 WHERE rally_leader = "c. atkinson" AND name = "agia sotira 1"
Name the winner with rally leader of c. atkinson and name of agia sotira 1
CREATE TABLE table_name_51 (winner VARCHAR, rally_leader VARCHAR, name VARCHAR)
Nomeie o vencedor com líder de rali de c. atkinson e nome de agia sotira 1
75,741
SELECT winner FROM table_name_82 WHERE stage = "ss14"
Name the winner for ss14
CREATE TABLE table_name_82 (winner VARCHAR, stage VARCHAR)
Nomeie o vencedor para ss14
75,742
SELECT loss FROM table_name_37 WHERE opponent = "mariners" AND date = "september 12"
Who lost when the mariners played on September 12?
CREATE TABLE table_name_37 (loss VARCHAR, opponent VARCHAR, date VARCHAR)
Quem perdeu quando os marinheiros jogaram no dia 12 de setembro?
75,743
SELECT record FROM table_name_63 WHERE date = "september 7"
On September 7 what was the record?
CREATE TABLE table_name_63 (record VARCHAR, date VARCHAR)
Em 7 de setembro, qual foi o recorde?
75,744
SELECT opponent FROM table_name_48 WHERE date = "september 29"
Who plays on the date september 29?
CREATE TABLE table_name_48 (opponent VARCHAR, date VARCHAR)
Quem joga na data 29 de setembro?
75,745
SELECT city_of_license FROM table_name_34 WHERE call_sign = "wriq"
Which city of license has a wriq Call sign?
CREATE TABLE table_name_34 (city_of_license VARCHAR, call_sign VARCHAR)
Qual cidade de licença tem um sinal de chamada wriq?
75,746
SELECT SUM(frequency_mhz) FROM table_name_99 WHERE class = "b1"
What is the total of Frequency MHz with a Class of b1?
CREATE TABLE table_name_99 (frequency_mhz INTEGER, class VARCHAR)
Qual é o total de frequência de MHz com uma classe de b1?
75,747
SELECT erp_w FROM table_name_50 WHERE class = "a" AND call_sign = "wffc"
Which ERP W has a Class of A, and a Call sign of wffc?
CREATE TABLE table_name_50 (erp_w VARCHAR, class VARCHAR, call_sign VARCHAR)
Qual ERP W tem uma classe de A e um sinal de chamada de wffc?
75,748
SELECT class FROM table_name_83 WHERE city_of_license = "ferrum, virginia"
Which class City of license of ferrum, virginia?
CREATE TABLE table_name_83 (class VARCHAR, city_of_license VARCHAR)
Qual cidade de licença de ferrum, Virginia?
75,749
SELECT call_sign FROM table_name_1 WHERE class = "a" AND frequency_mhz = 88.7
Which call sign has a Class of A, and a Frequency MHz of 88.7?
CREATE TABLE table_name_1 (call_sign VARCHAR, class VARCHAR, frequency_mhz VARCHAR)
Qual sinal de chamada tem uma classe de A e uma frequência de MHz de 88,7?
75,750
SELECT COUNT(heat) FROM table_name_49 WHERE time = "58.44"
what heat number had a time of 58.44?
CREATE TABLE table_name_49 (heat VARCHAR, time VARCHAR)
Que número de calor teve um tempo de 58.44?
75,751
SELECT lane FROM table_name_86 WHERE nationality = "new zealand"
what lane was new zealand in?
CREATE TABLE table_name_86 (lane VARCHAR, nationality VARCHAR)
Em que faixa estava a nova zelândia?
75,752
SELECT stage FROM table_name_89 WHERE course = "reggio calabria to catanzaro"
What stage of the race was held on the course Reggio Calabria to Catanzaro?
CREATE TABLE table_name_89 (stage VARCHAR, course VARCHAR)
Que etapa da corrida foi realizada no percurso Reggio Calabria a Catanzaro?
75,753
SELECT winner FROM table_name_97 WHERE course = "rome to teramo"
Who was the winner for the Rome to Teramo course?
CREATE TABLE table_name_97 (winner VARCHAR, course VARCHAR)
Quem foi o vencedor do Roma to Teramo Course?
75,754
SELECT winner FROM table_name_25 WHERE stage = "11"
Who was the winner of stage 11?
CREATE TABLE table_name_25 (winner VARCHAR, stage VARCHAR)
Quem foi o vencedor da 11a etapa?
75,755
SELECT AVG(apps) FROM table_name_64 WHERE country = "indonesia" AND goals < 1000
What is the average Apps of indonesia with Goals smaller than 1000?
CREATE TABLE table_name_64 (apps INTEGER, country VARCHAR, goals VARCHAR)
Quais são os aplicativos médios da indonésia com metas menores que 1000?
75,756
SELECT division FROM table_name_83 WHERE team = "traktor tashkent" AND season = "2005"
What division is Traktor Tashkent in 2005?
CREATE TABLE table_name_83 (division VARCHAR, team VARCHAR, season VARCHAR)
Qual é a divisão de Traktor Tashkent em 2005?
75,757
SELECT apps FROM table_name_41 WHERE country = "uzbekistan" AND season = "2003"
How many apps does Uzbekistan have in 2003?
CREATE TABLE table_name_41 (apps VARCHAR, country VARCHAR, season VARCHAR)
Quantos aplicativos o Uzbequistão tem em 2003?
75,758
SELECT attendance FROM table_name_5 WHERE record = "74-77"
What was the attendance at the game when the record was 74-77?
CREATE TABLE table_name_5 (attendance VARCHAR, record VARCHAR)
Qual foi a participação no jogo quando o recorde era de 74-77?
75,759
SELECT score FROM table_name_23 WHERE record = "72-74"
What was score of the game when the record was 72-74?
CREATE TABLE table_name_23 (score VARCHAR, record VARCHAR)
Qual foi a pontuação do jogo quando o recorde foi de 72-74?
75,760
SELECT airdate FROM table_name_34 WHERE episode_no < 4 AND bbc_one_weekly_ranking = 6
What were the air-dates of the episodes before episode 4 that had a BBC One weekly ranking of 6?
CREATE TABLE table_name_34 (airdate VARCHAR, episode_no VARCHAR, bbc_one_weekly_ranking VARCHAR)
Quais eram as datas de exibição dos episódios antes do episódio 4 que tinha um ranking semanal da BBC One de 6?
75,761
SELECT total_viewers FROM table_name_30 WHERE bbc_one_weekly_ranking > 7 AND episode_no < 4
What was the total viewership for BBC One weekly rankings larger than 7, before episode 4?
CREATE TABLE table_name_30 (total_viewers VARCHAR, bbc_one_weekly_ranking VARCHAR, episode_no VARCHAR)
Qual era a audiência total para BBC One rankings semanais maiores do que 7, antes do episódio 4?
75,762
SELECT MAX(rank) FROM table_name_54 WHERE bronze = 0 AND silver > 1 AND gold > 0
Name the most rank with bronze of 0 and silver more than 1 and gold more than 0
CREATE TABLE table_name_54 (rank INTEGER, gold VARCHAR, bronze VARCHAR, silver VARCHAR)
Nomear a classificação mais com bronze de 0 e prata mais de 1 e ouro mais de 0
75,763
SELECT AVG(silver) FROM table_name_5 WHERE total < 1
Name the average silver with total less than 1
CREATE TABLE table_name_5 (silver INTEGER, total INTEGER)
Nomeie a prata média com um total inferior a 1
75,764
SELECT AVG(year) FROM table_name_47 WHERE result = "nominated"
Name the average year for result of nominated
CREATE TABLE table_name_47 (year INTEGER, result VARCHAR)
Nomear o ano médio para o resultado da nomeação
75,765
SELECT nominated_work FROM table_name_7 WHERE year = 1996 AND festival = "black maria film and video festival"
Name the nominated work for 1996 and festival of black maria film and video festival
CREATE TABLE table_name_7 (nominated_work VARCHAR, year VARCHAR, festival VARCHAR)
Nomeie o trabalho nomeado para 1996 e o festival de cinema e vídeo de maria negra
75,766
SELECT date FROM table_name_6 WHERE venue = "away" AND win_draw_lose = "lost" AND team = "accrington"
What was the date of the away game that they lost to Accrington?
CREATE TABLE table_name_6 (date VARCHAR, team VARCHAR, venue VARCHAR, win_draw_lose VARCHAR)
Qual foi a data do jogo fora que eles perderam para Accrington?
75,767
SELECT date FROM table_name_65 WHERE team = "accrington" AND venue = "home"
What was the date of the home game against Accrington?
CREATE TABLE table_name_65 (date VARCHAR, team VARCHAR, venue VARCHAR)
Qual foi a data do jogo em casa contra o Accrington?
75,768
SELECT win_draw_lose FROM table_name_71 WHERE venue = "home" AND team = "derby county"
What was the result of the home game against Derby County?
CREATE TABLE table_name_71 (win_draw_lose VARCHAR, venue VARCHAR, team VARCHAR)
Qual foi o resultado do jogo em casa contra o Derby County?
75,769
SELECT standard_cost__usd_ FROM table_name_27 WHERE creator = "hans oischinger"
What is the Standard cost (USD) by hans Oischinger Creator ?
CREATE TABLE table_name_27 (standard_cost__usd_ VARCHAR, creator VARCHAR)
Qual é o custo padrão (USD) por hans Oischinger Creator?
75,770
SELECT standard_cost__usd_ FROM table_name_95 WHERE creator = "kwin team"
What is the Standard cost (USD) of Kwin team creator?
CREATE TABLE table_name_95 (standard_cost__usd_ VARCHAR, creator VARCHAR)
Qual é o custo padrão (USD) do criador da equipe Kwin?
75,771
SELECT creator FROM table_name_45 WHERE latest_stable_version = "0.5.2 (part of compiz fusion release)"
Who is the Creator that has a version of 0.5.2 (part of compiz fusion release)?
CREATE TABLE table_name_45 (creator VARCHAR, latest_stable_version VARCHAR)
Quem é o Criador que tem uma versão de 0.5.2 (parte da versão de fusão compiz)?
75,772
SELECT name FROM table_name_47 WHERE creator = "hyriand"
Who is a Creator of hyriand?
CREATE TABLE table_name_47 (name VARCHAR, creator VARCHAR)
Quem é o Criador da Híria?
75,773
SELECT COUNT(attendance) FROM table_name_68 WHERE game > 6
What is the number of people who attended the game later than game 6?
CREATE TABLE table_name_68 (attendance VARCHAR, game INTEGER)
Qual é o número de pessoas que participaram do jogo mais tarde do que o jogo 6?
75,774
SELECT title FROM table_name_29 WHERE year > 1986 AND format_s_ = "album"
Which title has a year later than 1986 with an album as the format?
CREATE TABLE table_name_29 (title VARCHAR, year VARCHAR, format_s_ VARCHAR)
Qual título tem um ano depois de 1986 com um álbum como formato?
75,775
SELECT AVG(year) FROM table_name_70 WHERE date = "february 24"
Which is the average year with the date of February 24?
CREATE TABLE table_name_70 (year INTEGER, date VARCHAR)
Qual é o ano médio com a data de 24 de fevereiro?
75,776
SELECT award_description_s_ FROM table_name_84 WHERE year > 1994 AND date = "december 6"
Which award description has a year later than 1994 with a date of December 6?
CREATE TABLE table_name_84 (award_description_s_ VARCHAR, year VARCHAR, date VARCHAR)
Qual descrição do prêmio tem um ano depois de 1994 com data de 6 de dezembro?
75,777
SELECT COUNT(goal) FROM table_name_91 WHERE date = "december 4, 2010" AND score = "1-0"
How many goals have a Date of december 4, 2010, and a Score of 1-0?
CREATE TABLE table_name_91 (goal VARCHAR, date VARCHAR, score VARCHAR)
Quantos golos têm uma data de 4 de Dezembro de 2010 e uma pontuação de 1-0?
75,778
SELECT venue FROM table_name_91 WHERE competition = "2008 myanmar grand royal challenge cup"
Which venue has a Competition of 2008 myanmar grand royal challenge cup?
CREATE TABLE table_name_91 (venue VARCHAR, competition VARCHAR)
Qual local tem uma competição de 2008 miancar grand royal challenge cup?
75,779
SELECT venue FROM table_name_62 WHERE goal = 4
Which venue has a Goal of 4?
CREATE TABLE table_name_62 (venue VARCHAR, goal VARCHAR)
Qual local tem um objetivo de 4?
75,780
SELECT MAX(goal) FROM table_name_14 WHERE score = "3-0"
What is the largest goal with a Score of 3-0?
CREATE TABLE table_name_14 (goal INTEGER, score VARCHAR)
Qual é o maior gol com uma pontuação de 3-0?
75,781
SELECT opponents_in_the_final FROM table_name_37 WHERE partnering = "bruno soares" AND surface = "clay" AND date = "august 1, 2010"
Who did Bruno Soares and a partner face in the finals on a clay surface on August 1, 2010?
CREATE TABLE table_name_37 (opponents_in_the_final VARCHAR, date VARCHAR, partnering VARCHAR, surface VARCHAR)
Quem fez Bruno Soares e um parceiro se enfrentarem nas finais em uma superfície de argila em 1o de agosto de 2010?
75,782
SELECT surface FROM table_name_67 WHERE score = "4–6, 6–2, [10–7]"
What surface was played on that resulted in a score of 4–6, 6–2, [10–7]?
CREATE TABLE table_name_67 (surface VARCHAR, score VARCHAR)
Em que superfície foi jogado que resultou em uma pontuação de 4-6, 6-2, [10-7]?
75,783
SELECT outcome FROM table_name_55 WHERE date = "may 25, 2009"
What was the outcome on May 25, 2009?
CREATE TABLE table_name_55 (outcome VARCHAR, date VARCHAR)
Qual foi o resultado em 25 de maio de 2009?
75,784
SELECT outcome FROM table_name_55 WHERE date = "may 18, 2008"
What was the outcome on May 18, 2008?
CREATE TABLE table_name_55 (outcome VARCHAR, date VARCHAR)
Qual foi o resultado em 18 de maio de 2008?
75,785
SELECT place FROM table_name_53 WHERE player = "heath slocum"
what is the place for Heath Slocum?
CREATE TABLE table_name_53 (place VARCHAR, player VARCHAR)
Qual é o lugar para Heath Slocum?
75,786
SELECT attendance FROM table_name_9 WHERE date = "august 29"
What is the attendance for august 29?
CREATE TABLE table_name_9 (attendance VARCHAR, date VARCHAR)
Qual é o atendimento para o dia 29 de agosto?
75,787
SELECT loss FROM table_name_47 WHERE opponent = "@ angels" AND date = "august 1"
Which loss has an Opponent of @ angels, and a Date of august 1?
CREATE TABLE table_name_47 (loss VARCHAR, opponent VARCHAR, date VARCHAR)
Que perda tem um adversário de anjos, e uma data de agosto 1?
75,788
SELECT score FROM table_name_99 WHERE attendance = "31,178"
Which score has an Attendance of 31,178?
CREATE TABLE table_name_99 (score VARCHAR, attendance VARCHAR)
Qual pontuação tem uma participação de 31,178?
75,789
SELECT record FROM table_name_8 WHERE date = "august 28"
Which record has a Date of august 28?
CREATE TABLE table_name_8 (record VARCHAR, date VARCHAR)
Qual disco tem data de 28 de agosto?
75,790
SELECT loss FROM table_name_55 WHERE attendance = "23,952"
Which loss has an Attendance of 23,952?
CREATE TABLE table_name_55 (loss VARCHAR, attendance VARCHAR)
Qual perda tem um comparecimento de 23.952?
75,791
SELECT opponent FROM table_name_28 WHERE loss = "corcoran (4-4)"
Which opponent has a Loss of corcoran (4-4)?
CREATE TABLE table_name_28 (opponent VARCHAR, loss VARCHAR)
Qual adversário tem uma perda de corcoran (4-4)?
75,792
SELECT location FROM table_name_30 WHERE competition = "gold medal match"
What is the location of the gold medal match?
CREATE TABLE table_name_30 (location VARCHAR, competition VARCHAR)
Qual é a localização do jogo da medalha de ouro?
75,793
SELECT lineup FROM table_name_29 WHERE result = "1-0 aet w"
What was the lineup that resulted in 1-0 AET W?
CREATE TABLE table_name_29 (lineup VARCHAR, result VARCHAR)
Qual foi a formação que resultou em 1-0 AET W?
75,794
SELECT result FROM table_name_97 WHERE match = "25"
What was the result of match 25?
CREATE TABLE table_name_97 (result VARCHAR, match VARCHAR)
Qual foi o resultado do jogo 25?
75,795
SELECT result FROM table_name_13 WHERE location = "london 2012 women's olympic football tournament"
What is the result of the London 2012 Women's Olympic Football Tournament?
CREATE TABLE table_name_13 (result VARCHAR, location VARCHAR)
Qual é o resultado do Torneio Olímpico de Futebol Feminino de Londres 2012?
75,796
SELECT score FROM table_name_7 WHERE loss = "wegman (2-6)"
What was the score of the game that had a loss of Wegman (2-6)?
CREATE TABLE table_name_7 (score VARCHAR, loss VARCHAR)
Qual foi a pontuação do jogo que teve uma perda de Wegman (2-6)?
75,797
SELECT record FROM table_name_55 WHERE loss = "blyleven (4-5)"
What was the record at the game that had a loss of Blyleven (4-5)?
CREATE TABLE table_name_55 (record VARCHAR, loss VARCHAR)
Qual foi o recorde no jogo que teve uma perda de Blyleven (4-5)?
75,798
SELECT city FROM table_name_74 WHERE jul = "88 °f / 31.1 °c"
Name the city with july of 88 °f / 31.1 °c
CREATE TABLE table_name_74 (city VARCHAR, jul VARCHAR)
Nomear a cidade com julho de 88 ° f / 31,1 ° c
75,799
SELECT city FROM table_name_63 WHERE feb = "66 °f / 18.9 °c"
Name the city with Feb of 66 °f / 18.9 °c
CREATE TABLE table_name_63 (city VARCHAR, feb VARCHAR)
Nomeie a cidade com fevereiro de 66 °f / 18.9 °c