combined_text stringlengths 106 1.05k |
|---|
###question:Name the total number of b winning car and bobby archer, tommy archer###answer:SELECT COUNT(b_winning_car) FROM table_27965906_2 WHERE ss_winning_car = "Bobby Archer, Tommy Archer"###context:CREATE TABLE table_27965906_2 (b_winning_car VARCHAR, ss_winning_car VARCHAR) |
###question:How many institutes have the team name Spartans?###answer:SELECT COUNT(institution) FROM table_27961684_1 WHERE team_name = "Spartans"###context:CREATE TABLE table_27961684_1 (institution VARCHAR, team_name VARCHAR) |
###question:How many states were there when there was an enrollment of 2789?###answer:SELECT COUNT(state) FROM table_27961684_1 WHERE enrollment = 2789###context:CREATE TABLE table_27961684_1 (state VARCHAR, enrollment VARCHAR) |
###question:What kind of institute is in Indiana?###answer:SELECT affiliation FROM table_27961684_1 WHERE state = "Indiana"###context:CREATE TABLE table_27961684_1 (affiliation VARCHAR, state VARCHAR) |
###question:How many people enrolled for the institute with the Pioneers?###answer:SELECT MIN(enrollment) FROM table_27961684_1 WHERE team_name = "Pioneers"###context:CREATE TABLE table_27961684_1 (enrollment INTEGER, team_name VARCHAR) |
###question:What team is in the city of Rock Island?###answer:SELECT team_name FROM table_27961684_1 WHERE city = "Rock Island"###context:CREATE TABLE table_27961684_1 (team_name VARCHAR, city VARCHAR) |
###question:What is the name of the episode written by alison cross?###answer:SELECT title FROM table_27969432_2 WHERE written_by = "Alison Cross"###context:CREATE TABLE table_27969432_2 (title VARCHAR, written_by VARCHAR) |
###question:Who directed the episode written by karina csolty###answer:SELECT directed_by FROM table_27969432_2 WHERE written_by = "Karina Csolty"###context:CREATE TABLE table_27969432_2 (directed_by VARCHAR, written_by VARCHAR) |
###question:What is the name of the episode written by karina csolty?###answer:SELECT title FROM table_27969432_2 WHERE written_by = "Karina Csolty"###context:CREATE TABLE table_27969432_2 (title VARCHAR, written_by VARCHAR) |
###question:Who directed the episode whose production code is 2m5901?###answer:SELECT directed_by FROM table_27969432_4 WHERE production = "2M5901"###context:CREATE TABLE table_27969432_4 (directed_by VARCHAR, production VARCHAR) |
###question:How many viewers in millions were there for episode 4 of this season?###answer:SELECT COUNT(us_viewers__in_millions_) FROM table_27969432_4 WHERE no_in_season = 4###context:CREATE TABLE table_27969432_4 (us_viewers__in_millions_ VARCHAR, no_in_season VARCHAR) |
###question:Name the total number of rank for percentage change yoy 13.1%###answer:SELECT COUNT(national_rank) FROM table_27956_3 WHERE percentage_change_yoy = "13.1%"###context:CREATE TABLE table_27956_3 (national_rank VARCHAR, percentage_change_yoy VARCHAR) |
###question:Name the percentage change yoy for presbyterian college###answer:SELECT percentage_change_yoy FROM table_27956_3 WHERE institution = "Presbyterian College"###context:CREATE TABLE table_27956_3 (percentage_change_yoy VARCHAR, institution VARCHAR) |
###question:Name the national rank for medical university of south carolina###answer:SELECT national_rank FROM table_27956_3 WHERE institution = "Medical University of South Carolina"###context:CREATE TABLE table_27956_3 (national_rank VARCHAR, institution VARCHAR) |
###question:What is the lowest numbered episode in the series?###answer:SELECT MIN(no_in_series) FROM table_27969432_3###context:CREATE TABLE table_27969432_3 (no_in_series INTEGER) |
###question:How many episodes were written by david j. north & janet tamaro?###answer:SELECT COUNT(original_air_date) FROM table_27969432_3 WHERE written_by = "David J. North & Janet Tamaro"###context:CREATE TABLE table_27969432_3 (original_air_date VARCHAR, written_by VARCHAR) |
###question:What are the original air dates for episodes directed by fred toye?###answer:SELECT original_air_date FROM table_27969432_3 WHERE directed_by = "Fred Toye"###context:CREATE TABLE table_27969432_3 (original_air_date VARCHAR, directed_by VARCHAR) |
###question:What was the aggregate score for Montauban?###answer:SELECT aggregate_score FROM table_27986200_3 WHERE proceed_to_quarter_final = "Montauban"###context:CREATE TABLE table_27986200_3 (aggregate_score VARCHAR, proceed_to_quarter_final VARCHAR) |
###question:Who proceeded to the quarter finals with a points margin of 21?###answer:SELECT proceed_to_quarter_final FROM table_27986200_3 WHERE points_margin = 21###context:CREATE TABLE table_27986200_3 (proceed_to_quarter_final VARCHAR, points_margin VARCHAR) |
###question:What were the match points when Bordeaux-Bègles was eliminated from competition? ###answer:SELECT match_points FROM table_27986200_3 WHERE eliminated_from_competition = "Bordeaux-Bègles"###context:CREATE TABLE table_27986200_3 (match_points VARCHAR, eliminated_from_competition VARCHAR) |
###question:How many viewers saw the episode written by kevin biegel & bill lawrence?###answer:SELECT us_viewers__in_million_ FROM table_27987623_1 WHERE written_by = "Kevin Biegel & Bill Lawrence"###context:CREATE TABLE table_27987623_1 (us_viewers__in_million_ VARCHAR, written_by VARCHAR) |
###question:What was the episode number veiwed by 7.43 million viewers?###answer:SELECT MAX(series_episode) FROM table_27987623_1 WHERE us_viewers__in_million_ = "7.43"###context:CREATE TABLE table_27987623_1 (series_episode INTEGER, us_viewers__in_million_ VARCHAR) |
###question:What was the title of the episode viewed by 5.03 million viewers?###answer:SELECT title FROM table_27987623_1 WHERE us_viewers__in_million_ = "5.03"###context:CREATE TABLE table_27987623_1 (title VARCHAR, us_viewers__in_million_ VARCHAR) |
###question:What was the episode number for the episode viewed by 5.68 million viewers?###answer:SELECT season_episode FROM table_27987623_1 WHERE us_viewers__in_million_ = "5.68"###context:CREATE TABLE table_27987623_1 (season_episode VARCHAR, us_viewers__in_million_ VARCHAR) |
###question:How many times is the new entries this round is none?###answer:SELECT COUNT(number_of_fixtures) FROM table_27973624_1 WHERE new_entries_this_round = "none"###context:CREATE TABLE table_27973624_1 (number_of_fixtures VARCHAR, new_entries_this_round VARCHAR) |
###question:What is the prize money when the clubs is 392 → 276?###answer:SELECT prize_money FROM table_27973624_1 WHERE clubs = "392 → 276"###context:CREATE TABLE table_27973624_1 (prize_money VARCHAR, clubs VARCHAR) |
###question:What is the lowest number of fixtures?###answer:SELECT MIN(number_of_fixtures) FROM table_27973624_1###context:CREATE TABLE table_27973624_1 (number_of_fixtures INTEGER) |
###question:What is the main date when the round is third round qualifying?###answer:SELECT main_date FROM table_27973624_1 WHERE round = "Third round Qualifying"###context:CREATE TABLE table_27973624_1 (main_date VARCHAR, round VARCHAR) |
###question:What is the round when the prize money is £7,500?###answer:SELECT round FROM table_27973624_1 WHERE prize_money = "£7,500"###context:CREATE TABLE table_27973624_1 (round VARCHAR, prize_money VARCHAR) |
###question:What number in series was the episode written by Eric Gilliland?###answer:SELECT MAX(no_in_series) FROM table_27987768_1 WHERE written_by = "Eric Gilliland"###context:CREATE TABLE table_27987768_1 (no_in_series INTEGER, written_by VARCHAR) |
###question:how many total number of points margin when brive is the winners###answer:SELECT COUNT(points_margin) FROM table_27987767_2 WHERE winners = "Brive"###context:CREATE TABLE table_27987767_2 (points_margin VARCHAR, winners VARCHAR) |
###question:how many match points did gran parma lost###answer:SELECT match_points FROM table_27987767_2 WHERE losers = "Gran Parma"###context:CREATE TABLE table_27987767_2 (match_points VARCHAR, losers VARCHAR) |
###question:how many match points rotherham lose###answer:SELECT match_points FROM table_27987767_2 WHERE losers = "Rotherham"###context:CREATE TABLE table_27987767_2 (match_points VARCHAR, losers VARCHAR) |
###question:When brive is the proceed to quarter final how many were eliminated from competition? ###answer:SELECT COUNT(eliminated_from_competition) FROM table_27987767_3 WHERE proceed_to_quarter_final = "Brive"###context:CREATE TABLE table_27987767_3 (eliminated_from_competition VARCHAR, proceed_to_quarter_final VARC... |
###question:When london irish was eliminated from competition who proceeded to quarter final?###answer:SELECT proceed_to_quarter_final FROM table_27987767_3 WHERE eliminated_from_competition = "London Irish"###context:CREATE TABLE table_27987767_3 (proceed_to_quarter_final VARCHAR, eliminated_from_competition VARCHAR) |
###question:When brive proceeded to quarter final what were the match points?###answer:SELECT match_points FROM table_27987767_3 WHERE proceed_to_quarter_final = "Brive"###context:CREATE TABLE table_27987767_3 (match_points VARCHAR, proceed_to_quarter_final VARCHAR) |
###question:What is the production code of the episode written by Jeff Filgo?###answer:SELECT MAX(production_code) FROM table_27988281_1 WHERE written_by = "Jeff Filgo"###context:CREATE TABLE table_27988281_1 (production_code INTEGER, written_by VARCHAR) |
###question:Name the original air date for bryan moore & chris peterson###answer:SELECT original_air_date FROM table_27988408_1 WHERE written_by = "Bryan Moore & Chris Peterson"###context:CREATE TABLE table_27988408_1 (original_air_date VARCHAR, written_by VARCHAR) |
###question:Name the least production code for bryan moore & chris peterson###answer:SELECT MIN(production_code) FROM table_27988408_1 WHERE written_by = "Bryan Moore & Chris Peterson"###context:CREATE TABLE table_27988408_1 (production_code INTEGER, written_by VARCHAR) |
###question:How many dates did the episode with a production code of 804 originally air on?###answer:SELECT COUNT(original_air_date) FROM table_27988559_1 WHERE production_code = 804###context:CREATE TABLE table_27988559_1 (original_air_date VARCHAR, production_code VARCHAR) |
###question:Who directed episode 2 of the season?###answer:SELECT directed_by FROM table_27988559_1 WHERE no_in_season = 2###context:CREATE TABLE table_27988559_1 (directed_by VARCHAR, no_in_season VARCHAR) |
###question:What dat did episode 195 in the series originally air?###answer:SELECT original_air_date FROM table_27988559_1 WHERE no_in_series = 195###context:CREATE TABLE table_27988559_1 (original_air_date VARCHAR, no_in_series VARCHAR) |
###question:What is the name of episode 5 in the season?###answer:SELECT title FROM table_27988540_1 WHERE no_in_season = 5###context:CREATE TABLE table_27988540_1 (title VARCHAR, no_in_season VARCHAR) |
###question:What is the title of episode 155 in the series?###answer:SELECT title FROM table_27988540_1 WHERE no_in_series = 155###context:CREATE TABLE table_27988540_1 (title VARCHAR, no_in_series VARCHAR) |
###question:What is the last year a sponsorship ended?###answer:SELECT MAX(sponsorship) AS Ended FROM table_28005160_2###context:CREATE TABLE table_28005160_2 (sponsorship INTEGER) |
###question:How many countries played in the city of ljungskile?###answer:SELECT COUNT(country) FROM table_28005160_2 WHERE city = "Ljungskile"###context:CREATE TABLE table_28005160_2 (country VARCHAR, city VARCHAR) |
###question:What cities are in sweden on this list?###answer:SELECT city FROM table_28005160_2 WHERE country = "Sweden"###context:CREATE TABLE table_28005160_2 (city VARCHAR, country VARCHAR) |
###question:What country is new orleans in?###answer:SELECT country FROM table_28005160_2 WHERE city = "New Orleans"###context:CREATE TABLE table_28005160_2 (country VARCHAR, city VARCHAR) |
###question:What country are the new orleans shell shockers from?###answer:SELECT country FROM table_28005160_2 WHERE sponsored_name = "New Orleans Shell Shockers"###context:CREATE TABLE table_28005160_2 (country VARCHAR, sponsored_name VARCHAR) |
###question:What is the arrangement for bets3ab 3alia nafsy?###answer:SELECT arrangement FROM table_28005100_1 WHERE title = "Bets3ab 3alia Nafsy"###context:CREATE TABLE table_28005100_1 (arrangement VARCHAR, title VARCHAR) |
###question:Who was the composer of ain shams?###answer:SELECT composer FROM table_28005100_1 WHERE title = "Ain Shams"###context:CREATE TABLE table_28005100_1 (composer VARCHAR, title VARCHAR) |
###question:How many numbers are there for kam wa7ed fina?###answer:SELECT COUNT(no) FROM table_28005100_1 WHERE title = "Kam Wa7ed Fina"###context:CREATE TABLE table_28005100_1 (no VARCHAR, title VARCHAR) |
###question:Who was the composer of te3rafy?###answer:SELECT composer FROM table_28005100_1 WHERE title = "Te3rafy"###context:CREATE TABLE table_28005100_1 (composer VARCHAR, title VARCHAR) |
###question:How many sound engineers were there for law hakon '3er leek?###answer:SELECT COUNT(sound_engineer) FROM table_28005100_1 WHERE title = "Law Hakon '3er Leek"###context:CREATE TABLE table_28005100_1 (sound_engineer VARCHAR, title VARCHAR) |
###question:Which number was the lyricist ahmed metwally?###answer:SELECT no FROM table_28005100_1 WHERE lyricist = "Ahmed Metwally"###context:CREATE TABLE table_28005100_1 (no VARCHAR, lyricist VARCHAR) |
###question:What was the site of the game that had an 11-4 score?###answer:SELECT site_stadium FROM table_28001186_8 WHERE score = "11-4"###context:CREATE TABLE table_28001186_8 (site_stadium VARCHAR, score VARCHAR) |
###question:What was the NCAA Tournament record after the June 26 game?###answer:SELECT ncaat_record FROM table_28001186_8 WHERE date = "June 26"###context:CREATE TABLE table_28001186_8 (ncaat_record VARCHAR, date VARCHAR) |
###question:Who had the save in the game in which Duke (3-2) took the loss?###answer:SELECT save FROM table_28001186_8 WHERE loss = "Duke (3-2)"###context:CREATE TABLE table_28001186_8 (save VARCHAR, loss VARCHAR) |
###question:How many event dates occurred when event details were women's sabre?###answer:SELECT COUNT(event_date) FROM table_28003469_1 WHERE event_details = "Women's Sabre"###context:CREATE TABLE table_28003469_1 (event_date VARCHAR, event_details VARCHAR) |
###question:What is every value for approximate duration when event details is women's foil?###answer:SELECT approx_duration FROM table_28003469_1 WHERE event_details = "Women's Foil"###context:CREATE TABLE table_28003469_1 (approx_duration VARCHAR, event_details VARCHAR) |
###question:What is every event date on Sunday with a starting time of 9:30 am?###answer:SELECT event_date FROM table_28003469_1 WHERE event_day = "Sunday" AND starting_time = "9:30 am"###context:CREATE TABLE table_28003469_1 (event_date VARCHAR, event_day VARCHAR, starting_time VARCHAR) |
###question:How many items appear in the viewers column when the draw is 2?###answer:SELECT COUNT(viewers) FROM table_27994983_8 WHERE draw = 2###context:CREATE TABLE table_27994983_8 (viewers VARCHAR, draw VARCHAR) |
###question:How many viewers are the when the draw is 3?###answer:SELECT MAX(viewers) FROM table_27994983_8 WHERE draw = 3###context:CREATE TABLE table_27994983_8 (viewers INTEGER, draw VARCHAR) |
###question:How many juries are there when the draw is 3?###answer:SELECT MAX(juries) FROM table_27994983_8 WHERE draw = 3###context:CREATE TABLE table_27994983_8 (juries INTEGER, draw VARCHAR) |
###question:How many juries are there for Brolle?###answer:SELECT MAX(juries) FROM table_27994983_8 WHERE artist = "Brolle"###context:CREATE TABLE table_27994983_8 (juries INTEGER, artist VARCHAR) |
###question:What are the former counties of the Great Grimsby district?###answer:SELECT former_county FROM table_2801185_2 WHERE district = "Great Grimsby"###context:CREATE TABLE table_2801185_2 (former_county VARCHAR, district VARCHAR) |
###question:How many statuses are there for the Durham district?###answer:SELECT COUNT(status) FROM table_2801185_2 WHERE district = "Durham"###context:CREATE TABLE table_2801185_2 (status VARCHAR, district VARCHAR) |
###question:What are the statuses of the districts whose successor is Wiltshire?###answer:SELECT status FROM table_2801185_2 WHERE successor = "Wiltshire"###context:CREATE TABLE table_2801185_2 (status VARCHAR, successor VARCHAR) |
###question:What is the SDLP of Belfast?###answer:SELECT MAX(sdlp) FROM table_28005809_2 WHERE council = "Belfast"###context:CREATE TABLE table_28005809_2 (sdlp INTEGER, council VARCHAR) |
###question:What is the smallest Alliance where the total is 25?###answer:SELECT MIN(alliance) FROM table_28005809_2 WHERE total = 25###context:CREATE TABLE table_28005809_2 (alliance INTEGER, total VARCHAR) |
###question:Who wrote the episode that 2.93 million viewers?###answer:SELECT written_by FROM table_28019988_2 WHERE us_viewers__million_ = "2.93"###context:CREATE TABLE table_28019988_2 (written_by VARCHAR, us_viewers__million_ VARCHAR) |
###question:What series number is the episode with production code bdf101?###answer:SELECT MAX(series__number) FROM table_28019988_2 WHERE production_code = "BDF101"###context:CREATE TABLE table_28019988_2 (series__number INTEGER, production_code VARCHAR) |
###question:What is the series number for the episode with production code bdf109?###answer:SELECT series__number FROM table_28019988_2 WHERE production_code = "BDF109"###context:CREATE TABLE table_28019988_2 (series__number VARCHAR, production_code VARCHAR) |
###question:Who directed the episode with the production code of 6AKY11?###answer:SELECT directed_by FROM table_28027307_1 WHERE production_code = "6AKY11"###context:CREATE TABLE table_28027307_1 (directed_by VARCHAR, production_code VARCHAR) |
###question:How many millions of U.S. viewers watched the episode with the production code of 6AKY07?###answer:SELECT us_viewers__millions_ FROM table_28027307_1 WHERE production_code = "6AKY07"###context:CREATE TABLE table_28027307_1 (us_viewers__millions_ VARCHAR, production_code VARCHAR) |
###question:What number episode in the series was watched by 10.96 million U.S. viewers? ###answer:SELECT MIN(no_in_series) FROM table_28027307_1 WHERE us_viewers__millions_ = "10.96"###context:CREATE TABLE table_28027307_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR) |
###question:What dance had a score total of 31?###answer:SELECT dance_song FROM table_2803106_1 WHERE total = "31"###context:CREATE TABLE table_2803106_1 (dance_song VARCHAR, total VARCHAR) |
###question:What was the result for the dance that tonioli's scored an 8 and horwood scored a 6?###answer:SELECT result FROM table_2803106_1 WHERE tonioli = "8" AND horwood = "6"###context:CREATE TABLE table_2803106_1 (result VARCHAR, tonioli VARCHAR, horwood VARCHAR) |
###question:How many times did tonioli score a 9 when horwood scored a 6?###answer:SELECT COUNT(total) FROM table_2803106_1 WHERE tonioli = "9" AND horwood = "6"###context:CREATE TABLE table_2803106_1 (total VARCHAR, tonioli VARCHAR, horwood VARCHAR) |
###question:On week 11 when Dixon scored an 8, what was tonioli's score?###answer:SELECT tonioli FROM table_2803106_1 WHERE week__number = 11 AND dixon = "8"###context:CREATE TABLE table_2803106_1 (tonioli VARCHAR, week__number VARCHAR, dixon VARCHAR) |
###question:How many winners from previous round were there in the semi finals?###answer:SELECT winners_from_previous_round FROM table_28039032_1 WHERE round = "Semi finals"###context:CREATE TABLE table_28039032_1 (winners_from_previous_round VARCHAR, round VARCHAR) |
###question:What was the round that had 32 winners from previous round?###answer:SELECT round FROM table_28039032_1 WHERE winners_from_previous_round = "32"###context:CREATE TABLE table_28039032_1 (round VARCHAR, winners_from_previous_round VARCHAR) |
###question:How many clubs were remaining in the preliminary round?###answer:SELECT clubs_remaining FROM table_28039032_1 WHERE round = "Preliminary round"###context:CREATE TABLE table_28039032_1 (clubs_remaining VARCHAR, round VARCHAR) |
###question:What was the round when there were 16 winners from the previous round?###answer:SELECT round FROM table_28039032_1 WHERE winners_from_previous_round = "16"###context:CREATE TABLE table_28039032_1 (round VARCHAR, winners_from_previous_round VARCHAR) |
###question:How many clubs were involved in the second round?###answer:SELECT clubs_involved FROM table_28039032_1 WHERE round = "Second round"###context:CREATE TABLE table_28039032_1 (clubs_involved VARCHAR, round VARCHAR) |
###question:When grand prix de sar la princesse lalla meryem is the tournament what is the town?###answer:SELECT town FROM table_2803662_3 WHERE tournament = "Grand Prix De SAR La Princesse Lalla Meryem"###context:CREATE TABLE table_2803662_3 (town VARCHAR, tournament VARCHAR) |
###question:When stuttgart is the town what is the type?###answer:SELECT type FROM table_2803662_3 WHERE town = "Stuttgart"###context:CREATE TABLE table_2803662_3 (type VARCHAR, town VARCHAR) |
###question:who is the person that is part of the belgian vw club that works with frédéric miclotte###answer:SELECT driver FROM table_28046929_2 WHERE entrant = "Belgian VW Club" AND co_driver = "Frédéric Miclotte"###context:CREATE TABLE table_28046929_2 (driver VARCHAR, entrant VARCHAR, co_driver VARCHAR) |
###question:what is the type of vehicle driven by mark higgins###answer:SELECT car FROM table_28046929_2 WHERE driver = "Mark Higgins"###context:CREATE TABLE table_28046929_2 (car VARCHAR, driver VARCHAR) |
###question:what is the entry where the other person is zdeněk hrůza###answer:SELECT entrant FROM table_28046929_2 WHERE co_driver = "Zdeněk Hrůza"###context:CREATE TABLE table_28046929_2 (entrant VARCHAR, co_driver VARCHAR) |
###question:who is the other person where the assistant is paulo babo###answer:SELECT driver FROM table_28046929_2 WHERE co_driver = "Paulo Babo"###context:CREATE TABLE table_28046929_2 (driver VARCHAR, co_driver VARCHAR) |
###question:what are all the people where the entries is peugeot sport polska###answer:SELECT driver FROM table_28046929_2 WHERE entrant = "Peugeot Sport Polska"###context:CREATE TABLE table_28046929_2 (driver VARCHAR, entrant VARCHAR) |
###question:Who wrote the episode that had 6.05 million U.s. viewers?###answer:SELECT written_by FROM table_28037619_2 WHERE us_viewers__million_ = "6.05"###context:CREATE TABLE table_28037619_2 (written_by VARCHAR, us_viewers__million_ VARCHAR) |
###question:How many production codes are there for the episode that had 4.36 million u.s. viewers?###answer:SELECT COUNT(production_code) FROM table_28037619_2 WHERE us_viewers__million_ = "4.36"###context:CREATE TABLE table_28037619_2 (production_code VARCHAR, us_viewers__million_ VARCHAR) |
###question:How many people wrote the episode that had 7.26 million u.s. viewers?###answer:SELECT COUNT(written_by) FROM table_28037619_2 WHERE us_viewers__million_ = "7.26"###context:CREATE TABLE table_28037619_2 (written_by VARCHAR, us_viewers__million_ VARCHAR) |
###question:How many million u.s. viewers saw the episode that was directed by roger young and written by debra j. fisher?###answer:SELECT us_viewers__million_ FROM table_28037619_2 WHERE directed_by = "Roger Young" AND written_by = "Debra J. Fisher"###context:CREATE TABLE table_28037619_2 (us_viewers__million_ VARCHAR... |
###question:What is the name of the episode written by David Matthews?###answer:SELECT title FROM table_28037619_2 WHERE written_by = "David Matthews"###context:CREATE TABLE table_28037619_2 (title VARCHAR, written_by VARCHAR) |
###question:What are the colors of the Hudson school?###answer:SELECT colors FROM table_28051859_3 WHERE school = "Hudson"###context:CREATE TABLE table_28051859_3 (colors VARCHAR, school VARCHAR) |
###question:When were the members tenured in the Field school?###answer:SELECT tenure FROM table_28051859_3 WHERE school = "Field"###context:CREATE TABLE table_28051859_3 (tenure VARCHAR, school VARCHAR) |
###question:How many pick# for CFL team of Toronto Argonauts?###answer:SELECT COUNT(pick__number) FROM table_28059992_1 WHERE cfl_team = "Toronto Argonauts"###context:CREATE TABLE table_28059992_1 (pick__number VARCHAR, cfl_team VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.