text
stringlengths 142
882
|
---|
table: 1-10470082-4
columns: No., #, Title, Director, Writer, US air date, Storyteller, Villains
Q: Who is the director and what number is the episode for episode #1 of Are You Afraid of the Dark season 3?
A: SELECT COUNT Director FROM 1-10470082-4 WHERE # = 1 |
table: 1-10470082-4
columns: No., #, Title, Director, Writer, US air date, Storyteller, Villains
Q: Who is the director of the episode whom Scott Peters is the writer?
A: SELECT Director FROM 1-10470082-4 WHERE Writer = 'Scott Peters' |
table: 1-10470082-4
columns: No., #, Title, Director, Writer, US air date, Storyteller, Villains
Q: Who is the villain in episode #7?
A: SELECT Villains FROM 1-10470082-4 WHERE # = 7 |
table: 1-10470082-8
columns: No., #, Title, Director, Writer, US air date, Storyteller, Villains
Q: Who wrote episode #1 in season 7?
A: SELECT COUNT Writer FROM 1-10470082-8 WHERE # = 1 |
table: 1-10470082-8
columns: No., #, Title, Director, Writer, US air date, Storyteller, Villains
Q: When did the episode written by Jim Morris air?
A: SELECT US air date FROM 1-10470082-8 WHERE Writer = 'Jim Morris' |
table: 1-10527215-3
columns: Rd, Name, Pole Position, Fastest Lap, Winning driver, Winning team, Report
Q: What was Datsun Twin 200's fastest lap?
A: SELECT Fastest Lap FROM 1-10527215-3 WHERE Name = 'Datsun Twin 200' |
table: 1-10527215-3
columns: Rd, Name, Pole Position, Fastest Lap, Winning driver, Winning team, Report
Q: In the Datsun Twin 200 race, what was the fastest lap?
A: SELECT Fastest Lap FROM 1-10527215-3 WHERE Name = 'Datsun Twin 200' |
table: 1-10527215-3
columns: Rd, Name, Pole Position, Fastest Lap, Winning driver, Winning team, Report
Q: What's the report for the True Value 500?
A: SELECT Report FROM 1-10527215-3 WHERE Name = 'True Value 500' |
table: 1-10527215-3
columns: Rd, Name, Pole Position, Fastest Lap, Winning driver, Winning team, Report
Q: What was Johnny Rutherford's fastest lap while Al Unser was the pole position?
A: SELECT Fastest Lap FROM 1-10527215-3 WHERE Winning driver = 'Johnny Rutherford' AND Pole Position = 'Al Unser' |
table: 1-10527215-3
columns: Rd, Name, Pole Position, Fastest Lap, Winning driver, Winning team, Report
Q: What's the report on Penske Racing winning while the pole position was Al Unser?
A: SELECT COUNT Report FROM 1-10527215-3 WHERE Pole Position = 'Al Unser' AND Winning team = 'Penske Racing' |
table: 1-104858-1
columns: Country, Membership (from 2010), Name of member organization, Year current Scouting organization joined WOSM, Year member organization was founded, Admits boys/girls
Q: Which countries have a scouting organization that was founded in 1926, and joined WOSM in 1930?
A: SELECT Country FROM 1-104858-1 WHERE Year current Scouting organization joined WOSM = '1930' AND Year member organization was founded = '1926' |
table: 1-104858-1
columns: Country, Membership (from 2010), Name of member organization, Year current Scouting organization joined WOSM, Year member organization was founded, Admits boys/girls
Q: Does Venezuela admit only boys, only girls, or both?
A: SELECT Admits boys/girls FROM 1-104858-1 WHERE Country = 'Venezuela' |
table: 1-104858-1
columns: Country, Membership (from 2010), Name of member organization, Year current Scouting organization joined WOSM, Year member organization was founded, Admits boys/girls
Q: Which organizations were founded in 1972, but became WOSM members until 1977?
A: SELECT Name of member organization FROM 1-104858-1 WHERE Year member organization was founded = '1972' AND Year current Scouting organization joined WOSM = '1977' |
table: 1-104858-1
columns: Country, Membership (from 2010), Name of member organization, Year current Scouting organization joined WOSM, Year member organization was founded, Admits boys/girls
Q: Does the Scout Association of Hong Kong admit boys, girls, or both?
A: SELECT Admits boys/girls FROM 1-104858-1 WHERE Name of member organization = 'The Scout Association of Hong Kong' |
table: 1-104858-1
columns: Country, Membership (from 2010), Name of member organization, Year current Scouting organization joined WOSM, Year member organization was founded, Admits boys/girls
Q: Does the Ghana Scout Association (founded in 1912) admit boys, girls, or both?
A: SELECT Admits boys/girls FROM 1-104858-1 WHERE Year member organization was founded = '1912' AND Name of member organization = 'The Ghana Scout Association' |
table: 1-10528691-4
columns: Model, Introduction, Discontinued, CPU Speed, Print resolution (DPI) Resolution is given in dots per inch (DPI), Print speed (PPM), Standard memory, Maximum memory
Q: What is the model number introduced May 1999?
A: SELECT MAX Model FROM 1-10528691-4 WHERE Introduction = 'May 1999' |
table: 1-10528691-4
columns: Model, Introduction, Discontinued, CPU Speed, Print resolution (DPI) Resolution is given in dots per inch (DPI), Print speed (PPM), Standard memory, Maximum memory
Q: What is the print resolution (FPI) for December 2002?
A: SELECT Print resolution (DPI) Resolution is given in dots per inch (DPI) FROM 1-10528691-4 WHERE Introduction = 'December 2002' |
table: 1-10528691-4
columns: Model, Introduction, Discontinued, CPU Speed, Print resolution (DPI) Resolution is given in dots per inch (DPI), Print speed (PPM), Standard memory, Maximum memory
Q: What is the maximum memory for the model discontinued in November 2001?
A: SELECT Maximum memory FROM 1-10528691-4 WHERE Discontinued = 'November 2001' |
table: 1-1053802-1
columns: Region/country, Local title, Network, Winners, Main presenters
Q: What is main presenters of La Granja?
A: SELECT Main presenters FROM 1-1053802-1 WHERE Local title = 'La Granja' |
table: 1-1053802-1
columns: Region/country, Local title, Network, Winners, Main presenters
Q: What is the main presenter of bulgaria?
A: SELECT Main presenters FROM 1-1053802-1 WHERE Region/country = 'Bulgaria' |
table: 1-1053802-1
columns: Region/country, Local title, Network, Winners, Main presenters
Q: How many winners are there of farma?
A: SELECT COUNT Winners FROM 1-1053802-1 WHERE Local title = 'Farma' |
table: 1-10556257-1
columns: Season, Team, League Apps, League Goals, Cup Apps, Cup Goals
Q: What is the most cup goals for seasson 1911-12?
A: SELECT MAX Cup Goals FROM 1-10556257-1 WHERE Season = '1911-12' |
table: 1-10556257-1
columns: Season, Team, League Apps, League Goals, Cup Apps, Cup Goals
Q: What is the league apps for season 1923-24?
A: SELECT League Apps FROM 1-10556257-1 WHERE Season = '1923-24' |
table: 1-10556257-1
columns: Season, Team, League Apps, League Goals, Cup Apps, Cup Goals
Q: What is the team for season 1911-12?
A: SELECT Team FROM 1-10556257-1 WHERE Season = '1911-12' |
table: 1-10566855-1
columns: Season, Premier, Runner-up, Score, Margin, Venue, Attendance
Q: what's the minimum attendance with score 10.16 (76) – 9.22 (76)
A: SELECT MIN Attendance FROM 1-10566855-1 WHERE Score = '10.16 (76) – 9.22 (76)' |
table: 1-10566855-1
columns: Season, Premier, Runner-up, Score, Margin, Venue, Attendance
Q: who's the premier with in 1970
A: SELECT Premier FROM 1-10566855-1 WHERE Season = 1970 |
table: 1-10566855-1
columns: Season, Premier, Runner-up, Score, Margin, Venue, Attendance
Q: who are all the runner-up for premier in richmond
A: SELECT Runner-up FROM 1-10566855-1 WHERE Premier = 'Richmond' |
table: 1-10566855-1
columns: Season, Premier, Runner-up, Score, Margin, Venue, Attendance
Q: what is the minimum attendance with score 8.16 (64) – 8.12 (60)
A: SELECT MIN Attendance FROM 1-10566855-1 WHERE Score = '8.16 (64) – 8.12 (60)' |
table: 1-10568553-1
columns: County, Location, Street Names, Milepost, Roads Intersected, Notes
Q: How many mileposts are there on Anne Street?
A: SELECT COUNT Milepost FROM 1-10568553-1 WHERE Street Names = 'Anne Street' |
table: 1-10568553-1
columns: County, Location, Street Names, Milepost, Roads Intersected, Notes
Q: Which street is 12.2 miles long?
A: SELECT Street Names FROM 1-10568553-1 WHERE Milepost = '12.2' |
table: 1-10568553-1
columns: County, Location, Street Names, Milepost, Roads Intersected, Notes
Q: Where does Route 24 intersect?
A: SELECT Location FROM 1-10568553-1 WHERE Roads Intersected = 'Route 24' |
table: 1-10568553-1
columns: County, Location, Street Names, Milepost, Roads Intersected, Notes
Q: Where is milepost 12.8?
A: SELECT Location FROM 1-10568553-1 WHERE Milepost = '12.8' |
table: 1-1057262-1
columns: Commodity, 2001-02, 2002-03, 2003-04, 2004-05, 2005-06, 2006-07
Q: What is the minimum amount for wool for 2001-02?
A: SELECT MIN 2001-02 FROM 1-1057262-1 WHERE Commodity = 'Wool' |
table: 1-1057316-1
columns: Serial number, Wheel arrangement ( Whyte notation ), Build date, Operational owner(s), Disposition
Q: Who were the operational owners during the construction date of April 1892?
A: SELECT Operational owner(s) FROM 1-1057316-1 WHERE Build date = 'April 1892' |
table: 1-1057316-1
columns: Serial number, Wheel arrangement ( Whyte notation ), Build date, Operational owner(s), Disposition
Q: Where can you find Colorado and Southern Railway #9?
A: SELECT Disposition FROM 1-1057316-1 WHERE Operational owner(s) = 'Colorado and Southern Railway #9' |
table: 1-1057316-1
columns: Serial number, Wheel arrangement ( Whyte notation ), Build date, Operational owner(s), Disposition
Q: What is the wheel arrangement for the train in Riverdale, Georgia?
A: SELECT Wheel arrangement ( Whyte notation ) FROM 1-1057316-1 WHERE Disposition = 'Riverdale, Georgia' |
table: 1-1057316-1
columns: Serial number, Wheel arrangement ( Whyte notation ), Build date, Operational owner(s), Disposition
Q: When was the train 2053 built?
A: SELECT Build date FROM 1-1057316-1 WHERE Serial number = '2053' |
table: 1-1057316-1
columns: Serial number, Wheel arrangement ( Whyte notation ), Build date, Operational owner(s), Disposition
Q: How many wheels does the train owned by Texas and New Orleans Railroad #319 have?
A: SELECT COUNT Wheel arrangement ( Whyte notation ) FROM 1-1057316-1 WHERE Operational owner(s) = 'Texas and New Orleans Railroad #319' |
table: 1-10577579-3
columns: Institution, Location, Men’s Nickname, Women’s Nickname, Founded, Type, Enrollment, Joined, Left, Current Conference, Classification
Q: Which college has the men's nickname of the blazers?
A: SELECT Institution FROM 1-10577579-3 WHERE Men’s Nickname = 'Blazers' |
table: 1-10577579-3
columns: Institution, Location, Men’s Nickname, Women’s Nickname, Founded, Type, Enrollment, Joined, Left, Current Conference, Classification
Q: Name the joined for the wolfpack women's nickname
A: SELECT Joined FROM 1-10577579-3 WHERE Women’s Nickname = 'Wolfpack' |
table: 1-10577579-3
columns: Institution, Location, Men’s Nickname, Women’s Nickname, Founded, Type, Enrollment, Joined, Left, Current Conference, Classification
Q: Name the left of the Lady Pilots.
A: SELECT Left FROM 1-10577579-3 WHERE Women’s Nickname = 'Lady Pilots' |
table: 1-10577579-3
columns: Institution, Location, Men’s Nickname, Women’s Nickname, Founded, Type, Enrollment, Joined, Left, Current Conference, Classification
Q: Name the women's nickname when the enrollment is 1500 in mobile, Alabama.
A: SELECT Women’s Nickname FROM 1-10577579-3 WHERE Enrollment = 1500 AND Location = 'Mobile, Alabama' |
table: 1-10577579-3
columns: Institution, Location, Men’s Nickname, Women’s Nickname, Founded, Type, Enrollment, Joined, Left, Current Conference, Classification
Q: Which conference is in Jackson, Mississippi?
A: SELECT Current Conference FROM 1-10577579-3 WHERE Location = 'Jackson, Mississippi' |
table: 1-10577579-3
columns: Institution, Location, Men’s Nickname, Women’s Nickname, Founded, Type, Enrollment, Joined, Left, Current Conference, Classification
Q: What is the men's nickname at the school that has the lady wildcats women's nickname?
A: SELECT Men’s Nickname FROM 1-10577579-3 WHERE Women’s Nickname = 'Lady Wildcats' |
table: 1-10577579-2
columns: Institution, Location, Mens Nickname, Womens Nickname, Founded, Type, Enrollment, Joined
Q: What is the Mens Nickname for the member location of Jacksonville, florida?
A: SELECT Mens Nickname FROM 1-10577579-2 WHERE Location = 'Jacksonville, Florida' |
table: 1-10577579-2
columns: Institution, Location, Mens Nickname, Womens Nickname, Founded, Type, Enrollment, Joined
Q: What is the enrollment for the institution that was founded in 1866 and is a private/(african methodist) type?
A: SELECT MAX Enrollment FROM 1-10577579-2 WHERE Founded = 1866 AND Type = 'Private/(African Methodist)' |
table: 1-10577579-2
columns: Institution, Location, Mens Nickname, Womens Nickname, Founded, Type, Enrollment, Joined
Q: That is the year founded for the institution location of Nashville, Tennessee?
A: SELECT MIN Founded FROM 1-10577579-2 WHERE Location = 'Nashville, Tennessee' |
table: 1-10577579-2
columns: Institution, Location, Mens Nickname, Womens Nickname, Founded, Type, Enrollment, Joined
Q: What is the year the institution Tougaloo College joined?
A: SELECT Joined FROM 1-10577579-2 WHERE Institution = 'Tougaloo College' |
table: 1-10592536-8
columns: Team, Outgoing manager, Manner of departure, Date of vacancy, Replaced by, Date of appointment, Position in table
Q: What is the date of vacancy when the date of appointment is 28 november 2007 and replaced by is alex mcleish?
A: SELECT Date of vacancy FROM 1-10592536-8 WHERE Date of appointment = '28 November 2007' AND Replaced by = 'Alex McLeish' |
table: 1-10592536-8
columns: Team, Outgoing manager, Manner of departure, Date of vacancy, Replaced by, Date of appointment, Position in table
Q: What is the date of appointment when the date of vacancy is 21 december 2007?
A: SELECT Date of appointment FROM 1-10592536-8 WHERE Date of vacancy = '21 December 2007' |
table: 1-10592536-8
columns: Team, Outgoing manager, Manner of departure, Date of vacancy, Replaced by, Date of appointment, Position in table
Q: Who replaced when team is wigan athletic?
A: SELECT Replaced by FROM 1-10592536-8 WHERE Team = 'Wigan Athletic' |
table: 1-10592536-8
columns: Team, Outgoing manager, Manner of departure, Date of vacancy, Replaced by, Date of appointment, Position in table
Q: What is the date of vacancy when the team is manchester city and replaced by is mark hughes?
A: SELECT Date of vacancy FROM 1-10592536-8 WHERE Team = 'Manchester City' AND Replaced by = 'Mark Hughes' |
table: 1-10592536-8
columns: Team, Outgoing manager, Manner of departure, Date of vacancy, Replaced by, Date of appointment, Position in table
Q: What is the date of appointment when replaced by is roy hodgson?
A: SELECT Date of appointment FROM 1-10592536-8 WHERE Replaced by = 'Roy Hodgson' |
table: 1-10592536-8
columns: Team, Outgoing manager, Manner of departure, Date of vacancy, Replaced by, Date of appointment, Position in table
Q: Who replaced when position in table is pre-season?
A: SELECT Replaced by FROM 1-10592536-8 WHERE Position in table = 'Pre-season' |
table: 1-1059743-1
columns: Rank, Member Association, Points, Group stage, Play-off, AFC Cup
Q: How many games had a score value of 813.5 in post-season play?
A: SELECT COUNT Play-off FROM 1-1059743-1 WHERE Points = '813.5' |
table: 1-1059743-1
columns: Rank, Member Association, Points, Group stage, Play-off, AFC Cup
Q: Did any team score games that totaled up to 860.5?
A: SELECT Play-off FROM 1-1059743-1 WHERE Points = '860.5' |
table: 1-10595672-1
columns: Date, Opponent, Home / Away, Score, High points, High rebounds, High assists, Location/Attendance, Record
Q: What was the score of the game when the team reached a record of 6-9?
A: SELECT Score FROM 1-10595672-1 WHERE Record = '6-9' |
table: 1-10581768-2
columns: Institution, Nickname, Location, Founded, Type, Enrollment
Q: What type institution is point park university
A: SELECT Type FROM 1-10581768-2 WHERE Institution = 'Point Park University' |
table: 1-10581768-2
columns: Institution, Nickname, Location, Founded, Type, Enrollment
Q: How many institutions are located in wilmore, kentucky and private
A: SELECT MAX Founded FROM 1-10581768-2 WHERE Type = 'Private' AND Location = 'Wilmore, Kentucky' |
table: 1-10581768-2
columns: Institution, Nickname, Location, Founded, Type, Enrollment
Q: point park university is what type of institution
A: SELECT Type FROM 1-10581768-2 WHERE Institution = 'Point Park University' |
table: 1-10581768-2
columns: Institution, Nickname, Location, Founded, Type, Enrollment
Q: how many founded dates are listed for carlow university 1
A: SELECT COUNT Founded FROM 1-10581768-2 WHERE Institution = 'Carlow University 1' |
table: 1-10610087-6
columns: No. in series, No. in season, Title, Directed by, Written by, Original air date
Q: Who wrote the episode titled "black"?
A: SELECT Written by FROM 1-10610087-6 WHERE Title = '"Black"' |
table: 1-10610087-6
columns: No. in series, No. in season, Title, Directed by, Written by, Original air date
Q: Who are the writers for the episode "solo"?
A: SELECT Written by FROM 1-10610087-6 WHERE Title = '"Solo"' |
table: 1-10610087-3
columns: No. in series, No. in season, Title, Directed by, Written by, Original air date
Q: what is the original air date of the episode no in season 9?
A: SELECT Original air date FROM 1-10610087-3 WHERE No. in season = 9 |
table: 1-10610087-3
columns: No. in series, No. in season, Title, Directed by, Written by, Original air date
Q: What is the title of the episode written by denis leary, peter tolan and evan reilly?
A: SELECT Title FROM 1-10610087-3 WHERE Written by = 'Denis Leary, Peter Tolan and Evan Reilly' |
table: 1-10610087-3
columns: No. in series, No. in season, Title, Directed by, Written by, Original air date
Q: How many episodes were titles "voicemail"?
A: SELECT COUNT Directed by FROM 1-10610087-3 WHERE Title = '"Voicemail"' |
table: 1-10602294-1
columns: Name, Dates active, Peak classification, Windspeeds, Pressure, Areas affected, Damage (USD), Deaths, Refs
Q: When was Kamba active?
A: SELECT Dates active FROM 1-10602294-1 WHERE Name = 'Kamba' |
table: 1-10602294-1
columns: Name, Dates active, Peak classification, Windspeeds, Pressure, Areas affected, Damage (USD), Deaths, Refs
Q: What was the cyclone's pressure in the storm that death was equal to 95km/h (60mph)?
A: SELECT Pressure FROM 1-10602294-1 WHERE Deaths = '95km/h (60mph)' |
table: 1-10602294-1
columns: Name, Dates active, Peak classification, Windspeeds, Pressure, Areas affected, Damage (USD), Deaths, Refs
Q: What were the active dates for the storm that had 185km/h (115mph) deaths?
A: SELECT Dates active FROM 1-10602294-1 WHERE Deaths = '185km/h (115mph)' |
table: 1-10602294-1
columns: Name, Dates active, Peak classification, Windspeeds, Pressure, Areas affected, Damage (USD), Deaths, Refs
Q: What was the damage (usd) from the cyclones that measured 1003hPa (29.62inHg) pressure?
A: SELECT Damage (USD) FROM 1-10602294-1 WHERE Pressure = '1003hPa (29.62inHg)' |
table: 1-10621256-1
columns: Player, Matches, Inns, N/O, Runs, High Score, Average, 100, 50, Catches, Stump
Q: what's the average where high score is 120
A: SELECT Average FROM 1-10621256-1 WHERE High Score = 120 |
table: 1-10621256-1
columns: Player, Matches, Inns, N/O, Runs, High Score, Average, 100, 50, Catches, Stump
Q: what's the player where 50 is 2 and n/o is 0
A: SELECT Player FROM 1-10621256-1 WHERE 50 = 2 AND N/O = 0 |
table: 1-10621256-1
columns: Player, Matches, Inns, N/O, Runs, High Score, Average, 100, 50, Catches, Stump
Q: what's the player where inns is 21
A: SELECT Player FROM 1-10621256-1 WHERE Inns = 21 |
table: 1-106367-2
columns: General election, # of candidates, # of seats won, % of popular vote, Result
Q: Which general election had a pq majority and a 44.75% of the popular vote?
A: SELECT General election FROM 1-106367-2 WHERE Result = 'PQ majority' AND % of popular vote = '44.75%' |
table: 1-106367-2
columns: General election, # of candidates, # of seats won, % of popular vote, Result
Q: What is the least number of candidates running were there when 80 seats were won?
A: SELECT MIN # of candidates FROM 1-106367-2 WHERE # of seats won = 80 |
table: 1-106367-2
columns: General election, # of candidates, # of seats won, % of popular vote, Result
Q: How many seats were won in the election with 125 candidates?
A: SELECT COUNT # of seats won FROM 1-106367-2 WHERE # of candidates = 125 |
table: 1-10647639-1
columns: Week, Date, Opponent, Result, Game site, Record, Attendance
Q: How many weeks are there?
A: SELECT MAX Week FROM 1-10647639-1 |
table: 1-10647639-1
columns: Week, Date, Opponent, Result, Game site, Record, Attendance
Q: How many people attended the game against the indianapolis colts?
A: SELECT COUNT Attendance FROM 1-10647639-1 WHERE Opponent = 'Indianapolis Colts' |
table: 1-10647639-1
columns: Week, Date, Opponent, Result, Game site, Record, Attendance
Q: On december 16, 1985, all the records were what?
A: SELECT Record FROM 1-10647639-1 WHERE Date = 'December 16, 1985' |
table: 1-10646790-2
columns: Week, Date, Opponent, Result, Stadium, Record, Attendance
Q: How many results are there for the 0-4 record?
A: SELECT COUNT Result FROM 1-10646790-2 WHERE Record = '0-4' |
table: 1-10646790-2
columns: Week, Date, Opponent, Result, Stadium, Record, Attendance
Q: How many weeks are there that include the date October 11, 1969.
A: SELECT COUNT Week FROM 1-10646790-2 WHERE Date = 'October 11, 1969' |
table: 1-10646790-2
columns: Week, Date, Opponent, Result, Stadium, Record, Attendance
Q: How many weeks are there that include the date November 9, 1969.
A: SELECT COUNT Week FROM 1-10646790-2 WHERE Date = 'November 9, 1969' |
table: 1-10646790-2
columns: Week, Date, Opponent, Result, Stadium, Record, Attendance
Q: How many records are there at the War Memorial Stadium?
A: SELECT COUNT Record FROM 1-10646790-2 WHERE Stadium = 'War Memorial Stadium' |
table: 1-10646790-2
columns: Week, Date, Opponent, Result, Stadium, Record, Attendance
Q: What was the minimum attendance on December 7, 1969?
A: SELECT MIN Attendance FROM 1-10646790-2 WHERE Date = 'December 7, 1969' |
table: 1-10647401-1
columns: Week, Opponent, Result, Stadium, Record, Attendance
Q: What week corresponds to the last one to be played at the memorial stadium?
A: SELECT MAX Week FROM 1-10647401-1 WHERE Stadium = 'Memorial Stadium' |
table: 1-10647401-1
columns: Week, Opponent, Result, Stadium, Record, Attendance
Q: In which stadium is the week 5 game played?
A: SELECT Stadium FROM 1-10647401-1 WHERE Week = 5 |
table: 1-10664957-2
columns: 1st players choice, 2nd players choice, Probability 1st player wins, Probability 2nd player wins, Probability of a draw
Q: In Penney's game what is the probability where the 1st player wins if the probability of a draw is 8.28% and the 2nd player chooses B BR?
A: SELECT Probability 1st player wins FROM 1-10664957-2 WHERE Probability of a draw = '8.28%' AND 2nd players choice = 'B BR' |
table: 1-10664957-2
columns: 1st players choice, 2nd players choice, Probability 1st player wins, Probability 2nd player wins, Probability of a draw
Q: If the first player chooses RB B, what is the second player's choices?
A: SELECT 2nd players choice FROM 1-10664957-2 WHERE 1st players choice = 'RB B' |
table: 1-10664957-2
columns: 1st players choice, 2nd players choice, Probability 1st player wins, Probability 2nd player wins, Probability of a draw
Q: What is the probability where the second player wins where their choice is R RB and the first player has a 5.18% chance of winning?
A: SELECT Probability 2nd player wins FROM 1-10664957-2 WHERE 2nd players choice = 'R RB' AND Probability 1st player wins = '5.18%' |
table: 1-10664957-2
columns: 1st players choice, 2nd players choice, Probability 1st player wins, Probability 2nd player wins, Probability of a draw
Q: What are the chances the first player will win if the 2nd player has an 80.11% chance of winning with the choice of R RB?
A: SELECT Probability 1st player wins FROM 1-10664957-2 WHERE Probability 2nd player wins = '80.11%' AND 2nd players choice = 'R RB' |
table: 1-10664957-2
columns: 1st players choice, 2nd players choice, Probability 1st player wins, Probability 2nd player wins, Probability of a draw
Q: What are the chances that player 2 wins if player 1's choice is BB R?
A: SELECT Probability 2nd player wins FROM 1-10664957-2 WHERE 1st players choice = 'BB R' |
table: 1-10664957-2
columns: 1st players choice, 2nd players choice, Probability 1st player wins, Probability 2nd player wins, Probability of a draw
Q: How high is the chance that player 1 wins if player 2 has an 88.29% chance of winning with the choice of R RB?
A: SELECT Probability 1st player wins FROM 1-10664957-2 WHERE Probability 2nd player wins = '88.29%' AND 2nd players choice = 'R RB' |
table: 1-10650711-1
columns: Pick #, NFL Team, Player, Position, College
Q: what is the nfl team where player is thane gash
A: SELECT NFL Team FROM 1-10650711-1 WHERE Player = 'Thane Gash' |
table: 1-10650711-1
columns: Pick #, NFL Team, Player, Position, College
Q: what is the maximum pick # where player is anthony blaylock
A: SELECT MAX Pick # FROM 1-10650711-1 WHERE Player = 'Anthony Blaylock' |
table: 1-10650711-1
columns: Pick #, NFL Team, Player, Position, College
Q: what's the nfl team where player is clifford charlton
A: SELECT NFL Team FROM 1-10650711-1 WHERE Player = 'Clifford Charlton' |
table: 1-10650711-1
columns: Pick #, NFL Team, Player, Position, College
Q: what's the position where player is anthony blaylock
A: SELECT Position FROM 1-10650711-1 WHERE Player = 'Anthony Blaylock' |
table: 1-10650711-1
columns: Pick #, NFL Team, Player, Position, College
Q: what is the minimum pick # where position is defensive tackle
A: SELECT MIN Pick # FROM 1-10650711-1 WHERE Position = 'Defensive Tackle' |
table: 1-1067441-1
columns: Province, Population (2004 estimate), Area (km²), Density, GDP (2003, PPS in mil. € ), GDP per cap. (2003, in €)
Q: Which province has a density of 971.4?
A: SELECT Province FROM 1-1067441-1 WHERE Density = '971.4' |
table: 1-1067441-1
columns: Province, Population (2004 estimate), Area (km²), Density, GDP (2003, PPS in mil. € ), GDP per cap. (2003, in €)
Q: What is Friesland's gdp per capita?
A: SELECT MIN GDP per cap. (2003, in €) FROM 1-1067441-1 WHERE Province = 'Friesland' |
table: 1-1067441-1
columns: Province, Population (2004 estimate), Area (km²), Density, GDP (2003, PPS in mil. € ), GDP per cap. (2003, in €)
Q: What is the area of the place that has a population density of 331.4?
A: SELECT MAX Area (km²) FROM 1-1067441-1 WHERE Density = '331.4' |