Unnamed: 0 int64 0 78.6k | answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 | translated_answer stringlengths 12 992 |
|---|---|---|---|---|
75,000 | SELECT authority FROM table_name_43 WHERE decile < 6 AND roll < 65 | tell me the authority that has a decile less than 6 and roll less than 65. | CREATE TABLE table_name_43 (authority VARCHAR, decile VARCHAR, roll VARCHAR) | Diga-me a autoridade que tem um decil menos de 6 e rolo menos de 65. |
75,001 | SELECT AVG(roll) FROM table_name_83 WHERE name = "pirinoa school" | tell me the average roll for pirinoa school. | CREATE TABLE table_name_83 (roll INTEGER, name VARCHAR) | Diz-me o rolo médio para a escola de pirinoa. |
75,002 | SELECT COUNT(decile) FROM table_name_90 WHERE roll = 251 | tell me the total number of decile with a roll showing 251. | CREATE TABLE table_name_90 (decile VARCHAR, roll VARCHAR) | me diga o número total de decil com um rolo mostrando 251. |
75,003 | SELECT score FROM table_name_69 WHERE year = 2004 | What is the score for 2004? | CREATE TABLE table_name_69 (score VARCHAR, year VARCHAR) | Qual é a pontuação para 2004? |
75,004 | SELECT location FROM table_name_72 WHERE champion = "brigham young-hawaii" AND defeated = "western oregon" AND score = "3-0 (15-5, 15-9, 15-6)" | what is the location when the champion is brigham young-hawaii, defeated is western oregon and the score is 3-0 (15-5, 15-9, 15-6)? | CREATE TABLE table_name_72 (location VARCHAR, score VARCHAR, champion VARCHAR, defeated VARCHAR) | Qual é a localização quando o campeão é brigham young-hawaii, derrotado é o oregon ocidental e o resultado é 3-0 (15-5, 15-9, 15-6)? |
75,005 | SELECT COUNT(year) FROM table_name_96 WHERE location = "san diego, california" AND defeated = "houston baptist (texas)" | what is the year when the location is san diego, california and defeated is houston baptist (texas)? | CREATE TABLE table_name_96 (year VARCHAR, location VARCHAR, defeated VARCHAR) | qual é o ano em que a localização é san diego, california e derrotado é baptista houston (texas)? |
75,006 | SELECT gross_mw FROM table_name_56 WHERE operation_start = "2015" | Operation start of 2015 has what gross mw? | CREATE TABLE table_name_56 (gross_mw VARCHAR, operation_start VARCHAR) | O início da operação de 2015 tem que mw bruto? |
75,007 | SELECT operation_start FROM table_name_44 WHERE gross_mw = "220" AND unit = "kakrapar 1" | Gross MW of 220, and a Unit of kakrapar 1 involves what operation start? | CREATE TABLE table_name_44 (operation_start VARCHAR, gross_mw VARCHAR, unit VARCHAR) | MW bruto de 220, e uma unidade de kakrapar 1 envolve o início da operação? |
75,008 | SELECT gross_mw FROM table_name_94 WHERE type = "phase ii" | Type of phase ii has what gross mw? | CREATE TABLE table_name_94 (gross_mw VARCHAR, type VARCHAR) | Tipo de fase II tem que mw bruto? |
75,009 | SELECT type FROM table_name_61 WHERE construction_start = "phase i" | Construction start of phase i includes what type? | CREATE TABLE table_name_61 (type VARCHAR, construction_start VARCHAR) | O início da construção da fase I inclui que tipo? |
75,010 | SELECT unit FROM table_name_75 WHERE construction_start = "1 december 1984" | Construction start of 1 december 1984 is what unit? | CREATE TABLE table_name_75 (unit VARCHAR, construction_start VARCHAR) | Início da construção de 1 de dezembro de 1984 é qual unidade? |
75,011 | SELECT operation_start FROM table_name_51 WHERE construction_start = "phase ii" | Construction start of phase ii has what operation start? | CREATE TABLE table_name_51 (operation_start VARCHAR, construction_start VARCHAR) | Início da construção da fase II tem que operação começar? |
75,012 | SELECT ungegn FROM table_name_70 WHERE word_form = "ត្រីទស" | what's the ungen for ត្រីទស? | CREATE TABLE table_name_70 (ungegn VARCHAR, word_form VARCHAR) | O que é o Ungen para ? |
75,013 | SELECT notes FROM table_name_59 WHERE khmer = "២៨" | what notes have the khmer ២៨? | CREATE TABLE table_name_59 (notes VARCHAR, khmer VARCHAR) | Que notas têm o khmer ? |
75,014 | SELECT ungegn FROM table_name_23 WHERE khmer = "១០០" | what's the ungegn for the ១០០ khmer? | CREATE TABLE table_name_23 (ungegn VARCHAR, khmer VARCHAR) | Qual é o ungegn para o khmer? |
75,015 | SELECT MAX(population___2010__) FROM table_name_22 WHERE territory = "puerto rico" | What was the population of Puerto Rico in 2010? | CREATE TABLE table_name_22 (population___2010__ INTEGER, territory VARCHAR) | Qual foi a população de Porto Rico em 2010? |
75,016 | SELECT territory FROM table_name_37 WHERE acquired > 1899 AND capital = "saipan" | What is the territory that was acquired past 1899 and has a capital of saipan? | CREATE TABLE table_name_37 (territory VARCHAR, acquired VARCHAR, capital VARCHAR) | Qual é o território que foi adquirido depois de 1899 e tem uma capital de Saipan? |
75,017 | SELECT termination_of_mission FROM table_name_76 WHERE appointed_by = "franklin pierce" | Name the termination of mission for appointed by of franklin pierce | CREATE TABLE table_name_76 (termination_of_mission VARCHAR, appointed_by VARCHAR) | Nomear o término da missão para nomeado por franklin pierce |
75,018 | SELECT representative FROM table_name_45 WHERE presentation_of_credentials = "august 16, 1928" | Name the representative with presentation of credentials of august 16, 1928 | CREATE TABLE table_name_45 (representative VARCHAR, presentation_of_credentials VARCHAR) | Nomear o representante com apresentação de credenciais de 16 de agosto de 1928 |
75,019 | SELECT representative FROM table_name_65 WHERE appointed_by = "george w. bush" AND presentation_of_credentials = "9 november 2007" | Name the representative appointed by george w. bush with presentation of credentials 9 november 2007 | CREATE TABLE table_name_65 (representative VARCHAR, appointed_by VARCHAR, presentation_of_credentials VARCHAR) | Nomear o representante nomeado por george w. mato com apresentação de credenciais 9 de novembro de 2007 |
75,020 | SELECT title FROM table_name_21 WHERE representative = "edward h. strobel" | Name the title with representative edward h. strobel | CREATE TABLE table_name_21 (title VARCHAR, representative VARCHAR) | Nomeie o título com o representante edward h. strobel |
75,021 | SELECT country FROM table_name_43 WHERE money___$__ = 600 | Which Country that has 600? | CREATE TABLE table_name_43 (country VARCHAR, money___$__ VARCHAR) | Que país tem 600? |
75,022 | SELECT to_par FROM table_name_41 WHERE player = "macdonald smith" | What is the to par that has macdonald smith as the player? | CREATE TABLE table_name_41 (to_par VARCHAR, player VARCHAR) | Qual é o par que tem macdonald smith como o jogador? |
75,023 | SELECT country FROM table_name_9 WHERE place = "t6" AND score = 75 - 70 = 145 | Which country has t6 as a place and 75-70=145 as the score? | CREATE TABLE table_name_9 (country VARCHAR, place VARCHAR, score VARCHAR) | Qual país tem o t6 como lugar e 75-70145 como resultado? |
75,024 | SELECT to_par FROM table_name_46 WHERE player = "jimmy hines" | What is the to par that has jimmy hines as the player? | CREATE TABLE table_name_46 (to_par VARCHAR, player VARCHAR) | Qual é o par que tem jimmy hines como o jogador? |
75,025 | SELECT score FROM table_name_27 WHERE place = "t3" | Which score has t3 as the place? | CREATE TABLE table_name_27 (score VARCHAR, place VARCHAR) | Qual pontuação tem t3 como o lugar? |
75,026 | SELECT place FROM table_name_10 WHERE player = "horton smith" | Which place has horton smith as the player? | CREATE TABLE table_name_10 (place VARCHAR, player VARCHAR) | Qual lugar tem Horton Smith como jogador? |
75,027 | SELECT place FROM table_name_88 WHERE country = "united states" AND player = "craig wood" | Which place has United States as the country and Craig Wood as the player? | CREATE TABLE table_name_88 (place VARCHAR, country VARCHAR, player VARCHAR) | Que lugar tem os Estados Unidos como país e Craig Wood como jogador? |
75,028 | SELECT 2013 FROM table_name_94 WHERE 2007 = "a" | What was the 2013 finish for the tournament that had a 2007 finish of A? | CREATE TABLE table_name_94 (Id VARCHAR) | Qual foi o final de 2013 para o torneio que teve um final de 2007 de A? |
75,029 | SELECT 2012 FROM table_name_62 WHERE tournament = "us open" | What was the 2012 finish in the US Open? | CREATE TABLE table_name_62 (tournament VARCHAR) | Qual foi o final de 2012 no US Open? |
75,030 | SELECT tournament FROM table_name_42 WHERE 2010 = "4r" | Which tournament had a 2010 finish of 4R? | CREATE TABLE table_name_42 (tournament VARCHAR) | Qual torneio teve um final de 2010 de 4R? |
75,031 | SELECT qual FROM table_name_70 WHERE rank = "29" AND year = "1957" | What is the qualification for rank of 29 in 1957? | CREATE TABLE table_name_70 (qual VARCHAR, rank VARCHAR, year VARCHAR) | Qual é a qualificação para o posto de 29 em 1957? |
75,032 | SELECT place FROM table_name_46 WHERE to_par = "+3" AND score = 74 - 73 = 147 | What is the Place when the To par was +3 and Score was 74-73=147? | CREATE TABLE table_name_46 (place VARCHAR, to_par VARCHAR, score VARCHAR) | Qual é o lugar quando o To par foi +3 e pontuação foi 74-73147? |
75,033 | SELECT score FROM table_name_62 WHERE to_par = "e" | When the To par is E, what is the Score? | CREATE TABLE table_name_62 (score VARCHAR, to_par VARCHAR) | Quando o par To é E, qual é a pontuação? |
75,034 | SELECT score FROM table_name_63 WHERE player = "lloyd mangrum" | What was Lloyd Mangrum's Score? | CREATE TABLE table_name_63 (score VARCHAR, player VARCHAR) | O que foi o Lloyd Mangrum's Score? |
75,035 | SELECT place FROM table_name_66 WHERE player = "dave douglas" | What Dave Douglas' Place? | CREATE TABLE table_name_66 (place VARCHAR, player VARCHAR) | O que é o Dave Douglas's Place? |
75,036 | SELECT to_par FROM table_name_21 WHERE player = "chick harbert" | What's Chick Harbert's To par? | CREATE TABLE table_name_21 (to_par VARCHAR, player VARCHAR) | O que o Chick Harbert tem a ver com isso? |
75,037 | SELECT player FROM table_name_67 WHERE country = "united states" AND to_par = "+4" AND score = 71 - 77 = 148 | What United States Player has a To par of +4 and a Score of 71-77=148? | CREATE TABLE table_name_67 (player VARCHAR, country VARCHAR, to_par VARCHAR, score VARCHAR) | Qual jogador dos Estados Unidos tem um par de +4 e um placar de 71-77148? |
75,038 | SELECT to_par FROM table_name_69 WHERE country = "south korea" | What is South Korea's to par value? | CREATE TABLE table_name_69 (to_par VARCHAR, country VARCHAR) | O que é a Coreia do Sul para o valor nominal? |
75,039 | SELECT AVG(money___) AS $__ FROM table_name_86 WHERE player = "tiger woods" | What are Tiger Woods' average earnings? | CREATE TABLE table_name_86 (money___ INTEGER, player VARCHAR) | Quais são os ganhos médios da Tiger Woods? |
75,040 | SELECT method FROM table_name_78 WHERE round < 3 AND record = "4-2" | What's the method for a record of 4-2 and round smaller than 3? | CREATE TABLE table_name_78 (method VARCHAR, round VARCHAR, record VARCHAR) | Qual é o método para um registro de 4-2 e redondo menor que 3? |
75,041 | SELECT location FROM table_name_99 WHERE round = 3 AND opponent = "james zikic" | Where's the location for the opponent James Zikic and 3 rounds? | CREATE TABLE table_name_99 (location VARCHAR, round VARCHAR, opponent VARCHAR) | Onde está o local para o adversário James Zikic e 3 rodadas? |
75,042 | SELECT spouse FROM table_name_83 WHERE name = "louise of hesse-kassel" | Name the spouse for louise of hesse-kassel | CREATE TABLE table_name_83 (spouse VARCHAR, name VARCHAR) | Nomear o cônjuge para louise de hesse-kassel |
75,043 | SELECT became_consort FROM table_name_31 WHERE spouse = "christian ix" | Name the became consort for christian ix spouse | CREATE TABLE table_name_31 (became_consort VARCHAR, spouse VARCHAR) | Nome o consorte tornou-se para o cônjuge ix cristão |
75,044 | SELECT marriage FROM table_name_6 WHERE ceased_to_be_consort = "29 september 1898" | Name the marriagefor ceased to be consort of 29 september 1898 | CREATE TABLE table_name_6 (marriage VARCHAR, ceased_to_be_consort VARCHAR) | Nome do casamento para deixou de ser consorte de 29 de setembro de 1898 |
75,045 | SELECT name FROM table_name_71 WHERE spouse = "frederick ix" | Tell me the name of the person married to frederick ix | CREATE TABLE table_name_71 (name VARCHAR, spouse VARCHAR) | Diga-me o nome da pessoa casada com frederick ix |
75,046 | SELECT birth FROM table_name_8 WHERE marriage = "24 may 1935" | Name the birth of the person married 24 may 1935 | CREATE TABLE table_name_8 (birth VARCHAR, marriage VARCHAR) | Nome do nascimento da pessoa casada 24 de maio de 1935 |
75,047 | SELECT AVG(rank) FROM table_name_73 WHERE lane = 6 | What was the rank of the player in lane 6? | CREATE TABLE table_name_73 (rank INTEGER, lane VARCHAR) | Qual foi a classificação do jogador na pista 6? |
75,048 | SELECT AVG(year) FROM table_name_11 WHERE laps = 6 | Name the average year with Laps of 6 | CREATE TABLE table_name_11 (year INTEGER, laps VARCHAR) | Nomear o ano médio com Laps de 6 |
75,049 | SELECT language FROM table_name_64 WHERE number = "553 633" | Which Language has a Number of 553 633? | CREATE TABLE table_name_64 (language VARCHAR, number VARCHAR) | Qual idioma tem um número de 553 633? |
75,050 | SELECT males FROM table_name_76 WHERE percentage___percentage_ = "0.42" | Which Males have a percentage of 0.42? | CREATE TABLE table_name_76 (males VARCHAR, percentage___percentage_ VARCHAR) | Quais homens têm uma porcentagem de 0,42? |
75,051 | SELECT language FROM table_name_69 WHERE percentage___percentage_ = "6.49" | What's the Language with a percentage of 6.49? | CREATE TABLE table_name_69 (language VARCHAR, percentage___percentage_ VARCHAR) | Qual é o idioma com uma porcentagem de 6,49? |
75,052 | SELECT number FROM table_name_33 WHERE language = "other" | What Number has a Language listed as other? | CREATE TABLE table_name_33 (number VARCHAR, language VARCHAR) | Qual número tem um idioma listado como outro? |
75,053 | SELECT MAX(gold) FROM table_name_28 WHERE total > 3 AND bronze < 3 AND nation = "belarus" AND silver > 2 | what is the highest gold count when total is more than 3, bronze less than 3, and nation of belarus with silver count more than 2? | CREATE TABLE table_name_28 (gold INTEGER, silver VARCHAR, nation VARCHAR, total VARCHAR, bronze VARCHAR) | qual é a maior contagem de ouro quando o total é mais de 3, bronze menos de 3, e nação de belarus com contagem de prata mais de 2? |
75,054 | SELECT MIN(bronze) FROM table_name_82 WHERE silver < 0 | with silver count at 0, what is the lowest bronze count? | CREATE TABLE table_name_82 (bronze INTEGER, silver INTEGER) | com contagem de prata em 0, qual é a menor contagem de bronze? |
75,055 | SELECT MIN(gold) FROM table_name_68 WHERE total < 3 AND silver > 1 | what is the gold count with total less than 3 and more than 1 silver? | CREATE TABLE table_name_68 (gold INTEGER, total VARCHAR, silver VARCHAR) | Qual é a contagem de ouro com um total de menos de 3 e mais de 1 prata? |
75,056 | SELECT builder FROM table_name_83 WHERE length = "42.8 m" AND delivery = 2007 | Who built the ship that is 42.8 m long and was delivered in 2007? | CREATE TABLE table_name_83 (builder VARCHAR, length VARCHAR, delivery VARCHAR) | Quem construiu o navio que tem 42,8 m de comprimento e foi entregue em 2007? |
75,057 | SELECT human_resources_ & _operations FROM table_name_14 WHERE year = "2003-2004" | Who was the Human Resources & Operations person between 2003-2004? | CREATE TABLE table_name_14 (human_resources_ VARCHAR, _operations VARCHAR, year VARCHAR) | Quem foi a pessoa de Recursos Humanos e Operações entre 2003-2004? |
75,058 | SELECT local_affairs FROM table_name_9 WHERE human_resources_ & _operations = "n. charles hamilton" | Who was in local affairs when the Human Resources & Operations was N. Charles Hamilton? | CREATE TABLE table_name_9 (local_affairs VARCHAR, human_resources_ VARCHAR, _operations VARCHAR) | Quem estava em assuntos locais quando os Recursos Humanos e Operações foi N. Charles Hamilton? |
75,059 | SELECT human_resources_ & _operations FROM table_name_56 WHERE academic_ & _university_affairs = "david hornsby" | Who was in Human Resources & Operations when David Hornsby was in Academic & University Affairs? | CREATE TABLE table_name_56 (human_resources_ VARCHAR, _operations VARCHAR, academic_ VARCHAR, _university_affairs VARCHAR) | Quem estava em Recursos Humanos e Operações quando David Hornsby estava em Assuntos Acadêmicos e Universitários? |
75,060 | SELECT external_affairs FROM table_name_81 WHERE human_resources_ & _operations = "jakki doyle" | Who was in external affairs when Jakki Doyle was in Human Resources & Operations? | CREATE TABLE table_name_81 (external_affairs VARCHAR, human_resources_ VARCHAR, _operations VARCHAR) | Quem estava em assuntos externos quando Jakki Doyle estava em Recursos Humanos e Operações? |
75,061 | SELECT local_affairs FROM table_name_9 WHERE year = "2012-2013" | Who was in local affairs in 2012-2013? | CREATE TABLE table_name_9 (local_affairs VARCHAR, year VARCHAR) | Quem esteve nos assuntos locais em 2012-2013? |
75,062 | SELECT academic_ & _university_affairs FROM table_name_72 WHERE local_affairs = "andrew langille" | Who was in Academic & University Affairs when Andrew Langille was in local affairs? | CREATE TABLE table_name_72 (academic_ VARCHAR, _university_affairs VARCHAR, local_affairs VARCHAR) | Quem estava em Assuntos Acadêmicos e Universitários quando Andrew Langille estava em assuntos locais? |
75,063 | SELECT perth FROM table_name_51 WHERE gold_coast = "yes" AND adelaide = "yes" AND auckland = "no" | Which Perth's gold coast and Adelaide were yes when Auckland was no? | CREATE TABLE table_name_51 (perth VARCHAR, auckland VARCHAR, gold_coast VARCHAR, adelaide VARCHAR) | Que costa de ouro de Perth e Adelaide eram sim quando Auckland era não? |
75,064 | SELECT melbourne FROM table_name_59 WHERE gold_coast = "yes" AND adelaide = "no" AND sydney = "yes" | Which Melbourne had a gold coast and sydney which were yes, but an adelaide that was no? | CREATE TABLE table_name_59 (melbourne VARCHAR, sydney VARCHAR, gold_coast VARCHAR, adelaide VARCHAR) | Que Melbourne tinha uma costa de ouro e sydney que eram sim, mas um adelaide que era não? |
75,065 | SELECT adelaide FROM table_name_20 WHERE melbourne = "yes" AND auckland = "no" AND perth = "yes" | Which Adelaide's Melbourne and Perth were yes when Auckland was no? | CREATE TABLE table_name_20 (adelaide VARCHAR, perth VARCHAR, melbourne VARCHAR, auckland VARCHAR) | Que Adelaide de Melbourne e Perth eram sim quando Auckland era não? |
75,066 | SELECT sydney FROM table_name_94 WHERE melbourne = "no" AND auckland = "yes" | Which Sydney's Melbourne was no, when Auckland was yes? | CREATE TABLE table_name_94 (sydney VARCHAR, melbourne VARCHAR, auckland VARCHAR) | Que Melbourne de Sydney era não, quando Auckland era sim? |
75,067 | SELECT sydney FROM table_name_47 WHERE gold_coast = "no" AND adelaide = "no" AND melbourne = "no" AND auckland = "no" | Which Syndney's Gold coast, Adelaide, Melbourne, and Auckland were all no? | CREATE TABLE table_name_47 (sydney VARCHAR, auckland VARCHAR, melbourne VARCHAR, gold_coast VARCHAR, adelaide VARCHAR) | Que Syndney's Gold Coast, Adelaide, Melbourne e Auckland eram todos não? |
75,068 | SELECT adelaide FROM table_name_30 WHERE melbourne = "no" AND sydney = "no" AND gold_coast = "no" | Which Adelaide's Melbourne, Sydney, and Gold Coast were all no? | CREATE TABLE table_name_30 (adelaide VARCHAR, gold_coast VARCHAR, melbourne VARCHAR, sydney VARCHAR) | Que Adelaide de Melbourne, Sydney e Gold Coast eram todos não? |
75,069 | SELECT date FROM table_name_2 WHERE type = "plain stage" | Name the date which has type of plain stage | CREATE TABLE table_name_2 (date VARCHAR, type VARCHAR) | Nomear a data que tem o tipo de estágio simples |
75,070 | SELECT distance FROM table_name_3 WHERE course = "vittorio veneto to marina romea" | Name the distance for Course of vittorio veneto to marina romea | CREATE TABLE table_name_3 (distance VARCHAR, course VARCHAR) | Nome a distância para Curso de vittorio veneto a marina romea |
75,071 | SELECT partner FROM table_name_52 WHERE surface = "grass" | Who was the partner that played a match on a grass court? | CREATE TABLE table_name_52 (partner VARCHAR, surface VARCHAR) | Quem foi o parceiro que jogou um jogo em uma quadra de grama? |
75,072 | SELECT score FROM table_name_72 WHERE partner = "mardy fish" | What was the score of the match in which mardy fish was the partner? | CREATE TABLE table_name_72 (score VARCHAR, partner VARCHAR) | Qual foi a pontuação do jogo em que Mardy Fish era a parceira? |
75,073 | SELECT opponents FROM table_name_84 WHERE surface = "hard" AND outcome = "runner-up" | Who were the opponents in the match that was played on a hard court and had a runner-up outcome? | CREATE TABLE table_name_84 (opponents VARCHAR, surface VARCHAR, outcome VARCHAR) | Quem foram os adversários no jogo que foi jogado em uma quadra dura e teve um resultado vice-campeão? |
75,074 | SELECT time FROM table_name_86 WHERE opponent = "phil collins" | What is the time when the opponent is phil collins? | CREATE TABLE table_name_86 (time VARCHAR, opponent VARCHAR) | Qual é o momento em que o oponente é phil collins? |
75,075 | SELECT COUNT(round) FROM table_name_22 WHERE method = "tko (punches)" AND time = "0:40" | what is the total number of rounds when method is tko (punches) and time is 0:40? | CREATE TABLE table_name_22 (round VARCHAR, method VARCHAR, time VARCHAR) | Qual é o número total de rodadas quando o método é tko (punches) e o tempo é 0:40? |
75,076 | SELECT method FROM table_name_5 WHERE time = "0:51" | what is the method when the time is 0:51? | CREATE TABLE table_name_5 (method VARCHAR, time VARCHAR) | Qual é o método quando o tempo é 0:51? |
75,077 | SELECT time FROM table_name_15 WHERE event = "bellator 89" | what is the time when the event is bellator 89? | CREATE TABLE table_name_15 (time VARCHAR, event VARCHAR) | Qual é o momento em que o evento é o bellator 89? |
75,078 | SELECT AVG(debt_as__percentage_of_value) FROM table_name_7 WHERE _percentage_change_on_year = "62" AND operating_income__$m_ > -16 | Name the average debt as % of value for operating income more than -16 and % change on year being 62 | CREATE TABLE table_name_7 (debt_as__percentage_of_value INTEGER, _percentage_change_on_year VARCHAR, operating_income__$m_ VARCHAR) | Nomear a dívida média como % do valor do rendimento operacional superior a -16 e % de variação em relação ao ano de 62 |
75,079 | SELECT country FROM table_name_12 WHERE debt_as__percentage_of_value < 86 AND _percentage_change_on_year = "21" | Name the country where % change on year is 21 and value is less than 86 | CREATE TABLE table_name_12 (country VARCHAR, debt_as__percentage_of_value VARCHAR, _percentage_change_on_year VARCHAR) | Nomear o país em que a variação de % em relação ao ano é 21 e o valor é inferior a 86 |
75,080 | SELECT COUNT(revenue__) AS $m_ FROM table_name_21 WHERE country = "italy" AND team = "internazionale" AND operating_income__$m_ < 27 | Name the total number of revenue for italy with team of internazionale with operating income less than 27 | CREATE TABLE table_name_21 (revenue__ VARCHAR, operating_income__$m_ VARCHAR, country VARCHAR, team VARCHAR) | Nomear o número total de receitas para a Itália com uma equipa de internazionale com um rendimento operacional inferior a 27 |
75,081 | SELECT MAX(revenue__) AS $m_ FROM table_name_92 WHERE operating_income__$m_ > 27 AND team = "hamburg" AND debt_as__percentage_of_value < 0 | Name the most revenue for operating income more than 27 for hamburg and debt as % of value less than 0 | CREATE TABLE table_name_92 (revenue__ INTEGER, debt_as__percentage_of_value VARCHAR, operating_income__$m_ VARCHAR, team VARCHAR) | Nomear o maior volume de receitas do rendimento operacional mais de 27 para o hamburg e a dívida em % do valor inferior a 0 |
75,082 | SELECT result FROM table_name_29 WHERE h___a = "h" AND round = "r6 replay" | What is the result for an H/A of H and a round value of R6 replay? | CREATE TABLE table_name_29 (result VARCHAR, h___a VARCHAR, round VARCHAR) | Qual é o resultado para um H/A de H e um valor redondo de R6 replay? |
75,083 | SELECT kick_off FROM table_name_23 WHERE round = "r4" | What was the kickoff date for the round value of R4? | CREATE TABLE table_name_23 (kick_off VARCHAR, round VARCHAR) | Qual foi a data de lançamento para o valor redondo de R4? |
75,084 | SELECT country FROM table_name_22 WHERE player = "henry picard" | What country was Henry Picard from? | CREATE TABLE table_name_22 (country VARCHAR, player VARCHAR) | De que país era Henry Picard? |
75,085 | SELECT SUM(inversions) FROM table_name_89 WHERE opened = "april 20, 2002" | Name the sum of inversions for opened of april 20, 2002 | CREATE TABLE table_name_89 (inversions INTEGER, opened VARCHAR) | Nomear a soma das inversões para abertura de 20 de abril de 2002 |
75,086 | SELECT opened FROM table_name_59 WHERE country = "spain" | Name the opened for spain | CREATE TABLE table_name_59 (opened VARCHAR, country VARCHAR) | Nome do aberto para a Espanha |
75,087 | SELECT status FROM table_name_29 WHERE park = "six flags new england" | Name the status for six flags new england | CREATE TABLE table_name_29 (status VARCHAR, park VARCHAR) | Nomear o status de seis bandeiras da nova Inglaterra |
75,088 | SELECT to_par FROM table_name_30 WHERE money___£__ = "200,000" AND country = "australia" | Name the to par with money of 200,000 for australia | CREATE TABLE table_name_30 (to_par VARCHAR, money___£__ VARCHAR, country VARCHAR) | Nomear o par com o dinheiro de 200.000 para austrália |
75,089 | SELECT money___£__ FROM table_name_73 WHERE country = "ireland" | Name the money for ireland | CREATE TABLE table_name_73 (money___£__ VARCHAR, country VARCHAR) | Nomeie o dinheiro para a Irlanda |
75,090 | SELECT money___£__ FROM table_name_56 WHERE player = "pádraig harrington" | Name the money for pádraig harrington | CREATE TABLE table_name_56 (money___£__ VARCHAR, player VARCHAR) | Nomeie o dinheiro para o pádraig harrington |
75,091 | SELECT to_par FROM table_name_84 WHERE score = 69 - 73 - 68 - 70 = 280 | Name the to par for score of 69-73-68-70=280 | CREATE TABLE table_name_84 (to_par VARCHAR, score VARCHAR) | Nome do par para o resultado de 69-73-68-70280 |
75,092 | SELECT money___£__ FROM table_name_49 WHERE to_par = "-6" | Name the money for the to par of -6 | CREATE TABLE table_name_49 (money___£__ VARCHAR, to_par VARCHAR) | Nomeie o dinheiro para o par de -6 |
75,093 | SELECT term_end FROM table_name_85 WHERE party = "centre party" | On what date or dates did the term with the Centre Party end? | CREATE TABLE table_name_85 (term_end VARCHAR, party VARCHAR) | Em que data ou datas terminou o termo com o Partido do Centro? |
75,094 | SELECT term_end FROM table_name_72 WHERE governments = "27" AND minister = "tzachi hanegbi" | When did the term end for the term that had government 27 and Minister Tzachi Hanegbi? | CREATE TABLE table_name_72 (term_end VARCHAR, governments VARCHAR, minister VARCHAR) | Quando terminou o termo para o mandato que tinha o governo 27 e o ministro Tzachi Hanegbi? |
75,095 | SELECT location___state FROM table_name_5 WHERE circuit = "wanneroo raceway" | What is the location/state of the race on the Wanneroo raceway? | CREATE TABLE table_name_5 (location___state VARCHAR, circuit VARCHAR) | Qual é a localização/estado da corrida na pista de Wanneroo? |
75,096 | SELECT location___state FROM table_name_60 WHERE race_title = "launceston" | What is the location/state of the Launceston race? | CREATE TABLE table_name_60 (location___state VARCHAR, race_title VARCHAR) | Qual é a localização/estado da corrida de Launceston? |
75,097 | SELECT team FROM table_name_55 WHERE winner = "dick johnson" | What is the team of winner Dick Johnson? | CREATE TABLE table_name_55 (team VARCHAR, winner VARCHAR) | Qual é a equipe do vencedor Dick Johnson? |
75,098 | SELECT race_title FROM table_name_8 WHERE team = "jps team bmw" AND circuit = "oran park raceway" | What is the race title of the Oran Park raceway circuit with team jps team bmw? | CREATE TABLE table_name_8 (race_title VARCHAR, team VARCHAR, circuit VARCHAR) | Qual é o título de corrida do circuito de pista de Oran Park com a equipe de jps da equipe bmw? |
75,099 | SELECT COUNT(population__hervey_bay_) FROM table_name_94 WHERE population__woocoo_ < 640 AND population__maryborough_ < 19 OFFSET 257 | Name the total number of population hervey bay with population woocoo less than 640 and population of maryborough less than 19,257 | CREATE TABLE table_name_94 (population__hervey_bay_ VARCHAR, population__woocoo_ VARCHAR, population__maryborough_ VARCHAR) | Nomear o número total de população baía hervey com população woocoo menos de 640 e população de maryborough menos de 19,257 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.