Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
33,700 | <question>: What's Fitchburg State University's LEC sport? <context>: CREATE TABLE table_1974545_2 (lec_sport VARCHAR, institution VARCHAR) | SELECT lec_sport FROM table_1974545_2 WHERE institution = "Fitchburg State University" |
33,701 | <question>: Where is the school whose students are nicknamed falcons located? <context>: CREATE TABLE table_1974545_2 (location VARCHAR, nickname VARCHAR) | SELECT location FROM table_1974545_2 WHERE nickname = "Falcons" |
33,702 | <question>: What's Salem State University's primary conference? <context>: CREATE TABLE table_1974545_2 (primary_conference VARCHAR, institution VARCHAR) | SELECT primary_conference FROM table_1974545_2 WHERE institution = "Salem State University" |
33,703 | <question>: Name the incumbent for north carolina 9 <context>: CREATE TABLE table_19753079_36 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_19753079_36 WHERE district = "North Carolina 9" |
33,704 | <question>: Name the total party for north carolina 7 <context>: CREATE TABLE table_19753079_36 (party VARCHAR, district VARCHAR) | SELECT COUNT(party) FROM table_19753079_36 WHERE district = "North Carolina 7" |
33,705 | <question>: Name the incumbent for sue myrick (r) 69.0% jeff doctor (d) 31.0% <context>: CREATE TABLE table_19753079_36 (incumbent VARCHAR, candidates VARCHAR) | SELECT incumbent FROM table_19753079_36 WHERE candidates = "Sue Myrick (R) 69.0% Jeff Doctor (D) 31.0%" |
33,706 | <question>: Name the result for north carolina 7 <context>: CREATE TABLE table_19753079_36 (result VARCHAR, district VARCHAR) | SELECT result FROM table_19753079_36 WHERE district = "North Carolina 7" |
33,707 | <question>: What's Babson College's enrollment? <context>: CREATE TABLE table_1974782_1 (enrollment INTEGER, institution VARCHAR) | SELECT MAX(enrollment) FROM table_1974782_1 WHERE institution = "Babson College" |
33,708 | <question>: When has Clark University joined the Conference? <context>: CREATE TABLE table_1974782_1 (joined INTEGER, institution VARCHAR) | SELECT MAX(joined) FROM table_1974782_1 WHERE institution = "Clark University" |
33,709 | <question>: What's the type of the school in New London, Connecticut? <context>: CREATE TABLE table_1974782_1 (type VARCHAR, location VARCHAR) | SELECT type FROM table_1974782_1 WHERE location = "New London, Connecticut" |
33,710 | <question>: When was the school in Springfield, Massachusetts founded? <context>: CREATE TABLE table_1974782_1 (founded INTEGER, location VARCHAR) | SELECT MAX(founded) FROM table_1974782_1 WHERE location = "Springfield, Massachusetts" |
33,711 | <question>: What school is located in Worcester, Massachusetts? <context>: CREATE TABLE table_1974782_1 (institution VARCHAR, location VARCHAR) | SELECT institution FROM table_1974782_1 WHERE location = "Worcester, Massachusetts" |
33,712 | <question>: Who are the candidates in Florida 13 district? <context>: CREATE TABLE table_19753079_12 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_19753079_12 WHERE district = "Florida 13" |
33,713 | <question>: How many different pairs of candidates were there for the district first elected in 1988? <context>: CREATE TABLE table_19753079_12 (candidates VARCHAR, first_elected VARCHAR) | SELECT COUNT(candidates) FROM table_19753079_12 WHERE first_elected = 1988 |
33,714 | <question>: Who were candidates in Florida 10 district? <context>: CREATE TABLE table_19753079_12 (candidates VARCHAR, district VARCHAR) | SELECT candidates FROM table_19753079_12 WHERE district = "Florida 10" |
33,715 | <question>: What party got elected in Florida 9 district? <context>: CREATE TABLE table_19753079_12 (party VARCHAR, district VARCHAR) | SELECT party FROM table_19753079_12 WHERE district = "Florida 9" |
33,716 | <question>: What is the first round that had #67 the racer's group with the fastest lap? <context>: CREATE TABLE table_19751479_4 (rnd INTEGER, fastest_lap VARCHAR) | SELECT MIN(rnd) FROM table_19751479_4 WHERE fastest_lap = "#67 The Racer's Group" |
33,717 | <question>: How many races had #99 gainsco/bob stallings racing in round 10? <context>: CREATE TABLE table_19751479_4 (fastest_lap VARCHAR, rnd VARCHAR, pole_position VARCHAR) | SELECT COUNT(fastest_lap) FROM table_19751479_4 WHERE rnd = 10 AND pole_position = "#99 GAINSCO/Bob Stallings Racing" |
33,718 | <question>: What incumbent was first elected in 2009? <context>: CREATE TABLE table_19753079_8 (incumbent VARCHAR, first_elected VARCHAR) | SELECT incumbent FROM table_19753079_8 WHERE first_elected = 2009 |
33,719 | <question>: How many were first elected in California 7? <context>: CREATE TABLE table_19753079_8 (first_elected VARCHAR, district VARCHAR) | SELECT first_elected FROM table_19753079_8 WHERE district = "California 7" |
33,720 | <question>: What district did George Miller belong to? <context>: CREATE TABLE table_19753079_8 (district VARCHAR, incumbent VARCHAR) | SELECT district FROM table_19753079_8 WHERE incumbent = "George Miller" |
33,721 | <question>: When mark critz (d) 50.8% tim burns (r) 49.2% are the candidates what is the party? <context>: CREATE TABLE table_19753079_41 (party VARCHAR, candidates VARCHAR) | SELECT party FROM table_19753079_41 WHERE candidates = "Mark Critz (D) 50.8% Tim Burns (R) 49.2%" |
33,722 | <question>: When chris carney is the incumbent what are the results? <context>: CREATE TABLE table_19753079_41 (result VARCHAR, incumbent VARCHAR) | SELECT result FROM table_19753079_41 WHERE incumbent = "Chris Carney" |
33,723 | <question>: When 1994 is the first elected what is the district? <context>: CREATE TABLE table_19753079_41 (district VARCHAR, first_elected VARCHAR) | SELECT district FROM table_19753079_41 WHERE first_elected = 1994 |
33,724 | <question>: When pennsylvania 3 is the district who is the incumbent? <context>: CREATE TABLE table_19753079_41 (incumbent VARCHAR, district VARCHAR) | SELECT incumbent FROM table_19753079_41 WHERE district = "Pennsylvania 3" |
33,725 | <question>: When 1984 is the first elected who are the candidates? <context>: CREATE TABLE table_19753079_41 (candidates VARCHAR, first_elected VARCHAR) | SELECT candidates FROM table_19753079_41 WHERE first_elected = 1984 |
33,726 | <question>: What is Salva Ortega's result? <context>: CREATE TABLE table_19763199_4 (result VARCHAR, artist VARCHAR) | SELECT result FROM table_19763199_4 WHERE artist = "Salva Ortega" |
33,727 | <question>: How many televotes are there where there is 4 jury votes? <context>: CREATE TABLE table_19763199_4 (televotes VARCHAR, jury_votes VARCHAR) | SELECT televotes FROM table_19763199_4 WHERE jury_votes = 4 |
33,728 | <question>: How many jury votes for the televote of 7? <context>: CREATE TABLE table_19763199_4 (jury_votes VARCHAR, televotes VARCHAR) | SELECT jury_votes FROM table_19763199_4 WHERE televotes = 7 |
33,729 | <question>: What is the result for Normativa Vigente? <context>: CREATE TABLE table_19763199_3 (result VARCHAR, artist VARCHAR) | SELECT result FROM table_19763199_3 WHERE artist = "Normativa Vigente" |
33,730 | <question>: What song has 24 votes? <context>: CREATE TABLE table_19763199_3 (song VARCHAR, total_votes VARCHAR) | SELECT song FROM table_19763199_3 WHERE total_votes = 24 |
33,731 | <question>: What is the least total votes? <context>: CREATE TABLE table_19763199_3 (total_votes INTEGER) | SELECT MIN(total_votes) FROM table_19763199_3 |
33,732 | <question>: How many votes does Carlos Ferrer Eai have? <context>: CREATE TABLE table_19763199_3 (total_votes VARCHAR, artist VARCHAR) | SELECT total_votes FROM table_19763199_3 WHERE artist = "Carlos Ferrer EAI" |
33,733 | <question>: How many players are on this list? <context>: CREATE TABLE table_197638_6 (_number INTEGER) | SELECT MAX(_number) FROM table_197638_6 |
33,734 | <question>: Who won the French Open in 1999? <context>: CREATE TABLE table_197638_6 (player VARCHAR, french_open VARCHAR) | SELECT player FROM table_197638_6 WHERE french_open = 1999 |
33,735 | <question>: Who won the US Open in 1937? <context>: CREATE TABLE table_197638_6 (player VARCHAR, us_open VARCHAR) | SELECT player FROM table_197638_6 WHERE us_open = 1937 |
33,736 | <question>: How many times did Roy Emerson win the Australian Open? <context>: CREATE TABLE table_197638_6 (australian_open VARCHAR, player VARCHAR) | SELECT COUNT(australian_open) FROM table_197638_6 WHERE player = "Roy Emerson" |
33,737 | <question>: At what age did Roy Emerson complete the Grand Slam? <context>: CREATE TABLE table_197638_6 (age INTEGER, player VARCHAR) | SELECT MAX(age) FROM table_197638_6 WHERE player = "Roy Emerson" |
33,738 | <question>: Name the least rank for 2 <context>: CREATE TABLE table_19764939_1 (rank INTEGER, total VARCHAR) | SELECT MIN(rank) FROM table_19764939_1 WHERE total = 2 |
33,739 | <question>: Name the total for jamie carragher <context>: CREATE TABLE table_19764939_1 (total VARCHAR, player VARCHAR) | SELECT total FROM table_19764939_1 WHERE player = "Jamie Carragher" |
33,740 | <question>: Name the total number of club worl cup for djibril cisse <context>: CREATE TABLE table_19764939_1 (club_world_cup VARCHAR, player VARCHAR) | SELECT COUNT(club_world_cup) FROM table_19764939_1 WHERE player = "Djibril Cisse" |
33,741 | <question>: What's the post code of the county with the Chinese name 潜山县 / 潛山縣? <context>: CREATE TABLE table_1976898_1 (post_code INTEGER, chinese_name__simplified___traditional_ VARCHAR) | SELECT MIN(post_code) FROM table_1976898_1 WHERE chinese_name__simplified___traditional_ = "潜山县 / 潛山縣" |
33,742 | <question>: What's the English name of the county called 太湖县 / 太湖縣 in Chinese? <context>: CREATE TABLE table_1976898_1 (english_name VARCHAR, chinese_name__simplified___traditional_ VARCHAR) | SELECT english_name FROM table_1976898_1 WHERE chinese_name__simplified___traditional_ = "太湖县 / 太湖縣" |
33,743 | <question>: What's the English name of the county with a postcode 246400? <context>: CREATE TABLE table_1976898_1 (english_name VARCHAR, post_code VARCHAR) | SELECT english_name FROM table_1976898_1 WHERE post_code = 246400 |
33,744 | <question>: What's the Chinese (simplified/traditional) name of Susong County? <context>: CREATE TABLE table_1976898_1 (chinese_name__simplified___traditional_ VARCHAR, english_name VARCHAR) | SELECT chinese_name__simplified___traditional_ FROM table_1976898_1 WHERE english_name = "Susong County" |
33,745 | <question>: What's the Pinyin name of the county with a postcode 246500? <context>: CREATE TABLE table_1976898_1 (pinyin VARCHAR, post_code VARCHAR) | SELECT pinyin FROM table_1976898_1 WHERE post_code = 246500 |
33,746 | <question>: On how many different dates was a game against Houston played? <context>: CREATE TABLE table_19778010_5 (date VARCHAR, opponent VARCHAR) | SELECT COUNT(date) FROM table_19778010_5 WHERE opponent = "Houston" |
33,747 | <question>: How many different players did the high assists in games where the high rebounds were done by Sales (10)? <context>: CREATE TABLE table_19778010_5 (high_assists VARCHAR, high_rebounds VARCHAR) | SELECT COUNT(high_assists) FROM table_19778010_5 WHERE high_rebounds = "Sales (10)" |
33,748 | <question>: What's the number of the game played on June 22? <context>: CREATE TABLE table_19778010_5 (game INTEGER, date VARCHAR) | SELECT MAX(game) FROM table_19778010_5 WHERE date = "June 22" |
33,749 | <question>: Who was game number 8 played against? <context>: CREATE TABLE table_19778010_5 (opponent VARCHAR, game VARCHAR) | SELECT opponent FROM table_19778010_5 WHERE game = 8 |
33,750 | <question>: Who did the high rebounds in the game in which five players (3) did the high assists? <context>: CREATE TABLE table_19778010_5 (high_rebounds VARCHAR, high_assists VARCHAR) | SELECT high_rebounds FROM table_19778010_5 WHERE high_assists = "Five Players (3)" |
33,751 | <question>: What are all the conjugated forms of the verb where the el/ ella/usted verb is piense? <context>: CREATE TABLE table_1977630_2 (nosotros___nosotras VARCHAR, él___ella___usted VARCHAR) | SELECT nosotros___nosotras FROM table_1977630_2 WHERE él___ella___usted = "piense" |
33,752 | <question>: What are all the conjugated forms of the verb moler where the vosotros / vosotras is moláis for the yo tense? <context>: CREATE TABLE table_1977630_2 (yo VARCHAR, vosotros___vosotras VARCHAR) | SELECT yo FROM table_1977630_2 WHERE vosotros___vosotras = "moláis" |
33,753 | <question>: how many verbs have the yo form as sienta? <context>: CREATE TABLE table_1977630_2 (verbs VARCHAR, yo VARCHAR) | SELECT COUNT(verbs) FROM table_1977630_2 WHERE yo = "sienta" |
33,754 | <question>: What us the conjucated form(s) of el/ella/ usted when the Vos (*) is muelas / molás? <context>: CREATE TABLE table_1977630_2 (él___ella___usted VARCHAR, vos__ VARCHAR, _ VARCHAR) | SELECT él___ella___usted FROM table_1977630_2 WHERE vos__ * _ = "muelas / molás" |
33,755 | <question>: What are the forms of the conjucated vos(*) where él / ella / usted is muela <context>: CREATE TABLE table_1977630_2 (vos__ VARCHAR, _ VARCHAR, él___ella___usted VARCHAR) | SELECT vos__ * _ FROM table_1977630_2 WHERE él___ella___usted = "muela" |
33,756 | <question>: How many have the Till Agra of 500? <context>: CREATE TABLE table_19787093_1 (till_mathura VARCHAR, till_agra VARCHAR) | SELECT COUNT(till_mathura) FROM table_19787093_1 WHERE till_agra = 500 |
33,757 | <question>: What kind of vehicle is the agra 1050? <context>: CREATE TABLE table_19787093_1 (vehicle_category VARCHAR, till_agra VARCHAR) | SELECT vehicle_category FROM table_19787093_1 WHERE till_agra = 1050 |
33,758 | <question>: If the till aligarh is 150, what the mac till mathura? <context>: CREATE TABLE table_19787093_1 (till_mathura INTEGER, till_aligarh VARCHAR) | SELECT MAX(till_mathura) FROM table_19787093_1 WHERE till_aligarh = 150 |
33,759 | <question>: If the till agra is 1050, what is the max round trip? <context>: CREATE TABLE table_19787093_1 (for_round_trip INTEGER, till_agra VARCHAR) | SELECT MAX(for_round_trip) FROM table_19787093_1 WHERE till_agra = 1050 |
33,760 | <question>: If the vehicle category is multi-axle vehicle, what is the till aligarh? <context>: CREATE TABLE table_19787093_1 (till_aligarh INTEGER, vehicle_category VARCHAR) | SELECT MIN(till_aligarh) FROM table_19787093_1 WHERE vehicle_category = "Multi-axle Vehicle" |
33,761 | <question>: What's the lowest number of a game where S. Johnson (3) did the most high assists? <context>: CREATE TABLE table_19789597_6 (game INTEGER, high_assists VARCHAR) | SELECT MIN(game) FROM table_19789597_6 WHERE high_assists = "S. Johnson (3)" |
33,762 | <question>: Who was the game on July 12 played against? <context>: CREATE TABLE table_19789597_6 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_19789597_6 WHERE date = "July 12" |
33,763 | <question>: What was the record in the game where McWilliams (8) did the most high rebounds? <context>: CREATE TABLE table_19789597_6 (record VARCHAR, high_rebounds VARCHAR) | SELECT record FROM table_19789597_6 WHERE high_rebounds = "McWilliams (8)" |
33,764 | <question>: Who was the game on July 7 played against? <context>: CREATE TABLE table_19789597_6 (opponent VARCHAR, date VARCHAR) | SELECT opponent FROM table_19789597_6 WHERE date = "July 7" |
33,765 | <question>: what is the owner of the callsign wliw <context>: CREATE TABLE table_1979203_1 (owner VARCHAR, callsign VARCHAR) | SELECT owner FROM table_1979203_1 WHERE callsign = "WLIW" |
33,766 | <question>: how many callsigns are for the branding telemundo 47 <context>: CREATE TABLE table_1979203_1 (callsign VARCHAR, branding VARCHAR) | SELECT COUNT(callsign) FROM table_1979203_1 WHERE branding = "Telemundo 47" |
33,767 | <question>: what is the virtual callsign if is wnet <context>: CREATE TABLE table_1979203_1 (_virtual_ VARCHAR, callsign VARCHAR) | SELECT _virtual_ FROM table_1979203_1 WHERE callsign = "WNET" |
33,768 | <question>: what is the name of the branding where the virtual is 13.1 <context>: CREATE TABLE table_1979203_1 (branding VARCHAR, _virtual_ VARCHAR) | SELECT branding FROM table_1979203_1 WHERE _virtual_ = "13.1" |
33,769 | <question>: Name the district for newtown square <context>: CREATE TABLE table_1979619_3 (district INTEGER, residence VARCHAR) | SELECT MIN(district) FROM table_1979619_3 WHERE residence = "Newtown Square" |
33,770 | <question>: Name the party for bensalem <context>: CREATE TABLE table_1979619_3 (party VARCHAR, residence VARCHAR) | SELECT party FROM table_1979619_3 WHERE residence = "Bensalem" |
33,771 | <question>: Name the term ends for bethlehem <context>: CREATE TABLE table_1979619_3 (term_ends VARCHAR, residence VARCHAR) | SELECT COUNT(term_ends) FROM table_1979619_3 WHERE residence = "Bethlehem" |
33,772 | <question>: Name the total number of districts for rob teplitz <context>: CREATE TABLE table_1979619_3 (district VARCHAR, representative VARCHAR) | SELECT COUNT(district) FROM table_1979619_3 WHERE representative = "Rob Teplitz" |
33,773 | <question>: What was the result for the contestant whose background was as a business major? <context>: CREATE TABLE table_19810459_1 (result VARCHAR, background VARCHAR) | SELECT result FROM table_19810459_1 WHERE background = "Business major" |
33,774 | <question>: What was the background of the contestant whose result was 11th place? <context>: CREATE TABLE table_19810459_1 (background VARCHAR, result VARCHAR) | SELECT background FROM table_19810459_1 WHERE result = "11th place" |
33,775 | <question>: For how many contestants was the background internet dreamer? <context>: CREATE TABLE table_19810459_1 (contestant VARCHAR, background VARCHAR) | SELECT COUNT(contestant) FROM table_19810459_1 WHERE background = "Internet dreamer" |
33,776 | <question>: What was the result for the contestant who was a small business owner? <context>: CREATE TABLE table_19810459_1 (result VARCHAR, background VARCHAR) | SELECT result FROM table_19810459_1 WHERE background = "Small business owner" |
33,777 | <question>: What team was the contestant who finished in 10th place originally on? <context>: CREATE TABLE table_19810459_1 (original_team VARCHAR, result VARCHAR) | SELECT original_team FROM table_19810459_1 WHERE result = "10th place" |
33,778 | <question>: What is the hometown of the contestant whose background is as a financial consultant? <context>: CREATE TABLE table_19810459_1 (hometown VARCHAR, background VARCHAR) | SELECT hometown FROM table_19810459_1 WHERE background = "Financial consultant" |
33,779 | <question>: If the rating/share is 3.8/10, what is the total number of rating? <context>: CREATE TABLE table_19805130_3 (rating VARCHAR) | SELECT COUNT(rating) FROM table_19805130_3 WHERE rating / SHARE(18 - 49) = 3.8 / 10 |
33,780 | <question>: If the night rank is 9, what is the total share number? <context>: CREATE TABLE table_19805130_3 (share VARCHAR, rank__night_ VARCHAR) | SELECT COUNT(share) FROM table_19805130_3 WHERE rank__night_ = "9" |
33,781 | <question>: What is the name of the episode with a night rank of 9? <context>: CREATE TABLE table_19805130_3 (episode VARCHAR, rank__night_ VARCHAR) | SELECT episode FROM table_19805130_3 WHERE rank__night_ = "9" |
33,782 | <question>: If the amount of viewers is 5.14 million and the rating/share is 2.0/6, what is the ranking? <context>: CREATE TABLE table_19805130_3 (rating VARCHAR, viewers__millions_ VARCHAR) | SELECT rating FROM table_19805130_3 WHERE rating / SHARE(18 - 49) = 2.0 / 6 AND viewers__millions_ = "5.14" |
33,783 | <question>: Name the writers for swedish sailor <context>: CREATE TABLE table_19852975_3 (writer_s_ VARCHAR, arties_disguises VARCHAR) | SELECT writer_s_ FROM table_19852975_3 WHERE arties_disguises = "Swedish sailor" |
33,784 | <question>: Name the season number for herr ostropolyer, pastry chef <context>: CREATE TABLE table_19852975_3 (season__number INTEGER, arties_disguises VARCHAR) | SELECT MIN(season__number) FROM table_19852975_3 WHERE arties_disguises = "Herr Ostropolyer, pastry chef" |
33,785 | <question>: Name the principal of Northfield Junior-Senior High School. <context>: CREATE TABLE table_1984697_85 (principal VARCHAR, school VARCHAR) | SELECT principal FROM table_1984697_85 WHERE school = "Northfield Junior-Senior High school" |
33,786 | <question>: What is the name of the school/s in North Manchester? <context>: CREATE TABLE table_1984697_85 (school VARCHAR, city___town VARCHAR) | SELECT school FROM table_1984697_85 WHERE city___town = "North Manchester" |
33,787 | <question>: Name the school/s with is size of 604. <context>: CREATE TABLE table_1984697_85 (school VARCHAR, size VARCHAR) | SELECT school FROM table_1984697_85 WHERE size = 604 |
33,788 | <question>: What is the IDOE Profile in North Manchester? <context>: CREATE TABLE table_1984697_85 (idoe_profile VARCHAR, city___town VARCHAR) | SELECT idoe_profile FROM table_1984697_85 WHERE city___town = "North Manchester" |
33,789 | <question>: What are the grades served at Manchester Junior-Senior High School? <context>: CREATE TABLE table_1984697_85 (grades VARCHAR, school VARCHAR) | SELECT grades FROM table_1984697_85 WHERE school = "Manchester Junior-Senior High school" |
33,790 | <question>: Writer Max Ehrlich, what is the minimum series number? <context>: CREATE TABLE table_19852975_4 (series__number INTEGER, writer_s_ VARCHAR) | SELECT MIN(series__number) FROM table_19852975_4 WHERE writer_s_ = "Max Ehrlich" |
33,791 | <question>: From writer Denne Bart Petitclerc, what is the maximum season number? <context>: CREATE TABLE table_19852975_4 (season__number INTEGER, writer_s_ VARCHAR) | SELECT MAX(season__number) FROM table_19852975_4 WHERE writer_s_ = "Denne Bart Petitclerc" |
33,792 | <question>: From writer Max Ehrlich, what is the total amount of series numbers? <context>: CREATE TABLE table_19852975_4 (series__number VARCHAR, writer_s_ VARCHAR) | SELECT COUNT(series__number) FROM table_19852975_4 WHERE writer_s_ = "Max Ehrlich" |
33,793 | <question>: Who is the winning driver when rd. is 3? <context>: CREATE TABLE table_19850806_3 (winning_driver VARCHAR, rd VARCHAR) | SELECT winning_driver FROM table_19850806_3 WHERE rd = "3" |
33,794 | <question>: How many winning drivers are there when the winning team is Bryan herta autosport? <context>: CREATE TABLE table_19850806_3 (winning_driver VARCHAR, winning_team VARCHAR) | SELECT COUNT(winning_driver) FROM table_19850806_3 WHERE winning_team = "Bryan Herta Autosport" |
33,795 | <question>: Which report is where rd. is 9? <context>: CREATE TABLE table_19850806_3 (report VARCHAR, rd VARCHAR) | SELECT report FROM table_19850806_3 WHERE rd = "9" |
33,796 | <question>: Who held the fastest lap in the race in texas and dario franchitti is the winning driver? <context>: CREATE TABLE table_19850806_3 (fastest_lap VARCHAR, race VARCHAR, winning_driver VARCHAR) | SELECT fastest_lap FROM table_19850806_3 WHERE race = "Texas" AND winning_driver = "Dario Franchitti" |
33,797 | <question>: How many Huckleberry Hound episodes were aired on 1960.09.18? <context>: CREATE TABLE table_19860361_4 (huckleberry_hound VARCHAR, air_date VARCHAR) | SELECT COUNT(huckleberry_hound) FROM table_19860361_4 WHERE air_date = "1960.09.18" |
33,798 | <question>: What is the Pixie and Dixie skit in episode 7? <context>: CREATE TABLE table_19860361_3 (pixie_and_dixie VARCHAR, ep VARCHAR) | SELECT pixie_and_dixie FROM table_19860361_3 WHERE ep = 7 |
33,799 | <question>: What is the Yogi Bear that aired on 1959.12.21? <context>: CREATE TABLE table_19860361_3 (yogi_bear VARCHAR, air_date VARCHAR) | SELECT yogi_bear FROM table_19860361_3 WHERE air_date = "1959.12.21" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.