Unnamed: 0
int64
0
78.6k
answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
translated_answer
stringlengths
12
992
72,700
SELECT language FROM table_name_65 WHERE draw = 9
What's the language of Draw number 9?
CREATE TABLE table_name_65 (language VARCHAR, draw VARCHAR)
Qual é a linguagem do Draw Number 9?
72,701
SELECT MIN(points) FROM table_name_87 WHERE language = "portuguese"
What are the lowest points when the language is Portuguese?
CREATE TABLE table_name_87 (points INTEGER, language VARCHAR)
Quais são os pontos mais baixos quando a língua é o português?
72,702
SELECT island FROM table_name_74 WHERE summit = "haleakalā"
What's the island with a summit of Haleakalā?
CREATE TABLE table_name_74 (island VARCHAR, summit VARCHAR)
Qual é a ilha com um cume de Haleakal?
72,703
SELECT MIN(col__m_) FROM table_name_96 WHERE island = "island of molokaʻi" AND rank < 6
What's the lowest Col ranked less than 6 with an Island of Molokaʻi?
CREATE TABLE table_name_96 (col__m_ INTEGER, island VARCHAR, rank VARCHAR)
Qual é o menor Col classificado abaixo de 6 com uma Ilha de Molokai?
72,704
SELECT col__m_ FROM table_name_84 WHERE rank > 4 AND summit = "kawaikini"
What's the col (m) ranked more than 4 with a summit of Kawaikini?
CREATE TABLE table_name_84 (col__m_ VARCHAR, rank VARCHAR, summit VARCHAR)
Qual é o col (m) classificado mais de 4 com uma cúpula de Kawaikini?
72,705
SELECT SUM(rank) FROM table_name_80 WHERE col__m_ < 33 AND summit = "haleakalā"
What's the rank when the col (m) is less than 33 and has a summit of Haleakalā?
CREATE TABLE table_name_80 (rank INTEGER, col__m_ VARCHAR, summit VARCHAR)
Qual é a classificação quando o col (m) é inferior a 33 e tem um cume de Haleakal?
72,706
SELECT summit FROM table_name_72 WHERE col__m_ = 0 AND rank < 2
What's the summit when the rank is less than 2 and has a col (m) of 0?
CREATE TABLE table_name_72 (summit VARCHAR, col__m_ VARCHAR, rank VARCHAR)
Qual é o cume quando a classificação é inferior a 2 e tem um col (m) de 0?
72,707
SELECT year FROM table_name_58 WHERE edition = "41st"
Which Year has an Edition of 41st?
CREATE TABLE table_name_58 (year VARCHAR, edition VARCHAR)
Que ano tem uma edição de 41?
72,708
SELECT no_of_events FROM table_name_13 WHERE country = "trinidad and tobago" AND date = "march 30-april 1"
How many Events have a Country of trinidad and tobago, and a Date of march 30-april 1?
CREATE TABLE table_name_13 (no_of_events VARCHAR, country VARCHAR, date VARCHAR)
Quantos eventos têm um país de trindade e tobago, e uma data de 30 de março?
72,709
SELECT country FROM table_name_93 WHERE top_team = "jam" AND edition = "31st"
Which Country has a Top Team of jam, and an Edition of 31st?
CREATE TABLE table_name_93 (country VARCHAR, top_team VARCHAR, edition VARCHAR)
Qual país tem uma equipe top de jam, e uma edição de 31?
72,710
SELECT outcome FROM table_name_62 WHERE partner = "brett steven"
What was the outcome of the final with a partner of Brett Steven?
CREATE TABLE table_name_62 (outcome VARCHAR, partner VARCHAR)
Qual foi o resultado da final com um parceiro de Brett Steven?
72,711
SELECT surface FROM table_name_84 WHERE tournament = "italy f28"
On what type of surface was the tournament of Italy f28?
CREATE TABLE table_name_84 (surface VARCHAR, tournament VARCHAR)
Em que tipo de superfície foi o torneio da Itália f28?
72,712
SELECT opponent_in_the_final FROM table_name_8 WHERE tournament = "senegal f2"
Who was the opponent in the final of the Senegal f2 tournament>
CREATE TABLE table_name_8 (opponent_in_the_final VARCHAR, tournament VARCHAR)
Quem foi o adversário na final do torneio F2 do Senegal >
72,713
SELECT score FROM table_name_11 WHERE date = "december 12, 1998"
What's the score on December 12, 1998?
CREATE TABLE table_name_11 (score VARCHAR, date VARCHAR)
Qual é a pontuação em 12 de dezembro de 1998?
72,714
SELECT venue FROM table_name_93 WHERE score = "7-1"
What was the venue when the score was 7-1?
CREATE TABLE table_name_93 (venue VARCHAR, score VARCHAR)
Qual foi o local quando a pontuação foi de 7 a 1?
72,715
SELECT score FROM table_name_18 WHERE competition = "friendly"
What's the score of the friendly competition?
CREATE TABLE table_name_18 (score VARCHAR, competition VARCHAR)
Qual é a pontuação da competição amigável?
72,716
SELECT competition FROM table_name_59 WHERE venue = "singapore"
What's the competition that happened in Singapore?
CREATE TABLE table_name_59 (competition VARCHAR, venue VARCHAR)
Qual foi a competição que aconteceu em Singapura?
72,717
SELECT venue FROM table_name_97 WHERE competition = "1995 southeast asian games"
What's the venue of the 1995 Southeast Asian Games?
CREATE TABLE table_name_97 (venue VARCHAR, competition VARCHAR)
Qual é o local dos Jogos do Sudeste Asiático de 1995?
72,718
SELECT date_of_inauguration FROM table_name_71 WHERE "lifespan" = "lifespan"
What was the date of the inauguration in the row with an entry of lifespan in the lifespan column?
CREATE TABLE table_name_71 (date_of_inauguration VARCHAR)
Qual foi a data da inauguração na fila com uma entrada de vida útil na coluna de vida útil?
72,719
SELECT date_of_death FROM table_name_76 WHERE date_of_inauguration = "date of inauguration"
What was the date of death entry in the row that has a date of inauguration entry of date of inauguration?
CREATE TABLE table_name_76 (date_of_death VARCHAR, date_of_inauguration VARCHAR)
Qual foi a data de entrada da morte na fila que tem uma data de entrada de inauguração da data de inauguração?
72,720
SELECT length_of_retirement FROM table_name_49 WHERE president = "sharma, shankar shankar dayal sharma"
What is the length of retirement for president Sharma, Shankar Shankar Dayal Sharma?
CREATE TABLE table_name_49 (length_of_retirement VARCHAR, president VARCHAR)
Qual é a duração da aposentadoria do presidente Sharma, Shankar Shankar Dayal Sharma?
72,721
SELECT COUNT(draw) FROM table_name_67 WHERE place < 1
How many draw is in a place that is less than 1?
CREATE TABLE table_name_67 (draw VARCHAR, place INTEGER)
Quantos sorteios estão em um lugar que é menor que 1?
72,722
SELECT AVG(draw) FROM table_name_31 WHERE artist = "emilya valenti"
Emilya Valenti has what draw average?
CREATE TABLE table_name_31 (draw INTEGER, artist VARCHAR)
Emilya Valenti tem que média de empate?
72,723
SELECT airing_date FROM table_name_50 WHERE official_website = "official website" AND number_of_episodes = 20 AND genre = "modern action" AND english_title__chinese_title_ = "armed reaction 陀槍師姐"
What's the airing date of Armed Reaction 陀槍師姐 with 20 episodes in the Modern Action genre having an official website?
CREATE TABLE table_name_50 (airing_date VARCHAR, english_title__chinese_title_ VARCHAR, genre VARCHAR, official_website VARCHAR, number_of_episodes VARCHAR)
Qual é a data de exibição de Armed Reaction com 20 episódios no gênero Modern Action tendo um site oficial?
72,724
SELECT airing_date FROM table_name_1 WHERE number_of_episodes = 62
What's the airing date for the show with 62 episodes?
CREATE TABLE table_name_1 (airing_date VARCHAR, number_of_episodes VARCHAR)
Qual é a data de exibição do show com 62 episódios?
72,725
SELECT official_website FROM table_name_33 WHERE number_of_episodes > 22 AND english_title__chinese_title_ = "burning flame 烈火雄心"
What's the official website of Burning Flame 烈火雄心 with 22 episodes?
CREATE TABLE table_name_33 (official_website VARCHAR, number_of_episodes VARCHAR, english_title__chinese_title_ VARCHAR)
Qual é o site oficial de Burning Flame com 22 episódios?
72,726
SELECT position FROM table_name_44 WHERE a_score > 7
what is the position for the competitor that has a score more than 7
CREATE TABLE table_name_44 (position VARCHAR, a_score INTEGER)
qual é a posição para o competidor que tem uma pontuação superior a 7
72,727
SELECT MIN(b_score) FROM table_name_40 WHERE position = "5th" AND a_score < 7
what is the score for the 5th position and a score less than 7
CREATE TABLE table_name_40 (b_score INTEGER, position VARCHAR, a_score VARCHAR)
qual é a pontuação para a 5a posição e uma pontuação inferior a 7
72,728
SELECT MAX(total) FROM table_name_8 WHERE position = "8th" AND a_score > 6.6
what is the total scored for the 8th position and a score more than 6.6
CREATE TABLE table_name_8 (total INTEGER, position VARCHAR, a_score VARCHAR)
qual é o total marcado para a 8a posição e uma pontuação superior a 6,6
72,729
SELECT meet FROM table_name_33 WHERE time = "7:55.02"
What is the Meet of the Event with a Time of 7:55.02?
CREATE TABLE table_name_33 (meet VARCHAR, time VARCHAR)
O que é o Encontro do Evento com um Tempo de 7:55.02?
72,730
SELECT location FROM table_name_93 WHERE time = "2:22.32"
What is the Location of the Event with a Time of 2:22.32?
CREATE TABLE table_name_93 (location VARCHAR, time VARCHAR)
Qual é a localização do evento com um tempo de 2:22.32?
72,731
SELECT MIN(body_width_mm) FROM table_name_48 WHERE lead_pitch_mm < 0.55 AND body_length_mm > 18.4
Which Body Width/mm has a Lead Pitch/mm smaller than 0.55, and a Body Length/mm larger than 18.4?
CREATE TABLE table_name_48 (body_width_mm INTEGER, lead_pitch_mm VARCHAR, body_length_mm VARCHAR)
Qual corpo largura / mm tem um passo de chumbo / mm menor que 0,55, e um comprimento do corpo / mm maior que 18,4?
72,732
SELECT AVG(body_length_mm) FROM table_name_9 WHERE lead_pitch_mm < 0.5
Which Body Length/mm has a Lead Pitch/mm smaller than 0.5?
CREATE TABLE table_name_9 (body_length_mm INTEGER, lead_pitch_mm INTEGER)
Qual comprimento do corpo / mm tem um passo de chumbo / mm menor que 0,5?
72,733
SELECT COUNT(body_width_mm) FROM table_name_50 WHERE body_length_mm = 18.4 AND pins = "40"
How much Body Width/mm has a Body Length/mm of 18.4, and Pins of 40?
CREATE TABLE table_name_50 (body_width_mm VARCHAR, body_length_mm VARCHAR, pins VARCHAR)
Quanta largura do corpo / mm tem um comprimento do corpo / mm de 18,4 e pinos de 40?
72,734
SELECT MIN(body_width_mm) FROM table_name_63 WHERE lead_pitch_mm < 0.55 AND part_number = "tsop48"
Which Body Width/mm has a Lead Pitch/mm smaller than 0.55, and a Part Number of tsop48?
CREATE TABLE table_name_63 (body_width_mm INTEGER, lead_pitch_mm VARCHAR, part_number VARCHAR)
Qual corpo largura / mm tem um passo de chumbo / mm menor que 0,55, e um número de peça de tsop48?
72,735
SELECT MAX(lead_pitch_mm) FROM table_name_1 WHERE part_number = "tsop40" AND body_length_mm > 18.4
Which Lead Pitch/mm has a Part Number of tsop40, and a Body Length/mm larger than 18.4?
CREATE TABLE table_name_1 (lead_pitch_mm INTEGER, part_number VARCHAR, body_length_mm VARCHAR)
Qual passo de chumbo / mm tem um número de peça de tsop40, e um comprimento do corpo / mm maior que 18,4?
72,736
SELECT MIN(attendance) FROM table_name_10 WHERE time = "3:15"
What was the least attendance when the time was 3:15?
CREATE TABLE table_name_10 (attendance INTEGER, time VARCHAR)
Qual foi o menor comparecimento quando o tempo era 3:15?
72,737
SELECT date FROM table_name_6 WHERE game < 5 AND location = "oakland-alameda county coliseum" AND time = "3:40"
What date was at Oakland-Alameda County Coliseum with a time of 3:40 and a game less than 5?
CREATE TABLE table_name_6 (date VARCHAR, time VARCHAR, game VARCHAR, location VARCHAR)
Que data foi em Oakland-Alameda County Coliseum com um tempo de 3:40 e um jogo menos de 5?
72,738
SELECT AVG(bronze) FROM table_name_36 WHERE gold > 1 AND total > 11 AND silver > 5
Which Bronze has a Gold larger than 1, and a Total larger than 11, and a Silver larger than 5?
CREATE TABLE table_name_36 (bronze INTEGER, silver VARCHAR, gold VARCHAR, total VARCHAR)
Qual Bronze tem um Ouro maior que 1, e um Total maior que 11, e uma Prata maior que 5?
72,739
SELECT COUNT(silver) FROM table_name_67 WHERE gold > 2
How many silvers have more than 2 golds?
CREATE TABLE table_name_67 (silver VARCHAR, gold INTEGER)
Quantas pratas têm mais de 2 ouros?
72,740
SELECT firefox_, _other_mozilla FROM table_name_12 WHERE chrome = "1.93%"
What percentage of browsers were using Firefox or other Mozilla browsers during the period in which 1.93% were using Chrome?
CREATE TABLE table_name_12 (firefox_ VARCHAR, _other_mozilla VARCHAR, chrome VARCHAR)
Que porcentagem de navegadores estavam usando o Firefox ou outros navegadores Mozilla durante o período em que 1,93% estavam usando o Chrome?
72,741
SELECT internet_explorer FROM table_name_97 WHERE chrome = "24.91%"
What percentage of browsers were using Internet Explorer during the period in which 24.91% were using Chrome?
CREATE TABLE table_name_97 (internet_explorer VARCHAR, chrome VARCHAR)
Que porcentagem de navegadores estavam usando o Internet Explorer durante o período em que 24,91% estavam usando o Chrome?
72,742
SELECT chrome FROM table_name_88 WHERE internet_explorer = "72.03%"
What percentage of browsers were using Chrome during the period in which 72.03% were using Internet Explorer?
CREATE TABLE table_name_88 (chrome VARCHAR, internet_explorer VARCHAR)
Que porcentagem de navegadores estavam usando o Chrome durante o período em que 72,03% estavam usando o Internet Explorer?
72,743
SELECT safari FROM table_name_57 WHERE chrome = "2.05%"
What percentage of browsers were using Safari during the period in which 2.05% were using Chrome?
CREATE TABLE table_name_57 (safari VARCHAR, chrome VARCHAR)
Que porcentagem de navegadores estavam usando o Safari durante o período em que 2,05% estavam usando o Chrome?
72,744
SELECT chrome FROM table_name_22 WHERE opera = "0.30%" AND safari = "6.77%"
What percentage of browsers were using Chrome during the period in which 0.30% were using Opera and 6.77% were using Safari?
CREATE TABLE table_name_22 (chrome VARCHAR, opera VARCHAR, safari VARCHAR)
Que porcentagem de navegadores estavam usando o Chrome durante o período em que 0,30% estavam usando o Opera e 6,77% estavam usando o Safari?
72,745
SELECT tv_network_s_ FROM table_name_42 WHERE country = "brazil"
Which TV network was located in Brazil?
CREATE TABLE table_name_42 (tv_network_s_ VARCHAR, country VARCHAR)
Qual rede de TV estava localizada em Brasil?
72,746
SELECT country FROM table_name_27 WHERE series_premiere = "unknown" AND tv_network_s_ = "mbc action"
What country has a series premier of unknown and mbc action as their TV network?
CREATE TABLE table_name_27 (country VARCHAR, series_premiere VARCHAR, tv_network_s_ VARCHAR)
Que país tem um premier série de ação desconhecida e mbc como sua rede de TV?
72,747
SELECT weekly_schedule FROM table_name_97 WHERE tv_network_s_ = "sky italia"
What is the weekly schedule for the network sky italia?
CREATE TABLE table_name_97 (weekly_schedule VARCHAR, tv_network_s_ VARCHAR)
Qual é o horário semanal para a italia céu de rede?
72,748
SELECT AVG(gold) FROM table_name_73 WHERE bronze > 6 AND silver > 18
How many Gold medals for the Nations with 6 or more Bronze medals and 18 or more Silver?
CREATE TABLE table_name_73 (gold INTEGER, bronze VARCHAR, silver VARCHAR)
Quantas medalhas de ouro para as nações com 6 ou mais medalhas de bronze e 18 ou mais de prata?
72,749
SELECT AVG(gold) FROM table_name_98 WHERE nation = "soviet union"
How many Gold medals did the Soviet Union receive?
CREATE TABLE table_name_98 (gold INTEGER, nation VARCHAR)
Quantas medalhas de ouro a União Soviética recebeu?
72,750
SELECT name FROM table_name_43 WHERE pos = "cf"
What's the name of the person in the CF Pos?
CREATE TABLE table_name_43 (name VARCHAR, pos VARCHAR)
Qual é o nome da pessoa no CF Pos?
72,751
SELECT league_cup_apps FROM table_name_83 WHERE fa_cup_apps = "5"
Which league cup apps has FA as the cup apps of 5?
CREATE TABLE table_name_83 (league_cup_apps VARCHAR, fa_cup_apps VARCHAR)
Quais aplicativos de copa da liga tem FA como os aplicativos de copa de 5?
72,752
SELECT MIN(league_goals) FROM table_name_43 WHERE position = "fw" AND total_goals > 9 AND league_cup_goals > 4
What is the lowest league goals that has fw as the position, total goals greater than 9, with league cup goals greater than 4?
CREATE TABLE table_name_43 (league_goals INTEGER, league_cup_goals VARCHAR, position VARCHAR, total_goals VARCHAR)
Quais são os gols mais baixos da liga que tem fw como posição, gols totais maiores que 9, com gols da Copa da Liga maiores que 4?
72,753
SELECT MIN(year) FROM table_name_11 WHERE event = "team" AND venue = "vilamoura, portugal"
What is the earliest year that a team event was included at Vilamoura, Portugal?
CREATE TABLE table_name_11 (year INTEGER, event VARCHAR, venue VARCHAR)
Qual foi o primeiro ano em que um evento de equipa foi incluído em Vilamoura, Portugal?
72,754
SELECT event FROM table_name_96 WHERE year < 2001 AND result = "16th"
In which event before 2001 did the athlete place 16th?
CREATE TABLE table_name_96 (event VARCHAR, year VARCHAR, result VARCHAR)
Em que evento antes de 2001 o atleta ficou em 16o lugar?
72,755
SELECT tournament FROM table_name_24 WHERE result = "25th"
In which tournament was the result 25th?
CREATE TABLE table_name_24 (tournament VARCHAR, result VARCHAR)
Em que torneio foi o resultado 25?
72,756
SELECT artist FROM table_name_28 WHERE draw > 6 AND place > 14
What artist has more than 6 draws, and in a place higher than 14?
CREATE TABLE table_name_28 (artist VARCHAR, draw VARCHAR, place VARCHAR)
Qual artista tem mais de 6 empates, e em um lugar maior que 14?
72,757
SELECT social_democratic FROM table_name_33 WHERE democratic_and_social_centre = "10.0% 22 seats"
What Social Democratic has a Democratic and Social Centre of 10.0% 22 seats?
CREATE TABLE table_name_33 (social_democratic VARCHAR, democratic_and_social_centre VARCHAR)
Que Social Democrata tem um Centro Democrático e Social de 10,0% 22 lugares?
72,758
SELECT social_democratic FROM table_name_86 WHERE democratic_and_social_centre = "4.4% 4 seats"
What Social Democratic has the Democratic and Social Centre of 4.4% 4 seats?
CREATE TABLE table_name_86 (social_democratic VARCHAR, democratic_and_social_centre VARCHAR)
Qual social-democrata tem o Centro Democrático e Social de 4,4% dos assentos?
72,759
SELECT number_of_teams FROM table_name_66 WHERE top_goalscorer_s_ = "not awarded" AND year = "2007 details"
How many teams were at the 2007 details tournament where there a top goalscorer was not awarded?
CREATE TABLE table_name_66 (number_of_teams VARCHAR, top_goalscorer_s_ VARCHAR, year VARCHAR)
Quantas equipes estiveram no torneio de detalhes de 2007 onde um goleiro de topo não foi premiado?
72,760
SELECT location FROM table_name_91 WHERE best_goalkeeper = "164 (8.2)"
What is the location of the tournament where the best goalkeeper had 164 (8.2)?
CREATE TABLE table_name_91 (location VARCHAR, best_goalkeeper VARCHAR)
Qual é a localização do torneio onde o melhor goleiro teve 164 (8.2)?
72,761
SELECT section FROM table_name_30 WHERE level = "tier 2" AND season = 1996
What section were they in when there were tier 2 in 1996?
CREATE TABLE table_name_30 (section VARCHAR, level VARCHAR, season VARCHAR)
Em que seção eles estavam quando havia nível 2 em 1996?
72,762
SELECT administration FROM table_name_21 WHERE division = "ykkönen (first division)" AND position = "1st" AND season = 1996
What is the administration when the division was Ykkönen (first division), and they were in the 1st position in 1996?
CREATE TABLE table_name_21 (administration VARCHAR, season VARCHAR, division VARCHAR, position VARCHAR)
Qual é a administração quando a divisão era Ykknen (primeira divisão), e eles estavam na 1a posição em 1996?
72,763
SELECT film_title_used_in_nomination FROM table_name_81 WHERE actor_actress = "emma thompson" AND category = "best supporting actress"
What was the film title that emma thompson was the actress nominated for best supporting actress?
CREATE TABLE table_name_81 (film_title_used_in_nomination VARCHAR, actor_actress VARCHAR, category VARCHAR)
Qual foi o título do filme que Emma Thompson foi a atriz indicada para melhor atriz coadjuvante?
72,764
SELECT category FROM table_name_51 WHERE actor_actress = "al pacino" AND film_title_used_in_nomination = "glengarry glen ross"
What category was al pacino nominated for in the film, glengarry glen ross?
CREATE TABLE table_name_51 (category VARCHAR, actor_actress VARCHAR, film_title_used_in_nomination VARCHAR)
Em que categoria al pacino foi indicado no filme, glengarry glen ross?
72,765
SELECT year__ceremony_ FROM table_name_26 WHERE category = "best actress" AND actor_actress = "sigourney weaver"
What is the year when sigourney weaver was nominated for best actress?
CREATE TABLE table_name_26 (year__ceremony_ VARCHAR, category VARCHAR, actor_actress VARCHAR)
Qual foi o ano em que Sigourney Weaver foi nomeada para melhor atriz?
72,766
SELECT year__ceremony_ FROM table_name_30 WHERE result = "nominee" AND actor_actress = "holly hunter"
What year was holly hunter a nominee?
CREATE TABLE table_name_30 (year__ceremony_ VARCHAR, result VARCHAR, actor_actress VARCHAR)
Em que ano o Holly Hunter foi nomeado?
72,767
SELECT per_capita_income FROM table_name_61 WHERE median_family_income = "$40,492"
What is the per capita income of the county with a median family income of $40,492?
CREATE TABLE table_name_61 (per_capita_income VARCHAR, median_family_income VARCHAR)
Qual é a renda per capita do condado com uma renda familiar média de US $ 40.492?
72,768
SELECT MIN(year) FROM table_name_21 WHERE result = "won" AND role_episode = "fox mulder"
what is the earliest year when the result is won and the role/episode is fox mulder?
CREATE TABLE table_name_21 (year INTEGER, result VARCHAR, role_episode VARCHAR)
qual é o primeiro ano em que o resultado é ganho e o papel/episódio é fox mulder?
72,769
SELECT year FROM table_name_82 WHERE role_episode = "david duchovny"
what is the year when the role/episode is david duchovny?
CREATE TABLE table_name_82 (year VARCHAR, role_episode VARCHAR)
Qual é o ano em que o papel/episódio é david duchovny?
72,770
SELECT date FROM table_name_21 WHERE week = 9
What date has 9 as the week?
CREATE TABLE table_name_21 (date VARCHAR, week VARCHAR)
Que data tem 9 como a semana?
72,771
SELECT AVG(total) FROM table_name_16 WHERE tally = "0-8"
What is the average total of the 0-8 tally?
CREATE TABLE table_name_16 (total INTEGER, tally VARCHAR)
Qual é o total médio da contagem 0-8?
72,772
SELECT COUNT(rank) FROM table_name_6 WHERE opposition = "tipperary"
What is the total rank of the match with tipperary as the opposition?
CREATE TABLE table_name_6 (rank VARCHAR, opposition VARCHAR)
Qual é a classificação total do jogo com o tipperary como oposição?
72,773
SELECT MIN(total) FROM table_name_62 WHERE player = "tommy ring" AND rank > 1
What is the lowest total of player tommy ring, who has a rank greater than 1?
CREATE TABLE table_name_62 (total INTEGER, player VARCHAR, rank VARCHAR)
Qual é o menor total de tommy ring do jogador, que tem uma classificação maior que 1?
72,774
SELECT AVG(rank) FROM table_name_5 WHERE opposition = "offaly" AND total > 9
What is the average rank of the match where offaly was the opposition and the total was greater than 9?
CREATE TABLE table_name_5 (rank INTEGER, opposition VARCHAR, total VARCHAR)
Qual é a classificação média do jogo onde offaly foi a oposição e o total foi maior que 9?
72,775
SELECT municipality FROM table_name_34 WHERE party = "lega friuli-vg" AND election < 2011
Which municipality has a party of Lega Friuli-VG that won elections before 2011?
CREATE TABLE table_name_34 (municipality VARCHAR, party VARCHAR, election VARCHAR)
Que município tem um partido de Lega Friuli-VG que ganhou eleições antes de 2011?
72,776
SELECT party FROM table_name_99 WHERE mayor = "ettore romoli"
Which party is Ettore Romoli from?
CREATE TABLE table_name_99 (party VARCHAR, mayor VARCHAR)
De que partido é o Ettore Romoli?
72,777
SELECT campus FROM table_name_59 WHERE location = "brgy. alangilan, batangas city"
What campus is in Brgy. Alangilan, Batangas City?
CREATE TABLE table_name_59 (campus VARCHAR, location VARCHAR)
Qual campus está em Brgy. Alangilan, Batangas City?
72,778
SELECT founded FROM table_name_41 WHERE location = "balayan, batangas"
When was the Balayan, Batangas campus founded?
CREATE TABLE table_name_41 (founded VARCHAR, location VARCHAR)
Quando foi fundado o campus Balayan, Batangas?
72,779
SELECT executive_director FROM table_name_84 WHERE type = "extension" AND location = "lemery, batangas"
Who is the executive director of the Lemery, Batangas extension?
CREATE TABLE table_name_84 (executive_director VARCHAR, type VARCHAR, location VARCHAR)
Quem é o diretor executivo da extensão Lemery, Batangas?
72,780
SELECT COUNT(silver) FROM table_name_81 WHERE gold > 0 AND rank = "14" AND bronze > 4
What is number of silver for the country with more than 0 gold, rank of 14, and more than 4 bronze?
CREATE TABLE table_name_81 (silver VARCHAR, bronze VARCHAR, gold VARCHAR, rank VARCHAR)
Qual é o número de prata para o país com mais de 0 ouro, grau de 14, e mais de 4 bronze?
72,781
SELECT SUM(gold) FROM table_name_19 WHERE rank = "19"
What is the number of gold for the country ranked 19?
CREATE TABLE table_name_19 (gold INTEGER, rank VARCHAR)
Qual é o número de ouro para o país classificado 19?
72,782
SELECT MIN(silver) FROM table_name_83 WHERE bronze < 0
What is the least amount of silver when there is less than 0 bronze?
CREATE TABLE table_name_83 (silver INTEGER, bronze INTEGER)
Qual é a menor quantidade de prata quando há menos de 0 bronze?
72,783
SELECT MAX(bronze) FROM table_name_99 WHERE total = 14 AND gold > 6
What is the most bronze when the total is 14, and there are more than 6 gold?
CREATE TABLE table_name_99 (bronze INTEGER, total VARCHAR, gold VARCHAR)
Qual é o maior bronze quando o total é 14, e há mais de 6 de ouro?
72,784
SELECT 187 AS kg FROM table_name_79 WHERE snatch = "clean & jerk"
Who has 187kg and a Snatch of Clean & Jerk?
CREATE TABLE table_name_79 (snatch VARCHAR)
Quem tem 187kg e um Snatch de Clean & Jerk?
72,785
SELECT reserved_for___sc___st__none_ FROM table_name_81 WHERE constituency_number = "203"
What is the Reserved for (SC / ST /None) when the constituency number is 203?
CREATE TABLE table_name_81 (reserved_for___sc___st__none_ VARCHAR, constituency_number VARCHAR)
O que é reservado para (SC / ST /None) quando o número do círculo eleitoral é 203?
72,786
SELECT SUM(number_of_electorates__2009_) FROM table_name_21 WHERE district = "indore" AND reserved_for___sc___st__none_ = "none" AND constituency_number = "208"
What is the number of electorates (2009) for the Indore district, when reserved for (SC / ST /None) is none, and constituency number is 208?
CREATE TABLE table_name_21 (number_of_electorates__2009_ INTEGER, constituency_number VARCHAR, district VARCHAR, reserved_for___sc___st__none_ VARCHAR)
Qual é o número de eleitores (2009) para o distrito Indore, quando reservado para (SC / ST / None) é nenhum, e o número do eleitorado é 208?
72,787
SELECT other FROM table_name_95 WHERE firefox = "21.22%"
What percentage of users were using other browsers according to the source that reported 21.22% were using Firefox?
CREATE TABLE table_name_95 (other VARCHAR, firefox VARCHAR)
Qual porcentagem de usuários estava usando outros navegadores de acordo com a fonte que informou que 21,22% estavam usando o Firefox?
72,788
SELECT firefox FROM table_name_60 WHERE source = "w3counter"
According to W3Counter, what percentage of browsers used Firefox?
CREATE TABLE table_name_60 (firefox VARCHAR, source VARCHAR)
De acordo com o W3Counter, qual porcentagem de navegadores usou o Firefox?
72,789
SELECT firefox FROM table_name_22 WHERE internet_explorer = "21.70%"
What percentage of users were using Firefox according to the source that reported 21.70% used Internet Explorer?
CREATE TABLE table_name_22 (firefox VARCHAR, internet_explorer VARCHAR)
Qual porcentagem de usuários estava usando o Firefox de acordo com a fonte que informou que 21.70% usaram o Internet Explorer?
72,790
SELECT source FROM table_name_43 WHERE chrome = "32.60%"
Which source reported 32.60% of browsers used Chrome?
CREATE TABLE table_name_43 (source VARCHAR, chrome VARCHAR)
Qual fonte relatou 32,60% dos navegadores usados no Chrome?
72,791
SELECT firefox FROM table_name_66 WHERE safari = "15.40%"
What percentage of users were using Firefox according to the source that reported 15.40% used Safari?
CREATE TABLE table_name_66 (firefox VARCHAR, safari VARCHAR)
Qual porcentagem de usuários estava usando o Firefox de acordo com a fonte que informou que 15,40% usaram o Safari?
72,792
SELECT internet_explorer FROM table_name_53 WHERE firefox = "20.01%"
What percentage of users were using Internet Explorer according to the source that reported 20.01% used Firefox?
CREATE TABLE table_name_53 (internet_explorer VARCHAR, firefox VARCHAR)
Qual porcentagem de usuários estava usando o Internet Explorer de acordo com a fonte que informou que 20,01% usaram o Firefox?
72,793
SELECT MIN(points) FROM table_name_7 WHERE team = "rothmans honda" AND year = 1992
How many points did team Rothmans Honda have in 1992?
CREATE TABLE table_name_7 (points INTEGER, team VARCHAR, year VARCHAR)
Quantos pontos a equipe Rothmans Honda teve em 1992?
72,794
SELECT class FROM table_name_66 WHERE year < 1990 AND points = 33
What class before 1990 has points of 33?
CREATE TABLE table_name_66 (class VARCHAR, year VARCHAR, points VARCHAR)
Que classe antes de 1990 tem 33 pontos?
72,795
SELECT COUNT(points) FROM table_name_74 WHERE year = 1992
How many total points were in 1992?
CREATE TABLE table_name_74 (points VARCHAR, year VARCHAR)
Quantos pontos foram em 1992?
72,796
SELECT class FROM table_name_58 WHERE wins > 0 AND year = 1992
In 1992, what class has higher wins than 0?
CREATE TABLE table_name_58 (class VARCHAR, wins VARCHAR, year VARCHAR)
Em 1992, que classe tem vitórias mais altas do que 0?
72,797
SELECT class FROM table_name_34 WHERE team = "honda britain" AND points > 0
What was the class that team Honda Britain was in with points higher than 0?
CREATE TABLE table_name_34 (class VARCHAR, team VARCHAR, points VARCHAR)
Qual foi a classe em que a equipe Honda Britain estava com pontos acima de 0?
72,798
SELECT MAX(fa_cup_goals) FROM table_name_55 WHERE league_cup_apps > 0 AND name = "trevor cherry"
Which FA Cup Goals have League Cup Apps larger than 0, and a Name of trevor cherry?
CREATE TABLE table_name_55 (fa_cup_goals INTEGER, league_cup_apps VARCHAR, name VARCHAR)
Quais gols da Copa FA têm aplicativos da Copa da Liga maiores que 0, e um nome de cereja do trevor?
72,799
SELECT SUM(league_goals) FROM table_name_43 WHERE league_cup_goals < 0
How many League Goals have League Cup Goals smaller than 0?
CREATE TABLE table_name_43 (league_goals INTEGER, league_cup_goals INTEGER)
Quantos golos da Liga têm golos da Taça da Liga inferiores a 0?