Unnamed: 0
int64 0
78.6k
| answer
stringlengths 18
557
| question
stringlengths 12
244
| context
stringlengths 27
489
| translated_answer
stringlengths 12
992
|
---|---|---|---|---|
78,200 | SELECT SUM(drawn) FROM table_name_42 WHERE first_game < 2006 AND played < 2 | What is the total number of drawn matches from first game years before 2006 and fewer than 2 matches played? | CREATE TABLE table_name_42 (drawn INTEGER, first_game VARCHAR, played VARCHAR) | Qual é o número total de jogos sorteados dos primeiros anos de jogo antes de 2006 e menos de 2 partidas jogadas? |
78,201 | SELECT MAX(lost) FROM table_name_37 WHERE played = 2 AND first_game > 1997 AND drawn > 0 | What is the highest number of losses associated with 2 matches played, a first game after 1997, and more than 0 draws? | CREATE TABLE table_name_37 (lost INTEGER, drawn VARCHAR, played VARCHAR, first_game VARCHAR) | Qual é o maior número de derrotas associadas a 2 partidas jogadas, um primeiro jogo depois de 1997, e mais de 0 empates? |
78,202 | SELECT result FROM table_name_53 WHERE date = "5,6,7,8 june 1997" | What is the Result of the Test match at the Edgbaston Venue on 5,6,7,8 June 1997? | CREATE TABLE table_name_53 (result VARCHAR, date VARCHAR) | Qual é o resultado da partida de teste no Edgbaston Venue em 5,6,7,8 de junho de 1997? |
78,203 | SELECT date FROM table_name_12 WHERE venue = "the oval" | What is the Date of the Test match of Australia in England at The Oval Venue? | CREATE TABLE table_name_12 (date VARCHAR, venue VARCHAR) | Qual é a data do jogo de teste da Austrália na Inglaterra no The Oval Venue? |
78,204 | SELECT away_captain FROM table_name_56 WHERE result = "aus by 264 runs" | Who was the Away captain for the Test match of Australia in England where the Result was AUS by 264 runs? | CREATE TABLE table_name_56 (away_captain VARCHAR, result VARCHAR) | Quem foi o capitão ausente para o jogo de teste da Austrália na Inglaterra, onde o resultado foi AUS por 264 corridas? |
78,205 | SELECT home_captain FROM table_name_99 WHERE venue = "edgbaston" | Who was the Home captain for the Test match of Australia in England at the Edgbaston Venue? | CREATE TABLE table_name_99 (home_captain VARCHAR, venue VARCHAR) | Quem foi o capitão da casa para o jogo de teste da Austrália na Inglaterra no Edgbaston Venue? |
78,206 | SELECT role FROM table_name_8 WHERE notes = "co-protagonist" AND year = "2008-2009" | what is the name of the role that has co-protagonist in the notes field and the years of 2008-2009? | CREATE TABLE table_name_8 (role VARCHAR, notes VARCHAR, year VARCHAR) | qual é o nome do papel que tem co-protagonista no campo das notas e nos anos de 2008-2009? |
78,207 | SELECT role FROM table_name_41 WHERE title = "olvidarte jamas" | What is the name of the role that has a Title of Olvidarte Jamas? | CREATE TABLE table_name_41 (role VARCHAR, title VARCHAR) | Qual é o nome do papel que tem um título de Olvidarte Jamas? |
78,208 | SELECT production_company FROM table_name_45 WHERE year = "2005" | Which production company has the year of 2005 listed? | CREATE TABLE table_name_45 (production_company VARCHAR, year VARCHAR) | Qual empresa de produção tem o ano de 2005 listado? |
78,209 | SELECT role FROM table_name_26 WHERE notes = "antagonist" AND title = "salud, dinero y amor" | What is the name of the role that has a Title of Salud, Dinero y Amor and antagonist in the notes field? | CREATE TABLE table_name_26 (role VARCHAR, notes VARCHAR, title VARCHAR) | Qual é o nome do papel que tem um Título de Salud, Dinero y Amor e antagonista no campo das notas? |
78,210 | SELECT production_company FROM table_name_19 WHERE year = "2008-2009" | What is the name of the production company that has a year of 2008-2009? | CREATE TABLE table_name_19 (production_company VARCHAR, year VARCHAR) | Qual é o nome da empresa de produção que tem um ano de 2008-2009? |
78,211 | SELECT authority FROM table_name_82 WHERE area = "tirau" AND name = "kuranui primary school" | What is the Authority for Kuranui Primary School that is located in the Area of Tirau? | CREATE TABLE table_name_82 (authority VARCHAR, area VARCHAR, name VARCHAR) | Qual é a Autoridade para a Escola Primária Kuranui que está localizada na Área de Tirau? |
78,212 | SELECT name FROM table_name_38 WHERE decile > 7 | Which Names have Deciles larger than 7? | CREATE TABLE table_name_38 (name VARCHAR, decile INTEGER) | Quais nomes têm decimais maiores que 7? |
78,213 | SELECT gender FROM table_name_62 WHERE roll = "135" | What Gender are the schools that have a Roll of 135? | CREATE TABLE table_name_62 (gender VARCHAR, roll VARCHAR) | Quais são as escolas que têm um rolo de 135? |
78,214 | SELECT name FROM table_name_13 WHERE authority = "state" AND roll = "72" | What is the Name of a state Authority that has a Roll of 72? | CREATE TABLE table_name_13 (name VARCHAR, authority VARCHAR, roll VARCHAR) | Qual é o nome de uma autoridade estatal que tem um rolo de 72? |
78,215 | SELECT score FROM table_name_37 WHERE competition = "friendly" AND date = "19 april 1979" | Which friendly competition took place on 19 April 1979? | CREATE TABLE table_name_37 (score VARCHAR, competition VARCHAR, date VARCHAR) | Que competição amigável teve lugar em 19 de Abril de 1979? |
78,216 | SELECT team_1 FROM table_name_83 WHERE team_2 = "dynamos fc" | Which Team 1 faced Dynamos FC? | CREATE TABLE table_name_83 (team_1 VARCHAR, team_2 VARCHAR) | Qual equipe 1 enfrentou o Dynamos FC? |
78,217 | SELECT agg FROM table_name_81 WHERE team_1 = "al-hilal" | What is Team 1 Al-Hilal's Agg.? | CREATE TABLE table_name_81 (agg VARCHAR, team_1 VARCHAR) | O que é a Equipe 1 Al-Hilal's Agg? |
78,218 | SELECT record FROM table_name_34 WHERE date = "may 7" | Which record happened on the date of May 7? | CREATE TABLE table_name_34 (record VARCHAR, date VARCHAR) | Que recorde aconteceu na data de 7 de maio? |
78,219 | SELECT tournament FROM table_name_53 WHERE opponent_in_the_final = "lubomira bacheva" | Which tournament had Lubomira Bacheva as the opponent in the final? | CREATE TABLE table_name_53 (tournament VARCHAR, opponent_in_the_final VARCHAR) | Qual torneio teve Lubomira Bacheva como oponente na final? |
78,220 | SELECT opponent_in_the_final FROM table_name_46 WHERE date = "5 july 1992" | Who was the opponent in the final on 5 July 1992? | CREATE TABLE table_name_46 (opponent_in_the_final VARCHAR, date VARCHAR) | Quem foi o adversário na final em 5 de julho de 1992? |
78,221 | SELECT date FROM table_name_89 WHERE opponent_in_the_final = "kyoko nagatsuka" | What is the date of the tournament where Kyoko Nagatsuka was the opponent in the final? | CREATE TABLE table_name_89 (date VARCHAR, opponent_in_the_final VARCHAR) | Qual é a data do torneio em que Kyoko Nagatsuka foi o adversário na final? |
78,222 | SELECT surface FROM table_name_24 WHERE tournament = "vaihingen" | What is the surface at the tournament of Vaihingen? | CREATE TABLE table_name_24 (surface VARCHAR, tournament VARCHAR) | Qual é a superfície do torneio de Vaihingen? |
78,223 | SELECT surface FROM table_name_59 WHERE opponent_in_the_final = "anna benzon" | What was the surface of the tournament where Anna Benzon was the opponent in the final? | CREATE TABLE table_name_59 (surface VARCHAR, opponent_in_the_final VARCHAR) | Qual foi a superfície do torneio onde Anna Benzon foi a adversária na final? |
78,224 | SELECT AVG(position) FROM table_name_54 WHERE points < 13 AND goals_ + __ > -12 | What is the average position of Eesti Põlevkivi Jõhvi when they had less than 13 points and worse than a -12 goal differential? | CREATE TABLE table_name_54 (position INTEGER, points VARCHAR, goals_ VARCHAR, __ VARCHAR) | Qual é a posição média de Eesti Põlevkivi Jõhvi quando eles tinham menos de 13 pontos e pior do que um diferencial de gol -12? |
78,225 | SELECT to_par FROM table_name_18 WHERE score = 70 - 72 - 70 - 69 = 281 | What is the to par for the player who had a score of 70-72-70-69=281? | CREATE TABLE table_name_18 (to_par VARCHAR, score VARCHAR) | Qual é o par para o jogador que teve uma pontuação de 70-72-70-69-281? |
78,226 | SELECT year FROM table_name_88 WHERE qual = "totals" | What year had the qual of totals | CREATE TABLE table_name_88 (year VARCHAR, qual VARCHAR) | Que ano teve o qual de totais |
78,227 | SELECT qual FROM table_name_64 WHERE finish = "16" AND year = "1968" | What qual had a finish of 16 in 1968? | CREATE TABLE table_name_64 (qual VARCHAR, finish VARCHAR, year VARCHAR) | Qual foi o resultado final de 16 em 1968? |
78,228 | SELECT finish FROM table_name_21 WHERE start = "25" AND laps > 46 | What was the finish with the start of 25 and a lap larger than 46? | CREATE TABLE table_name_21 (finish VARCHAR, start VARCHAR, laps VARCHAR) | Qual foi o final com o início de 25 e uma volta maior que 46? |
78,229 | SELECT MIN(laps) FROM table_name_99 WHERE start = "19" | What was the lowest lap with the ranking of 19? | CREATE TABLE table_name_99 (laps INTEGER, start VARCHAR) | Qual foi a volta mais baixa com o ranking de 19? |
78,230 | SELECT MIN(ovrs) FROM table_name_89 WHERE wkts = 0 | Name the least ovrs for wkts of 0 | CREATE TABLE table_name_89 (ovrs INTEGER, wkts VARCHAR) | Nomeie o mínimo ovrs para wkts de 0 |
78,231 | SELECT AVG(econ) FROM table_name_2 WHERE ovrs > 25.5 AND runs > 703 | Name the average econ for runs more than 703 and ovrs more than 25.5 | CREATE TABLE table_name_2 (econ INTEGER, ovrs VARCHAR, runs VARCHAR) | Nomeie o econ médio para corridas mais de 703 e ovrs mais de 25,5 |
78,232 | SELECT AVG(year) FROM table_name_68 WHERE class = "car" AND stages_won = "0" AND position = "dnf" | What is the average year that has a car that won 0 stages with a position of DNF? | CREATE TABLE table_name_68 (year INTEGER, position VARCHAR, class VARCHAR, stages_won VARCHAR) | Qual é o ano médio que tem um carro que ganhou 0 etapas com uma posição de DNF? |
78,233 | SELECT class FROM table_name_20 WHERE stages_won = "2" AND position = "dnf" | What is the class that that won 2 stages and has a position of DNF? | CREATE TABLE table_name_20 (class VARCHAR, stages_won VARCHAR, position VARCHAR) | Qual é a classe que ganhou 2 etapas e tem uma posição de DNF? |
78,234 | SELECT position FROM table_name_89 WHERE vehicle = "bmw" AND year = 2006 | What position did the BMW vehicle made in 2006 hold? | CREATE TABLE table_name_89 (position VARCHAR, vehicle VARCHAR, year VARCHAR) | Qual foi a posição do BMW em 2006? |
78,235 | SELECT builder FROM table_name_68 WHERE fuel_propulsion = "diesel" AND model = "d40lf" AND order_year = "2005" | Which builder has a Fuel Propulsion of diesel, a Model of d40lf, and an Order Year of 2005? | CREATE TABLE table_name_68 (builder VARCHAR, order_year VARCHAR, fuel_propulsion VARCHAR, model VARCHAR) | Qual construtor tem uma propulsão de combustível de diesel, um modelo de d40lf e um ano de encomenda de 2005? |
78,236 | SELECT model FROM table_name_1 WHERE fleet_series__quantity_ = "11081-11092 (12)" | Which model has a Fleet Series (Quantity) of 11081-11092 (12)? | CREATE TABLE table_name_1 (model VARCHAR, fleet_series__quantity_ VARCHAR) | Qual modelo tem uma Série de Frotas (Quantidade) de 11081-11092 (12)? |
78,237 | SELECT order_year FROM table_name_73 WHERE fleet_series__quantity_ = "12081-12090 (10)" | Which order year has a Fleet Series (Quantity) of 12081-12090 (10)? | CREATE TABLE table_name_73 (order_year VARCHAR, fleet_series__quantity_ VARCHAR) | Que ano de encomenda tem uma Série de Frotas (Quantidade) de 12081-12090 (10)? |
78,238 | SELECT fleet_series__quantity_ FROM table_name_23 WHERE builder = "mci" AND order_year = "2002" | Which Fleet Series (Quantity) that has a Builder of mci, and an Order Year of 2002? | CREATE TABLE table_name_23 (fleet_series__quantity_ VARCHAR, builder VARCHAR, order_year VARCHAR) | Qual série de frotas (quantidade) tem um construtor de mci e um ano de encomenda de 2002? |
78,239 | SELECT fleet_series__quantity_ FROM table_name_60 WHERE order_year = "2010" AND model = "de40lfr" | Which Fleet Series (Quantity) has an Order Year of 2010, and a Model of de40lfr? | CREATE TABLE table_name_60 (fleet_series__quantity_ VARCHAR, order_year VARCHAR, model VARCHAR) | Qual Série de Frotas (Quantidade) tem um Ano de Pedido de 2010, e um Modelo de de40lfr? |
78,240 | SELECT fuel_propulsion FROM table_name_73 WHERE fleet_series__quantity_ = "04001-04125 (125)" | Which Fuel Propulsion has a Fleet Series (Quantity) of 04001-04125 (125)? | CREATE TABLE table_name_73 (fuel_propulsion VARCHAR, fleet_series__quantity_ VARCHAR) | Qual Propulsão de Combustível tem uma Série de Frotas (Quantidade) de 04001-04125 (125)? |
78,241 | SELECT SUM(roll) FROM table_name_65 WHERE name = "morrinsville school" | Name the sum of roll for morrinsville school | CREATE TABLE table_name_65 (roll INTEGER, name VARCHAR) | Nomeie a soma do rolo para a escola de morrinsville |
78,242 | SELECT authority FROM table_name_88 WHERE name = "morrinsville college" | Name the authority for morrinsville college | CREATE TABLE table_name_88 (authority VARCHAR, name VARCHAR) | Nomear a autoridade para a faculdade de morrinsville |
78,243 | SELECT years FROM table_name_67 WHERE decile < 7 AND name = "waitoa school" | Name the years when decile was less than 7 for waitoa school | CREATE TABLE table_name_67 (years VARCHAR, decile VARCHAR, name VARCHAR) | Nomeie os anos em que o decil tinha menos de 7 anos para a escola waitoa |
78,244 | SELECT COUNT(roll) FROM table_name_31 WHERE authority = "state" AND name = "stanley avenue school" AND decile > 5 | Name the total number of roll for state authority and stanley avenue school with decile more than 5 | CREATE TABLE table_name_31 (roll VARCHAR, decile VARCHAR, authority VARCHAR, name VARCHAR) | Nomear o número total de rolo para a autoridade do estado e escola avenida stanley com decil mais de 5 |
78,245 | SELECT COUNT(grid) FROM table_name_35 WHERE laps = 18 | What is the grid total associated with 18 laps? | CREATE TABLE table_name_35 (grid VARCHAR, laps VARCHAR) | Qual é o total da grade associado a 18 voltas? |
78,246 | SELECT rider FROM table_name_14 WHERE manufacturer = "aprilia" AND laps < 18 AND grid = 17 | What rider is on an aprilia that went under 18 laps with a grid total of 17? | CREATE TABLE table_name_14 (rider VARCHAR, grid VARCHAR, manufacturer VARCHAR, laps VARCHAR) | Que piloto está em um aprilia que foi sob 18 voltas com um total de grade de 17? |
78,247 | SELECT manufacturer FROM table_name_85 WHERE rider = "simone corsi" | What is the Manufacturer for simone corsi? | CREATE TABLE table_name_85 (manufacturer VARCHAR, rider VARCHAR) | O que é o fabricante para simone corsi? |
78,248 | SELECT MIN(grid) FROM table_name_77 WHERE time_retired = "+33.634" AND laps < 19 | What is the grid total associated with a Time/Retired of +33.634, and a Laps smaller than 19? | CREATE TABLE table_name_77 (grid INTEGER, time_retired VARCHAR, laps VARCHAR) | Qual é o total da grade associado a um Tempo/Aposentado de +33.634, e um Laps menor que 19? |
78,249 | SELECT power_rpm FROM table_name_37 WHERE torque__nm__rpm = "n·m (lb·ft)/*n·m (lb·ft) @1750" | Tell me the power when the torque is n·m (lb·ft)/*n·m (lb·ft) @1750 | CREATE TABLE table_name_37 (power_rpm VARCHAR, torque__nm__rpm VARCHAR) | Diga-me a potência quando o torque for nm (lbft)/*nm (lbft) 1750 |
78,250 | SELECT capacity FROM table_name_84 WHERE model_engine = "2.0 duratorq" | Name the capacity for the engine of 2.0 duratorq | CREATE TABLE table_name_84 (capacity VARCHAR, model_engine VARCHAR) | Nomear a capacidade do motor de 2.0 duratorq |
78,251 | SELECT capacity FROM table_name_90 WHERE torque__nm__rpm = "n·m (lb·ft) @4150" | Name the capacity for the torque of n·m (lb·ft) @4150 | CREATE TABLE table_name_90 (capacity VARCHAR, torque__nm__rpm VARCHAR) | Nomear a capacidade para o binário de nm (lbft) 4150 |
78,252 | SELECT power_rpm FROM table_name_91 WHERE model_engine = "1.8 duratorq" | Name the power for 1.8 duratorq | CREATE TABLE table_name_91 (power_rpm VARCHAR, model_engine VARCHAR) | Nomeie o poder para 1.8 duratorq |
78,253 | SELECT power_rpm FROM table_name_62 WHERE torque__nm__rpm = "n·m (lb·ft)/*n·m (lb·ft) @1750" | Name the power for when the torque is n·m (lb·ft)/*n·m (lb·ft) @1750 | CREATE TABLE table_name_62 (power_rpm VARCHAR, torque__nm__rpm VARCHAR) | Nomeie a potência para quando o torque for nm (lbft)/*nm (lbft) 1750 |
78,254 | SELECT MIN(goals) FROM table_name_20 WHERE goal_ratio = 0.14 AND debut_in_europe < 1995 | What are the smallest goals with a Goal Ratio of 0.14, and a Debut in Europe smaller than 1995? | CREATE TABLE table_name_20 (goals INTEGER, goal_ratio VARCHAR, debut_in_europe VARCHAR) | Quais são os objectivos mais pequenos com um rácio de objectivos de 0,14 e uma estreia na Europa menor do que 1995? |
78,255 | SELECT AVG(goal_ratio) FROM table_name_71 WHERE goals > 1 AND games > 161 AND debut_in_europe < 1985 | What's the average goal ratio with Goals larger than 1, Games larger than 161, and a Debut in Europe smaller than 1985? | CREATE TABLE table_name_71 (goal_ratio INTEGER, debut_in_europe VARCHAR, goals VARCHAR, games VARCHAR) | Qual é a proporção média de gols com gols maiores que 1, jogos maiores que 161 e uma estreia na Europa menor que 1985? |
78,256 | SELECT MIN(games) FROM table_name_51 WHERE goals = 20 AND goal_ratio < 0.14 | What lowest games have 20 goals and a Goal Ratio smaller than 0.14? | CREATE TABLE table_name_51 (games INTEGER, goals VARCHAR, goal_ratio VARCHAR) | Quais jogos mais baixos têm 20 gols e uma Proporção de gol menor que 0,14? |
78,257 | SELECT MAX(goal_ratio) FROM table_name_73 WHERE goals < 0 | What is the largest goal ratio with Goals smaller than 0? | CREATE TABLE table_name_73 (goal_ratio INTEGER, goals INTEGER) | Qual é a maior proporção de gols com metas menores que 0? |
78,258 | SELECT MIN(games) FROM table_name_87 WHERE goal_ratio = 0 AND goals < 0 | What lowest games have a Goal Ratio of 0, and Goals smaller than 0? | CREATE TABLE table_name_87 (games INTEGER, goal_ratio VARCHAR, goals VARCHAR) | Quais jogos mais baixos têm uma relação de gols de 0, e gols menores que 0? |
78,259 | SELECT COUNT(debut_in_europe) FROM table_name_77 WHERE goals < 76 AND games > 151 AND rank > 5 | How many debuts in Europe have less than 76 goals, more than 151 games, and a rank greater than 5? | CREATE TABLE table_name_77 (debut_in_europe VARCHAR, rank VARCHAR, goals VARCHAR, games VARCHAR) | Quantas estreias na Europa têm menos de 76 golos, mais de 151 jogos e uma classificação superior a 5? |
78,260 | SELECT AVG(points) FROM table_name_18 WHERE chassis = "ferrari 1512" AND year > 1965 | What is the average points of the Ferrari 1512 Chassis after 1965? | CREATE TABLE table_name_18 (points INTEGER, chassis VARCHAR, year VARCHAR) | Qual é a média de pontos da Ferrari 1512 Chassis depois de 1965? |
78,261 | SELECT chassis FROM table_name_33 WHERE year > 1965 AND team = "cooper car company" AND engine = "maserati v12" | What is the Chassis of the Cooper Car Company after 1965 when the engine was a Maserati v12? | CREATE TABLE table_name_33 (chassis VARCHAR, engine VARCHAR, year VARCHAR, team VARCHAR) | O que é o chassi da Cooper Car Company depois de 1965, quando o motor era um Maserati v12? |
78,262 | SELECT location FROM table_name_9 WHERE round < 3 AND opponent = "matt horwich" | Which location had a round of 3, and an Opponent of matt horwich? | CREATE TABLE table_name_9 (location VARCHAR, round VARCHAR, opponent VARCHAR) | Qual local tinha uma rodada de 3, e um oponente de matt horwich? |
78,263 | SELECT time FROM table_name_45 WHERE event = "sportfight 10" | What was the time of sportfight 10? | CREATE TABLE table_name_45 (time VARCHAR, event VARCHAR) | Qual foi o momento do sportfight 10? |
78,264 | SELECT opponent FROM table_name_71 WHERE time = "0:29" | Which opponent had a time of 0:29? | CREATE TABLE table_name_71 (opponent VARCHAR, time VARCHAR) | Qual adversário teve um tempo de 0:29? |
78,265 | SELECT COUNT(number) FROM table_name_10 WHERE builder = "ruston hornsby" AND date = 1961 AND name = "topsy" | What number has the builder ruston hornsby, the date 1961, and the name Topsy? | CREATE TABLE table_name_10 (number VARCHAR, name VARCHAR, builder VARCHAR, date VARCHAR) | Que número tem o construtor ferrugem chifresby, a data 1961, e o nome Topsy? |
78,266 | SELECT COUNT(number) FROM table_name_62 WHERE builder = "hunslet" AND works_number > 822 | What is the number with the builder hunslet and a works number greater than 822? | CREATE TABLE table_name_62 (number VARCHAR, builder VARCHAR, works_number VARCHAR) | Qual é o número com o construtor e um número de obras maior que 822? |
78,267 | SELECT score FROM table_name_95 WHERE date = "march 14" | What was the score of the March 14 game? | CREATE TABLE table_name_95 (score VARCHAR, date VARCHAR) | Qual foi a pontuação do jogo de 14 de março? |
78,268 | SELECT score FROM table_name_52 WHERE visitor = "ottawa senators" AND date = "december 11" | What was the score for the December 11 game against the Ottawa Senators? | CREATE TABLE table_name_52 (score VARCHAR, visitor VARCHAR, date VARCHAR) | Qual foi o resultado do jogo de 11 de dezembro contra o Ottawa Senators? |
78,269 | SELECT project FROM table_name_40 WHERE length_overall_in_meters__without_bowsprit_ = 25 AND name = "levante" | Name the project with length overall being 25 and name of levante | CREATE TABLE table_name_40 (project VARCHAR, length_overall_in_meters__without_bowsprit_ VARCHAR, name VARCHAR) | Nomeie o projeto com o comprimento total de 25 e o nome de Levante |
78,270 | SELECT SUM(hull_no) FROM table_name_84 WHERE destination = "portugal" | Name the sum of Hull number with portugal destination | CREATE TABLE table_name_84 (hull_no INTEGER, destination VARCHAR) | Nomear a soma do número de Hull com destino portugal |
78,271 | SELECT SUM(hull_no) FROM table_name_37 WHERE destination = "italy" AND year > 1999 | Name the sum of hull number for italy and year more than 1999 | CREATE TABLE table_name_37 (hull_no INTEGER, destination VARCHAR, year VARCHAR) | Nomear a soma do número do casco para itália e ano mais de 1999 |
78,272 | SELECT result_s_ FROM table_name_91 WHERE format_s_ = "album" AND year = 1994 | Give me the result for a format saying album with 1994 as the year. | CREATE TABLE table_name_91 (result_s_ VARCHAR, format_s_ VARCHAR, year VARCHAR) | Dê-me o resultado para um formato dizendo álbum com 1994 como o ano. |
78,273 | SELECT award_description_s_ FROM table_name_17 WHERE year = 1989 | List the Award Descriptions for the year of 1989. | CREATE TABLE table_name_17 (award_description_s_ VARCHAR, year VARCHAR) | Liste as descrições do prêmio para o ano de 1989. |
78,274 | SELECT score FROM table_name_66 WHERE date = "august 5" | What was the score of the game played on August 5? | CREATE TABLE table_name_66 (score VARCHAR, date VARCHAR) | Qual foi a pontuação do jogo jogado no dia 5 de agosto? |
78,275 | SELECT date FROM table_name_25 WHERE record = "60-56" | On what date was the Blue Jays record 60-56? | CREATE TABLE table_name_25 (date VARCHAR, record VARCHAR) | Em que data os Blue Jays gravaram 60-56? |
78,276 | SELECT name FROM table_name_4 WHERE first_elected > 1988 AND district = "mason" | Tell me the name for first elected more than 1988 and district of mason | CREATE TABLE table_name_4 (name VARCHAR, first_elected VARCHAR, district VARCHAR) | Diga-me o nome do primeiro eleito mais de 1988 e distrito de pedreiro |
78,277 | SELECT party FROM table_name_88 WHERE first_elected > 1999 AND position = "supervisor" AND name = "john foust" | Name the party with first elected more than 1999 and position of supervisor for john foust | CREATE TABLE table_name_88 (party VARCHAR, name VARCHAR, first_elected VARCHAR, position VARCHAR) | Nomear o partido com primeiro eleito mais de 1999 e posição de supervisor para john foust |
78,278 | SELECT COUNT(first_elected) FROM table_name_20 WHERE district = "dranesville" | Name the total number of first elected for dranesville | CREATE TABLE table_name_20 (first_elected VARCHAR, district VARCHAR) | Nomear o número total de primeiros eleitos para dranesville |
78,279 | SELECT COUNT(year) FROM table_name_71 WHERE venue = "sydney cricket ground" AND opponent = "parramatta eels" | What year was the venue at Sydney Cricket Ground, and the opponent was Parramatta Eels? | CREATE TABLE table_name_71 (year VARCHAR, venue VARCHAR, opponent VARCHAR) | Em que ano foi o local no Sydney Cricket Ground, e o adversário foi Parramatta Eels? |
78,280 | SELECT competition FROM table_name_71 WHERE year = 1978 | What was the competition in 1978? | CREATE TABLE table_name_71 (competition VARCHAR, year VARCHAR) | Qual foi a competição em 1978? |
78,281 | SELECT AVG(year) FROM table_name_24 WHERE attendance = "80,388" | What year was the average attendance 80,388? | CREATE TABLE table_name_24 (year INTEGER, attendance VARCHAR) | Em que ano foi a média de atendimento 80.388? |
78,282 | SELECT score FROM table_name_67 WHERE opponent = "new zealand warriors" | What was the score with the opponent being New Zealand Warriors? | CREATE TABLE table_name_67 (score VARCHAR, opponent VARCHAR) | Qual foi a pontuação com o oponente sendo New Zealand Warriors? |
78,283 | SELECT 1 AS st_party FROM table_name_28 WHERE election = "1847" | Which 1st Party has an election in 1847? | CREATE TABLE table_name_28 (election VARCHAR) | Que 1o partido tem eleições em 1847? |
78,284 | SELECT 1 AS st_party FROM table_name_92 WHERE election = "1865" | Which 1st Party has an election in 1865? | CREATE TABLE table_name_92 (election VARCHAR) | Que 1o partido tem eleições em 1865? |
78,285 | SELECT AVG(total_points) FROM table_name_29 WHERE rider = "dennis gavros" AND bonus_pts < 31 | What was the average number of points with bonus pts less than 31 with the rider dennis gavros? | CREATE TABLE table_name_29 (total_points INTEGER, rider VARCHAR, bonus_pts VARCHAR) | Qual foi o número médio de pontos com bônus pts inferiores a 31 com o piloto dennis gavros? |
78,286 | SELECT COUNT(matches) FROM table_name_35 WHERE rider = "dennis gavros" AND total_points < 167 | How many total matches involving dennis gavros had total points less than 167? | CREATE TABLE table_name_35 (matches VARCHAR, rider VARCHAR, total_points VARCHAR) | Quantos jogos totais envolvendo dennis gavros tiveram pontos totais inferiores a 167? |
78,287 | SELECT MIN(matches) FROM table_name_36 WHERE bonus_pts = 19 AND total_points > 421 | What is the smallest number of matches with Bonus Pts of 19 and Total Points greater than 421? | CREATE TABLE table_name_36 (matches INTEGER, bonus_pts VARCHAR, total_points VARCHAR) | Qual é o menor número de partidas com Pontos de Bônus de 19 e Pontos Total superiores a 421? |
78,288 | SELECT category FROM table_name_33 WHERE date < 2006 AND rider_2 = "bart brentjens" | Which category earlier than 2006 has Bart Brentjens as rider 2? | CREATE TABLE table_name_33 (category VARCHAR, date VARCHAR, rider_2 VARCHAR) | Qual categoria anterior a 2006 tem Bart Brentjens como piloto 2? |
78,289 | SELECT COUNT(date) FROM table_name_37 WHERE category = "ladies" AND team = "rothaus-cube" | How many dates does the ladies category correspond to Rothaus-Cube? | CREATE TABLE table_name_37 (date VARCHAR, category VARCHAR, team VARCHAR) | Quantas datas a categoria de senhoras corresponde a Rothaus-Cube? |
78,290 | SELECT category FROM table_name_28 WHERE team = "cannondale vredestein" | Which category has a team of Cannondale Vredestein? | CREATE TABLE table_name_28 (category VARCHAR, team VARCHAR) | Que categoria tem uma equipa de Cannondale Vredestein? |
78,291 | SELECT qual FROM table_name_9 WHERE rank = "9" | What is the qual with a rank 9? | CREATE TABLE table_name_9 (qual VARCHAR, rank VARCHAR) | O que é o Qual com um rank 9? |
78,292 | SELECT finish FROM table_name_17 WHERE year = "1956" | What is the finish in 1956? | CREATE TABLE table_name_17 (finish VARCHAR, year VARCHAR) | Qual é o fim em 1956? |
78,293 | SELECT finish FROM table_name_91 WHERE laps = 200 AND start = "3" | What is the finish with 200 laps and a start of 3? | CREATE TABLE table_name_91 (finish VARCHAR, laps VARCHAR, start VARCHAR) | Qual é o final com 200 voltas e um início de 3? |
78,294 | SELECT qual FROM table_name_86 WHERE laps = 200 AND rank = "27" | What is the qual with 200 laps and a rank of 27? | CREATE TABLE table_name_86 (qual VARCHAR, laps VARCHAR, rank VARCHAR) | O que é o qual com 200 voltas e uma classificação de 27? |
78,295 | SELECT rank FROM table_name_13 WHERE finish = "14" | What is the rank with a 14 finish? | CREATE TABLE table_name_13 (rank VARCHAR, finish VARCHAR) | Qual é a classificação com um acabamento 14? |
78,296 | SELECT MIN(cuts_made) FROM table_name_72 WHERE tournament = "masters tournament" AND top_25 < 0 | What is the lowest cuts made of the Masters tournament, which had a top-25 less than 0? | CREATE TABLE table_name_72 (cuts_made INTEGER, tournament VARCHAR, top_25 VARCHAR) | Quais são os cortes mais baixos feitos do torneio Masters, que teve um top-25 menos de 0? |
78,297 | SELECT MAX(wins) FROM table_name_82 WHERE cuts_made = 1 AND top_25 < 1 AND events < 2 | What is the highest number of wins a tournament with 1 cuts made, a top-25 less than 1, and less than 2 events has? | CREATE TABLE table_name_82 (wins INTEGER, events VARCHAR, cuts_made VARCHAR, top_25 VARCHAR) | Qual é o maior número de vitórias de um torneio com 1 cortes feitos, um top-25 menos de 1, e menos de 2 eventos tem? |
78,298 | SELECT AVG(events) FROM table_name_84 WHERE tournament = "masters tournament" AND top_25 > 0 | What is the average number of events the Masters tournament, which has more than 0 top-25, has? | CREATE TABLE table_name_84 (events INTEGER, tournament VARCHAR, top_25 VARCHAR) | Qual é o número médio de eventos que o torneio Masters, que tem mais de 0 top-25, tem? |
78,299 | SELECT COUNT(top_25) FROM table_name_93 WHERE events < 2 | What is the total number of top-25 a tournament with less than 2 events has? | CREATE TABLE table_name_93 (top_25 VARCHAR, events INTEGER) | Qual é o número total de top-25 um torneio com menos de 2 eventos tem? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.