Unnamed: 0 int64 0 78.6k | answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 | translated_answer stringlengths 12 992 |
|---|---|---|---|---|
74,700 | SELECT loss FROM table_name_57 WHERE opponent = "rangers" AND attendance > 43 OFFSET 211 | What was the Loss when the opponent was the Rangers and the attendance was greater than 43,211? | CREATE TABLE table_name_57 (loss VARCHAR, opponent VARCHAR, attendance VARCHAR) | O que foi a derrota quando o adversário era o Rangers e o comparecimento foi maior do que 43.211? |
74,701 | SELECT 2012 FROM table_name_18 WHERE 2007 = "2r" AND 2009 = "1r" | What was the 2012 result associated with a 2007 finish of 2R and a 2009 of 1R? | CREATE TABLE table_name_18 (Id VARCHAR) | Qual foi o resultado de 2012 associado a um final de 2007 de 2R e um 2009 de 1R? |
74,702 | SELECT 2009 FROM table_name_2 WHERE 2012 = "1r" AND 2007 = "2r" | What was the 2009 result associated with a 2012 of 1R and a 2007 of 2R? | CREATE TABLE table_name_2 (Id VARCHAR) | Qual foi o resultado de 2009 associado a um 2012 de 1R e um 2007 de 2R? |
74,703 | SELECT 2008 FROM table_name_36 WHERE 2009 = "a" AND 2011 = "2r" | What was the 2008 result associated with a 2009 of A and a 2011 of 2R? | CREATE TABLE table_name_36 (Id VARCHAR) | Qual foi o resultado de 2008 associado a um 2009 de A e um 2011 de 2R? |
74,704 | SELECT tournament FROM table_name_34 WHERE 2007 = "lq" | In which tournament did Pauline Parmentier finish LQ in 2007? | CREATE TABLE table_name_34 (tournament VARCHAR) | Em que torneio Pauline Parmentier terminou o LQ em 2007? |
74,705 | SELECT player_name FROM table_name_23 WHERE matches = "51" | Name the player name with matches of 51 | CREATE TABLE table_name_23 (player_name VARCHAR, matches VARCHAR) | Nomeie o nome do jogador com as partidas de 51 |
74,706 | SELECT position FROM table_name_6 WHERE country = "brazil" AND period = "2008" AND goals = "0 1" | Name the position for brazil 2008 with goals of 0 1 | CREATE TABLE table_name_6 (position VARCHAR, goals VARCHAR, country VARCHAR, period VARCHAR) | Nomear a posição para o brasil 2008 com metas de 0 1 |
74,707 | SELECT goals FROM table_name_38 WHERE matches = "21" | Name the goals with matches of 21 | CREATE TABLE table_name_38 (goals VARCHAR, matches VARCHAR) | Nomeie os gols com os jogos de 21 |
74,708 | SELECT period FROM table_name_56 WHERE matches = "0 0" AND country = "portugal" | Name the period with matches of 0 0 of portugal | CREATE TABLE table_name_56 (period VARCHAR, matches VARCHAR, country VARCHAR) | Nomeie o período com correspondências de 0 0 de portugal |
74,709 | SELECT opponents FROM table_name_9 WHERE round = "round 5" | Name the opponents for round of round 5 | CREATE TABLE table_name_9 (opponents VARCHAR, round VARCHAR) | Nomear os adversários para rodada de rodada 5 |
74,710 | SELECT attendance FROM table_name_72 WHERE date = "4 january 2004" | Name the attendance for 4 january 2004 | CREATE TABLE table_name_72 (attendance VARCHAR, date VARCHAR) | Nomeie o comparecimento para 4 de janeiro de 2004 |
74,711 | SELECT MAX(attendance) FROM table_name_64 WHERE date = "25 january 2004" | Name the most attendance for 25 january 2004 | CREATE TABLE table_name_64 (attendance INTEGER, date VARCHAR) | Nomear o maior número de participantes para 25 de janeiro de 2004 |
74,712 | SELECT AVG(attendance) FROM table_name_54 WHERE round = "final" | What is the average Attendance for the final round? | CREATE TABLE table_name_54 (attendance INTEGER, round VARCHAR) | Qual é a média de atendimento para a rodada final? |
74,713 | SELECT MIN(attendance) FROM table_name_67 WHERE h___a = "h" AND opponents = "roma" | What is the smallest number of people to attend a game with an H/A of h and the opponent was Roma? | CREATE TABLE table_name_67 (attendance INTEGER, h___a VARCHAR, opponents VARCHAR) | Qual é o menor número de pessoas para participar de um jogo com um H / A de h e o adversário era Roma? |
74,714 | SELECT game FROM table_name_54 WHERE pov_character = "quentyn martell" | Which game does the quentyn martell have? | CREATE TABLE table_name_54 (game VARCHAR, pov_character VARCHAR) | Qual jogo o Quentyn Martell tem? |
74,715 | SELECT storm FROM table_name_58 WHERE dance = "4" AND clash = "3" | Which storm has a clash of 3 and a dance of 4? | CREATE TABLE table_name_58 (storm VARCHAR, dance VARCHAR, clash VARCHAR) | Qual tempestade tem um choque de 3 e uma dança de 4? |
74,716 | SELECT melbourne FROM table_name_38 WHERE perth = "no" AND adelaide = "no" AND auckland = "no" AND sydney = "yes" | Name the melbourne with perth, adelaide and auckland of no with sydney of yes | CREATE TABLE table_name_38 (melbourne VARCHAR, sydney VARCHAR, auckland VARCHAR, perth VARCHAR, adelaide VARCHAR) | Nomeie o melbourne com perth, adelaide e auckland do não com sydney do sim |
74,717 | SELECT gold_coast FROM table_name_88 WHERE auckland = "no" AND melbourne = "yes" | Name the gold coast which has an auckland of no and melbourne of yes | CREATE TABLE table_name_88 (gold_coast VARCHAR, auckland VARCHAR, melbourne VARCHAR) | Nomeie a costa de ouro que tem uma auckland do não e melbourne do sim |
74,718 | SELECT sydney FROM table_name_53 WHERE perth = "no" AND adelaide = "no" AND melbourne = "yes" AND gold_coast = "yes" | Name the sydney with perth of no, adelaide of no with melbourne of yes and gold coast of yes | CREATE TABLE table_name_53 (sydney VARCHAR, gold_coast VARCHAR, melbourne VARCHAR, perth VARCHAR, adelaide VARCHAR) | Nomeie o sydney com perth do não, adelaide do não com melbourne do sim e costa do ouro do sim |
74,719 | SELECT adelaide FROM table_name_6 WHERE sydney = "yes" AND perth = "yes" | Name the Adelaide for Sydney of yes and Perth of yes | CREATE TABLE table_name_6 (adelaide VARCHAR, sydney VARCHAR, perth VARCHAR) | Nomear a Adelaide para Sydney de sim e Perth de sim |
74,720 | SELECT melbourne FROM table_name_49 WHERE adelaide = "no" AND auckland = "yes" AND gold_coast = "no" | Name the melbourne for adelaide of no with auckland of yes and gold coast of yes | CREATE TABLE table_name_49 (melbourne VARCHAR, gold_coast VARCHAR, adelaide VARCHAR, auckland VARCHAR) | Nomeie o melbourne para adelaide do não com auckland do sim e a costa do ouro do sim |
74,721 | SELECT Prime AS minister FROM table_name_71 WHERE minister = "antoine wehenkel" | Who is the Prime Minister of Antoine Wehenkel? | CREATE TABLE table_name_71 (Prime VARCHAR, minister VARCHAR) | Quem é o primeiro-ministro de Antoine Wehenkel? |
74,722 | SELECT MIN(wins) FROM table_name_49 WHERE year < 1964 AND points > 7 | What is the least amount of wins earlier than 1964 with more than 7 points? | CREATE TABLE table_name_49 (wins INTEGER, year VARCHAR, points VARCHAR) | Qual é a menor quantidade de vitórias antes de 1964 com mais de 7 pontos? |
74,723 | SELECT MIN(points) FROM table_name_57 WHERE class = "125cc" AND wins = 1 AND year < 1961 | What is the least points for class 125cc with 1 win earlier than 1961? | CREATE TABLE table_name_57 (points INTEGER, year VARCHAR, class VARCHAR, wins VARCHAR) | Qual é o mínimo de pontos para a classe 125cc com 1 vitória antes de 1961? |
74,724 | SELECT wins FROM table_name_6 WHERE points = 7 | What is the number of wins when there are 7 points? | CREATE TABLE table_name_6 (wins VARCHAR, points VARCHAR) | Qual é o número de vitórias quando há 7 pontos? |
74,725 | SELECT MIN(points) FROM table_name_95 WHERE wins = 1 | What is the least amount of points when there is 1 win? | CREATE TABLE table_name_95 (points INTEGER, wins VARCHAR) | Qual é a menor quantidade de pontos quando há 1 vitória? |
74,726 | SELECT club FROM table_name_38 WHERE goals_for > 35 AND draws > 7 AND losses = 20 | What club has more than 35 goals, more than 7 draws, and 20 losses? | CREATE TABLE table_name_38 (club VARCHAR, losses VARCHAR, goals_for VARCHAR, draws VARCHAR) | Qual clube tem mais de 35 gols, mais de 7 empates e 20 derrotas? |
74,727 | SELECT SUM(goals_for) FROM table_name_5 WHERE draws > 9 AND played > 38 | How many goals have more than 38 played and more than 9 draws? | CREATE TABLE table_name_5 (goals_for INTEGER, draws VARCHAR, played VARCHAR) | Quantos gols já jogaram mais de 38 e mais de 9 empates? |
74,728 | SELECT MIN(losses) FROM table_name_32 WHERE goals_against > 59 AND position > 17 | How many losses has more than 59 goals against and more than 17 position? | CREATE TABLE table_name_32 (losses INTEGER, goals_against VARCHAR, position VARCHAR) | Quantas derrotas tem mais de 59 gols contra e mais de 17 posições? |
74,729 | SELECT date FROM table_name_66 WHERE meet = "2007 pan american games" AND time = "1:07.78" | On what Date was the Meet of 2007 Pan American Games with a Time of 1:07.78? | CREATE TABLE table_name_66 (date VARCHAR, meet VARCHAR, time VARCHAR) | Em que data foi a reunião dos Jogos Pan-Americanos de 2007 com um tempo de 1:07.78? |
74,730 | SELECT nationality FROM table_name_98 WHERE time = "2:07.64" | What Nationality's time is 2:07.64? | CREATE TABLE table_name_98 (nationality VARCHAR, time VARCHAR) | Que Nacionalidade é o tempo de 2:07.64? |
74,731 | SELECT event FROM table_name_4 WHERE time = "4:01.00" | What Event's Time is 4:01.00? | CREATE TABLE table_name_4 (event VARCHAR, time VARCHAR) | Qual é a hora do evento 4:01.00? |
74,732 | SELECT location FROM table_name_87 WHERE nationality = "united states" AND time = "2:25.62" | In what Location in the United States the Time 2:25.62? | CREATE TABLE table_name_87 (location VARCHAR, nationality VARCHAR, time VARCHAR) | Em que localização nos Estados Unidos o tempo 2:25.62? |
74,733 | SELECT playoffs FROM table_name_54 WHERE year > 1975 AND record = "13–11" | Year larger than 1975, and a Record of 13–11 is what playoffs? | CREATE TABLE table_name_54 (playoffs VARCHAR, year VARCHAR, record VARCHAR) | Ano maior do que 1975, e um recorde de 13-11 é o que os playoffs? |
74,734 | SELECT venue FROM table_name_57 WHERE year < 2005 AND category = "world class" AND result = "bronze" | What are the venues prior to 2005 in the World Class category that resulted in a bronze? | CREATE TABLE table_name_57 (venue VARCHAR, result VARCHAR, year VARCHAR, category VARCHAR) | Quais são os locais antes de 2005 na categoria Classe Mundial que resultou em um bronze? |
74,735 | SELECT competition FROM table_name_10 WHERE year < 2006 AND venue = "svk nitra" | What are the competitions that occurred before 2006 in SVK Nitra? | CREATE TABLE table_name_10 (competition VARCHAR, year VARCHAR, venue VARCHAR) | Quais são as competições que ocorreram antes de 2006 em SVK Nitra? |
74,736 | SELECT category FROM table_name_93 WHERE year > 2007 AND competition = "world championships" | What are the categories of events that occurred after 2007 that were World Championships? | CREATE TABLE table_name_93 (category VARCHAR, year VARCHAR, competition VARCHAR) | Quais são as categorias de eventos que ocorreram depois de 2007 que foram Campeonatos do Mundo? |
74,737 | SELECT result FROM table_name_22 WHERE year < 2010 AND venue = "nor elverum" | What was the result of events held at Nor Elverum, prior to 2010? | CREATE TABLE table_name_22 (result VARCHAR, year VARCHAR, venue VARCHAR) | Qual foi o resultado dos eventos realizados no Nor Elverum, antes de 2010? |
74,738 | SELECT competition FROM table_name_17 WHERE year = 2003 | What was the competition held in 2003? | CREATE TABLE table_name_17 (competition VARCHAR, year VARCHAR) | Qual foi a competição realizada em 2003? |
74,739 | SELECT chassis FROM table_name_33 WHERE entrant = "scuderia ferrari" AND points > 1 | What chassis type does a scuderia ferrari with more than 1 point have? | CREATE TABLE table_name_33 (chassis VARCHAR, entrant VARCHAR, points VARCHAR) | Que tipo de chassi tem um scuderia ferrari com mais de 1 ponto? |
74,740 | SELECT chassis FROM table_name_80 WHERE engine = "ferrari flat-12" AND points > 1 | A ferrari flat-12 engine with more than 1 point has what kind of chassis? | CREATE TABLE table_name_80 (chassis VARCHAR, engine VARCHAR, points VARCHAR) | Um motor furari flat-12 com mais de 1 ponto tem que tipo de chassi? |
74,741 | SELECT AVG(year) FROM table_name_91 WHERE chassis = "merzario a2" | What is the average year for a merzario a2 chassis? | CREATE TABLE table_name_91 (year INTEGER, chassis VARCHAR) | Qual é o ano médio para um chassis merzario a2? |
74,742 | SELECT record FROM table_name_87 WHERE visitor = "chicago black hawks" AND date = "november 24" | What was the team's record when they played visitor team Chicago Black Hawks on November 24? | CREATE TABLE table_name_87 (record VARCHAR, visitor VARCHAR, date VARCHAR) | Qual foi o recorde da equipe quando eles jogaram o time visitante Chicago Black Hawks em 24 de novembro? |
74,743 | SELECT visitor FROM table_name_77 WHERE home = "chicago black hawks" AND date = "march 20" | What is the name of the visitor team who played home team Chicago Black Hawks on March 20? | CREATE TABLE table_name_77 (visitor VARCHAR, home VARCHAR, date VARCHAR) | Qual é o nome da equipe visitante que jogou o time da casa Chicago Black Hawks em 20 de março? |
74,744 | SELECT record FROM table_name_38 WHERE date = "november 12" | What was the team's record on November 12? | CREATE TABLE table_name_38 (record VARCHAR, date VARCHAR) | Qual foi o recorde da equipe em 12 de novembro? |
74,745 | SELECT champion FROM table_name_33 WHERE year = "1981" | What champion has 1981 as the year? | CREATE TABLE table_name_33 (champion VARCHAR, year VARCHAR) | Qual campeão tem 1981 como o ano? |
74,746 | SELECT date_final FROM table_name_59 WHERE year = "1982" | What date final has 1982 as the year? | CREATE TABLE table_name_59 (date_final VARCHAR, year VARCHAR) | Que data final tem 1982 como o ano? |
74,747 | SELECT prize_money FROM table_name_56 WHERE commercial_name = "michelob light challenge of champions" | What prize money has michelob light challenge of champions as the commercial name? | CREATE TABLE table_name_56 (prize_money VARCHAR, commercial_name VARCHAR) | Qual prêmio em dinheiro tem michelob desafio leve de campeões como o nome comercial? |
74,748 | SELECT date_final FROM table_name_90 WHERE year = "1989" | What date final has 1989 as the year? | CREATE TABLE table_name_90 (date_final VARCHAR, year VARCHAR) | Que data final tem 1989 como o ano? |
74,749 | SELECT score_in_final FROM table_name_54 WHERE champion = "boris becker" | What score in final has boris becker as the champion? | CREATE TABLE table_name_54 (score_in_final VARCHAR, champion VARCHAR) | Qual pontuação na final tem boris becker como campeão? |
74,750 | SELECT MAX(points) FROM table_name_9 WHERE engine = "alta straight-4" AND entrant = "connaught engineering" AND year < 1957 | What is the greatest point of an Entrant of connaught engineering alta straight-4 engine before 1957 | CREATE TABLE table_name_9 (points INTEGER, year VARCHAR, engine VARCHAR, entrant VARCHAR) | Qual é o maior ponto de um participante de engenharia connaught alta straight-4 motor antes de 1957 |
74,751 | SELECT engine FROM table_name_71 WHERE chassis = "connaught type b" AND year > 1957 | What 1957 engine has a Chassis of connaught type b? | CREATE TABLE table_name_71 (engine VARCHAR, chassis VARCHAR, year VARCHAR) | Que motor de 1957 tem um chassi de connaught tipo b? |
74,752 | SELECT date FROM table_name_89 WHERE winning_score = −9(72 - 68 - 64 - 67 = 271) | When was the winning score −9 (72-68-64-67=271)? | CREATE TABLE table_name_89 (date VARCHAR, winning_score VARCHAR) | Quando foi a pontuação vencedora 9 (72-68-64-67-271)? |
74,753 | SELECT margin_of_victory FROM table_name_77 WHERE tournament = "mississippi gulf resort classic" | What was the margin of victory for the Mississippi Gulf Resort Classic? | CREATE TABLE table_name_77 (margin_of_victory VARCHAR, tournament VARCHAR) | Qual foi a margem de vitória para o Mississippi Gulf Resort Classic? |
74,754 | SELECT margin_of_victory FROM table_name_53 WHERE runner_s__up = "mark calcavecchia" | What was the margin of victory when Mark Calcavecchia was the runner-up? | CREATE TABLE table_name_53 (margin_of_victory VARCHAR, runner_s__up VARCHAR) | Qual foi a margem de vitória quando Mark Calcavecchia foi o vice-campeão? |
74,755 | SELECT date FROM table_name_24 WHERE margin_of_victory = "1 stroke" AND tournament = "the ace group classic" | What was the date of the Ace Group Classic tournament with a 1 stroke margin of victory? | CREATE TABLE table_name_24 (date VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR) | Qual foi a data do torneio Ace Group Classic com uma margem de 1 golpe de vitória? |
74,756 | SELECT margin_of_victory FROM table_name_84 WHERE winning_score = −9(72 - 68 - 64 - 67 = 271) | What was the margin of victory when the winning score was −9 (72-68-64-67=271)? | CREATE TABLE table_name_84 (margin_of_victory VARCHAR, winning_score VARCHAR) | Qual foi a margem de vitória quando a pontuação vencedora foi de 9 (72-68-64-67-271)? |
74,757 | SELECT AVG(round) FROM table_name_65 WHERE position = "te" | What is the average round for te position? | CREATE TABLE table_name_65 (round INTEGER, position VARCHAR) | Qual é a média de volta para a posição te? |
74,758 | SELECT AVG(overall) FROM table_name_91 WHERE player = "james davis" | Name the average overall for james davis | CREATE TABLE table_name_91 (overall INTEGER, player VARCHAR) | Nomear a média geral para james davis |
74,759 | SELECT MAX(overall) FROM table_name_89 WHERE player = "james davis" AND round > 5 | Name the most overall for james davis and round more than 5 | CREATE TABLE table_name_89 (overall INTEGER, player VARCHAR, round VARCHAR) | Nomeie o mais geral para james davis e arredondar mais de 5 |
74,760 | SELECT COUNT(overall) FROM table_name_20 WHERE college = "villanova" AND round < 2 | Name the total number of overall for villanova and round less than 2 | CREATE TABLE table_name_20 (overall VARCHAR, college VARCHAR, round VARCHAR) | Nomear o número total de total para villanova e rodada menos de 2 |
74,761 | SELECT state FROM table_name_8 WHERE mountain_peak = "mount chiginagak" | Which state is Mount Chiginagak located in? | CREATE TABLE table_name_8 (state VARCHAR, mountain_peak VARCHAR) | Em que estado está o Mount Chiginagak? |
74,762 | SELECT circumstances FROM table_name_62 WHERE location = "baghlan" | What were the circumstances for the Baghlan location? | CREATE TABLE table_name_62 (circumstances VARCHAR, location VARCHAR) | Quais foram as circunstâncias para a localização de Baghlan? |
74,763 | SELECT casualties FROM table_name_64 WHERE location = "baghlan" | What were the casualties in the Baghlan location? | CREATE TABLE table_name_64 (casualties VARCHAR, location VARCHAR) | Quais foram as vítimas no local de Baghlan? |
74,764 | SELECT date FROM table_name_12 WHERE circumstances = "natural cause" | What was the date of natural cause situation? | CREATE TABLE table_name_12 (date VARCHAR, circumstances VARCHAR) | Qual foi a data da situação de causa natural? |
74,765 | SELECT gold_coast FROM table_name_49 WHERE perth = "no" AND sydney = "yes" AND auckland = "yes" | Which Gold Coast has a Perth of no, a Sydney of yes, and an Auckland of yes? | CREATE TABLE table_name_49 (gold_coast VARCHAR, auckland VARCHAR, perth VARCHAR, sydney VARCHAR) | Qual Gold Coast tem uma Perth de não, uma Sydney de sim e uma Auckland de sim? |
74,766 | SELECT melbourne FROM table_name_14 WHERE auckland = "no" AND gold_coast = "no" | Which Melbourne has an Auckland of no, and a Gold Coast of no? | CREATE TABLE table_name_14 (melbourne VARCHAR, auckland VARCHAR, gold_coast VARCHAR) | Que Melbourne tem um Auckland de não, e uma Gold Coast de não? |
74,767 | SELECT adelaide FROM table_name_2 WHERE melbourne = "yes" AND auckland = "yes" AND perth = "yes" | Which Adelaide has a Melbourne of yes, an Auckland of yes, and a Perth of yes? | CREATE TABLE table_name_2 (adelaide VARCHAR, perth VARCHAR, melbourne VARCHAR, auckland VARCHAR) | Que Adelaide tem um Melbourne de sim, um Auckland de sim, e um Perth de sim? |
74,768 | SELECT sydney FROM table_name_27 WHERE perth = "no" AND melbourne = "yes" AND gold_coast = "no" | Which Sydney has a Perth of no, a Melbourne of yes, and a Gold Coast of no? | CREATE TABLE table_name_27 (sydney VARCHAR, gold_coast VARCHAR, perth VARCHAR, melbourne VARCHAR) | Que Sydney tem uma Perth de não, uma Melbourne de sim, e uma Gold Coast de não? |
74,769 | SELECT auckland FROM table_name_1 WHERE adelaide = "no" AND melbourne = "yes" AND sydney = "yes" | Which Auckland has an Adelaide of no, a Melbourne of yes, and a Sydney of yes? | CREATE TABLE table_name_1 (auckland VARCHAR, sydney VARCHAR, adelaide VARCHAR, melbourne VARCHAR) | Que Auckland tem uma Adelaide de não, uma Melbourne de sim, e uma Sydney de sim? |
74,770 | SELECT adelaide FROM table_name_39 WHERE auckland = "yes" AND melbourne = "yes" AND perth = "yes" AND sydney = "cancelled" | Which Adelaide has an Auckland of yes, a Melbourne of yes, a Perth of yes, and a Sydney of cancelled? | CREATE TABLE table_name_39 (adelaide VARCHAR, sydney VARCHAR, perth VARCHAR, auckland VARCHAR, melbourne VARCHAR) | Que Adelaide tem um Auckland de sim, um Melbourne de sim, um Perth de sim, e um Sydney de cancelado? |
74,771 | SELECT owner_s_ FROM table_name_75 WHERE team = "rss racing" AND driver_s_ = "ryan sieg" | Who is the owner of RSS Racing that driver Ryan Sieg belongs to? | CREATE TABLE table_name_75 (owner_s_ VARCHAR, team VARCHAR, driver_s_ VARCHAR) | A quem pertence o proprietário da RSS Racing que conduz Ryan Sieg? |
74,772 | SELECT driver_s_ FROM table_name_21 WHERE primary_sponsor_s_ = "parts plus" | Parts Plus sponsors what driver? | CREATE TABLE table_name_21 (driver_s_ VARCHAR, primary_sponsor_s_ VARCHAR) | A Parts Plus patrocina qual motorista? |
74,773 | SELECT owner_s_ FROM table_name_61 WHERE team = "nts motorsports" AND primary_sponsor_s_ = "qore-24" | Who is the owner of NTS Motorsports sponsored by Qore-24? | CREATE TABLE table_name_61 (owner_s_ VARCHAR, team VARCHAR, primary_sponsor_s_ VARCHAR) | Quem é o proprietário do NTS Motorsports patrocinado pela Qore-24? |
74,774 | SELECT crew_chief FROM table_name_27 WHERE driver_s_ = "matt kurzejewski" | Who is the crew chief, of driver Matt kurzejewski? | CREATE TABLE table_name_27 (crew_chief VARCHAR, driver_s_ VARCHAR) | Quem é o chefe da tripulação, do motorista Matt Kurzejewski? |
74,775 | SELECT driver_s_ FROM table_name_18 WHERE crew_chief = "gary ritter" | Who is the driver that has a crew chief Gary Ritter? | CREATE TABLE table_name_18 (driver_s_ VARCHAR, crew_chief VARCHAR) | Quem é o motorista que tem um chefe de tripulação Gary Ritter? |
74,776 | SELECT award FROM table_name_24 WHERE year = 2009 AND category = "songwriter of the year" | what is the award for the 2009 songwriter of the year? | CREATE TABLE table_name_24 (award VARCHAR, year VARCHAR, category VARCHAR) | Qual é o prêmio para o compositor do ano de 2009? |
74,777 | SELECT category FROM table_name_38 WHERE award = "people's choice awards" | what is the category that has the people's choice awards? | CREATE TABLE table_name_38 (category VARCHAR, award VARCHAR) | Qual é a categoria que tem os prêmios de escolha do povo? |
74,778 | SELECT COUNT(year) FROM table_name_77 WHERE nominated_work = "general" AND category = "choice breakthrough artist" | what year has general nominated in the category or choice breakthrough artist? | CREATE TABLE table_name_77 (year VARCHAR, nominated_work VARCHAR, category VARCHAR) | em que ano o general nomeou na categoria ou no artista da descoberta da escolha? |
74,779 | SELECT score FROM table_name_35 WHERE date = "6 february 2008" | What was the score on 6 February 2008? | CREATE TABLE table_name_35 (score VARCHAR, date VARCHAR) | Qual foi a pontuação em 6 de fevereiro de 2008? |
74,780 | SELECT competition FROM table_name_41 WHERE date = "14 november 2012" | Which competition was held on 14 November 2012? | CREATE TABLE table_name_41 (competition VARCHAR, date VARCHAR) | Qual competição foi realizada em 14 de novembro de 2012? |
74,781 | SELECT competition FROM table_name_85 WHERE date = "10 august 2011" | What competition took place on 10 August 2011? | CREATE TABLE table_name_85 (competition VARCHAR, date VARCHAR) | Qual competição aconteceu em 10 de agosto de 2011? |
74,782 | SELECT AVG(year) FROM table_name_49 WHERE chassis = "cooper t60" | What is the average Year with Chassis equalling cooper t60? | CREATE TABLE table_name_49 (year INTEGER, chassis VARCHAR) | Qual é o ano médio com Chassis igualando cooper t60? |
74,783 | SELECT chassis FROM table_name_26 WHERE entrant = "cooper car company" AND year = 1963 | Which Chassis has an Entrant of cooper car company, and a Year of 1963? | CREATE TABLE table_name_26 (chassis VARCHAR, entrant VARCHAR, year VARCHAR) | Qual Chassis tem um Participante da empresa de carros Cooper, e um Ano de 1963? |
74,784 | SELECT entrant FROM table_name_44 WHERE engine = "climax straight-4" AND points > 0 | Which Entrant has an Engine of climax straight-4, and Points larger than 0? | CREATE TABLE table_name_44 (entrant VARCHAR, engine VARCHAR, points VARCHAR) | Qual Participante tem um Motor de clímax em linha reta-4 e Pontos maiores que 0? |
74,785 | SELECT tournament FROM table_name_78 WHERE surface = "hard" AND date = "apr. 12, 1998" | Which tournament has hard as the surface and apr. 12, 1998 as the date? | CREATE TABLE table_name_78 (tournament VARCHAR, surface VARCHAR, date VARCHAR) | Qual torneio tem dura como a superfície e 12 de abril de 1998 como a data? |
74,786 | SELECT surface FROM table_name_51 WHERE opponent_in_the_final = "wynne prakusya" | Which surface has wynne prakusya as the opponent in the final? | CREATE TABLE table_name_51 (surface VARCHAR, opponent_in_the_final VARCHAR) | Qual superfície tem wynne prakusya como oponente na final? |
74,787 | SELECT score FROM table_name_15 WHERE opponent_in_the_final = "wynne prakusya" | What score has wynne prakusya as the opponent in the final? | CREATE TABLE table_name_15 (score VARCHAR, opponent_in_the_final VARCHAR) | Qual pontuação tem wynne prakusya como oponente na final? |
74,788 | SELECT tournament FROM table_name_79 WHERE date = "nov. 21, 1999" | What tournament has nov. 21, 1999 as the date? | CREATE TABLE table_name_79 (tournament VARCHAR, date VARCHAR) | Qual torneio tem 21 de novembro de 1999 como data? |
74,789 | SELECT authority FROM table_name_67 WHERE gender = "coed" AND name = "chanel college" | Name the authority for coed gender and chanel college | CREATE TABLE table_name_67 (authority VARCHAR, gender VARCHAR, name VARCHAR) | Nomear a autoridade para coed gênero e faculdade chanel |
74,790 | SELECT AVG(decile) FROM table_name_62 WHERE authority = "state" AND area = "fernridge" | Name the average decile for state authority and area of fernridge | CREATE TABLE table_name_62 (decile INTEGER, authority VARCHAR, area VARCHAR) | Nomear o decil médio para autoridade do estado e área de samambaia |
74,791 | SELECT MIN(week) FROM table_name_48 WHERE date = "october 11, 1998" | What was the week on October 11, 1998? | CREATE TABLE table_name_48 (week INTEGER, date VARCHAR) | Qual foi a semana de 11 de outubro de 1998? |
74,792 | SELECT game_site FROM table_name_93 WHERE attendance = "63,336" | What is the location of the game with attendance of 63,336? | CREATE TABLE table_name_93 (game_site VARCHAR, attendance VARCHAR) | Qual é a localização do jogo com a participação de 63.336? |
74,793 | SELECT date FROM table_name_96 WHERE week = 13 | What was the date of the week 13 game? | CREATE TABLE table_name_96 (date VARCHAR, week VARCHAR) | Qual foi a data do jogo da semana 13? |
74,794 | SELECT division_record FROM table_name_48 WHERE team = "panthers" | What is the Panthers' Division Record? | CREATE TABLE table_name_48 (division_record VARCHAR, team VARCHAR) | O que é o recorde da Divisão dos Panteras? |
74,795 | SELECT division_record FROM table_name_39 WHERE team = "senators" | What is the Senators' division record? | CREATE TABLE table_name_39 (division_record VARCHAR, team VARCHAR) | Qual é o recorde da divisão dos senadores? |
74,796 | SELECT record FROM table_name_86 WHERE date = "january 18" | What was the record after the January 18 game? | CREATE TABLE table_name_86 (record VARCHAR, date VARCHAR) | Qual foi o recorde após o jogo de 18 de janeiro? |
74,797 | SELECT record FROM table_name_44 WHERE date = "january 6" | What was the record after the January 6 game? | CREATE TABLE table_name_44 (record VARCHAR, date VARCHAR) | Qual foi o recorde após o jogo de 6 de janeiro? |
74,798 | SELECT Former AS name FROM table_name_79 WHERE rank = 49 | Name the former name for 49 rank | CREATE TABLE table_name_79 (Former VARCHAR, rank VARCHAR) | Nomeie o nome anterior para 49 ranks |
74,799 | SELECT nhl_team FROM table_name_66 WHERE position = "left wing" | Which NHL team has left wing listed as the position? | CREATE TABLE table_name_66 (nhl_team VARCHAR, position VARCHAR) | Qual equipe da NHL listou a ala esquerda como a posição? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.