Unnamed: 0 int64 0 78.6k | answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 | translated_answer stringlengths 12 992 |
|---|---|---|---|---|
72,600 | SELECT date FROM table_name_74 WHERE week > 16 | What was the date for the game after week 16? | CREATE TABLE table_name_74 (date VARCHAR, week INTEGER) | Qual foi a data do jogo depois da 16a semana? |
72,601 | SELECT attendance FROM table_name_61 WHERE opponent = "tampa bay buccaneers" | What was the attendance for the game against tampa bay buccaneers? | CREATE TABLE table_name_61 (attendance VARCHAR, opponent VARCHAR) | Qual foi o comparecimento para o jogo contra os bucaneiros da tampa bay? |
72,602 | SELECT date FROM table_name_82 WHERE week > 5 AND attendance = "62,262" | What was the date of the game after week 5 with 62,262 fans attending? | CREATE TABLE table_name_82 (date VARCHAR, week VARCHAR, attendance VARCHAR) | Qual foi a data do jogo após a semana 5, com 62.262 fãs participando? |
72,603 | SELECT location FROM table_name_31 WHERE record = "5–2–1" | Which Location has a Record of 5–2–1? | CREATE TABLE table_name_31 (location VARCHAR, record VARCHAR) | Qual local tem um recorde de 52? |
72,604 | SELECT record FROM table_name_1 WHERE event = "inoki bom-ba-ye 2002" | Which Record has an Event of inoki bom-ba-ye 2002? | CREATE TABLE table_name_1 (record VARCHAR, event VARCHAR) | Qual disco tem um evento de inoki bom-ba-ye 2002? |
72,605 | SELECT opponent FROM table_name_80 WHERE record = "2–0" | Which Opponent has a Record of 2–0? | CREATE TABLE table_name_80 (opponent VARCHAR, record VARCHAR) | Qual adversário tem um recorde de 20? |
72,606 | SELECT record FROM table_name_62 WHERE round > 2 AND event = "bellator 38" | Which Record has a Round larger than 2, and an Event of bellator 38? | CREATE TABLE table_name_62 (record VARCHAR, round VARCHAR, event VARCHAR) | Qual disco tem uma rodada maior que 2 e um evento de bellator 38? |
72,607 | SELECT SUM(pick) FROM table_name_30 WHERE player = "john jones" | What was John Jones's pick#? | CREATE TABLE table_name_30 (pick INTEGER, player VARCHAR) | Qual foi a escolha de John Jones? |
72,608 | SELECT AVG(pick) FROM table_name_62 WHERE hometown_school = "atlanta, ga" | What was the pick # of the player who has a hometown/school of Atlanta, GA? | CREATE TABLE table_name_62 (pick INTEGER, hometown_school VARCHAR) | Qual foi a escolha # do jogador que tem uma cidade natal / escola de Atlanta, GA? |
72,609 | SELECT monday_to_friday FROM table_name_34 WHERE mañana_es_para_siempre = "impreuna pentru totdeauna" | What is Mañana es para siempre of impreuna pentru totdeauna from Monday to Friday? | CREATE TABLE table_name_34 (monday_to_friday VARCHAR, mañana_es_para_siempre VARCHAR) | O que é Maana es para siempre de impreuna pentru totdeauna de segunda a sexta-feira? |
72,610 | SELECT monday_to_friday FROM table_name_87 WHERE el_canal_de_las_estrellas = "pop tv" | When does the El Canal de las Estrellas of pop tv show from Monday to Friday? | CREATE TABLE table_name_87 (monday_to_friday VARCHAR, el_canal_de_las_estrellas VARCHAR) | Quando é que o El Canal de las Estrellas do programa de TV pop de segunda a sexta-feira? |
72,611 | SELECT SUM(enrollment) FROM table_name_85 WHERE ihsaa_football_class = "aaaa" | What is the enrollment for the AAAA class in IHSAA? | CREATE TABLE table_name_85 (enrollment INTEGER, ihsaa_football_class VARCHAR) | Qual é a inscrição para a classe AAAA no IHSAA? |
72,612 | SELECT ihsaa_football_class FROM table_name_93 WHERE location = "culver" | What is the IHSAA Football class at Culver? | CREATE TABLE table_name_93 (ihsaa_football_class VARCHAR, location VARCHAR) | O que é a aula de futebol da IHSAA em Culver? |
72,613 | SELECT location FROM table_name_86 WHERE mascot = "lancers" | What school has the Lancers as their mascot? | CREATE TABLE table_name_86 (location VARCHAR, mascot VARCHAR) | Qual escola tem os Lancers como mascote? |
72,614 | SELECT COUNT(enrollment) FROM table_name_97 WHERE school = "laville" | What is the total enrollment at Laville? | CREATE TABLE table_name_97 (enrollment VARCHAR, school VARCHAR) | Qual é a matrícula total em Laville? |
72,615 | SELECT MAX(avg) FROM table_name_30 WHERE rank > 9 | What is the highest average for teams ranked higher than 9? | CREATE TABLE table_name_30 (avg INTEGER, rank INTEGER) | Qual é a média mais alta para as equipes classificadas acima de 9? |
72,616 | SELECT 2008 AS _club FROM table_name_69 WHERE name = "nadia centoni category:articles with hcards" | What is the name of the 2008 club with Nadia Centoni Category:Articles with hCards? | CREATE TABLE table_name_69 (name VARCHAR) | Qual é o nome do clube de 2008 com Nadia Centoni Categoria:! |
72,617 | SELECT 2008 AS _club FROM table_name_71 WHERE name = "francesca piccinini category:articles with hcards" | Which 2008 club has the name Francesca Piccinini Category:Articles with hCards? | CREATE TABLE table_name_71 (name VARCHAR) | Qual clube de 2008 tem o nome Francesca Piccinini Categoria:! |
72,618 | SELECT MIN(wins) FROM table_name_41 WHERE against = 1314 | What is the least amount of wins when against is 1314? | CREATE TABLE table_name_41 (wins INTEGER, against VARCHAR) | Qual é a menor quantidade de vitórias quando contra é 1314? |
72,619 | SELECT SUM(against) FROM table_name_29 WHERE wins = 8 AND club = "south warrnambool" AND draws < 0 | What is the number of against when the wins were 8, and a Club of South Warrnambool, with less than 0 draws? | CREATE TABLE table_name_29 (against INTEGER, draws VARCHAR, wins VARCHAR, club VARCHAR) | Qual é o número de contra quando as vitórias foram 8, e um Clube de Warrnambool do Sul, com menos de 0 empates? |
72,620 | SELECT AVG(wins) FROM table_name_20 WHERE against > 1155 AND club = "warrnambool" AND draws > 0 | What is the number of wins when the against is larger than 1155, for Warrnambool, with more than 0 draws? | CREATE TABLE table_name_20 (wins INTEGER, draws VARCHAR, against VARCHAR, club VARCHAR) | Qual é o número de vitórias quando o contra é maior que 1155, para Warrnambool, com mais de 0 empates? |
72,621 | SELECT score FROM table_name_87 WHERE 2012 = "15.0%" | What score has 15.0% as the 2012? | CREATE TABLE table_name_87 (score VARCHAR) | Qual a pontuação de 15,0% em 2012? |
72,622 | SELECT 2008 FROM table_name_31 WHERE 2009 = "14.2%" | What 2008 has 14.2% as the 2009? | CREATE TABLE table_name_31 (Id VARCHAR) | O que 2008 tem 14,2% como 2009? |
72,623 | SELECT score FROM table_name_16 WHERE 2012 = "15.0%" | What score has 15.0% as the 2012? | CREATE TABLE table_name_16 (score VARCHAR) | Qual a pontuação de 15,0% em 2012? |
72,624 | SELECT 2009 FROM table_name_49 WHERE 2007 = "18.5%" | What 2009 has 18.5% as the 2007? | CREATE TABLE table_name_49 (Id VARCHAR) | Que 2009 tem 18,5% como o 2007? |
72,625 | SELECT 2011 FROM table_name_33 WHERE 2010 = "12.7%" | What 2011 has 12.7% as the 2010? | CREATE TABLE table_name_33 (Id VARCHAR) | O que é que 2011 tem 12,7% como 2010? |
72,626 | SELECT MAX(week) FROM table_name_44 WHERE result = "l 24-0" | What is the Week of the game with a Result of L 24-0? | CREATE TABLE table_name_44 (week INTEGER, result VARCHAR) | Qual é a semana do jogo com um resultado de L 24-0? |
72,627 | SELECT COUNT(week) FROM table_name_17 WHERE date = "december 18, 1960" | What is the Week number on December 18, 1960? | CREATE TABLE table_name_17 (week VARCHAR, date VARCHAR) | Qual é o número da semana em 18 de dezembro de 1960? |
72,628 | SELECT pick FROM table_name_3 WHERE position = "defensive end" | Which pick played the Defensive End position? | CREATE TABLE table_name_3 (pick VARCHAR, position VARCHAR) | Que escolha jogou a posição Defensive End? |
72,629 | SELECT COUNT(pick) FROM table_name_41 WHERE position = "linebacker" AND round < 3 | How many picks were taken before round 3 and played Linebacker? | CREATE TABLE table_name_41 (pick VARCHAR, position VARCHAR, round VARCHAR) | Quantas escolhas foram tomadas antes da rodada 3 e jogaram Linebacker? |
72,630 | SELECT AVG(silver) FROM table_name_88 WHERE total = 9 | What is the average number of silver medals won among nations that won 9 medals total? | CREATE TABLE table_name_88 (silver INTEGER, total VARCHAR) | Qual é o número médio de medalhas de prata ganhas entre as nações que ganharam 9 medalhas no total? |
72,631 | SELECT MAX(round) FROM table_name_63 WHERE pick > 179 | Which Round has a Pick larger than 179? | CREATE TABLE table_name_63 (round INTEGER, pick INTEGER) | Qual rodada tem uma pick maior que 179? |
72,632 | SELECT MAX(pick) FROM table_name_33 WHERE player = "jamar martin" | What is jamar martin's highest pick? | CREATE TABLE table_name_33 (pick INTEGER, player VARCHAR) | Qual é a melhor escolha de Jamar Martin? |
72,633 | SELECT team FROM table_name_91 WHERE rank > 4 AND speed = "104.574mph" | What teams rank is higher than 4 with a speed of 104.574mph? | CREATE TABLE table_name_91 (team VARCHAR, rank VARCHAR, speed VARCHAR) | Qual classificação de equipes é maior que 4 com uma velocidade de 104.574 mph? |
72,634 | SELECT team FROM table_name_32 WHERE rider = "anthony redmond" | What team does Anthony Redmond ride for? | CREATE TABLE table_name_32 (team VARCHAR, rider VARCHAR) | Para que equipa é que Anthony Redmond anda? |
72,635 | SELECT speed FROM table_name_86 WHERE rank < 3 AND time = "1:03.41.86" | What was the speed with a time of 1:03.41.86 and a rank smaller than 3? | CREATE TABLE table_name_86 (speed VARCHAR, rank VARCHAR, time VARCHAR) | Qual foi a velocidade com um tempo de 1:03.41.86 e uma classificação menor que 3? |
72,636 | SELECT school FROM table_name_11 WHERE enrollment > 473 AND ihsaa_class = "aaa" AND _number___county = "72 scott" | What school in 72 Scott county has an enrollment more than 473 with an AAA IHSAA Class? | CREATE TABLE table_name_11 (school VARCHAR, _number___county VARCHAR, enrollment VARCHAR, ihsaa_class VARCHAR) | Qual escola no condado de 72 Scott tem uma matrícula de mais de 473 com uma classe AAA IHSAA? |
72,637 | SELECT mascot FROM table_name_34 WHERE enrollment < 627 AND ihsaa_class = "aa" AND school = "eastern pekin" | What's the mascot of Eastern Pekin having less than 627 enrolled and an AA for their IHSAA Class? | CREATE TABLE table_name_34 (mascot VARCHAR, school VARCHAR, enrollment VARCHAR, ihsaa_class VARCHAR) | Qual é o mascote de Eastern Pekin com menos de 627 inscritos e um AA para sua classe IHSAA? |
72,638 | SELECT MAX(enrollment) FROM table_name_88 WHERE ihsaa_class = "aaa" AND mascot = "dragons" | What's the most enrolled having the dragons for a mascot and an AAA for the IHSAA Class? | CREATE TABLE table_name_88 (enrollment INTEGER, ihsaa_class VARCHAR, mascot VARCHAR) | Qual é o mais inscrito tendo os dragões para um mascote e um AAA para a Classe IHSAA? |
72,639 | SELECT _number___county FROM table_name_54 WHERE enrollment < 774 AND school = "eastern pekin" | What's the county of Eastern Pekin school with fewer than 774 enrolled? | CREATE TABLE table_name_54 (_number___county VARCHAR, enrollment VARCHAR, school VARCHAR) | Qual é o condado da escola de Pekin Oriental com menos de 774 matriculados? |
72,640 | SELECT location FROM table_name_28 WHERE ihsaa_class = "aaa" AND mascot = "panthers" | What's the location of the school having the panthers as a mascot with an AAA for the IHSAA Class? | CREATE TABLE table_name_28 (location VARCHAR, ihsaa_class VARCHAR, mascot VARCHAR) | Qual é a localização da escola tendo as panteras como um mascote com um AAA para a classe IHSAA? |
72,641 | SELECT ihsaa_class FROM table_name_1 WHERE mascot = "musketeers" | What's the IHSAA Class when the mascot was the Musketeers? | CREATE TABLE table_name_1 (ihsaa_class VARCHAR, mascot VARCHAR) | Qual é a classe IHSAA quando o mascote era os Mosqueteiros? |
72,642 | SELECT director FROM table_name_74 WHERE title = "chaser on the rocks" | Who was the director of Chaser on the Rocks? | CREATE TABLE table_name_74 (director VARCHAR, title VARCHAR) | Quem foi o diretor de Chaser on the Rocks? |
72,643 | SELECT characters FROM table_name_80 WHERE title = "suppressed duck" | What are the characters from the movie Suppressed Duck? | CREATE TABLE table_name_80 (characters VARCHAR, title VARCHAR) | Quais são os personagens do filme Pato Suprimido? |
72,644 | SELECT AVG(pick) FROM table_name_7 WHERE player = "jay bruchak" AND round < 6 | How many picks on average did Jay Bruchak have before round 6? | CREATE TABLE table_name_7 (pick INTEGER, player VARCHAR, round VARCHAR) | Quantas escolhas, em média, Jay Bruchak teve antes da 6a rodada? |
72,645 | SELECT COUNT(round) FROM table_name_13 WHERE pick > 148 AND player = "pierre bland" | How many rounds did Pierre Bland have a pick larger than 148? | CREATE TABLE table_name_13 (round VARCHAR, pick VARCHAR, player VARCHAR) | Quantas rodadas Pierre Bland teve uma escolha maior que 148? |
72,646 | SELECT MIN(round) FROM table_name_16 WHERE college = "purdue" AND pick > 10 | What was the earliest round that Purdue had a pick larger than 10? | CREATE TABLE table_name_16 (round INTEGER, college VARCHAR, pick VARCHAR) | Qual foi a primeira rodada que Purdue teve uma escolha maior que 10? |
72,647 | SELECT COUNT(pick) FROM table_name_31 WHERE player = "jay bruchak" | How many picks did Jay Bruchak have? | CREATE TABLE table_name_31 (pick VARCHAR, player VARCHAR) | Quantas escolhas teve Jay Bruchak? |
72,648 | SELECT round FROM table_name_85 WHERE home = "alianza" | In what round was the Alianza home game? | CREATE TABLE table_name_85 (round VARCHAR, home VARCHAR) | Em que rodada foi o jogo em casa do Alianza? |
72,649 | SELECT away FROM table_name_48 WHERE round = "round 16" | What was the visiting team that played a round 16 game? | CREATE TABLE table_name_48 (away VARCHAR, round VARCHAR) | Qual foi a equipe visitante que jogou um jogo de 16 rodadas? |
72,650 | SELECT SUM(week) FROM table_name_68 WHERE attendance = 62 OFFSET 289 | How many weeks have an Attendance of 62,289? | CREATE TABLE table_name_68 (week INTEGER, attendance VARCHAR) | Quantas semanas tem um atendimento de 62.289? |
72,651 | SELECT MAX(week) FROM table_name_57 WHERE attendance > 65 OFFSET 070 | Which Week has an Attendance larger than 65,070? | CREATE TABLE table_name_57 (week INTEGER, attendance INTEGER) | Qual semana tem um atendimento maior que 65.070? |
72,652 | SELECT MIN(week) FROM table_name_58 WHERE opponent = "atlanta falcons" AND attendance < 63 OFFSET 114 | Which Week has an Opponent of atlanta falcons, and an Attendance smaller than 63,114? | CREATE TABLE table_name_58 (week INTEGER, opponent VARCHAR, attendance VARCHAR) | Qual semana tem um oponente de falcões atlanta, e um comparecimento menor que 63.114? |
72,653 | SELECT tms FROM table_name_59 WHERE season = "2013" | which Tms has a Season of 2013? | CREATE TABLE table_name_59 (tms VARCHAR, season VARCHAR) | Qual Tms tem uma temporada de 2013? |
72,654 | SELECT MIN(population) FROM table_name_19 WHERE code > 90902 AND area__km_2__ < 1 OFFSET 335.47 | What's the population with a code more than 90902 and an area less than 1,335.47? | CREATE TABLE table_name_19 (population INTEGER, code VARCHAR, area__km_2__ VARCHAR) | Qual é a população com um código superior a 90902 e uma área inferior a 1.335,47? |
72,655 | SELECT MAX(area__km_2__) FROM table_name_72 WHERE place = "bochum part 2" AND population < 15 OFFSET 911 | What's the most area of Bochum Part 2 with a population less than 15,911? | CREATE TABLE table_name_72 (area__km_2__ INTEGER, place VARCHAR, population VARCHAR) | Qual é a área de Bochum Part 2 com uma população inferior a 15.911? |
72,656 | SELECT original_nfl_team FROM table_name_31 WHERE pos = "cb" | What is the Original NFL team of the CB Player? | CREATE TABLE table_name_31 (original_nfl_team VARCHAR, pos VARCHAR) | Qual é a equipe original da NFL do CB Player? |
72,657 | SELECT college FROM table_name_70 WHERE conf = "swc" AND pos = "wr" | What is the College of the WR Player from SWC Conf? | CREATE TABLE table_name_70 (college VARCHAR, conf VARCHAR, pos VARCHAR) | O que é o College of the WR Player da SWC Conf? |
72,658 | SELECT player FROM table_name_5 WHERE college = "memphis" | What Player is from the College of memphis? | CREATE TABLE table_name_5 (player VARCHAR, college VARCHAR) | Qual jogador é da faculdade de memphis? |
72,659 | SELECT college FROM table_name_70 WHERE pos = "lb" AND conf = "big ten" | What is the College of the LB Player with Big Ten Conf.? | CREATE TABLE table_name_70 (college VARCHAR, pos VARCHAR, conf VARCHAR) | O que é o College of the LB Player com Big Ten Conf.? |
72,660 | SELECT SUM(draws) FROM table_name_92 WHERE wins = 11 AND losses > 7 | How many draws are there when there are 11 wins, and more than 7 losses? | CREATE TABLE table_name_92 (draws INTEGER, wins VARCHAR, losses VARCHAR) | Quantos empates existem quando há 11 vitórias e mais de 7 derrotas? |
72,661 | SELECT MAX(draws) FROM table_name_20 WHERE losses < 3 AND wins > 16 | What is the draws when there are less than 3 losses and more than 16 wins? | CREATE TABLE table_name_20 (draws INTEGER, losses VARCHAR, wins VARCHAR) | Quais são os empates quando há menos de 3 derrotas e mais de 16 vitórias? |
72,662 | SELECT MAX(wins) FROM table_name_33 WHERE losses = 5 AND against > 1205 | What is the wins when there are 5 losses, and against is more than 1205? | CREATE TABLE table_name_33 (wins INTEGER, losses VARCHAR, against VARCHAR) | Quais são as vitórias quando há 5 derrotas, e contra é mais de 1205. |
72,663 | SELECT AVG(losses) FROM table_name_20 WHERE sunrayia_fl = "red cliffs" AND against > 2294 | What is the losses when Sunrayia FL is Red Cliffs, and the against is more than 2294? | CREATE TABLE table_name_20 (losses INTEGER, sunrayia_fl VARCHAR, against VARCHAR) | Quais são as perdas quando Sunrayia FL é Red Cliffs, e o contra é mais de 2294? |
72,664 | SELECT COUNT(against) FROM table_name_73 WHERE losses < 3 AND wins > 16 | What is the number against when losses are smaller than 3, and wins arelarger than 16? | CREATE TABLE table_name_73 (against VARCHAR, losses VARCHAR, wins VARCHAR) | Qual é o número contra quando as perdas são menores que 3, e as vitórias são maiores que 16? |
72,665 | SELECT notes FROM table_name_33 WHERE call_sign = "cfun-fm-1" | What is the Notes of the Frequency with Call sign CFUN-FM-1? | CREATE TABLE table_name_33 (notes VARCHAR, call_sign VARCHAR) | Quais são as notas da frequência com sinal de chamada CFUN-FM-1? |
72,666 | SELECT format FROM table_name_65 WHERE notes = "licensed to hope" AND frequency = "fm 100.5" | What is the Format of FM 100.5 Licensed to Hope? | CREATE TABLE table_name_65 (format VARCHAR, notes VARCHAR, frequency VARCHAR) | Qual é o formato de FM 100.5 licenciado para a esperança? |
72,667 | SELECT notes FROM table_name_82 WHERE call_sign = "cbue-fm" | What is the Notes of the Frequency with a call sign of CBUE-FM? | CREATE TABLE table_name_82 (notes VARCHAR, call_sign VARCHAR) | O que é o Notes of the Frequency com um sinal de chamada de CBUE-FM? |
72,668 | SELECT AVG(dynamo) FROM table_name_25 WHERE draw > 0 AND played < 15 AND spartak > 1 | what is the average dynamo when draw is more than 0, played is less than 15 and spartak is more than 1? | CREATE TABLE table_name_25 (dynamo INTEGER, spartak VARCHAR, draw VARCHAR, played VARCHAR) | Qual é o dínamo médio quando o empate é maior que 0, o jogo é menor que 15 e o spartak é maior que 1? |
72,669 | SELECT MAX(spartak) FROM table_name_42 WHERE played < 15 AND dynamo < 3 | what is the highest spartak when played is less than 15 and dynamo is less than 3? | CREATE TABLE table_name_42 (spartak INTEGER, played VARCHAR, dynamo VARCHAR) | Qual é o spartak mais alto quando jogado é menor que 15 e dínamo é menor que 3? |
72,670 | SELECT MAX(draw) FROM table_name_19 WHERE competition = "soviet league" AND dynamo > 34 | what is the most draw when the competition is soviet league and dynamo is more than 34? | CREATE TABLE table_name_19 (draw INTEGER, competition VARCHAR, dynamo VARCHAR) | Qual é o maior empate quando a competição é a liga soviética e o dínamo é maior que 34? |
72,671 | SELECT SUM(spartak) FROM table_name_54 WHERE played = 102 AND draw < 19 | what is the sum of spartak when played is 102 and draw is less than 19? | CREATE TABLE table_name_54 (spartak INTEGER, played VARCHAR, draw VARCHAR) | Qual é a soma de spartak quando jogado é 102 e draw é menor que 19? |
72,672 | SELECT MIN(dynamo) FROM table_name_12 WHERE spartak > 9 AND competition = "totals" AND draw > 24 | what is the least dynamo when spartak is more than 9, competition is totals and draw is more than 24? | CREATE TABLE table_name_12 (dynamo INTEGER, draw VARCHAR, spartak VARCHAR, competition VARCHAR) | Qual é o menor dínamo quando spartak é maior que 9, a competição é total e o empate é maior que 24? |
72,673 | SELECT result FROM table_name_85 WHERE week > 8 AND opponent = "washington redskins" | What's the result when the Washington Redskins were the opponents on a week after 8? | CREATE TABLE table_name_85 (result VARCHAR, week VARCHAR, opponent VARCHAR) | Qual foi o resultado quando os Washington Redskins foram os adversários em uma semana após as 8? |
72,674 | SELECT 445 FROM table_name_46 WHERE nationality = "poland" AND name = "anna rogowska" | What is the 4.45 for Anna Rogowska from Poland? | CREATE TABLE table_name_46 (nationality VARCHAR, name VARCHAR) | Qual é o 4.45 para Anna Rogowska da Polônia? |
72,675 | SELECT 445 FROM table_name_5 WHERE name = "yelena isinbayeva" | What is the 4.45 for Yelena Isinbayeva? | CREATE TABLE table_name_5 (name VARCHAR) | Qual é o 4.45 para Yelena Isinbayeva? |
72,676 | SELECT AVG(result) FROM table_name_7 WHERE name = "anna rogowska" | What is Anna Rogowska's average result? | CREATE TABLE table_name_7 (result INTEGER, name VARCHAR) | Qual é o resultado médio de Anna Rogowska? |
72,677 | SELECT nationality FROM table_name_13 WHERE 445 = "o" AND 455 = "xo" | What national has 4.45 for o and 4.55 for xo? | CREATE TABLE table_name_13 (nationality VARCHAR) | Qual nacional tem 4,45 para o e 4,55 para o xo? |
72,678 | SELECT SUM(staterooms) FROM table_name_62 WHERE year_built = 2008 AND crew < 28 | What is the sum of staterooms in with a year buit of 2008, and a crew less than 28? | CREATE TABLE table_name_62 (staterooms INTEGER, year_built VARCHAR, crew VARCHAR) | Qual é a soma das cabines com um ano de 2008, e uma tripulação inferior a 28? |
72,679 | SELECT COUNT(guests) FROM table_name_89 WHERE ship_name = "rv indochina" AND crew < 28 | What is the total for guests with a ship name of rv indochina, and a crew smaller than 28? | CREATE TABLE table_name_89 (guests VARCHAR, ship_name VARCHAR, crew VARCHAR) | Qual é o total para os hóspedes com um nome de navio de rv indochina, e uma tripulação menor que 28? |
72,680 | SELECT country FROM table_name_4 WHERE total = 111 AND day_1 = 69 | what is the country when the total is 111 and the day 1 is 69? | CREATE TABLE table_name_4 (country VARCHAR, total VARCHAR, day_1 VARCHAR) | Qual é o país quando o total é 111 e o dia 1 é 69? |
72,681 | SELECT AVG(rank) FROM table_name_62 WHERE day_1 < 71 AND country = "romania" | what is the average rank when the day 1 is less than 71 and the country is romania? | CREATE TABLE table_name_62 (rank INTEGER, day_1 VARCHAR, country VARCHAR) | Qual é a classificação média quando o dia 1 é menor que 71 e o país é Romênia? |
72,682 | SELECT COUNT(rank) FROM table_name_77 WHERE athlete = "jin di" AND total < 118 | how many times is the athlete jin di and the total less than 118? | CREATE TABLE table_name_77 (rank VARCHAR, athlete VARCHAR, total VARCHAR) | Quantas vezes o atleta jin di e o total é inferior a 118? |
72,683 | SELECT MAX(goals) FROM table_name_6 WHERE nat = "geo" AND ends > 2010 | What is the highest goal for a GEO nat., that ended after 2010? | CREATE TABLE table_name_6 (goals INTEGER, nat VARCHAR, ends VARCHAR) | Qual é o objetivo mais alto para um GEO nat., que terminou depois de 2010? |
72,684 | SELECT venue FROM table_name_20 WHERE year = 2006 AND competition = "asian games" AND event = "400 m" | what is the venue when the year is 2006, the competition is asian games and the event is 400 m? | CREATE TABLE table_name_20 (venue VARCHAR, event VARCHAR, year VARCHAR, competition VARCHAR) | qual é o local quando o ano é 2006, a competição é jogos asiáticos e o evento é de 400 m? |
72,685 | SELECT venue FROM table_name_7 WHERE event = "4x400 m relay" AND competition = "asian championships" | what is the venue when the event is 4x400 m relay and the competition is asian championships? | CREATE TABLE table_name_7 (venue VARCHAR, event VARCHAR, competition VARCHAR) | o que é o local quando o evento é revezamento 4x400 m e a competição é campeonatos asiáticos? |
72,686 | SELECT venue FROM table_name_93 WHERE competition = "asian games" AND event = "4x400 m relay" AND year = 2002 | what is the venue when the competition is asian games, the event is 4x400 m relay and the year is 2002? | CREATE TABLE table_name_93 (venue VARCHAR, year VARCHAR, competition VARCHAR, event VARCHAR) | o que é o local quando a competição é jogos asiáticos, o evento é revezamento 4x400 m e o ano é 2002? |
72,687 | SELECT spokespersons FROM table_name_7 WHERE commentator = "pierre tchernia" AND voting_order = 11 | During the voting order 11, when the commentator was pierre tchernia, who was the spokesperson? | CREATE TABLE table_name_7 (spokespersons VARCHAR, commentator VARCHAR, voting_order VARCHAR) | Durante a ordem de voto 11, quando o comentarista era pierre tchernia, quem era o porta-voz? |
72,688 | SELECT SUM(voting_order) FROM table_name_50 WHERE commentator = "bunny carr" | What was the voting order when bunny carr was the commentator? | CREATE TABLE table_name_50 (voting_order INTEGER, commentator VARCHAR) | Qual era a ordem de voto quando o coelhinho era o comentarista? |
72,689 | SELECT commentator FROM table_name_35 WHERE spokespersons = "michael aspel" | Who was the commentator when the spokesperson was michael aspel? | CREATE TABLE table_name_35 (commentator VARCHAR, spokespersons VARCHAR) | Quem era o comentarista quando o porta-voz era Michael Aspel? |
72,690 | SELECT voting_order FROM table_name_95 WHERE commentator = "renato tagliani" | What was the voting order when the commentator was renato tagliani? | CREATE TABLE table_name_95 (voting_order VARCHAR, commentator VARCHAR) | Qual foi a ordem de voto quando o comentarista foi renato tagliani? |
72,691 | SELECT AVG(bronze) FROM table_name_15 WHERE total < 1 | Which Bronze has a Total smaller than 1? | CREATE TABLE table_name_15 (bronze INTEGER, total INTEGER) | Qual bronze tem um total menor que 1? |
72,692 | SELECT COUNT(silver) FROM table_name_95 WHERE bronze > 1 AND gold = 0 AND rank < 4 | How much Silver has a Bronze larger than 1, and a Gold of 0, and a Rank smaller than 4? | CREATE TABLE table_name_95 (silver VARCHAR, rank VARCHAR, bronze VARCHAR, gold VARCHAR) | Quanto prata tem um bronze maior que 1, e um ouro de 0, e uma classificação menor que 4? |
72,693 | SELECT MAX(bronze) FROM table_name_7 WHERE rank = 4 AND gold < 0 | Which Bronze has a Rank of 4, and a Gold smaller than 0? | CREATE TABLE table_name_7 (bronze INTEGER, rank VARCHAR, gold VARCHAR) | Qual Bronze tem um Rank de 4, e um Ouro menor que 0? |
72,694 | SELECT SUM(gold) FROM table_name_78 WHERE bronze < 2 AND silver = 0 AND rank > 3 | How much Gold has a Bronze smaller than 2, and a Silver of 0, and a Rank larger than 3? | CREATE TABLE table_name_78 (gold INTEGER, rank VARCHAR, bronze VARCHAR, silver VARCHAR) | Quanto ouro tem um bronze menor que 2, e uma prata de 0, e um Rank maior que 3? |
72,695 | SELECT percentage__2011_ FROM table_name_13 WHERE population__2006_ > 120 AND percentage__2006_ = "45.22%" | What percentage of the 2011 population had a mother tongue language that was spoken by 45.22% of the population in 2006 (over 120)? | CREATE TABLE table_name_13 (percentage__2011_ VARCHAR, population__2006_ VARCHAR, percentage__2006_ VARCHAR) | Que percentagem da população de 2011 tinha uma língua materna falada por 45,22% da população em 2006 (mais de 120)? |
72,696 | SELECT COUNT(population__2011_) FROM table_name_49 WHERE population__2006_ = 120 | What is the total number of people in 2011 speaking the mother tongue language spoken by 120 in 2006? | CREATE TABLE table_name_49 (population__2011_ VARCHAR, population__2006_ VARCHAR) | Qual é o número total de pessoas em 2011 falando a língua materna falada por 120 em 2006? |
72,697 | SELECT MAX(population__2006_) FROM table_name_12 WHERE mother_tongue = "romanian" | How many people ha Romanian as their mother tongue in 2006? | CREATE TABLE table_name_12 (population__2006_ INTEGER, mother_tongue VARCHAR) | Quantas pessoas têm o romeno como língua materna em 2006? |
72,698 | SELECT mother_tongue FROM table_name_94 WHERE population__2006_ = 300 | What is the mother tongue language shared by 300 people in 2006? | CREATE TABLE table_name_94 (mother_tongue VARCHAR, population__2006_ VARCHAR) | Qual é a língua materna compartilhada por 300 pessoas em 2006? |
72,699 | SELECT COUNT(points) FROM table_name_64 WHERE english_translation = "long live life" AND draw < 2 | What's the total number of points when the English translation is Long Live Life and the draw is less than 2? | CREATE TABLE table_name_64 (points VARCHAR, english_translation VARCHAR, draw VARCHAR) | Qual é o número total de pontos quando a tradução em inglês é Long Live Life e o sorteio é menor que 2? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.