Unnamed: 0 int64 0 78.6k | answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 | translated_answer stringlengths 12 992 |
|---|---|---|---|---|
76,800 | SELECT position FROM table_name_92 WHERE nhl_team = "los angeles kings" | What is the position of the player on the Los Angeles Kings? | CREATE TABLE table_name_92 (position VARCHAR, nhl_team VARCHAR) | Qual é a posição do jogador no Los Angeles Kings? |
76,801 | SELECT college_junior_club_team FROM table_name_13 WHERE pick__number = "64" | Which team has the # 64 pick? | CREATE TABLE table_name_13 (college_junior_club_team VARCHAR, pick__number VARCHAR) | Qual equipe tem a escolha #64? |
76,802 | SELECT nationality FROM table_name_72 WHERE pick__number = "63" | What nationality is the #63 pick? | CREATE TABLE table_name_72 (nationality VARCHAR, pick__number VARCHAR) | Qual nacionalidade é a escolha #63? |
76,803 | SELECT player FROM table_name_51 WHERE pick__number = "69" | What is the name of the player that is pick #69? | CREATE TABLE table_name_51 (player VARCHAR, pick__number VARCHAR) | Qual é o nome do jogador que escolhe o número 69? |
76,804 | SELECT tyres FROM table_name_56 WHERE points = 8 | Which tyres received 8 points? | CREATE TABLE table_name_56 (tyres VARCHAR, points VARCHAR) | Quais pneus receberam 8 pontos? |
76,805 | SELECT SUM(points) FROM table_name_86 WHERE engine_s_ = "ford dfz 3.5 v8" | How many points were awarded to the Ford DFZ 3.5 V8? | CREATE TABLE table_name_86 (points INTEGER, engine_s_ VARCHAR) | Quantos pontos foram atribuídos ao Ford DFZ 3.5 V8? |
76,806 | SELECT engine_s_ FROM table_name_44 WHERE points = 0 AND year = 1988 | Which engine received 0 points in 1988? | CREATE TABLE table_name_44 (engine_s_ VARCHAR, points VARCHAR, year VARCHAR) | Qual motor recebeu 0 pontos em 1988? |
76,807 | SELECT issue_date FROM table_name_89 WHERE download = "no available" AND artist = "eric prydz" | What's the Issue Date for an Eric Prydz song with a no available Download information? | CREATE TABLE table_name_89 (issue_date VARCHAR, download VARCHAR, artist VARCHAR) | Qual é a data de edição para uma música de Eric Prydz sem informações de download disponíveis? |
76,808 | SELECT download FROM table_name_45 WHERE week = 44 | What's the Download information for the song from Week 44? | CREATE TABLE table_name_45 (download VARCHAR, week VARCHAR) | Qual é a informação de download para a música da Semana 44? |
76,809 | SELECT title FROM table_name_5 WHERE download = "crazy frog" AND issue_date = "july 2" | What is the title of the July 2 song that is downloaded as Crazy Frog? | CREATE TABLE table_name_5 (title VARCHAR, download VARCHAR, issue_date VARCHAR) | Qual é o título da música de 2 de julho que é baixada como Crazy Frog? |
76,810 | SELECT division_record FROM table_name_78 WHERE school = "woodbridge" | What is the division record for Woodbridge? | CREATE TABLE table_name_78 (division_record VARCHAR, school VARCHAR) | Qual é o recorde de divisão de Woodbridge? |
76,811 | SELECT runner_up FROM table_name_96 WHERE year = "2004" | Who was the runner-up in 2004? | CREATE TABLE table_name_96 (runner_up VARCHAR, year VARCHAR) | Quem foi o vice-campeão em 2004? |
76,812 | SELECT 3 AS rd_place FROM table_name_41 WHERE venue = "pardubice" | Who was the 3rd place team at Pardubice? | CREATE TABLE table_name_41 (venue VARCHAR) | Quem foi o terceiro colocado no Pardubice? |
76,813 | SELECT to_par FROM table_name_95 WHERE country = "denmark" | Name the To par for denmark | CREATE TABLE table_name_95 (to_par VARCHAR, country VARCHAR) | Nomear o par para demarcar |
76,814 | SELECT place FROM table_name_43 WHERE player = "pat perez" | Nam ethe place for pat perez | CREATE TABLE table_name_43 (place VARCHAR, player VARCHAR) | Nam ethe lugar para pat perez |
76,815 | SELECT country FROM table_name_16 WHERE player = "vijay singh" | Name the country vijay singh is from | CREATE TABLE table_name_16 (country VARCHAR, player VARCHAR) | Nome do país vijay sinh é de |
76,816 | SELECT city_of_license FROM table_name_31 WHERE frequency_mhz < 106.5 AND call_sign = "w218ck" | Which city has frequency under 106.5MHz and a callsign of w218ck? | CREATE TABLE table_name_31 (city_of_license VARCHAR, frequency_mhz VARCHAR, call_sign VARCHAR) | Qual cidade tem frequência abaixo de 106,5MHz e um indicativo de w218ck? |
76,817 | SELECT class FROM table_name_20 WHERE city_of_license = "richmond, virginia" | Which class has a city of Richmond, Virginia? | CREATE TABLE table_name_20 (class VARCHAR, city_of_license VARCHAR) | Qual classe tem uma cidade em Richmond, Virginia? |
76,818 | SELECT erp_w FROM table_name_18 WHERE frequency_mhz = 91.3 | What is the ERP W for the frequency of 91.3MHz? | CREATE TABLE table_name_18 (erp_w VARCHAR, frequency_mhz VARCHAR) | Qual é o ERP W para a frequência de 91.3MHz? |
76,819 | SELECT call_sign FROM table_name_41 WHERE frequency_mhz > 98.5 AND erp_w < 155 | Which call sign has a frequency greater than 98.5MHz and ERP W under 155? | CREATE TABLE table_name_41 (call_sign VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR) | Qual sinal de chamada tem uma frequência superior a 98.5MHz e ERP W abaixo de 155? |
76,820 | SELECT MIN(tracks) FROM table_name_26 WHERE length = "18:36" | Which tracks have a length of 18:36? | CREATE TABLE table_name_26 (tracks INTEGER, length VARCHAR) | Quais faixas têm um comprimento de 18:36? |
76,821 | SELECT length FROM table_name_13 WHERE disc = "67" | What is the length of disc 67? | CREATE TABLE table_name_13 (length VARCHAR, disc VARCHAR) | Qual é o comprimento do disco 67? |
76,822 | SELECT points FROM table_name_68 WHERE year > 1950 AND engine = "maserati straight-6" | What points larger than 1950 has a maserati straight-6 engine? | CREATE TABLE table_name_68 (points VARCHAR, year VARCHAR, engine VARCHAR) | Que pontos maiores que 1950 têm um motor maserati straight-6? |
76,823 | SELECT chassis FROM table_name_92 WHERE entrant = "officine alfieri maserati" AND year = 1952 | What is the chassis for a 1952 officine alfieri maserati with an entrant? | CREATE TABLE table_name_92 (chassis VARCHAR, entrant VARCHAR, year VARCHAR) | O que é o chassi para um 1952 officina alfieri maserati com um participante? |
76,824 | SELECT engine FROM table_name_44 WHERE year = 1951 AND chassis = "alfa romeo 159m" | What type of engine does a 1951 alfa romeo 159m chasis have? | CREATE TABLE table_name_44 (engine VARCHAR, year VARCHAR, chassis VARCHAR) | Que tipo de motor tem um chassi de 1951 alfa romeo 159m? |
76,825 | SELECT entrant FROM table_name_29 WHERE engine = "maserati straight-6" AND year = 1952 | What Entrant has a 1952 maserati straight-6 engine? | CREATE TABLE table_name_29 (entrant VARCHAR, engine VARCHAR, year VARCHAR) | Qual participante tem um motor maserati straight-6 de 1952? |
76,826 | SELECT entrant FROM table_name_82 WHERE year > 1950 AND points < 7 | What Entrant older than 1950 has points smaller than 7? | CREATE TABLE table_name_82 (entrant VARCHAR, year VARCHAR, points VARCHAR) | Qual participante com mais de 50 anos tem pontos menores que 7? |
76,827 | SELECT SUM(points) FROM table_name_70 WHERE entrant = "alfa romeo spa" AND year < 1951 | What is the total points that an 1951 Entrant alfa romeo spa have? | CREATE TABLE table_name_70 (points INTEGER, entrant VARCHAR, year VARCHAR) | Quais são os pontos totais que um spa Entrant alfa romeo 1951 tem? |
76,828 | SELECT co_driver FROM table_name_51 WHERE laps > 32 AND year = 1999 | Who is the co-driver in 1999 with more than 32 laps? | CREATE TABLE table_name_51 (co_driver VARCHAR, laps VARCHAR, year VARCHAR) | Quem é o co-piloto em 1999 com mais de 32 voltas? |
76,829 | SELECT winning_constructor FROM table_name_77 WHERE fastest_lap = "mark webber" AND grand_prix = "malaysian grand prix" | Name the winning constructor for when the fastest lap was mark webber at the malaysian grand prix | CREATE TABLE table_name_77 (winning_constructor VARCHAR, fastest_lap VARCHAR, grand_prix VARCHAR) | Nomear o construtor vencedor para quando a volta mais rápida foi marcar Webber no GP da Malásia |
76,830 | SELECT winning_constructor FROM table_name_22 WHERE grand_prix = "abu dhabi grand prix" | Name the winning constructor for abu dhabi grand prix | CREATE TABLE table_name_22 (winning_constructor VARCHAR, grand_prix VARCHAR) | Nomeie o construtor vencedor para abu dhabi grand prix |
76,831 | SELECT pole_position FROM table_name_75 WHERE grand_prix = "belgian grand prix" | Name the pole position for belgian grand prix | CREATE TABLE table_name_75 (pole_position VARCHAR, grand_prix VARCHAR) | Nomear a pole position para o GP da Bélgica |
76,832 | SELECT pole_position FROM table_name_28 WHERE grand_prix = "korean grand prix" | Name the pole positon for korean grand prix | CREATE TABLE table_name_28 (pole_position VARCHAR, grand_prix VARCHAR) | Nomear o poste de posição para o Grande Prêmio Coreano |
76,833 | SELECT pole_position FROM table_name_3 WHERE grand_prix = "german grand prix" | Name the pole position at the german grand prix | CREATE TABLE table_name_3 (pole_position VARCHAR, grand_prix VARCHAR) | Nomeie a pole position no GP da Alemanha |
76,834 | SELECT code FROM table_name_21 WHERE currency = "latvian lats" | What is the code for Latvian Lats? | CREATE TABLE table_name_21 (code VARCHAR, currency VARCHAR) | Qual é o código para Letão Lats? |
76,835 | SELECT currency FROM table_name_45 WHERE central_rate = "3.45280" | Which currency has a central rate of 3.45280? | CREATE TABLE table_name_45 (currency VARCHAR, central_rate VARCHAR) | Qual moeda tem uma taxa central de 3.45280? |
76,836 | SELECT currency FROM table_name_12 WHERE central_rate = "0.702804" | Which currency has a central rate of 0.702804? | CREATE TABLE table_name_12 (currency VARCHAR, central_rate VARCHAR) | Qual moeda tem uma taxa central de 0.702804? |
76,837 | SELECT entry_erm_ii FROM table_name_56 WHERE currency = "hungarian forint" | What is the entry ERM II for the Hungarian Forint? | CREATE TABLE table_name_56 (entry_erm_ii VARCHAR, currency VARCHAR) | Qual é a entrada ERM II para o Forint húngaro? |
76,838 | SELECT official_target_date FROM table_name_34 WHERE currency = "swedish krona" | What is the official target date for the Swedish Krona? | CREATE TABLE table_name_34 (official_target_date VARCHAR, currency VARCHAR) | Qual é a data-alvo oficial da Coroa Sueca? |
76,839 | SELECT winner FROM table_name_8 WHERE event = "ept german open" | The EPT German open was won by which listed winner? | CREATE TABLE table_name_8 (winner VARCHAR, event VARCHAR) | O EPT German Open foi ganho por qual vencedor listado? |
76,840 | SELECT event FROM table_name_72 WHERE winner = "will fry" | What event did Will Fry win? | CREATE TABLE table_name_72 (event VARCHAR, winner VARCHAR) | Que evento Will Fry ganhou? |
76,841 | SELECT city FROM table_name_25 WHERE event = "ept german open" | The EPT German Open took place in what city? | CREATE TABLE table_name_25 (city VARCHAR, event VARCHAR) | O EPT German Open aconteceu em que cidade? |
76,842 | SELECT date FROM table_name_58 WHERE city = "copenhagen" | When did an event take place in the City of Copenhagen? | CREATE TABLE table_name_58 (date VARCHAR, city VARCHAR) | Quando ocorreu um evento na cidade de Copenhague? |
76,843 | SELECT city FROM table_name_56 WHERE prize = "£1,000,000" | The prize of £1,000,000 was given by an event in what city? | CREATE TABLE table_name_56 (city VARCHAR, prize VARCHAR) | O prêmio de 1.000.000 foi dado por um evento em que cidade? |
76,844 | SELECT event FROM table_name_93 WHERE winner = "joão barbosa" | João Barbosa was the winner of which event? | CREATE TABLE table_name_93 (event VARCHAR, winner VARCHAR) | João Barbosa foi o vencedor de qual evento? |
76,845 | SELECT COUNT(attendance) FROM table_name_80 WHERE opponent = "st. johnstone" AND venue = "home" | What was the Attendance during the Home game where St. Johnstone was the Opponent? | CREATE TABLE table_name_80 (attendance VARCHAR, opponent VARCHAR, venue VARCHAR) | Qual foi o comparecimento durante o jogo em casa, onde St. Johnstone era o adversário? |
76,846 | SELECT class FROM table_name_36 WHERE year = 1968 | Which class has a Year of 1968? | CREATE TABLE table_name_36 (class VARCHAR, year VARCHAR) | Qual classe tem um ano de 1968? |
76,847 | SELECT class FROM table_name_34 WHERE team = "kouros racing team" | Which class has a Team of kouros racing team? | CREATE TABLE table_name_34 (class VARCHAR, team VARCHAR) | Qual classe tem uma equipe de corrida de kouros? |
76,848 | SELECT winner FROM table_name_33 WHERE loser = "baltimore colts" AND location = "schaefer stadium" AND result = "42-3" | Who is the Winner, when the Loser is the Baltimore Colts, when the Location is Schaefer Stadium, and when the Result is 42-3? | CREATE TABLE table_name_33 (winner VARCHAR, result VARCHAR, loser VARCHAR, location VARCHAR) | Quem é o vencedor, quando o perdedor é o Baltimore Colts, quando a localização é Schaefer Stadium, e quando o resultado é 42-3? |
76,849 | SELECT location FROM table_name_90 WHERE winner = "baltimore colts" AND year < 1972 AND result = "14-6" | What is the Location, when the Winner is the Baltimore Colts, when the Year is before 1972, and when the Result is 14-6? | CREATE TABLE table_name_90 (location VARCHAR, result VARCHAR, winner VARCHAR, year VARCHAR) | Qual é a localização, quando o vencedor é o Baltimore Colts, quando o ano é antes de 1972, e quando o resultado é 14-6? |
76,850 | SELECT date FROM table_name_46 WHERE year > 1978 AND location = "memorial stadium (baltimore)" | What is the Date, when the Year is after 1978, and when the Location is Memorial Stadium (Baltimore)? | CREATE TABLE table_name_46 (date VARCHAR, year VARCHAR, location VARCHAR) | Qual é a data, quando o ano é depois de 1978, e quando a localização é Memorial Stadium (Baltimore)? |
76,851 | SELECT engine FROM table_name_24 WHERE chassis = "lotus 44 f2" | Which engine has a Chassis of lotus 44 f2? | CREATE TABLE table_name_24 (engine VARCHAR, chassis VARCHAR) | Qual motor tem um chassi de lótus 44 f2? |
76,852 | SELECT entrant FROM table_name_24 WHERE year = 1969 | What entrant appeared in 1969? | CREATE TABLE table_name_24 (entrant VARCHAR, year VARCHAR) | Qual participante apareceu em 1969? |
76,853 | SELECT engine FROM table_name_7 WHERE year > 1969 | Which engine has a Year larger than 1969? | CREATE TABLE table_name_7 (engine VARCHAR, year INTEGER) | Qual motor tem um ano maior que 1969? |
76,854 | SELECT MAX(year) FROM table_name_79 WHERE entrant = "ron harris / team lotus" | What is the largest year with an Entrant of ron harris / team lotus? | CREATE TABLE table_name_79 (year INTEGER, entrant VARCHAR) | Qual é o maior ano com um Participante de ron harris / time lotus? |
76,855 | SELECT intergiro_classification FROM table_name_22 WHERE stage = "21" | During stage 21, who held the Intergiro classification? | CREATE TABLE table_name_22 (intergiro_classification VARCHAR, stage VARCHAR) | Durante o estágio 21, quem realizou a classificação Intergiro? |
76,856 | SELECT stage FROM table_name_35 WHERE trofeo_fast_team = "gatorade" | During which stage was gatorade the Trofeo Fast Team? | CREATE TABLE table_name_35 (stage VARCHAR, trofeo_fast_team VARCHAR) | Durante qual etapa foi o Gatorade a Equipe Trofeo Fast? |
76,857 | SELECT intergiro_classification FROM table_name_29 WHERE trofeo_fast_team = "gb-mg maglificio" | Who held the Intergiro classificaiton when the Trofeo Fast Team is gb-mg maglificio? | CREATE TABLE table_name_29 (intergiro_classification VARCHAR, trofeo_fast_team VARCHAR) | Quem detinha a classificação Intergiro quando a Tropeo Fast Team é gb-mg magnificio? |
76,858 | SELECT stage FROM table_name_76 WHERE intergiro_classification = "miguel indurain" AND points_classification = "mario cipollini" AND young_rider_classification = "leonardo sierra" | During which stage was the Intergiro classification held by Miguel Indurain, the Points classification held by Mario Cipollini, and the Young rider classification held by Leonardo Sierra? | CREATE TABLE table_name_76 (stage VARCHAR, young_rider_classification VARCHAR, intergiro_classification VARCHAR, points_classification VARCHAR) | Durante qual fase foi realizada a classificação Intergiro por Miguel Indurain, a classificação Points por Mario Cipollini e a classificação Young rider por Leonardo Sierra? |
76,859 | SELECT winner FROM table_name_10 WHERE general_classification = "miguel indurain" AND points_classification = "mario cipollini" AND mountains_classification = "claudio chiappucci" AND young_rider_classification = "pavel tonkov" | Who was the winner when the General classification was held by Miguel Indurain, the Points classification held by Mario Cipollini, the Mountains classification held by Claudio Chiappucci, and the Young RIder classification held by Pavel Tonkov? | CREATE TABLE table_name_10 (winner VARCHAR, young_rider_classification VARCHAR, mountains_classification VARCHAR, general_classification VARCHAR, points_classification VARCHAR) | Quem foi o vencedor quando a classificação Geral foi realizada por Miguel Indurain, a classificação Pontos realizada por Mario Cipollini, a classificação Montanhas realizada por Claudio Chiappucci, e a classificação Young RIder realizada por Pavel Tonkov? |
76,860 | SELECT goals_against FROM table_name_75 WHERE minutes = 2520 | What is the goals against for the goalkeeper with 2520 minutes? | CREATE TABLE table_name_75 (goals_against VARCHAR, minutes VARCHAR) | Qual é o gol contra o goleiro com 2520 minutos? |
76,861 | SELECT AVG(games_played) FROM table_name_5 WHERE loses = 10 AND player = "bo oshoniyi" AND minutes > 1170 | What is the average Games Played for Bo Oshoniyi, who had more than 1170 minutes and 10 loses? | CREATE TABLE table_name_5 (games_played INTEGER, minutes VARCHAR, loses VARCHAR, player VARCHAR) | Qual é a média de jogos jogados por Bo Oshoniyi, que teve mais de 1170 minutos e 10 derrotas? |
76,862 | SELECT MAX(goals_against) FROM table_name_96 WHERE club = "dallas burn" AND ga_average > 1.46 | What is the highest goals against the goalkeeper of Dallas Burn, who had a GA average larger than 1.46, had? | CREATE TABLE table_name_96 (goals_against INTEGER, club VARCHAR, ga_average VARCHAR) | Qual é o maior gol contra o goleiro de Dallas Burn, que tinha uma média de GA maior que 1,46? |
76,863 | SELECT MIN(loses) FROM table_name_54 WHERE minutes > 2776 | What is the lowest number of losses a goalkeeper with more than 2776 minutes had? | CREATE TABLE table_name_54 (loses INTEGER, minutes INTEGER) | Qual é o menor número de derrotas que um goleiro com mais de 2776 minutos teve? |
76,864 | SELECT MIN(minutes) FROM table_name_25 WHERE games_played = 13 | What is the lowest minutes a goalkeeper with 13 games played has? | CREATE TABLE table_name_25 (minutes INTEGER, games_played VARCHAR) | Qual é o menor minuto que um goleiro com 13 jogos jogados tem? |
76,865 | SELECT round FROM table_name_67 WHERE score = "10-52" | Which round resulted in 10-52? | CREATE TABLE table_name_67 (round VARCHAR, score VARCHAR) | Qual rodada resultou em 10-52? |
76,866 | SELECT venue FROM table_name_68 WHERE opponent = "melbourne storm" AND round = "rd 7, 2006" | What venue did Melbourne Storm played in Rd 7, 2006? | CREATE TABLE table_name_68 (venue VARCHAR, opponent VARCHAR, round VARCHAR) | Qual foi o local onde Melbourne Storm tocou em Rd 7, 2006? |
76,867 | SELECT venue FROM table_name_67 WHERE result = "draw" | In which venue was the result a draw? | CREATE TABLE table_name_67 (venue VARCHAR, result VARCHAR) | Em que local foi o resultado um empate? |
76,868 | SELECT school_colors FROM table_name_48 WHERE founded = 1969 AND institution = "barton community college" | Which School Colors were Founded of 1969, with an Institution of barton community college? | CREATE TABLE table_name_48 (school_colors VARCHAR, founded VARCHAR, institution VARCHAR) | Que cores escolares foram fundadas em 1969, com uma instituição de faculdade comunitária de barton? |
76,869 | SELECT institution FROM table_name_43 WHERE mascot = "broncbusters" | Which Institution has a Mascot of broncbusters? | CREATE TABLE table_name_43 (institution VARCHAR, mascot VARCHAR) | Qual instituição tem um mascote de broncbusters? |
76,870 | SELECT MAX(founded) FROM table_name_67 WHERE institution = "cloud county community college" | What is the largest Founded with an Institution of cloud county community college? | CREATE TABLE table_name_67 (founded INTEGER, institution VARCHAR) | Qual é o maior Fundado com uma instituição de faculdade comunitária do condado de nuvem? |
76,871 | SELECT COUNT(founded) FROM table_name_29 WHERE main_campus_location = "liberal" | What is the total Founded with a Main Campus Location of liberal? | CREATE TABLE table_name_29 (founded VARCHAR, main_campus_location VARCHAR) | Qual é o total Fundado com um Campus Principal Localização de liberal? |
76,872 | SELECT "2" AS _person_dive FROM table_name_86 WHERE surface = "2" | What is the 2-person dive that has 2 as the surface? | CREATE TABLE table_name_86 (surface VARCHAR) | O que é o mergulho de 2 pessoas que tem 2 como superfície? |
76,873 | SELECT surface FROM table_name_5 WHERE cage_dive = "2" | What surface has 2 as a cage dive? | CREATE TABLE table_name_5 (surface VARCHAR, cage_dive VARCHAR) | Qual superfície tem 2 como um mergulho em gaiola? |
76,874 | SELECT 3 AS _person_dive FROM table_name_29 WHERE remote_camera = "0" | Which 3-person dive has 0 as a remote camera? | CREATE TABLE table_name_29 (remote_camera VARCHAR) | Qual mergulho de 3 pessoas tem 0 como uma câmera remota? |
76,875 | SELECT years FROM table_name_97 WHERE decile < 2 AND area = "mohaka" | Which years have a Decile smaller than 2, and an Area of mohaka? | CREATE TABLE table_name_97 (years VARCHAR, decile VARCHAR, area VARCHAR) | Que anos têm um Decil menor que 2, e uma Área de mohaka? |
76,876 | SELECT gender FROM table_name_76 WHERE authority = "state" AND years = "1–8" AND decile < 10 AND roll = 36 | Which gender has an Authority of state, Years of 1–8, and a Decile smaller than 10, and a Roll of 36? | CREATE TABLE table_name_76 (gender VARCHAR, roll VARCHAR, decile VARCHAR, authority VARCHAR, years VARCHAR) | Qual gênero tem uma Autoridade de Estado, Anos de 1 a 8, e um Decil menor que 10, e um Rolo de 36? |
76,877 | SELECT roll FROM table_name_2 WHERE area = "mahia" | Which roll has an Area of mahia? | CREATE TABLE table_name_2 (roll VARCHAR, area VARCHAR) | Qual rolo tem uma área de mahia? |
76,878 | SELECT decile FROM table_name_34 WHERE authority = "state" AND roll < 61 AND area = "kotemaori" | Which Decile has an Authority of state, a Roll smaller than 61, and an Area of kotemaori? | CREATE TABLE table_name_34 (decile VARCHAR, area VARCHAR, authority VARCHAR, roll VARCHAR) | Qual Decil tem uma Autoridade de Estado, um Rolo menor que 61 e uma Área de Kotemaori? |
76,879 | SELECT MAX(league) AS Cup FROM table_name_95 WHERE fa_cup > 2 | What's the highest League Cup with an FA Cup thats larger than 2? | CREATE TABLE table_name_95 (league INTEGER, fa_cup INTEGER) | Qual é a maior Copa da Liga com uma FA Cup que é maior que 2? |
76,880 | SELECT COUNT(fa_cup) FROM table_name_64 WHERE play_offs = 3 AND name = "mitch cook category:articles with hcards" AND total < 11 | What's the total number of FA Cup with a Play-offs of 3, and the Name of Mitch Cook Category:Articles with hCards and has a Total thats less than 11? | CREATE TABLE table_name_64 (fa_cup VARCHAR, total VARCHAR, play_offs VARCHAR, name VARCHAR) | Qual é o número total de FA Cup com um Play-offs de 3, e o nome de Mitch Cook Categoria:!Artigos com hCards e tem um total que é inferior a 11? |
76,881 | SELECT COUNT(fa_cup) FROM table_name_50 WHERE league < 29 AND play_offs < 0 | What's the total of number of FA Cup that has a League small than 29 with Play-offs less than 0? | CREATE TABLE table_name_50 (fa_cup VARCHAR, league VARCHAR, play_offs VARCHAR) | Qual é o número total de FA Cup que tem uma Liga menor que 29 com Play-offs menor que 0? |
76,882 | SELECT MIN(play_offs) FROM table_name_48 WHERE league = 4 AND fa_cup > 1 | What's the lowest Play-offs with a League of 4 and FA Cup larger than 1? | CREATE TABLE table_name_48 (play_offs INTEGER, league VARCHAR, fa_cup VARCHAR) | Qual é o menor Play-off com um League of 4 e FA Cup maior que 1? |
76,883 | SELECT COUNT(league) AS Cup FROM table_name_8 WHERE play_offs > 2 AND name = "mitch cook category:articles with hcards" | What's the total number of League Cup with a Play-off larger than 2, and a Name of Mitch Cook Category:Articles with hCards? | CREATE TABLE table_name_8 (league VARCHAR, play_offs VARCHAR, name VARCHAR) | Qual é o número total de Copa da Liga com um Play-off maior que 2 e um Nome de Mitch Cook Categoria:! |
76,884 | SELECT AVG(channel_4_weekly_rank_a) FROM table_name_20 WHERE viewers__millions_ < 2.19 AND airdate = "december 7, 2007" | What is the average Channel 4 weekly rank for less than 2.19 million viewers on December 7, 2007? | CREATE TABLE table_name_20 (channel_4_weekly_rank_a INTEGER, viewers__millions_ VARCHAR, airdate VARCHAR) | Qual é a classificação média semanal do Channel 4 para menos de 2,19 milhões de espectadores em 7 de dezembro de 2007? |
76,885 | SELECT COUNT(viewers__millions_) FROM table_name_94 WHERE airdate = "october 10, 2008" AND channel_4_weekly_rank_a < 30 | What is the number of viewers in millions for the episode on October 10, 2008, and a Channel 4 weekly rank a smaller than 30? | CREATE TABLE table_name_94 (viewers__millions_ VARCHAR, airdate VARCHAR, channel_4_weekly_rank_a VARCHAR) | Qual é o número de telespectadores em milhões para o episódio em 10 de outubro de 2008 e um Channel 4 semanalmente classifica um menor que 30? |
76,886 | SELECT duration FROM table_name_61 WHERE end_time = "21:06" | What is the duration of the flight with end time of 21:06? | CREATE TABLE table_name_61 (duration VARCHAR, end_time VARCHAR) | Qual é a duração do voo com tempo final de 21:06? |
76,887 | SELECT spacecraft FROM table_name_70 WHERE end_time = "4 september 04:51" | What is the spacecraft with end time of 4 September 04:51? | CREATE TABLE table_name_70 (spacecraft VARCHAR, end_time VARCHAR) | O que é a nave espacial com o tempo final de 4 de setembro 04:51? |
76,888 | SELECT crew FROM table_name_73 WHERE end_time = "21:11" | What is the crew with the end time of 21:11? | CREATE TABLE table_name_73 (crew VARCHAR, end_time VARCHAR) | O que é a tripulação com o tempo final de 21:11? |
76,889 | SELECT duration FROM table_name_40 WHERE spacecraft = "expedition 20 iss zvezda" | What is the duration of the Expedition 20 ISS Zvezda? | CREATE TABLE table_name_40 (duration VARCHAR, spacecraft VARCHAR) | Qual é a duração da Expedição 20 ISS Zvezda? |
76,890 | SELECT crew FROM table_name_4 WHERE duration = "12 minutes" | Who was the crew for the duration of 12 minutes? | CREATE TABLE table_name_4 (crew VARCHAR, duration VARCHAR) | Quem foi a tripulação durante 12 minutos? |
76,891 | SELECT SUM(year) FROM table_name_49 WHERE entrant = "connaught engineering" AND points < 0 | Name the sum of year for connaught engineering and points less than 0 | CREATE TABLE table_name_49 (year INTEGER, entrant VARCHAR, points VARCHAR) | Nomear a soma do ano para engenharia connaught e pontos inferiores a 0 |
76,892 | SELECT AVG(win__percentage) FROM table_name_76 WHERE gb_[d_] = "5" | What is the average win percentage of a season with a GB of 5? | CREATE TABLE table_name_76 (win__percentage INTEGER, gb_ VARCHAR, d_ VARCHAR) | Qual é a porcentagem média de vitória de uma temporada com um GB de 5? |
76,893 | SELECT start FROM table_name_49 WHERE laps > 200 | What was the starting position of Joie Chitwood when he finished more than 200 laps? | CREATE TABLE table_name_49 (start VARCHAR, laps INTEGER) | Qual foi a posição inicial de Joie Chitwood quando ele terminou mais de 200 voltas? |
76,894 | SELECT MIN(laps) FROM table_name_72 WHERE qual = "124.619" | What is Chitwood's lowest completed number of laps with a qualifying time of 124.619? | CREATE TABLE table_name_72 (laps INTEGER, qual VARCHAR) | Qual é o menor número de voltas completadas de Chitwood com um tempo de qualificação de 124,619? |
76,895 | SELECT venue FROM table_name_10 WHERE date = "12 september 1998" | Which venue was used on 12 September 1998? | CREATE TABLE table_name_10 (venue VARCHAR, date VARCHAR) | Qual local foi usado em 12 de setembro de 1998? |
76,896 | SELECT score_[a_] FROM table_name_39 WHERE venue = "vanuatu (n)" AND date = "5 september 1998" | What is the score [A] of the match at Vanuatu (n) on 5 September 1998? | CREATE TABLE table_name_39 (score_ VARCHAR, a_ VARCHAR, venue VARCHAR, date VARCHAR) | Qual é a pontuação [A] do jogo no Vanuatu (n) em 5 de setembro de 1998? |
76,897 | SELECT score_[a_] FROM table_name_49 WHERE date = "19 september 1998" | What is the score [A] of the match on 19 September 1998? | CREATE TABLE table_name_49 (score_ VARCHAR, a_ VARCHAR, date VARCHAR) | Qual é a pontuação [A] do jogo em 19 de setembro de 1998? |
76,898 | SELECT score FROM table_name_40 WHERE record = "32–19–7" | What was the score of the game when the record was 32–19–7? | CREATE TABLE table_name_40 (score VARCHAR, record VARCHAR) | Qual foi a pontuação do jogo quando o recorde foi de 327? |
76,899 | SELECT date FROM table_name_78 WHERE record = "9–5–2" | What was the date of the game when the record was 9–5–2? | CREATE TABLE table_name_78 (date VARCHAR, record VARCHAR) | Qual foi a data do jogo quando o recorde foi de 952? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.