Unnamed: 0 int64 0 78.6k | answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 | translated_answer stringlengths 12 992 |
|---|---|---|---|---|
75,400 | SELECT title FROM table_name_54 WHERE character = "sheyda/ashraf" | What is the title of the TV series with a character of Sheyda/Ashraf? | CREATE TABLE table_name_54 (title VARCHAR, character VARCHAR) | Qual é o título da série de TV com um personagem de Sheyda / Ashraf? |
75,401 | SELECT year FROM table_name_88 WHERE character = "leiloon bala barareh" | What is the year of the TV series that has a character of Leiloon Bala Barareh? | CREATE TABLE table_name_88 (year VARCHAR, character VARCHAR) | Qual é o ano da série de TV que tem um personagem de Leiloon Bala Barareh? |
75,402 | SELECT title FROM table_name_70 WHERE year = "2012" | What is the title of the TV series in 2012? | CREATE TABLE table_name_70 (title VARCHAR, year VARCHAR) | Qual é o título da série de TV em 2012? |
75,403 | SELECT publisher FROM table_name_17 WHERE year = "2014" AND title = "star citizen" | Who published Star Citizen in 2014? | CREATE TABLE table_name_17 (publisher VARCHAR, year VARCHAR, title VARCHAR) | Quem publicou Star Citizen em 2014? |
75,404 | SELECT title FROM table_name_96 WHERE developer = "battlecry studios" | Which title was developed by Battlecry Studios? | CREATE TABLE table_name_96 (title VARCHAR, developer VARCHAR) | Qual título foi desenvolvido pela Battlecry Studios? |
75,405 | SELECT attendance FROM table_name_66 WHERE date = "july 13" | How many people were at the match on July 13/ | CREATE TABLE table_name_66 (attendance VARCHAR, date VARCHAR) | Quantas pessoas estiveram no jogo em 13 de julho |
75,406 | SELECT opponent FROM table_name_44 WHERE date = "july 27" | Who was the opponent on July 27? | CREATE TABLE table_name_44 (opponent VARCHAR, date VARCHAR) | Quem foi o adversário em 27 de julho? |
75,407 | SELECT losing_bonus FROM table_name_48 WHERE points_for = "416" AND club = "ynysybwl rfc" | For Ynysybwl RFC, what was the losing bonus for 416 points? | CREATE TABLE table_name_48 (losing_bonus VARCHAR, points_for VARCHAR, club VARCHAR) | Para Ynysybwl RFC, qual foi o bônus de perda para 416 pontos? |
75,408 | SELECT drawn FROM table_name_94 WHERE played = "22" AND points_against = "453" AND losing_bonus = "5" | For the club that had 453 points against, losing bonus of 5 and played of 22, what is the drawn? | CREATE TABLE table_name_94 (drawn VARCHAR, losing_bonus VARCHAR, played VARCHAR, points_against VARCHAR) | Para o clube que teve 453 pontos contra, perdendo bônus de 5 e jogou de 22, qual é o empate? |
75,409 | SELECT points_against FROM table_name_51 WHERE drawn = "0" AND tries_for = "50" | For the club that had tries of 50 and drawn of 0, what were the points? | CREATE TABLE table_name_51 (points_against VARCHAR, drawn VARCHAR, tries_for VARCHAR) | Para o clube que teve tentativas de 50 e empate de 0, quais foram os pontos? |
75,410 | SELECT losing_bonus FROM table_name_71 WHERE points_against = "546" | The club that had 546 points against, what was the losing bonus? | CREATE TABLE table_name_71 (losing_bonus VARCHAR, points_against VARCHAR) | O clube que teve 546 pontos contra, qual foi o bônus de derrota? |
75,411 | SELECT lost FROM table_name_47 WHERE club = "ynysybwl rfc" | What is the lost of Ynysybwl RFC? | CREATE TABLE table_name_47 (lost VARCHAR, club VARCHAR) | Qual é a perda de Ynysybwl RFC? |
75,412 | SELECT points FROM table_name_41 WHERE "club" = "club" | How many points does Club have? | CREATE TABLE table_name_41 (points VARCHAR) | Quantos pontos o clube tem? |
75,413 | SELECT part_6 FROM table_name_89 WHERE part_4 = "march 2, 2008" | When is Part 6, when Part 4 is on March 2, 2008? | CREATE TABLE table_name_89 (part_6 VARCHAR, part_4 VARCHAR) | Quando é a Parte 6, quando a Parte 4 é em 2 de março de 2008? |
75,414 | SELECT title FROM table_name_98 WHERE episode__number > 2 AND part_6 = "january 6, 2008" | What is the Title, when the Episode # is after 2, and when Part 6 is on January 6, 2008? | CREATE TABLE table_name_98 (title VARCHAR, episode__number VARCHAR, part_6 VARCHAR) | Qual é o título, quando o Episódio # é depois de 2, e quando a Parte 6 é em 6 de janeiro de 2008? |
75,415 | SELECT part_2 FROM table_name_44 WHERE part_4 = "december 9, 2007" | When is Part 2, when Part 4 is on December 9, 2007? | CREATE TABLE table_name_44 (part_2 VARCHAR, part_4 VARCHAR) | Quando é a Parte 2, quando a Parte 4 é em 9 de dezembro de 2007? |
75,416 | SELECT part_1 FROM table_name_88 WHERE part_4 = "february 10, 2008" | When is Part 1, when Part 4 is on February 10, 2008? | CREATE TABLE table_name_88 (part_1 VARCHAR, part_4 VARCHAR) | Quando é a Parte 1, quando a Parte 4 é em 10 de fevereiro de 2008? |
75,417 | SELECT part_2 FROM table_name_42 WHERE part_5 = "january 24, 2008" | When is Part 2, when Part 5 is on January 24, 2008? | CREATE TABLE table_name_42 (part_2 VARCHAR, part_5 VARCHAR) | Quando é a Parte 2, quando a Parte 5 é em 24 de janeiro de 2008? |
75,418 | SELECT opponent_in_the_final FROM table_name_11 WHERE surface = "hard" | Who was the finals opponent on the hard surface tournament? | CREATE TABLE table_name_11 (opponent_in_the_final VARCHAR, surface VARCHAR) | Quem foi o adversário final no torneio de superfície dura? |
75,419 | SELECT surface FROM table_name_46 WHERE tournament = "curitiba" | Which surface was played during Curitiba tournament? | CREATE TABLE table_name_46 (surface VARCHAR, tournament VARCHAR) | Qual superfície foi jogada durante o torneio de Curitiba? |
75,420 | SELECT MAX(round) FROM table_name_92 WHERE event = "ufc 109" | What is the highest round for UFC 109? | CREATE TABLE table_name_92 (round INTEGER, event VARCHAR) | Qual é o melhor round para o UFC 109? |
75,421 | SELECT round FROM table_name_92 WHERE opponent = "manny gamburyan" | What round was the opponent Manny Gamburyan? | CREATE TABLE table_name_92 (round VARCHAR, opponent VARCHAR) | Qual foi o adversário Manny Gamburyan? |
75,422 | SELECT SUM(week) FROM table_name_75 WHERE date = "december 6, 1964" | What was the week of the game played December 6, 1964? | CREATE TABLE table_name_75 (week INTEGER, date VARCHAR) | Qual foi a semana do jogo em 6 de dezembro de 1964? |
75,423 | SELECT MIN(losses) FROM table_name_27 WHERE against = 2190 AND draws > 0 | What is the fewest losses that had an against score of 2190 and more than 0 draws? | CREATE TABLE table_name_27 (losses INTEGER, against VARCHAR, draws VARCHAR) | Qual foi o menor número de derrotas que teve uma pontuação de 2190 e mais de 0 empates? |
75,424 | SELECT MIN(draws) FROM table_name_75 WHERE byes > 0 | What is the fewest number of draws for teams with more than 0 byes? | CREATE TABLE table_name_75 (draws INTEGER, byes INTEGER) | Qual é o menor número de empates para equipes com mais de 0 byes? |
75,425 | SELECT SUM(losses) FROM table_name_95 WHERE bellarine_fl = "geelong amateur" AND byes < 0 | What is the sum of losses for Geelong Amateur, with 0 byes? | CREATE TABLE table_name_95 (losses INTEGER, bellarine_fl VARCHAR, byes VARCHAR) | Qual é a soma das perdas para Geelong Amateur, com 0 byes? |
75,426 | SELECT SUM(wins) FROM table_name_51 WHERE draws > 0 | What is the sum of the number of wins for teams with more than 0 draws? | CREATE TABLE table_name_51 (wins INTEGER, draws INTEGER) | Qual é a soma do número de vitórias para equipes com mais de 0 empates? |
75,427 | SELECT stadium FROM table_name_1 WHERE host_team = "jacksonville jaguars" | What is the Stadium that hosts the team Jacksonville Jaguars? | CREATE TABLE table_name_1 (stadium VARCHAR, host_team VARCHAR) | Qual é o estádio que hospeda a equipe Jacksonville Jaguars? |
75,428 | SELECT stadium FROM table_name_45 WHERE date = "november 13" | What stadium was used on November 13? | CREATE TABLE table_name_45 (stadium VARCHAR, date VARCHAR) | Qual estádio foi usado em 13 de novembro? |
75,429 | SELECT host_team FROM table_name_70 WHERE stadium = "lincoln financial field" | What is the host team with the stadium Lincoln Financial Field? | CREATE TABLE table_name_70 (host_team VARCHAR, stadium VARCHAR) | Qual é a equipe anfitriã do Lincoln Financial Field? |
75,430 | SELECT visiting_team FROM table_name_22 WHERE stadium = "cleveland browns stadium" | What team visited the Cleveland Browns Stadium? | CREATE TABLE table_name_22 (visiting_team VARCHAR, stadium VARCHAR) | Qual equipe visitou o Cleveland Browns Stadium? |
75,431 | SELECT stadium FROM table_name_60 WHERE visiting_team = "denver broncos" | What stadium did the Denver Broncos visit? | CREATE TABLE table_name_60 (stadium VARCHAR, visiting_team VARCHAR) | Qual estádio o Denver Broncos visitou? |
75,432 | SELECT visiting_team FROM table_name_10 WHERE stadium = "jacksonville municipal stadium" | What team visited the Jacksonville Municipal Stadium? | CREATE TABLE table_name_10 (visiting_team VARCHAR, stadium VARCHAR) | Que equipa visitou o Estádio Municipal de Jacksonville? |
75,433 | SELECT COUNT(boardings_and_deboardings) FROM table_name_68 WHERE city = "linthicum" | How many people boarded and de-boarded the Amtrak in Linthicum? | CREATE TABLE table_name_68 (boardings_and_deboardings VARCHAR, city VARCHAR) | Quantas pessoas embarcaram e desembarcaram no Amtrak em Linthicum? |
75,434 | SELECT total FROM table_name_86 WHERE europe = "00 0 0 (0)" | The Europe listing of 00 0 0 (0) also has what listed as the total? | CREATE TABLE table_name_86 (total VARCHAR, europe VARCHAR) | A listagem Europa de 00 0 0 (0) também tem o que listado como o total? |
75,435 | SELECT years FROM table_name_87 WHERE league = "400 (21)" | The league of 400 (21) has what years listed? | CREATE TABLE table_name_87 (years VARCHAR, league VARCHAR) | A liga dos 400 (21) tem que anos listados? |
75,436 | SELECT other_[c_] FROM table_name_46 WHERE fa_cup = "0 44 0 (0)" | With a FA Cup of 0 44 0 (0), the other [C] is listed as what? | CREATE TABLE table_name_46 (other_ VARCHAR, c_ VARCHAR, fa_cup VARCHAR) | Com uma FA Cup de 0 44 0 (0), o outro [C] está listado como o quê? |
75,437 | SELECT league FROM table_name_5 WHERE europe = "117 0 (8)" | The Europe listing of 117 0 (8) belongs to what league? | CREATE TABLE table_name_5 (league VARCHAR, europe VARCHAR) | A lista da Europa de 117 0 (8) pertence a que liga? |
75,438 | SELECT fa_cup FROM table_name_36 WHERE other_[c_] = "0 12 0 (0)" | The other [C] of 0 12 0 (0) belongs to what FA Cup? | CREATE TABLE table_name_36 (fa_cup VARCHAR, other_ VARCHAR, c_ VARCHAR) | O outro [C] de 0 12 0 (0) pertence ao que FA Cup? |
75,439 | SELECT MIN(gold) FROM table_name_33 WHERE silver = 4 AND edition = "viii" | What is the lowest VIII Edition Gold with a Silver of 4? | CREATE TABLE table_name_33 (gold INTEGER, silver VARCHAR, edition VARCHAR) | Qual é o mais baixo Ouro VIII Edição com uma Prata de 4? |
75,440 | SELECT MAX(bronze) FROM table_name_22 WHERE silver > 10 AND edition = "i" AND gold > 9 | What is the highest Edition I Bronze with a Gold higher than 9 and a Silver higher than 10? | CREATE TABLE table_name_22 (bronze INTEGER, gold VARCHAR, silver VARCHAR, edition VARCHAR) | Qual é o maior Bronze Edição I com um Ouro superior a 9 e uma Prata superior a 10? |
75,441 | SELECT COUNT(total) FROM table_name_1 WHERE host_city = "mexico city" AND gold < 4 AND bronze < 2 | What's the Total for a Mexico City game with a Gold of less than 4 and a Bronze of less than 2? | CREATE TABLE table_name_1 (total VARCHAR, bronze VARCHAR, host_city VARCHAR, gold VARCHAR) | Qual é o Total para um jogo da Cidade do México com um Ouro de menos de 4 e um Bronze de menos de 2? |
75,442 | SELECT host_city FROM table_name_74 WHERE silver > 6 AND total = 22 | Which Host City has more than 6 Silver and a Total of 22? | CREATE TABLE table_name_74 (host_city VARCHAR, silver VARCHAR, total VARCHAR) | Qual cidade anfitriã tem mais de 6 pratas e um total de 22? |
75,443 | SELECT time FROM table_name_75 WHERE release_date = "8/26/69" AND track < 19 | What was the time for tracks before 19 on 8/26/69? | CREATE TABLE table_name_75 (time VARCHAR, release_date VARCHAR, track VARCHAR) | Qual foi o tempo para as faixas antes de 19 em 26/08/69? |
75,444 | SELECT venue FROM table_name_32 WHERE notes = "am" | Which venue has a note of AM? | CREATE TABLE table_name_32 (venue VARCHAR, notes VARCHAR) | Qual local tem uma nota de AM? |
75,445 | SELECT time FROM table_name_12 WHERE date = "august 16, 2008" | What is the time associated with August 16, 2008? | CREATE TABLE table_name_12 (time VARCHAR, date VARCHAR) | Qual é o tempo associado a 16 de agosto de 2008? |
75,446 | SELECT event FROM table_name_44 WHERE venue = "beijing" | Which event was held in Beijing? | CREATE TABLE table_name_44 (event VARCHAR, venue VARCHAR) | Qual evento foi realizado em Pequim? |
75,447 | SELECT notes FROM table_name_59 WHERE venue = "rome" AND date = "july 30, 2009" | For a venue of Rome on July 30, 2009, what are the notes? | CREATE TABLE table_name_59 (notes VARCHAR, venue VARCHAR, date VARCHAR) | Para um local de Roma em 30 de julho de 2009, quais são as notas? |
75,448 | SELECT score FROM table_name_35 WHERE date = "october 9" | Name the score for october 9 | CREATE TABLE table_name_35 (score VARCHAR, date VARCHAR) | Nomeie a pontuação para 9 de outubro |
75,449 | SELECT loss FROM table_name_90 WHERE series = "2-2" | Name the loss for series 2-2 | CREATE TABLE table_name_90 (loss VARCHAR, series VARCHAR) | Nomeie a perda para a série 2-2 |
75,450 | SELECT COUNT(attendance) FROM table_name_52 WHERE date = "october 8" | Name the total number of attendance for october 8 | CREATE TABLE table_name_52 (attendance VARCHAR, date VARCHAR) | Nomear o número total de presenças para 8 de outubro |
75,451 | SELECT engine FROM table_name_74 WHERE points = 0 AND entrant = "élie bayol" | Which engine did Élie Bayol use when they earned 0 points? | CREATE TABLE table_name_74 (engine VARCHAR, points VARCHAR, entrant VARCHAR) | Que motor usou Élie Bayol quando ganhou 0 pontos? |
75,452 | SELECT MAX(season) FROM table_name_98 WHERE attendance_g < 3 OFFSET 289 | What season had the highest attendance/g than 3,289? | CREATE TABLE table_name_98 (season INTEGER, attendance_g INTEGER) | Qual temporada teve a maior presença/g do que 3.289? |
75,453 | SELECT year FROM table_name_23 WHERE pts = 13 | What year had 13 points? | CREATE TABLE table_name_23 (year VARCHAR, pts VARCHAR) | Que ano teve 13 pontos? |
75,454 | SELECT chassis FROM table_name_95 WHERE year > 1964 AND engine = "ford" AND pts = 13 | Which chassis has a year later than 1964, a Ford engine, and 13 points? | CREATE TABLE table_name_95 (chassis VARCHAR, pts VARCHAR, year VARCHAR, engine VARCHAR) | Qual chassi tem um ano depois de 1964, um motor Ford e 13 pontos? |
75,455 | SELECT entrant FROM table_name_63 WHERE pts < 12 AND engine = "climax" AND chassis = "lotus 24" | Which entrant has fewer than 12 points, a Climax engine, and a Lotus 24 chassis? | CREATE TABLE table_name_63 (entrant VARCHAR, chassis VARCHAR, pts VARCHAR, engine VARCHAR) | Qual participante tem menos de 12 pontos, um motor Climax e um chassi Lotus 24? |
75,456 | SELECT MAX(pts) FROM table_name_41 WHERE engine = "ford" AND entrant = "brooke bond oxo team surtees" AND year = 1972 | In 1972, what was the highest number of points with a Ford engine and an entrant of Brooke Bond Oxo Team Surtees? | CREATE TABLE table_name_41 (pts INTEGER, year VARCHAR, engine VARCHAR, entrant VARCHAR) | Em 1972, qual foi o maior número de pontos com um motor Ford e um participante do Brooke Bond Oxo Team Surtees? |
75,457 | SELECT year FROM table_name_16 WHERE engine = "ford" AND pts = 13 | What year had a Ford engine and 13 points? | CREATE TABLE table_name_16 (year VARCHAR, engine VARCHAR, pts VARCHAR) | Que ano teve um motor Ford e 13 pontos? |
75,458 | SELECT erp__analog__digital_ FROM table_name_27 WHERE region_served = "rockhampton" | What is the ERP for the Rockhampton region? | CREATE TABLE table_name_27 (erp__analog__digital_ VARCHAR, region_served VARCHAR) | O que é o ERP para a região de Rockhampton? |
75,459 | SELECT channels___analog___digital__ FROM table_name_91 WHERE first_air_date = "31 december 1990" AND region_served = "southern downs" | What channels first aired on 31 December 1990 in the Southern Downs region? | CREATE TABLE table_name_91 (channels___analog___digital__ VARCHAR, first_air_date VARCHAR, region_served VARCHAR) | Que canais foram ao ar pela primeira vez em 31 de dezembro de 1990 na região de Southern Downs? |
75,460 | SELECT transmitter_location FROM table_name_95 WHERE city = "maryborough" | What is the transmitter location for city of Maryborough? | CREATE TABLE table_name_95 (transmitter_location VARCHAR, city VARCHAR) | Qual é a localização do transmissor para a cidade de Maryborough? |
75,461 | SELECT erp__analog__digital_ FROM table_name_6 WHERE transmitter_location = "mount goonaneman" | What is the ERP for the Mount Goonaneman transmitter? | CREATE TABLE table_name_6 (erp__analog__digital_ VARCHAR, transmitter_location VARCHAR) | O que é o ERP para o transmissor Mount Goonaneman? |
75,462 | SELECT number FROM table_name_41 WHERE males = "11" | Which number has 11 males? | CREATE TABLE table_name_41 (number VARCHAR, males VARCHAR) | Qual número tem 11 homens? |
75,463 | SELECT time FROM table_name_19 WHERE lane < 6 AND heat < 4 AND name = "joanne malar" | What is the time for a lane less than 6, and a heat less than 4 for Joanne Malar? | CREATE TABLE table_name_19 (time VARCHAR, name VARCHAR, lane VARCHAR, heat VARCHAR) | Qual é o tempo para uma pista de menos de 6, e um calor inferior a 4 para Joanne Malar? |
75,464 | SELECT MAX(heat) FROM table_name_98 WHERE time = "4:57.90" AND rank > 22 | What is the largest heat with a time of 4:57.90, and a Rank larger than 22? | CREATE TABLE table_name_98 (heat INTEGER, time VARCHAR, rank VARCHAR) | Qual é o maior calor com um tempo de 4:57,90, e um Rank maior que 22? |
75,465 | SELECT time FROM table_name_28 WHERE name = "adi bichman" | What is the time for Adi Bichman? | CREATE TABLE table_name_28 (time VARCHAR, name VARCHAR) | Qual é a hora de Adi Bichman? |
75,466 | SELECT COUNT(attendance) FROM table_name_76 WHERE opponent = "new york mets" AND record = "18-18" | What is the total attendance at games against the New York Mets with a record of 18-18? | CREATE TABLE table_name_76 (attendance VARCHAR, opponent VARCHAR, record VARCHAR) | Qual é a participação total em jogos contra o New York Mets com um recorde de 18-18? |
75,467 | SELECT COUNT(attendance) FROM table_name_20 WHERE score = "4-2" | What is the total attendance at games with a score of 4-2? | CREATE TABLE table_name_20 (attendance VARCHAR, score VARCHAR) | Qual é a participação total em jogos com uma pontuação de 4-2? |
75,468 | SELECT date FROM table_name_42 WHERE host_team = "new york giants" | On what date did the New York Giants host a game? | CREATE TABLE table_name_42 (date VARCHAR, host_team VARCHAR) | Em que data os New York Giants organizaram um jogo? |
75,469 | SELECT host_team FROM table_name_55 WHERE date = "december 27" | Who was the host team for the game on December 27? | CREATE TABLE table_name_55 (host_team VARCHAR, date VARCHAR) | Quem foi a equipe anfitriã do jogo em 27 de dezembro? |
75,470 | SELECT final_score FROM table_name_26 WHERE stadium = "texas stadium" | What was the final score of the game at Texas Stadium? | CREATE TABLE table_name_26 (final_score VARCHAR, stadium VARCHAR) | Qual foi a pontuação final do jogo no Texas Stadium? |
75,471 | SELECT visiting_team FROM table_name_67 WHERE stadium = "hubert h. humphrey metrodome" | Who was the visiting team who played at the hubert h. humphrey metrodome stadium? | CREATE TABLE table_name_67 (visiting_team VARCHAR, stadium VARCHAR) | Quem foi a equipe visitante que jogou no estádio hubert h. humphrey metrodome? |
75,472 | SELECT date FROM table_name_23 WHERE visiting_team = "new england patriots" | When did the New England Patriots play as the visiting team? | CREATE TABLE table_name_23 (date VARCHAR, visiting_team VARCHAR) | Quando é que o New England Patriots jogou como equipa visitante? |
75,473 | SELECT stadium FROM table_name_85 WHERE visiting_team = "los angeles raiders" | At which stadium did the Los Angeles Raiders play as the visiting team? | CREATE TABLE table_name_85 (stadium VARCHAR, visiting_team VARCHAR) | Em que estádio os Los Angeles Raiders jogaram como a equipe visitante? |
75,474 | SELECT player FROM table_name_43 WHERE height = 1.92 AND current_club = "montepaschi siena" | Who is 1.92 m tall and a current club member of Montepaschi Siena | CREATE TABLE table_name_43 (player VARCHAR, height VARCHAR, current_club VARCHAR) | Quem é 1,92 m de altura e um membro atual do clube de Montepaschi Siena |
75,475 | SELECT date FROM table_name_14 WHERE tournament = "la quinta" | Which date has a Tournament of la quinta? | CREATE TABLE table_name_14 (date VARCHAR, tournament VARCHAR) | Que data tem um Torneio de la quinta? |
75,476 | SELECT date FROM table_name_44 WHERE surface = "carpet (i)" | Which date has a Surface of carpet (i)? | CREATE TABLE table_name_44 (date VARCHAR, surface VARCHAR) | Que data tem uma superfície de tapete (i)? |
75,477 | SELECT tournament FROM table_name_21 WHERE date = "april 20, 1987" | Which tournament has a Date of april 20, 1987? | CREATE TABLE table_name_21 (tournament VARCHAR, date VARCHAR) | Qual torneio tem uma data de 20 de abril de 1987? |
75,478 | SELECT opponent FROM table_name_51 WHERE surface = "hardcourt" AND outcome = "runner-up" AND tournament = "honolulu" | Which Opponent has a Surface of hardcourt, an Outcome of runner-up, and a Tournament of honolulu? | CREATE TABLE table_name_51 (opponent VARCHAR, tournament VARCHAR, surface VARCHAR, outcome VARCHAR) | Qual adversário tem uma superfície de quadra dura, um resultado de vice-campeão e um torneio de honolulu? |
75,479 | SELECT tournament FROM table_name_75 WHERE score = "6–4, 6–4" | Which Tournament has a Score of 6–4, 6–4? | CREATE TABLE table_name_75 (tournament VARCHAR, score VARCHAR) | Qual Torneio tem uma Pontuação de 64, 64? |
75,480 | SELECT score FROM table_name_39 WHERE surface = "hardcourt" AND date = "september 30, 1984" | Which score has a Surface of hardcourt, and a Date of september 30, 1984? | CREATE TABLE table_name_39 (score VARCHAR, surface VARCHAR, date VARCHAR) | Qual pontuação tem uma superfície de quadra dura e uma data de 30 de setembro de 1984? |
75,481 | SELECT MIN(group) FROM table_name_99 WHERE fraction < 0.000748 AND half_life__s_ = 55.72 AND decay_constant__s_−1__ > 0.012400000000000001 | What is the lowest group number that has a Fraction less than 0.000748, a Half-Life of 55.72 and a Decay Constant larger than 0.012400000000000001? | CREATE TABLE table_name_99 (group INTEGER, decay_constant__s_−1__ VARCHAR, fraction VARCHAR, half_life__s_ VARCHAR) | Qual é o menor número de grupo que tem uma fração inferior a 0,000748, uma meia-vida de 55,72 e uma constante de decadência maior que 0,012400000000000001? |
75,482 | SELECT date FROM table_name_26 WHERE loss = "wakefield (5-2)" | What was the date of the game with a loss of Wakefield (5-2)? | CREATE TABLE table_name_26 (date VARCHAR, loss VARCHAR) | Qual foi a data do jogo com a perda de Wakefield (5-2)? |
75,483 | SELECT MIN(year) FROM table_name_52 WHERE competition = "european championships" | What is the first year of the European Championships competition? | CREATE TABLE table_name_52 (year INTEGER, competition VARCHAR) | Qual é o primeiro ano da competição de Campeonatos Europeus? |
75,484 | SELECT position FROM table_name_40 WHERE venue = "helsinki, finland" | Which position has a venue of Helsinki, Finland? | CREATE TABLE table_name_40 (position VARCHAR, venue VARCHAR) | Qual posição tem um local de Helsínquia, Finlândia? |
75,485 | SELECT date FROM table_name_71 WHERE where_sunk = "east china sea" AND ship_type = "hell ship" | What is the date that a hell ship sunk in the East China Sea? | CREATE TABLE table_name_71 (date VARCHAR, where_sunk VARCHAR, ship_type VARCHAR) | Qual é a data em que um navio do inferno afundou no Mar da China Oriental? |
75,486 | SELECT nat FROM table_name_39 WHERE ship_type = "battlecruiser" AND estimate = "513" | Which nation had a battlecruiser with an estimate of 513? | CREATE TABLE table_name_39 (nat VARCHAR, ship_type VARCHAR, estimate VARCHAR) | Qual nação teve um cruzador de batalha com uma estimativa de 513? |
75,487 | SELECT date FROM table_name_59 WHERE where_sunk = "south atlantic" | What is the date that a ship sank in the South Atlantic? | CREATE TABLE table_name_59 (date VARCHAR, where_sunk VARCHAR) | Qual é a data em que um navio afundou no Atlântico Sul? |
75,488 | SELECT ship_type FROM table_name_77 WHERE name = "shinano" | What type of ship was the Shinano? | CREATE TABLE table_name_77 (ship_type VARCHAR, name VARCHAR) | Que tipo de navio era o Shinano? |
75,489 | SELECT nat FROM table_name_24 WHERE name = "roma" | What nation had a ship named Roma? | CREATE TABLE table_name_24 (nat VARCHAR, name VARCHAR) | Que nação tinha um navio chamado Roma? |
75,490 | SELECT score FROM table_name_6 WHERE opponent = "indians" AND record = "21-19" | What was score of the Blue Jays' game versus the Indians when their record was 21-19? | CREATE TABLE table_name_6 (score VARCHAR, opponent VARCHAR, record VARCHAR) | Qual foi a pontuação do jogo dos Blue Jays contra os índios quando seu recorde era 21-19? |
75,491 | SELECT years_as_tallest FROM table_name_95 WHERE floors < 31 AND street_address = "211 union street" | During what years did the tallest building, located at 211 Union Street, have less than 31 floors? | CREATE TABLE table_name_95 (years_as_tallest VARCHAR, floors VARCHAR, street_address VARCHAR) | Durante que anos o edifício mais alto, localizado na 211 Union Street, tinha menos de 31 andares? |
75,492 | SELECT AVG(floors) FROM table_name_76 WHERE street_address = "170 fourth avenue north" | What is the average number of floors at 170 Fourth Avenue North? | CREATE TABLE table_name_76 (floors INTEGER, street_address VARCHAR) | Qual é o número médio de andares em 170 Fourth Avenue North? |
75,493 | SELECT street_address FROM table_name_94 WHERE name = "life & casualty tower" | What is the address of the Life & Casualty Tower? | CREATE TABLE table_name_94 (street_address VARCHAR, name VARCHAR) | Qual é o endereço da Life & Casualty Tower? |
75,494 | SELECT tie_no FROM table_name_43 WHERE home_team = "gillingham" | What is listed as the Tie no for Home team of Gillingham? | CREATE TABLE table_name_43 (tie_no VARCHAR, home_team VARCHAR) | O que é listado como o Tie no para a equipe Home de Gillingham? |
75,495 | SELECT tie_no FROM table_name_13 WHERE away_team = "barnet" | What is the Tie no listed for the Away team of Barnet? | CREATE TABLE table_name_13 (tie_no VARCHAR, away_team VARCHAR) | O que é o Tie no listado para a equipe Away de Barnet? |
75,496 | SELECT attendance FROM table_name_97 WHERE tie_no = "5" | What is listed for the Attendance that has a Tie no of 5? | CREATE TABLE table_name_97 (attendance VARCHAR, tie_no VARCHAR) | O que está listado para o Participante que tem um Tie no de 5? |
75,497 | SELECT away_team FROM table_name_38 WHERE tie_no = "4" | Which Away team has a Tie no of 4? | CREATE TABLE table_name_38 (away_team VARCHAR, tie_no VARCHAR) | Qual time tem um Tie no de 4? |
75,498 | SELECT home_team FROM table_name_14 WHERE attendance = "1,859" | Which Home Team has an Attendance of 1,859? | CREATE TABLE table_name_14 (home_team VARCHAR, attendance VARCHAR) | Qual Home Team tem um comparecimento de 1.859? |
75,499 | SELECT away_team FROM table_name_8 WHERE home_team = "bristol rovers" | What is listed as the Away team for the Home team of the Bristol Rovers? | CREATE TABLE table_name_8 (away_team VARCHAR, home_team VARCHAR) | O que está listado como a equipe Away para a equipe Home do Bristol Rovers? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.