question stringlengths 12 244 | sql stringlengths 22 468 |
|---|---|
What is the total number of times points were listed when the distance was 41.05 metres? | SELECT COUNT Points FROM table WHERE Distance (metres) = 41.05 |
Who is the athlete(s) who scored 691 adjusted points? | SELECT Athlete FROM table WHERE Adjusted Points = 691 |
What is the highest rank where the distance is 52.73? | SELECT MAX Rank FROM table WHERE Distance (metres) = 52.73 |
What is the country(s) where the points equal 723.075? | SELECT Country FROM table WHERE Points = 723.075 |
What is the most adjusted points for Great Britain? | SELECT MAX Adjusted Points FROM table WHERE Country = Great Britain |
What is the country of Paavo Yrjölä? | SELECT Country FROM table WHERE Athlete = Paavo Yrjölä |
Which athlete has a height of 1.87 and is from Sweden? | SELECT Athlete FROM table WHERE Height = 1.87 AND Country = Sweden |
Name the country that has ken doherty | SELECT Country FROM table WHERE Athlete = Ken Doherty |
Name the athlete for 7 rank | SELECT Athlete FROM table WHERE Rank = 7 |
Name the total number of rank for tom churchill | SELECT COUNT Rank FROM table WHERE Athlete = Tom Churchill |
Who was the heir when the monarch was Wareru? | SELECT Heir FROM table WHERE Monarch = Wareru |
What is the number of monarchs that had Yan Maw la Mon as the heir? | SELECT COUNT Monarch FROM table WHERE Heir = Yan Maw La Mon |
Who was the monarch whose status was heir presumptive and a relationship to the monarch of son? | SELECT Monarch FROM table WHERE Status = Heir presumptive AND Relationship to Monarch = son |
What is the status for the monarch Mingyinyo? | SELECT Status FROM table WHERE Monarch = Mingyinyo |
What is the status when the ceased to be heir; reason is 18 february 1853 succeeded? | SELECT Status FROM table WHERE Ceased to be heir; reason = 18 February 1853 succeeded |
When is the became heir; reason when heir is hsinbyushin? | SELECT Became heir; reason FROM table WHERE Heir = Hsinbyushin |
Who is the monarch when became heir; reason is 13 july 1783 father succeeded? | SELECT Monarch FROM table WHERE Became heir; reason = 13 July 1783 father succeeded |
How many times was the monarch singu? | SELECT COUNT Relationship to Monarch FROM table WHERE Monarch = Singu |
Who is the monarch with the heir thado minsaw? | SELECT Monarch FROM table WHERE Heir = Thado Minsaw |
Who are the writers of the episodes directed by Justin Hartley? | SELECT Written by FROM table WHERE Directed by = Justin Hartley |
On which date did episode # 18 air in the U.S.? | SELECT U.S. air date FROM table WHERE # = 18 |
How many million U.S. viewers watched the episode with the production code 3x6004? | SELECT U.S. viewers (million) FROM table WHERE Production code = 3X6004 |
List the titles of episodes written by Anne Cofell Saunders. | SELECT Title FROM table WHERE Written by = Anne Cofell Saunders |
What is the title of the episode directed by Christopher Petry with the production cod 3x6006? | SELECT Title FROM table WHERE Directed by = Christopher Petry AND Production code = 3X6006 |
Who was the incumbent in the Ohio 10 district? | SELECT Incumbent FROM table WHERE District = Ohio 10 |
Who was the incumbent in the Ohio 5 district? | SELECT Incumbent FROM table WHERE District = Ohio 5 |
Who were the candidates where the result was retired Republican hold and the incumbent was Philemon Bliss? | SELECT Candidates FROM table WHERE Result = Retired Republican hold AND Incumbent = Philemon Bliss |
How many new conferences are in the NCLL deep south conference? | SELECT COUNT New Conference FROM table WHERE New Classification = NCLL Deep South Conference |
What is the nickname at the University of Nebraska at Omaha? | SELECT Team Nickname FROM table WHERE Institution = University of Nebraska at Omaha |
What location is listed from 2005-2010? | SELECT Location FROM table WHERE Years = 2005-2010 |
Where is the nickname the Red Raiders? | SELECT Location FROM table WHERE Team Nickname = Red Raiders |
What school has the new conference as SELC? | SELECT Institution FROM table WHERE New Conference = SELC |
What are the years that the new classification was MCLA division i? | SELECT Years FROM table WHERE New Classification = MCLA Division I |
Name the colors for north canton | SELECT Colors FROM table WHERE Location = North Canton |
Name the most join date | SELECT MAX Join Date FROM table |
Name the least join date | SELECT MIN Join Date FROM table |
Name the location for black, orange | SELECT Location FROM table WHERE Colors = Black, Orange |
Name when north canton joined | SELECT Join Date FROM table WHERE Location = North Canton |
How many "series" were in the 12th "position? | SELECT COUNT Series FROM table WHERE Position = 12th |
How many teams were at 10 points? | SELECT COUNT Team FROM table WHERE Points = 10 |
What was the number of podiums in 12th position? | SELECT Podiums FROM table WHERE Position = 12th |
Where did he finish when he started at 21.6? | SELECT COUNT Finish FROM table WHERE Start = 21.6 |
What teams started at 39.1? | SELECT Team(s) FROM table WHERE Start = 39.1 |
Where did they finish in the season when when they won $491,977? | SELECT Season Rank FROM table WHERE Winnings = $491,977 |
How many vocal parts are there when the year of songs original release date as listed in rock band 3 was 2000? | SELECT MIN Vocal parts FROM table WHERE Year Year of songs original release, as listed in Rock Band 3 = 2000 |
How many different genres appear for the Jimi Hendrix Experience? | SELECT COUNT Genre FROM table WHERE Artist = The Jimi Hendrix Experience |
Name the total viewers on fx+ for night on the sun | SELECT Total viewers on FX+ FROM table WHERE Title = Night on the Sun |
Name the episode number for total viewers on fx+ being 102,000 | SELECT Episode number (Production number) FROM table WHERE Total viewers on FX+ = 102,000 |
Name the title for total viewers on fx+ being 483,000 | SELECT Title FROM table WHERE Total viewers on FX = 483,000 |
Name the total viewers on fx+ for 583,000 total viewers | SELECT Total viewers on FX+ FROM table WHERE Total viewers = 583,000 |
Name the rank on channel for january 21, 2011 | SELECT Rank on channel FROM table WHERE Original air date = January 21, 2011 |
How many different people wrote the episode "Beautifully Broken"? | SELECT COUNT Written by FROM table WHERE Title = "Beautifully Broken" |
How many episodes were written by Alexander Woo and directed by Scott Winant? | SELECT COUNT Title FROM table WHERE Written by = Alexander Woo AND Directed by = Scott Winant |
Name the most round for jordan cameron | SELECT MAX Round FROM table WHERE Player = Jordan Cameron |
Name the position for jordan cameron | SELECT Position FROM table WHERE Player = Jordan Cameron |
Name the position for stanley havili | SELECT Position FROM table WHERE Player = Stanley Havili |
Name the college for david carter | SELECT College FROM table WHERE Player = David Carter |
What is the democratic coalation when together we can do more is sergio castro ( pc )? | SELECT Democratic Coalition FROM table WHERE Together We Can Do More = Sergio Castro ( PC ) |
What is the independent regional force when alliance is (r) iván norambuena ( udi )? | SELECT Independent Regional Force FROM table WHERE Alliance = (R) Iván Norambuena ( UDI ) |
Who is the together we can do more when democratic coalition is rené alinco ( ppd )? | SELECT Together We Can Do More FROM table WHERE Democratic Coalition = René Alinco ( PPD ) |
Who is the independent regional force when democratic coalition is (r) jorge tarud ( ppd )? | SELECT Independent Regional Force FROM table WHERE Democratic Coalition = (R) Jorge Tarud ( PPD ) |
where together we can do more is gloria mujica ( ph ) what are all the cons. | SELECT Cons. FROM table WHERE Together We Can Do More = Gloria Mujica ( PH ) |
where democratic coalition is eduardo frei ( pdc ) what are all the alliance | SELECT Alliance FROM table WHERE Democratic Coalition = Eduardo Frei ( PDC ) |
What's the name of the episode associated with Nick production number 342? | SELECT Episode title FROM table WHERE Nick prod. # = 342 |
What date did season 12 premiere? | SELECT Original air date FROM table WHERE Season # = 12 |
What is the lowest Nick production number? | SELECT MIN Nick prod. # FROM table |
When did the episode originally air with a nick production number of 945? | SELECT Original air date FROM table WHERE Nick prod. # = 945 |
What was the latest season with a nick production number of 942? | SELECT MAX Season # FROM table WHERE Nick prod. # = 942 |
Name the metrical equivalence for linha | SELECT Metrical equivalence FROM table WHERE Portuguese name = Linha |
Name the equivalence for varas for geometrical pace | SELECT Equivalence in Varas FROM table WHERE English name = Geometrical pace |
Name the subdivides in equivalence for varas 1/5 | SELECT Subdivides in FROM table WHERE Equivalence in Varas = 1/5 |
How many season # where episode title is " Avril Lavigne "? | SELECT Season # FROM table WHERE Episode title = " Avril Lavigne " |
When موسم زيتون is the arabic title when is the year (ceremony)? | SELECT Year (Ceremony) FROM table WHERE Arabic title = موسم زيتون |
When ملح هذا البحر is the arabic title what is the english title? | SELECT English title FROM table WHERE Arabic title = ملح هذا البحر |
When nominee is the result who is the director? | SELECT Director FROM table WHERE Result = Nominee |
When hany abu-assad category:articles with hcards is the director what is the result? | SELECT Result FROM table WHERE Director = Hany Abu-Assad Category:Articles with hCards |
When 2012 (85th) is the year (ceremony) how many results? | SELECT COUNT Result FROM table WHERE Year (Ceremony) = 2012 (85th) |
When salt of this sea is the english title who is the director? | SELECT Director FROM table WHERE English title = Salt of this Sea |
What was the record lowest temperature with a precipitation of 1.71 in.? | SELECT Record Low FROM table WHERE Precip = 1.71 in. |
who directed and produced 176452? | SELECT Directed by FROM table WHERE Production code = 176452 |
what is the original air date for julie warner? | SELECT Original air date FROM table WHERE Patient Portrayer = Julie Warner |
what was written by alex carter? | SELECT Written by FROM table WHERE Patient Portrayer = Alex Carter |
Who is the patient portrayer of the episode with the production code 3T5004? | SELECT Patient Portrayer FROM table WHERE Production code = 3T5004 |
Who directed the episode with the title "Conor McNamara, 2026"? | SELECT Directed by FROM table WHERE Title = "Conor McNamara, 2026" |
The episode with the no. 54, directed by Charles Haid, is written by who? | SELECT Written by FROM table WHERE Directed by = Charles Haid AND No. = 54 |
What is the original air date of the episode with the title "Monica Wilder"? | SELECT Original air date FROM table WHERE Title = "Monica Wilder" |
How many are directed by episodes with the production code 3T5009? | SELECT COUNT Directed by FROM table WHERE Production code = 3T5009 |
How many millions of US viewers for the episode "the last word"? | SELECT U.S. viewers (millions) FROM table WHERE Title = "The Last Word" |
When was the first UK broadcast for episode 9? | SELECT First broadcast UK ( BBC Four ) FROM table WHERE Episode = 9 |
When was the first UK broadcast for the episode with an official TNS Gallup rating of 1575000? | SELECT First broadcast UK ( BBC Four ) FROM table WHERE Official TNS Gallup ratings = 1575000 |
When was the first UK broadcast when the official Barb ratings was 1085000? | SELECT First broadcast UK ( BBC Four ) FROM table WHERE Official BARB ratings = 1085000 |
Who is the writer with the ratings 14.8? | SELECT Writer FROM table WHERE Ratings (Kanto) = 14.8 |
What is the original air date for the writer tanaka shinichi? | SELECT Original airdate FROM table WHERE Writer = Tanaka Shinichi |
What is the ratings for the original air date may 25, 2010 22.00 - 22.54? | SELECT Ratings (Kansai) FROM table WHERE Original airdate = May 25, 2010 22.00 - 22.54 |
What was the ratings for episode 11? | SELECT Ratings (Kanto) FROM table WHERE Episode = 11 |
Who was the outgoing manager of the team whose incoming manager was Dougie Freedman? | SELECT Outgoing manager FROM table WHERE Incoming manager = Dougie Freedman |
What was the table position for the team whose outgoing manager was Brian Laws? | SELECT Position in table FROM table WHERE Outgoing manager = Brian Laws |
How many incoming managers did Burnley have? | SELECT COUNT Incoming manager FROM table WHERE Team = Burnley |
What was the manner of departure for the team whose incoming manager was George Burley? | SELECT Manner of departure FROM table WHERE Incoming manager = George Burley |
What is the Galician (reintegrationist) word of the Galician (Official) is bo día / bos días? | SELECT Galician ( Reintegrationist ) FROM table WHERE Galician ( Official ) = Bo día / Bos días |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.