Unnamed: 0
int64 0
78.6k
| answer
stringlengths 18
557
| question
stringlengths 12
244
| context
stringlengths 27
489
| translated_answer
stringlengths 12
992
|
---|---|---|---|---|
77,700 | SELECT winner_nominee_s_ FROM table_name_27 WHERE year = 2001 | Who were the winner and nominees in 2001? | CREATE TABLE table_name_27 (winner_nominee_s_ VARCHAR, year VARCHAR) | Quem foram os vencedores e nomeados em 2001? |
77,701 | SELECT winner_nominee_s_ FROM table_name_44 WHERE result = "nominated" AND film = "rugrats go wild" | Who is nominated for the film Rugrats Go Wild? | CREATE TABLE table_name_44 (winner_nominee_s_ VARCHAR, result VARCHAR, film VARCHAR) | Quem é indicado para o filme Rugrats Go Wild? |
77,702 | SELECT COUNT(goals) FROM table_name_87 WHERE apps < 26 AND club = "werder bremen" | How many goals did he score with under 26 appearances for werder bremen? | CREATE TABLE table_name_87 (goals VARCHAR, apps VARCHAR, club VARCHAR) | Quantos gols ele marcou com menos de 26 partidas para Werder Bremen? |
77,703 | SELECT AVG(goals) FROM table_name_32 WHERE competition = "bundesliga" AND apps < 7 | How many goals did he have in the bundesliga with under 7 appearances? | CREATE TABLE table_name_32 (goals INTEGER, competition VARCHAR, apps VARCHAR) | Quantos gols ele teve na bundesliga com menos de 7 aparições? |
77,704 | SELECT season FROM table_name_91 WHERE apps = 7 | What season did he have 7 appearances? | CREATE TABLE table_name_91 (season VARCHAR, apps VARCHAR) | Em que temporada ele teve sete aparições? |
77,705 | SELECT to_par FROM table_name_71 WHERE score = 73 - 71 = 144 | What is the to par for the score 73-71=144? | CREATE TABLE table_name_71 (to_par VARCHAR, score VARCHAR) | Qual é o par para o placar 73-71144? |
77,706 | SELECT place FROM table_name_92 WHERE player = "julius boros" | What area did Julius Boros play at? | CREATE TABLE table_name_92 (place VARCHAR, player VARCHAR) | Em que área Julius Boros jogou? |
77,707 | SELECT country FROM table_name_2 WHERE score = 74 - 70 = 144 | What country has a score of 74-70=144 | CREATE TABLE table_name_2 (country VARCHAR, score VARCHAR) | Que país tem uma pontuação de 74-70144 |
77,708 | SELECT canterbury FROM table_name_67 WHERE central_districts = "276* m.d. crowe & p.s. briasco v (c) 1986/87" | Which of the Canterbury has a Central District of 276* M.D. Crowe & P.S. Briasco V (C) 1986/87? | CREATE TABLE table_name_67 (canterbury VARCHAR, central_districts VARCHAR) | Qual dos Canterbury tem um Distrito Central de 276 * M.D. Crowe & P.S. Briasco V (C) 1986/87? |
77,709 | SELECT auckland FROM table_name_5 WHERE otago = "184 r.c. blunt & w. hawksworth v (c) 1931/32" | What is Auckland thats got Otago of 184 R.C. Blunt & W. Hawksworth V (C) 1931/32? | CREATE TABLE table_name_5 (auckland VARCHAR, otago VARCHAR) | O que é Auckland que tem Otago de 184 R.C. Blunt & W. Hawksworth V (C) 1931/32? |
77,710 | SELECT tournament FROM table_name_8 WHERE year > 2009 | What tournament was after 2009? | CREATE TABLE table_name_8 (tournament VARCHAR, year INTEGER) | Qual foi o torneio depois de 2009? |
77,711 | SELECT event FROM table_name_16 WHERE venue = "chihuahua, mexico" | What event was held in Chihuahua, Mexico? | CREATE TABLE table_name_16 (event VARCHAR, venue VARCHAR) | Que evento foi realizado em Chihuahua, México? |
77,712 | SELECT SUM(population) FROM table_name_45 WHERE country_region = "hong kong" AND rank < 2 | Can you tell me the sun of Population that has the Country/Region of hong kong, and the Rank smaller than 2? | CREATE TABLE table_name_45 (population INTEGER, country_region VARCHAR, rank VARCHAR) | Você pode me dizer o sol da população que tem o país / região de hong kong, e o Rank menor que 2? |
77,713 | SELECT manager_1 FROM table_name_72 WHERE shirt_sponsor = "hewlett-packard" | Who is the manager with the Hewlett-Packard shirt sponsor? | CREATE TABLE table_name_72 (manager_1 VARCHAR, shirt_sponsor VARCHAR) | Quem é o gerente com o patrocinador da camisa da Hewlett-Packard? |
77,714 | SELECT captain FROM table_name_30 WHERE kit_manufacturer = "fox leisure" | Who is the captain of the team that has a kit manufacturer of Fox Leisure? | CREATE TABLE table_name_30 (captain VARCHAR, kit_manufacturer VARCHAR) | Quem é o capitão da equipe que tem um fabricante de kits da Fox Leisure? |
77,715 | SELECT captain FROM table_name_79 WHERE shirt_sponsor = "one2one" | One2one is the shirt sponsor for the captain of what team? | CREATE TABLE table_name_79 (captain VARCHAR, shirt_sponsor VARCHAR) | One2one é o patrocinador da camisa para o capitão de qual equipe? |
77,716 | SELECT kit_manufacturer FROM table_name_50 WHERE captain = "gareth southgate" | What company is the kit manufacturer that Gareth Southgate belongs to? | CREATE TABLE table_name_50 (kit_manufacturer VARCHAR, captain VARCHAR) | A que empresa pertence o fabricante do kit Gareth Southgate? |
77,717 | SELECT result FROM table_name_81 WHERE year = 2010 AND tournament = "world amateur championship" | for the tournament of world amateur championship what was the result in 2010? | CREATE TABLE table_name_81 (result VARCHAR, year VARCHAR, tournament VARCHAR) | para o torneio do campeonato amador mundial qual foi o resultado em 2010? |
77,718 | SELECT location FROM table_name_45 WHERE rank > 8 AND date = "22 july 2011" | Which location had a race that took place on 22 July 2011 and has a rank greater than 8? | CREATE TABLE table_name_45 (location VARCHAR, rank VARCHAR, date VARCHAR) | Qual local teve uma corrida que ocorreu em 22 de julho de 2011 e tem uma classificação maior que 8? |
77,719 | SELECT COUNT(gold_medals) FROM table_name_27 WHERE total_medals = 2 AND bronze_medals < 0 | How many gold medals for the school with 2 total medals and under 0 bronzes? | CREATE TABLE table_name_27 (gold_medals VARCHAR, total_medals VARCHAR, bronze_medals VARCHAR) | Quantas medalhas de ouro para a escola com 2 medalhas totais e sob 0 bronzes? |
77,720 | SELECT COUNT(gold_medals) FROM table_name_73 WHERE ensemble = "bellbrook hs" AND silver_medals < 1 | How many gold medals for bellbrook HS with less than 1 silver? | CREATE TABLE table_name_73 (gold_medals VARCHAR, ensemble VARCHAR, silver_medals VARCHAR) | Quantas medalhas de ouro para bellbrook HS com menos de 1 prata? |
77,721 | SELECT silver_medals FROM table_name_57 WHERE gold_medals = 2 AND total_medals > 2 | How many silvers for a school with 2 golds and over 2 total? | CREATE TABLE table_name_57 (silver_medals VARCHAR, gold_medals VARCHAR, total_medals VARCHAR) | Quantas pratas para uma escola com 2 ouros e mais de 2 no total? |
77,722 | SELECT COUNT(gold_medals) FROM table_name_43 WHERE total_medals < 1 | How many gold medals for the school with less than 1 total? | CREATE TABLE table_name_43 (gold_medals VARCHAR, total_medals INTEGER) | Quantas medalhas de ouro para a escola com menos de 1 no total? |
77,723 | SELECT entrant FROM table_name_76 WHERE year = 1967 | What is the entrant for 1967? | CREATE TABLE table_name_76 (entrant VARCHAR, year VARCHAR) | O que é a entrada para 1967? |
77,724 | SELECT entrant FROM table_name_11 WHERE year > 1963 AND chassis = "eagle mk1" | What ist he entrant later than 1963 with an eagle MK1 chassis? | CREATE TABLE table_name_11 (entrant VARCHAR, year VARCHAR, chassis VARCHAR) | O que é que ele entra mais tarde do que 1963 com um chassi MK1 águia? |
77,725 | SELECT entrant FROM table_name_65 WHERE pts = "0" | What is the entrant that has 0 points? | CREATE TABLE table_name_65 (entrant VARCHAR, pts VARCHAR) | O que é o participante que tem 0 pontos? |
77,726 | SELECT MIN(year) FROM table_name_33 WHERE pts = "16" | What is the earliest year with 16 points? | CREATE TABLE table_name_33 (year INTEGER, pts VARCHAR) | Qual é o primeiro ano com 16 pontos? |
77,727 | SELECT venue FROM table_name_60 WHERE margin < 66 AND opponent = "north queensland cowboys" | Name the venue for margin less than 66 and opponent of north queensland cowboys | CREATE TABLE table_name_60 (venue VARCHAR, margin VARCHAR, opponent VARCHAR) | Nomear o local para margem inferior a 66 e adversário de cowboys do norte da Queensland |
77,728 | SELECT SUM(year) FROM table_name_93 WHERE opponent = "penrith panthers" | Name the sum of year for penrith panthers opponent | CREATE TABLE table_name_93 (year INTEGER, opponent VARCHAR) | Nomear a soma do ano para o oponente do penrith panthers |
77,729 | SELECT opponent FROM table_name_52 WHERE venue = "mt smart stadium" AND year = 1996 | Name the opponent for 1996 at the mt smart stadium venue | CREATE TABLE table_name_52 (opponent VARCHAR, venue VARCHAR, year VARCHAR) | Nomeie o adversário para 1996 no local do estádio inteligente mt |
77,730 | SELECT AVG(year) FROM table_name_95 WHERE margin = 46 | Name the average year for 46 margin | CREATE TABLE table_name_95 (year INTEGER, margin VARCHAR) | Nomear o ano médio para 46 margem |
77,731 | SELECT margin FROM table_name_89 WHERE year = 2002 | Name the margin for 2002 | CREATE TABLE table_name_89 (margin VARCHAR, year VARCHAR) | Indicar a margem para 2002 |
77,732 | SELECT affiliation FROM table_name_54 WHERE enrollment > 502 | Which Affiliation has an Enrollement larger than 502? | CREATE TABLE table_name_54 (affiliation VARCHAR, enrollment INTEGER) | Qual afiliação tem uma inscrição maior que 502? |
77,733 | SELECT school FROM table_name_76 WHERE enrollment < 301 | What School has an Enrollement smaller than 301? | CREATE TABLE table_name_76 (school VARCHAR, enrollment INTEGER) | Qual escola tem uma matrícula menor que 301? |
77,734 | SELECT grades FROM table_name_36 WHERE enrollment > 443 AND student_body = "co-ed" | Which Grades has an Enrollment larger htan 443 with a Student body of Co-ed? | CREATE TABLE table_name_36 (grades VARCHAR, enrollment VARCHAR, student_body VARCHAR) | Que notas tem uma inscrição maior htan 443 com um corpo de estudante de Co-ed? |
77,735 | SELECT student_body FROM table_name_27 WHERE affiliation = "roman catholic" AND enrollment = 502 | What's the Student Body with an Affiliation of Roman Catholic and has an Enrollment of 502? | CREATE TABLE table_name_27 (student_body VARCHAR, affiliation VARCHAR, enrollment VARCHAR) | O que é o corpo discente com uma afiliação de católico romano e tem uma inscrição de 502? |
77,736 | SELECT AVG(year) FROM table_name_67 WHERE final_position___tour = 54 AND final_position___vuelta > 55 | What is the average year that has a final Tour position of 54 and a final Vuelta position over 55? | CREATE TABLE table_name_67 (year INTEGER, final_position___tour VARCHAR, final_position___vuelta VARCHAR) | Qual é o ano médio que tem uma posição final no Tour de 54 e uma posição final na Vuelta acima de 55? |
77,737 | SELECT final_position___vuelta FROM table_name_26 WHERE final_position___giro > 39 AND final_position___tour = 90 | What is the final Vuelta position associated with a final Giro position over 39 and a final Tour position of 90? | CREATE TABLE table_name_26 (final_position___vuelta VARCHAR, final_position___giro VARCHAR, final_position___tour VARCHAR) | Qual é a posição final do Vuelta associada a uma posição final do Giro acima de 39 e uma posição final do Tour de 90? |
77,738 | SELECT COUNT(final_position___giro) FROM table_name_45 WHERE year = 1971 AND final_position___tour > 50 | How many Giro positions are associated with the year 1971 and Tour final positions over 50? | CREATE TABLE table_name_45 (final_position___giro VARCHAR, year VARCHAR, final_position___tour VARCHAR) | Quantas posições Giro estão associadas ao ano de 1971 e às posições finais do Tour acima de 50? |
77,739 | SELECT SUM(laps) FROM table_name_94 WHERE rider = "alex baldolini" | How many laps did the rider Alex Baldolini take? | CREATE TABLE table_name_94 (laps INTEGER, rider VARCHAR) | Quantas voltas fez o piloto Alex Baldolini? |
77,740 | SELECT COUNT(laps) FROM table_name_85 WHERE time_retired = "+7.213" AND grid > 7 | How many laps were completed in the time of +7.213 with a grid number larger than 7? | CREATE TABLE table_name_85 (laps VARCHAR, time_retired VARCHAR, grid VARCHAR) | Quantas voltas foram concluídas no tempo de +7.213 com um número de grade maior que 7? |
77,741 | SELECT COUNT(laps) FROM table_name_22 WHERE manufacturer = "ktm" AND time_retired = "+3.578" AND grid > 4 | What is total number of laps for bikes manufactured by KTM with a time of +3.578 and a grid number larger than 4? | CREATE TABLE table_name_22 (laps VARCHAR, grid VARCHAR, manufacturer VARCHAR, time_retired VARCHAR) | Qual é o número total de voltas para bicicletas fabricadas pela KTM com um tempo de +3,578 e um número de grade maior que 4? |
77,742 | SELECT surface FROM table_name_91 WHERE date = "may 10, 2009" | What was the surface for the May 10, 2009 tournament? | CREATE TABLE table_name_91 (surface VARCHAR, date VARCHAR) | Qual foi a superfície para o torneio de 10 de maio de 2009? |
77,743 | SELECT co_drivers FROM table_name_44 WHERE laps < 282 AND tyres = "p" | Which co-driver has fewer than 282 laps and type P tyres? | CREATE TABLE table_name_44 (co_drivers VARCHAR, laps VARCHAR, tyres VARCHAR) | Qual co-piloto tem menos de 282 voltas e pneus tipo P? |
77,744 | SELECT class FROM table_name_24 WHERE tyres = "g" AND year > 1988 | Which class more recent than 1988 has G tyres? | CREATE TABLE table_name_24 (class VARCHAR, tyres VARCHAR, year VARCHAR) | Qual classe mais recente do que 1988 tem pneus G? |
77,745 | SELECT MAX(caps) FROM table_name_54 WHERE player = "bruce djite" | What is the greatest number of caps for Bruce Djite? | CREATE TABLE table_name_54 (caps INTEGER, player VARCHAR) | Qual é o maior número de bonés para Bruce Djite? |
77,746 | SELECT goals FROM table_name_54 WHERE player = "eugene galeković" | How many goals were scored by Eugene Galeković? | CREATE TABLE table_name_54 (goals VARCHAR, player VARCHAR) | Quantos gols foram marcados por Eugene Galekovi? |
77,747 | SELECT goals FROM table_name_45 WHERE caps > 16 | How many goals were scored by players with more than 16 caps? | CREATE TABLE table_name_45 (goals VARCHAR, caps INTEGER) | Quantos gols foram marcados por jogadores com mais de 16 jogos? |
77,748 | SELECT MAX(rank) FROM table_name_75 WHERE nationality = "netherlands" | What is the highest place of a swimmer from the Netherlands? | CREATE TABLE table_name_75 (rank INTEGER, nationality VARCHAR) | Qual é o lugar mais alto de um nadador da Holanda? |
77,749 | SELECT authority FROM table_name_64 WHERE roll < 254 AND decile = "8" AND area = "te akau" | Name the authority for te akau with roll less than 254 and decile of 8 | CREATE TABLE table_name_64 (authority VARCHAR, area VARCHAR, roll VARCHAR, decile VARCHAR) | Nomear a autoridade para te akau com rolo inferior a 254 e decil de 8 |
77,750 | SELECT name FROM table_name_63 WHERE decile = "6" AND roll = 93 | Tell me the name with decile of 6 and roll of 93 | CREATE TABLE table_name_63 (name VARCHAR, decile VARCHAR, roll VARCHAR) | Diga-me o nome com decil de 6 e rolo de 93 |
77,751 | SELECT result FROM table_name_44 WHERE date = "january 26, 2006" | What is the result of the match on January 26, 2006? | CREATE TABLE table_name_44 (result VARCHAR, date VARCHAR) | Qual é o resultado do jogo em 26 de janeiro de 2006? |
77,752 | SELECT bluetooth FROM table_name_5 WHERE launch_year > 2004 AND rom___mib__ = 128 AND wifi = "802.11b" | What was the status of Bluetooth for the model that launched after 2004 with a ROM (MiB) of 128 and a Wifi of 802.11b? | CREATE TABLE table_name_5 (bluetooth VARCHAR, wifi VARCHAR, launch_year VARCHAR, rom___mib__ VARCHAR) | Qual era o status do Bluetooth para o modelo que foi lançado após 2004 com uma ROM (MiB) de 128 e um Wifi de 802.11b? |
77,753 | SELECT ram___mib__ FROM table_name_71 WHERE model = "x30 mid-range" | What is the RAM (MiB) value for the X30 Mid-Range model? | CREATE TABLE table_name_71 (ram___mib__ VARCHAR, model VARCHAR) | Qual é o valor de RAM (MiB) para o modelo X30 Mid-Range? |
77,754 | SELECT SUM(points) FROM table_name_14 WHERE games > 68 AND tied = "4" AND goals_against > 272 | How many points did the team with more than 68 games, 4 ties, and more than 272 goals against have? | CREATE TABLE table_name_14 (points INTEGER, goals_against VARCHAR, games VARCHAR, tied VARCHAR) | Quantos pontos a equipe com mais de 68 jogos, 4 empates e mais de 272 gols contra teve? |
77,755 | SELECT event FROM table_name_42 WHERE time = "45.74" | Which event had the time 45.74? | CREATE TABLE table_name_42 (event VARCHAR, time VARCHAR) | Que evento teve o tempo 45.74? |
77,756 | SELECT time FROM table_name_3 WHERE date = "december 15, 2010" | What was the time of December 15, 2010? | CREATE TABLE table_name_3 (time VARCHAR, date VARCHAR) | Qual foi a época de 15 de dezembro de 2010? |
77,757 | SELECT notes FROM table_name_89 WHERE time = "45.74" | What were the notes for the time 45.74? | CREATE TABLE table_name_89 (notes VARCHAR, time VARCHAR) | Quais foram as notas para o tempo 45.74? |
77,758 | SELECT player FROM table_name_61 WHERE tries = 23 | What Player has 23 Tries? | CREATE TABLE table_name_61 (player VARCHAR, tries VARCHAR) | Qual jogador tem 23 tentativas? |
77,759 | SELECT goals FROM table_name_89 WHERE player = "matt cook" | How many Goals did Matt Cook have? | CREATE TABLE table_name_89 (goals VARCHAR, player VARCHAR) | Quantos gols Matt Cook teve? |
77,760 | SELECT player FROM table_name_32 WHERE position = "full back" AND apps = 0 | What Full Back Player has 0 Apps? | CREATE TABLE table_name_32 (player VARCHAR, position VARCHAR, apps VARCHAR) | O que Full Back Player tem 0 Apps? |
77,761 | SELECT position FROM table_name_38 WHERE goals = "0" AND tries < 1 AND player = "matt james" | With 0 Goals and less than 1 Tries, what is Matt James position? | CREATE TABLE table_name_38 (position VARCHAR, player VARCHAR, goals VARCHAR, tries VARCHAR) | Com 0 gols e menos de 1 tentativas, qual é a posição de Matt James? |
77,762 | SELECT MIN(round) FROM table_name_91 WHERE school = "university of southern california" | What is the earliest round drafted for a University of Southern California player? | CREATE TABLE table_name_91 (round INTEGER, school VARCHAR) | Qual é a primeira rodada elaborada para um jogador da Universidade do Sul da Califórnia? |
77,763 | SELECT COUNT(round) FROM table_name_24 WHERE position = "1b" AND signed = "no cardinals - 1969 june" | What round drafted was the 1b and a Signed of no cardinals - 1969 june? | CREATE TABLE table_name_24 (round VARCHAR, position VARCHAR, signed VARCHAR) | Que rodada foi redigida o 1b e um Assinado de nenhum cardeal - 1969 junho? |
77,764 | SELECT event FROM table_name_60 WHERE opponent = "akihiro gono" AND method = "decision" | Which event has an Opponent of akihiro gono, and a Method of decision? | CREATE TABLE table_name_60 (event VARCHAR, opponent VARCHAR, method VARCHAR) | Qual evento tem um oponente de akihiro gono e um método de decisão? |
77,765 | SELECT location FROM table_name_84 WHERE opponent = "masanori suda" | Which location has an Opponent of masanori suda? | CREATE TABLE table_name_84 (location VARCHAR, opponent VARCHAR) | Qual local tem um Opositor de masanori suda? |
77,766 | SELECT opponent FROM table_name_46 WHERE time = "1:34" | Which opponent has a Time of 1:34? | CREATE TABLE table_name_46 (opponent VARCHAR, time VARCHAR) | Qual adversário tem um Tempo de 1:34? |
77,767 | SELECT event FROM table_name_52 WHERE res = "loss" AND opponent = "maurice smith" | Which event resulted in loss with an Opponent of maurice smith? | CREATE TABLE table_name_52 (event VARCHAR, res VARCHAR, opponent VARCHAR) | Qual evento resultou em perda com um oponente de maurice smith? |
77,768 | SELECT gold FROM table_name_97 WHERE bronze = "↓ 1" AND sport = "cycling" | What is the winner of gold that also has ↓ 1 in the sport of cycling? | CREATE TABLE table_name_97 (gold VARCHAR, bronze VARCHAR, sport VARCHAR) | Qual é o vencedor do ouro que também tem 1 no esporte de ciclismo? |
77,769 | SELECT MAX(year) FROM table_name_91 WHERE team = "gulf racing middle east" | What is the most recent year that Gulf Racing Middle East won? | CREATE TABLE table_name_91 (year INTEGER, team VARCHAR) | Qual foi o ano mais recente em que a Gulf Racing Middle East venceu? |
77,770 | SELECT class FROM table_name_58 WHERE co_drivers = "emanuele pirro jj lehto" | What is the class of the co-driver emanuele pirro jj lehto? | CREATE TABLE table_name_58 (class VARCHAR, co_drivers VARCHAR) | Qual é a classe do co-piloto emanuele pirro jj lehto? |
77,771 | SELECT pos FROM table_name_95 WHERE team = "arena motorsports international" | What was the final position of Arena Motorsports International? | CREATE TABLE table_name_95 (pos VARCHAR, team VARCHAR) | Qual foi a posição final da Arena Motorsports International? |
77,772 | SELECT co_drivers FROM table_name_24 WHERE year = 1992 | Who was the Co-Driver of the winner of 1992's race? | CREATE TABLE table_name_24 (co_drivers VARCHAR, year VARCHAR) | Quem foi o co-piloto do vencedor da corrida de 1992? |
77,773 | SELECT score_in_the_final FROM table_name_38 WHERE outcome = "runner-up" AND surface = "hard (i)" | What is the score in the final with runner-up as the outcome and hard (i) as the surface? | CREATE TABLE table_name_38 (score_in_the_final VARCHAR, outcome VARCHAR, surface VARCHAR) | Qual é a pontuação na final com o vice-campeão como o resultado e difícil (i) como a superfície? |
77,774 | SELECT 1 AS st_leg FROM table_name_3 WHERE team_1 = "us mbila nzambi" | What is the 1st leg score when US Mbila Nzambi is team 1? | CREATE TABLE table_name_3 (team_1 VARCHAR) | Qual é a pontuação da 1a perna quando Mbila Nzambi é a equipe 1? |
77,775 | SELECT opponent FROM table_name_16 WHERE date = "may 20" | Who was the opponent on May 20? | CREATE TABLE table_name_16 (opponent VARCHAR, date VARCHAR) | Quem foi o adversário em 20 de maio? |
77,776 | SELECT loss FROM table_name_85 WHERE date = "may 25" | Who took the loss on May 25? | CREATE TABLE table_name_85 (loss VARCHAR, date VARCHAR) | Quem levou a perda em 25 de maio? |
77,777 | SELECT record FROM table_name_74 WHERE score = "2-3" | What was the record after the game that ended in a 2-3 loss? | CREATE TABLE table_name_74 (record VARCHAR, score VARCHAR) | Qual foi o recorde após o jogo que terminou em uma perda de 2-3? |
77,778 | SELECT date FROM table_name_25 WHERE loss = "politte (0-2)" | What was the date of the game that had a loss of Politte (0-2)? | CREATE TABLE table_name_25 (date VARCHAR, loss VARCHAR) | Qual foi a data do jogo que teve uma perda de Politte (0-2)? |
77,779 | SELECT opponent FROM table_name_93 WHERE loss = "hendrickson (0-1)" | Who was the opponent at the game that had a loss of Hendrickson (0-1)? | CREATE TABLE table_name_93 (opponent VARCHAR, loss VARCHAR) | Quem foi o adversário no jogo que teve uma perda de Hendrickson (0-1)? |
77,780 | SELECT MIN(attendance) FROM table_name_7 WHERE record = "7-15" | What was the smallest attendance at a game when the record was 7-15? | CREATE TABLE table_name_7 (attendance INTEGER, record VARCHAR) | Qual foi o menor comparecimento em um jogo quando o recorde era de 7-15? |
77,781 | SELECT AVG(attendance) FROM table_name_71 WHERE record = "6-13" | What was the average attendance at a game when the record was 6-13? | CREATE TABLE table_name_71 (attendance INTEGER, record VARCHAR) | Qual foi a média de participação em um jogo quando o recorde era de 6-13? |
77,782 | SELECT SUM(yield), _neutrons_per_fission FROM table_name_77 WHERE decay_constant__s_−1__ < 0.301 AND half_life__s_ = 22.72 AND group > 2 | What is the yield, neutrons per fission of the group with decay constants less than 0.301, a half-life of 22.72, and a group number larger than 2? | CREATE TABLE table_name_77 (_neutrons_per_fission VARCHAR, yield INTEGER, group VARCHAR, decay_constant__s_−1__ VARCHAR, half_life__s_ VARCHAR) | Qual é o rendimento, nêutrons por fissão do grupo com constantes de decaimento inferiores a 0,301, uma meia-vida de 22,72 e um número de grupo maior que 2? |
77,783 | SELECT MAX(overall) FROM table_name_38 WHERE round = 3 AND pick__number > 10 | With Round 3 and Pick # over 10, what is the higher Overall number? | CREATE TABLE table_name_38 (overall INTEGER, round VARCHAR, pick__number VARCHAR) | Com a Rodada 3 e Escolha # mais de 10, qual é o número geral mais alto? |
77,784 | SELECT MAX(round) FROM table_name_18 WHERE college = "nebraska" AND overall < 190 | What is the highest round for College of Nebraska if the Overall is under 190? | CREATE TABLE table_name_18 (round INTEGER, college VARCHAR, overall VARCHAR) | Qual é a rodada mais alta para o College of Nebraska se o total for inferior a 190? |
77,785 | SELECT college FROM table_name_34 WHERE pick__number = 1 AND overall > 1 AND round = 7 | Which college has a Pick # 1, Overall more than one, and Round is 7? | CREATE TABLE table_name_34 (college VARCHAR, round VARCHAR, pick__number VARCHAR, overall VARCHAR) | Qual faculdade tem um Pick # 1, no geral mais de um, e Round é 7? |
77,786 | SELECT SUM(attendance) FROM table_name_43 WHERE date = "21 august 2004" | What was the attendance on 21 August 2004? | CREATE TABLE table_name_43 (attendance INTEGER, date VARCHAR) | Qual foi a participação em 21 de agosto de 2004? |
77,787 | SELECT AVG(rank) FROM table_name_76 WHERE time > 53.38 | What is the average rank of an athlete that holds a time higher than 53.38? | CREATE TABLE table_name_76 (rank INTEGER, time INTEGER) | Qual é a classificação média de um atleta que detém um tempo superior a 53,38? |
77,788 | SELECT MAX(lane) FROM table_name_43 WHERE time = 52.84 | What lane did the swimmer with a time of 52.84 have? | CREATE TABLE table_name_43 (lane INTEGER, time VARCHAR) | Que pista tinha o nadador com um tempo de 52,84? |
77,789 | SELECT MAX(lane) FROM table_name_57 WHERE rank = 3 | What lane did the rank 3 swimmer use? | CREATE TABLE table_name_57 (lane INTEGER, rank VARCHAR) | Qual a pista que o nadador rank 3 usou? |
77,790 | SELECT opponent FROM table_name_3 WHERE date = "july 15" | Which opponent played on July 15? | CREATE TABLE table_name_3 (opponent VARCHAR, date VARCHAR) | Qual adversário jogou no dia 15 de julho? |
77,791 | SELECT place FROM table_name_94 WHERE player = "jimmy demaret" | Where has Jimmy Demaret as a player? | CREATE TABLE table_name_94 (place VARCHAR, player VARCHAR) | Onde está Jimmy Demaret como jogador? |
77,792 | SELECT COUNT(money___) AS $__ FROM table_name_94 WHERE country = "united states" AND player = "byron nelson" | How much does it cost for United States and Byron nelson? | CREATE TABLE table_name_94 (money___ VARCHAR, country VARCHAR, player VARCHAR) | Quanto custa para os Estados Unidos e Byron nelson? |
77,793 | SELECT country FROM table_name_11 WHERE place = "t8" AND player = "byron nelson" | Which Country has a Place of t8 and byron nelson? | CREATE TABLE table_name_11 (country VARCHAR, place VARCHAR, player VARCHAR) | Que país tem um lugar de t8 e byron nelson? |
77,794 | SELECT AVG(pop_¹) FROM table_name_75 WHERE region = "chūgoku" AND prefecture = "okayama" | Name the average pop for chūgoku and prefecture of okayama | CREATE TABLE table_name_75 (pop_¹ INTEGER, region VARCHAR, prefecture VARCHAR) | Nomear o pop médio para chgoku e prefeitura de okama |
77,795 | SELECT MAX(pop_¹) FROM table_name_11 WHERE prefecture = "tottori" | Name the highest pop for tottori | CREATE TABLE table_name_11 (pop_¹ INTEGER, prefecture VARCHAR) | Nomear o pop mais alto para tottori |
77,796 | SELECT SUM(pop_¹) FROM table_name_13 WHERE prefecture = "shizuoka" | Name the sum of pop for shizuoka | CREATE TABLE table_name_13 (pop_¹ INTEGER, prefecture VARCHAR) | Nomear a soma de pop para shizuoka |
77,797 | SELECT COUNT(pop_¹) FROM table_name_10 WHERE prefecture = "ibaraki" | Name the total number of pop for ibaraki | CREATE TABLE table_name_10 (pop_¹ VARCHAR, prefecture VARCHAR) | Nomear o número total de pop para ibaraki |
77,798 | SELECT mascot FROM table_name_16 WHERE location = "mishawaka" | Who is the mascot for Mishawaka? | CREATE TABLE table_name_16 (mascot VARCHAR, location VARCHAR) | Quem é o mascote de Mishawaka? |
77,799 | SELECT previous_conference FROM table_name_67 WHERE school = "penn" | Which previous conference is associated with Penn school? | CREATE TABLE table_name_67 (previous_conference VARCHAR, school VARCHAR) | Qual conferência anterior está associada à Penn School? |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.