Unnamed: 0
int64
0
60k
text
stringlengths
109
1.06k
29,900
<question>: what's the bleeding time with partial thromboplastin time being unaffected and condition being liver failure , early <context>: CREATE TABLE table_14006_1 (bleeding_time VARCHAR, partial_thromboplastin_time VARCHAR, condition VARCHAR) <answer>: SELECT bleeding_time FROM table_14006_1 WHERE partial_thrombopl...
29,901
<question>: How many of the elected officials are on the Economic Matters committee? <context>: CREATE TABLE table_14009909_1 (first_elected VARCHAR, committee VARCHAR) <answer>: SELECT COUNT(first_elected) FROM table_14009909_1 WHERE committee = "Economic Matters"
29,902
<question>: Name the delegate first elected in 2003? <context>: CREATE TABLE table_14009909_1 (delegate VARCHAR, first_elected VARCHAR) <answer>: SELECT delegate FROM table_14009909_1 WHERE first_elected = 2003
29,903
<question>: What are the counties represented in District 12.1 12a? <context>: CREATE TABLE table_14009909_1 (counties_represented VARCHAR, district VARCHAR) <answer>: SELECT counties_represented FROM table_14009909_1 WHERE district = "12.1 12A"
29,904
<question>: Which country has a delegate who was first elected in 2006? <context>: CREATE TABLE table_14009909_1 (counties_represented VARCHAR, first_elected VARCHAR) <answer>: SELECT counties_represented FROM table_14009909_1 WHERE first_elected = 2006
29,905
<question>: Who are the foreign players representing Ekaterinburg? <context>: CREATE TABLE table_14015965_1 (foreign_players__max_2_ VARCHAR, town VARCHAR) <answer>: SELECT foreign_players__max_2_ FROM table_14015965_1 WHERE town = "Ekaterinburg"
29,906
<question>: What town is Volleyball Sportiv Complex (3 500) located in? <context>: CREATE TABLE table_14015965_1 (town VARCHAR, arena__capacity_ VARCHAR) <answer>: SELECT town FROM table_14015965_1 WHERE arena__capacity_ = "Volleyball Sportiv Complex (3 500)"
29,907
<question>: What arena was season 6 played at? <context>: CREATE TABLE table_14015965_1 (arena__capacity_ VARCHAR, previous_season VARCHAR) <answer>: SELECT arena__capacity_ FROM table_14015965_1 WHERE previous_season = "6"
29,908
<question>: Who was the head coach in season 2? <context>: CREATE TABLE table_14015965_1 (head_coach VARCHAR, previous_season VARCHAR) <answer>: SELECT head_coach FROM table_14015965_1 WHERE previous_season = "2"
29,909
<question>: On what circuit was the City of Ipswich 400 race held? <context>: CREATE TABLE table_14016079_1 (circuit VARCHAR, race_title VARCHAR) <answer>: SELECT circuit FROM table_14016079_1 WHERE race_title = "City of Ipswich 400"
29,910
<question>: Who was the winner on the Symmons Plains Raceway? <context>: CREATE TABLE table_14016079_1 (winner VARCHAR, circuit VARCHAR) <answer>: SELECT winner FROM table_14016079_1 WHERE circuit = "Symmons Plains Raceway"
29,911
<question>: What were the dates for Round 8? <context>: CREATE TABLE table_14016079_1 (date VARCHAR, rd VARCHAR) <answer>: SELECT date FROM table_14016079_1 WHERE rd = 8
29,912
<question>: What was the number of rounds on the Hidden Valley Raceway? <context>: CREATE TABLE table_14016079_1 (rd VARCHAR, circuit VARCHAR) <answer>: SELECT COUNT(rd) FROM table_14016079_1 WHERE circuit = "Hidden Valley Raceway"
29,913
<question>: What round was held at the Queensland Raceway? <context>: CREATE TABLE table_14016079_1 (rd VARCHAR, circuit VARCHAR) <answer>: SELECT rd FROM table_14016079_1 WHERE circuit = "Queensland Raceway"
29,914
<question>: what the highest number for the opposite of offense for the green bay packers <context>: CREATE TABLE table_1402270_1 (team_defense_rank INTEGER, nfl_team VARCHAR) <answer>: SELECT MAX(team_defense_rank) FROM table_1402270_1 WHERE nfl_team = "Green Bay Packers"
29,915
<question>: How many counties have an area of 1,205.4 km2? <context>: CREATE TABLE table_1404414_2 (code VARCHAR, area__km_2__ VARCHAR) <answer>: SELECT COUNT(code) FROM table_1404414_2 WHERE area__km_2__ = "1,205.4"
29,916
<question>: What capital has a population of 596268? <context>: CREATE TABLE table_1404414_2 (capital VARCHAR, population_census_2009 VARCHAR) <answer>: SELECT capital FROM table_1404414_2 WHERE population_census_2009 = 596268
29,917
<question>: what's the capital with area (km 2 ) being 12,245.9 <context>: CREATE TABLE table_1404456_1 (capital VARCHAR, area__km_2__ VARCHAR) <answer>: SELECT capital FROM table_1404456_1 WHERE area__km_2__ = "12,245.9"
29,918
<question>: what's the former province with area (km 2 ) being 12,245.9 <context>: CREATE TABLE table_1404456_1 (former_province VARCHAR, area__km_2__ VARCHAR) <answer>: SELECT former_province FROM table_1404456_1 WHERE area__km_2__ = "12,245.9"
29,919
<question>: how many capital with population census 2009 being 284657 <context>: CREATE TABLE table_1404456_1 (capital VARCHAR, population_census_2009 VARCHAR) <answer>: SELECT COUNT(capital) FROM table_1404456_1 WHERE population_census_2009 = 284657
29,920
<question>: what's the area (km 2 ) with population census 2009 being 939370 <context>: CREATE TABLE table_1404456_1 (area__km_2__ VARCHAR, population_census_2009 VARCHAR) <answer>: SELECT area__km_2__ FROM table_1404456_1 WHERE population_census_2009 = 939370
29,921
<question>: what is the minimum code with area (km 2 ) being 12,245.9 <context>: CREATE TABLE table_1404456_1 (code INTEGER, area__km_2__ VARCHAR) <answer>: SELECT MIN(code) FROM table_1404456_1 WHERE area__km_2__ = "12,245.9"
29,922
<question>: what's the county with code being 2 <context>: CREATE TABLE table_1404456_1 (county VARCHAR, code VARCHAR) <answer>: SELECT county FROM table_1404456_1 WHERE code = 2
29,923
<question>: In what year did Tom Sneva win a race? <context>: CREATE TABLE table_1405704_1 (season VARCHAR, winning_driver VARCHAR) <answer>: SELECT season FROM table_1405704_1 WHERE winning_driver = "Tom Sneva"
29,924
<question>: What kind of chassis did a winning car with a Foyt engine have in 1979? <context>: CREATE TABLE table_1405704_1 (chassis VARCHAR, season VARCHAR, engine VARCHAR) <answer>: SELECT chassis FROM table_1405704_1 WHERE season = 1979 AND engine = "Foyt"
29,925
<question>: What team does Al Unser drive for? <context>: CREATE TABLE table_1405704_1 (team VARCHAR, winning_driver VARCHAR) <answer>: SELECT team FROM table_1405704_1 WHERE winning_driver = "Al Unser"
29,926
<question>: What team has a vehicle with an Offenhauser engine and a McLaren chassis? <context>: CREATE TABLE table_1405704_1 (team VARCHAR, chassis VARCHAR, engine VARCHAR) <answer>: SELECT team FROM table_1405704_1 WHERE chassis = "McLaren" AND engine = "Offenhauser"
29,927
<question>: What team raced with a Foyt engine in the Texas Grand Prix? <context>: CREATE TABLE table_1405704_1 (team VARCHAR, race_name VARCHAR, engine VARCHAR) <answer>: SELECT team FROM table_1405704_1 WHERE race_name = "Texas Grand Prix" AND engine = "Foyt"
29,928
<question>: What network is virtual channel 9.1 linked to? <context>: CREATE TABLE table_1404984_1 (network VARCHAR, virtual_channel VARCHAR) <answer>: SELECT network FROM table_1404984_1 WHERE virtual_channel = "9.1"
29,929
<question>: Who owns the station on channel 33.3? <context>: CREATE TABLE table_1404984_1 (station_ownership VARCHAR, virtual_channel VARCHAR) <answer>: SELECT station_ownership FROM table_1404984_1 WHERE virtual_channel = "33.3"
29,930
<question>: What is JCTV's digital channel? <context>: CREATE TABLE table_1404984_1 (digital_channel VARCHAR, network VARCHAR) <answer>: SELECT digital_channel FROM table_1404984_1 WHERE network = "JCTV"
29,931
<question>: What is channel 33.7's official call sign? <context>: CREATE TABLE table_1404984_1 (call_sign VARCHAR, virtual_channel VARCHAR) <answer>: SELECT call_sign FROM table_1404984_1 WHERE virtual_channel = "33.7"
29,932
<question>: What is HSN's official virtual channel in Minneapolis-St. Paul? <context>: CREATE TABLE table_1404984_1 (virtual_channel VARCHAR, network VARCHAR) <answer>: SELECT virtual_channel FROM table_1404984_1 WHERE network = "HSN"
29,933
<question>: How many stations own Bounce TV? <context>: CREATE TABLE table_1404984_1 (station_ownership VARCHAR, network VARCHAR) <answer>: SELECT COUNT(station_ownership) FROM table_1404984_1 WHERE network = "Bounce TV"
29,934
<question>: How many points were made when the tries for was 83? <context>: CREATE TABLE table_14058433_3 (points VARCHAR, tries_for VARCHAR) <answer>: SELECT points FROM table_14058433_3 WHERE tries_for = "83"
29,935
<question>: How many points are there when the lost is 7? <context>: CREATE TABLE table_14058433_3 (points_for VARCHAR, lost VARCHAR) <answer>: SELECT points_for FROM table_14058433_3 WHERE lost = "7"
29,936
<question>: What is the losing bonus when the points are 24? <context>: CREATE TABLE table_14058433_3 (losing_bonus VARCHAR, points VARCHAR) <answer>: SELECT losing_bonus FROM table_14058433_3 WHERE points = "24"
29,937
<question>: How many losing points does Llandudno RFC have? <context>: CREATE TABLE table_14058433_3 (losing_bonus VARCHAR, club VARCHAR) <answer>: SELECT losing_bonus FROM table_14058433_3 WHERE club = "Llandudno RFC"
29,938
<question>: What is the try bonus for Ruthin RFC? <context>: CREATE TABLE table_14058433_3 (try_bonus VARCHAR, club VARCHAR) <answer>: SELECT try_bonus FROM table_14058433_3 WHERE club = "Ruthin RFC"
29,939
<question>: how many tries against with lost being 11 <context>: CREATE TABLE table_14058433_4 (tries_against VARCHAR, lost VARCHAR) <answer>: SELECT COUNT(tries_against) FROM table_14058433_4 WHERE lost = "11"
29,940
<question>: what's the won with try bonus being 12 <context>: CREATE TABLE table_14058433_4 (won VARCHAR, try_bonus VARCHAR) <answer>: SELECT won FROM table_14058433_4 WHERE try_bonus = "12"
29,941
<question>: what's the drawn with lost being 4 <context>: CREATE TABLE table_14058433_4 (drawn VARCHAR, lost VARCHAR) <answer>: SELECT drawn FROM table_14058433_4 WHERE lost = "4"
29,942
<question>: what's the points against with lost being 13 <context>: CREATE TABLE table_14058433_4 (points_against VARCHAR, lost VARCHAR) <answer>: SELECT points_against FROM table_14058433_4 WHERE lost = "13"
29,943
<question>: what's the points against with won being 11 <context>: CREATE TABLE table_14058433_4 (points_against VARCHAR, won VARCHAR) <answer>: SELECT points_against FROM table_14058433_4 WHERE won = "11"
29,944
<question>: what's the drawn with points for being 350 <context>: CREATE TABLE table_14058433_4 (drawn VARCHAR, points_for VARCHAR) <answer>: SELECT drawn FROM table_14058433_4 WHERE points_for = "350"
29,945
<question>: how many points for with points against being 177 <context>: CREATE TABLE table_14058433_5 (points_for VARCHAR, points_against VARCHAR) <answer>: SELECT COUNT(points_for) FROM table_14058433_5 WHERE points_against = "177"
29,946
<question>: what's the lost with club being colwyn bay rfc <context>: CREATE TABLE table_14058433_5 (lost VARCHAR, club VARCHAR) <answer>: SELECT lost FROM table_14058433_5 WHERE club = "Colwyn Bay RFC"
29,947
<question>: what's the won with tries for being 84 <context>: CREATE TABLE table_14058433_5 (won VARCHAR, tries_for VARCHAR) <answer>: SELECT won FROM table_14058433_5 WHERE tries_for = "84"
29,948
<question>: what's the won with points for being 596 <context>: CREATE TABLE table_14058433_5 (won VARCHAR, points_for VARCHAR) <answer>: SELECT won FROM table_14058433_5 WHERE points_for = "596"
29,949
<question>: what's the points for with lost being 4 <context>: CREATE TABLE table_14058433_5 (points_for VARCHAR, lost VARCHAR) <answer>: SELECT points_for FROM table_14058433_5 WHERE lost = "4"
29,950
<question>: what's the won with points for being 643 <context>: CREATE TABLE table_14058433_5 (won VARCHAR, points_for VARCHAR) <answer>: SELECT won FROM table_14058433_5 WHERE points_for = "643"
29,951
<question>: What is the Telugu word for хонгорцог in Mongolian? <context>: CREATE TABLE table_1408397_3 (telugu_తెలుగు VARCHAR, mongolian VARCHAR) <answer>: SELECT telugu_తెలుగు FROM table_1408397_3 WHERE mongolian = "Хонгорцог"
29,952
<question>: What is the Malayalam word for punarvasu ಪುನರ್ವಸು in Kannada? <context>: CREATE TABLE table_1408397_3 (malayalam_മലയാളം VARCHAR, kannada_ಕನ್ನಡ VARCHAR) <answer>: SELECT malayalam_മലയാളം FROM table_1408397_3 WHERE kannada_ಕನ್ನಡ = "Punarvasu ಪುನರ್ವಸು"
29,953
<question>: What is the Malayalam word that is listed as #10 in the table? <context>: CREATE TABLE table_1408397_3 (malayalam_മലയാളം VARCHAR, _number VARCHAR) <answer>: SELECT malayalam_മലയാളം FROM table_1408397_3 WHERE _number = 10
29,954
<question>: tell the score when the times gone was 75 <context>: CREATE TABLE table_14070062_4 (points_against VARCHAR, tries_against VARCHAR) <answer>: SELECT points_against FROM table_14070062_4 WHERE tries_against = "75"
29,955
<question>: was the the score when the tries was 743 <context>: CREATE TABLE table_14070062_4 (points_against VARCHAR, points_for VARCHAR) <answer>: SELECT points_against FROM table_14070062_4 WHERE points_for = "743"
29,956
<question>: tell how many wins there was when the score was 490 <context>: CREATE TABLE table_14070062_4 (won VARCHAR, points_for VARCHAR) <answer>: SELECT COUNT(won) FROM table_14070062_4 WHERE points_for = "490"
29,957
<question>: how many extra points were there when the score was 48 <context>: CREATE TABLE table_14070062_4 (try_bonus VARCHAR, points VARCHAR) <answer>: SELECT try_bonus FROM table_14070062_4 WHERE points = "48"
29,958
<question>: what was the extra score when the overall score was 52 <context>: CREATE TABLE table_14070062_4 (losing_bonus VARCHAR, tries_for VARCHAR) <answer>: SELECT losing_bonus FROM table_14070062_4 WHERE tries_for = "52"
29,959
<question>: what was the score when the extras were 6 <context>: CREATE TABLE table_14070062_4 (points VARCHAR, try_bonus VARCHAR) <answer>: SELECT points FROM table_14070062_4 WHERE try_bonus = "6"
29,960
<question>: What country's capital is buenos aires? <context>: CREATE TABLE table_14098_1 (country_or_territory_with_flag VARCHAR, capital VARCHAR) <answer>: SELECT country_or_territory_with_flag FROM table_14098_1 WHERE capital = "Buenos Aires"
29,961
<question>: What unit of measurement for uruguay? <context>: CREATE TABLE table_14098_1 (area__km²___per_sqmi_ VARCHAR, country_or_territory_with_flag VARCHAR) <answer>: SELECT area__km²___per_sqmi_ FROM table_14098_1 WHERE country_or_territory_with_flag = "Uruguay"
29,962
<question>: What country'c capital is santiago? <context>: CREATE TABLE table_14098_1 (country_or_territory_with_flag VARCHAR, capital VARCHAR) <answer>: SELECT country_or_territory_with_flag FROM table_14098_1 WHERE capital = "Santiago"
29,963
<question>: who is the the voice actor (englbeingh 1998 / pioneer) with voice actor (englbeingh 1997 / saban) being alec willows and voice actor (englbeingh 2006 / funimation) being andy mcavin <context>: CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__english_1997___saban_ VARC...
29,964
<question>: what's the character name with voice actor (englbeingh 1997 / saban) being ian james corlett <context>: CREATE TABLE table_1410384_1 (character_name VARCHAR, voice_actor__english_1997___saban_ VARCHAR) <answer>: SELECT character_name FROM table_1410384_1 WHERE voice_actor__english_1997___saban_ = "Ian James...
29,965
<question>: what's the character name with voice actor (englbeingh 1998 / pioneer) being paul dobson <context>: CREATE TABLE table_1410384_1 (character_name VARCHAR, voice_actor__english_1998___pioneer_ VARCHAR) <answer>: SELECT character_name FROM table_1410384_1 WHERE voice_actor__english_1998___pioneer_ = "Paul Dobs...
29,966
<question>: how many voice actor (englbeingh 1998 / pioneer) with voice actor (japanese) being shinobu satouchi <context>: CREATE TABLE table_1410384_1 (voice_actor__english_1998___pioneer_ VARCHAR, voice_actor__japanese_ VARCHAR) <answer>: SELECT COUNT(voice_actor__english_1998___pioneer_) FROM table_1410384_1 WHERE ...
29,967
<question>: who is the the voice actor (japanese) with character name being goku <context>: CREATE TABLE table_1410384_1 (voice_actor__japanese_ VARCHAR, character_name VARCHAR) <answer>: SELECT voice_actor__japanese_ FROM table_1410384_1 WHERE character_name = "Goku"
29,968
<question>: how many big wins does peru state college have <context>: CREATE TABLE table_14115168_4 (national_titles VARCHAR, school VARCHAR) <answer>: SELECT COUNT(national_titles) FROM table_14115168_4 WHERE school = "Peru State College"
29,969
<question>: which school has 14 large championships <context>: CREATE TABLE table_14115168_4 (school VARCHAR, national_titles VARCHAR) <answer>: SELECT school FROM table_14115168_4 WHERE national_titles = 14
29,970
<question>: how many overall championships does concordia university have <context>: CREATE TABLE table_14115168_4 (national_titles INTEGER, school VARCHAR) <answer>: SELECT MIN(national_titles) FROM table_14115168_4 WHERE school = "Concordia University"
29,971
<question>: what's the duration with mission being sts-87 <context>: CREATE TABLE table_14118521_1 (duration VARCHAR, mission VARCHAR) <answer>: SELECT duration FROM table_14118521_1 WHERE mission = "STS-87"
29,972
<question>: what's the edo flight with duration being 17 days, 15 hours, 53 minutes, 18 seconds <context>: CREATE TABLE table_14118521_1 (edo_flight VARCHAR, duration VARCHAR) <answer>: SELECT edo_flight FROM table_14118521_1 WHERE duration = "17 days, 15 hours, 53 minutes, 18 seconds"
29,973
<question>: what's the primary payload(s) with launch date being july 8, 1994 <context>: CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, launch_date VARCHAR) <answer>: SELECT primary_payload_s_ FROM table_14118521_1 WHERE launch_date = "July 8, 1994"
29,974
<question>: what's the mission with primary payload(s) being spacelab life sciences-2 <context>: CREATE TABLE table_14118521_1 (mission VARCHAR, primary_payload_s_ VARCHAR) <answer>: SELECT mission FROM table_14118521_1 WHERE primary_payload_s_ = "Spacelab Life Sciences-2"
29,975
<question>: what's the shuttle with primary payload(s) being united states microgravity laboratory-1 <context>: CREATE TABLE table_14118521_1 (shuttle VARCHAR, primary_payload_s_ VARCHAR) <answer>: SELECT shuttle FROM table_14118521_1 WHERE primary_payload_s_ = "United States Microgravity Laboratory-1"
29,976
<question>: how many primary payload(s) with shuttle being columbia and duration being 13 days, 19 hours, 30 minutes, 4 seconds <context>: CREATE TABLE table_14118521_1 (primary_payload_s_ VARCHAR, shuttle VARCHAR, duration VARCHAR) <answer>: SELECT COUNT(primary_payload_s_) FROM table_14118521_1 WHERE shuttle = "Colu...
29,977
<question>: what's the pts with team being kopron team scot <context>: CREATE TABLE table_14139408_1 (pts VARCHAR, team VARCHAR) <answer>: SELECT pts FROM table_14139408_1 WHERE team = "Kopron team Scot"
29,978
<question>: what's the pts with position being nc <context>: CREATE TABLE table_14139408_1 (pts VARCHAR, position VARCHAR) <answer>: SELECT pts FROM table_14139408_1 WHERE position = "NC"
29,979
<question>: what's the pts with poles being smaller than 1.0 and motorcycle being aprilia and class being 250cc <context>: CREATE TABLE table_14139408_1 (pts VARCHAR, class VARCHAR, poles VARCHAR, motorcycle VARCHAR) <answer>: SELECT pts FROM table_14139408_1 WHERE poles < 1.0 AND motorcycle = "Aprilia" AND class = "25...
29,980
<question>: what's the poles with pts being 81 <context>: CREATE TABLE table_14139408_1 (poles VARCHAR, pts VARCHAR) <answer>: SELECT poles FROM table_14139408_1 WHERE pts = "81"
29,981
<question>: how many class with poles being bigger than 1.0 <context>: CREATE TABLE table_14139408_1 (class VARCHAR, poles INTEGER) <answer>: SELECT COUNT(class) FROM table_14139408_1 WHERE poles > 1.0
29,982
<question>: what's the position with team being skilled racing team <context>: CREATE TABLE table_14139408_1 (position VARCHAR, team VARCHAR) <answer>: SELECT position FROM table_14139408_1 WHERE team = "Skilled Racing team"
29,983
<question>: Who was the defensive award winner in February when the rookie award was given to Rhys Duch? <context>: CREATE TABLE table_14132239_3 (defensive VARCHAR, month VARCHAR, rookie VARCHAR) <answer>: SELECT defensive FROM table_14132239_3 WHERE month = "February" AND rookie = "Rhys Duch"
29,984
<question>: Who was the offensive award winner the week when Bob Watson was given the overall award? <context>: CREATE TABLE table_14132239_3 (offensive VARCHAR, overall VARCHAR) <answer>: SELECT offensive FROM table_14132239_3 WHERE overall = "Bob Watson"
29,985
<question>: Who was the defensive award winner when the rookie award was given to Daryl Veltman and the offensive award was given to Mark Steenhuis? <context>: CREATE TABLE table_14132239_3 (defensive VARCHAR, rookie VARCHAR, offensive VARCHAR) <answer>: SELECT defensive FROM table_14132239_3 WHERE rookie = "Daryl Velt...
29,986
<question>: Who won the rookie award the week the transition award was given to Brodie Merrill and the offensive award was given to Pat Maddalena? <context>: CREATE TABLE table_14132239_3 (rookie VARCHAR, transition VARCHAR, offensive VARCHAR) <answer>: SELECT rookie FROM table_14132239_3 WHERE transition = "Brodie Mer...
29,987
<question>: What is the lowest enrollment value out of the enrollment values I'd the schools with a 3A WIAA clarification? <context>: CREATE TABLE table_1414702_3 (enrollment INTEGER, wiaa_classification VARCHAR) <answer>: SELECT MIN(enrollment) FROM table_1414702_3 WHERE wiaa_classification = "3A"
29,988
<question>: What is the WIAA classification of Oakland Alternative High School? <context>: CREATE TABLE table_1414702_3 (wiaa_classification VARCHAR, high_school VARCHAR) <answer>: SELECT wiaa_classification FROM table_1414702_3 WHERE high_school = "Oakland Alternative"
29,989
<question>: When was Mount Tahoma established? <context>: CREATE TABLE table_1414702_3 (established INTEGER, high_school VARCHAR) <answer>: SELECT MAX(established) FROM table_1414702_3 WHERE high_school = "Mount Tahoma"
29,990
<question>: What's the note about the school established in the year of 1973? <context>: CREATE TABLE table_1414702_3 (notes VARCHAR, established VARCHAR) <answer>: SELECT notes FROM table_1414702_3 WHERE established = 1973
29,991
<question>: Who was in the 4th district in 1924? <context>: CREATE TABLE table_14123513_5 (year VARCHAR) <answer>: SELECT 4 AS th_district FROM table_14123513_5 WHERE year = 1924
29,992
<question>: List all FTE middle school teachers in Sunnyvale. <context>: CREATE TABLE table_1414743_1 (fte_teachers VARCHAR, school_level VARCHAR, city VARCHAR) <answer>: SELECT fte_teachers FROM table_1414743_1 WHERE school_level = "Middle" AND city = "Sunnyvale"
29,993
<question>: What is the highest number of students with a teacher:student ratio of 20.8? <context>: CREATE TABLE table_1414743_1 (students INTEGER, pupil_teacher_ratio VARCHAR) <answer>: SELECT MAX(students) FROM table_1414743_1 WHERE pupil_teacher_ratio = "20.8"
29,994
<question>: How many FTE teachers are there when the student:teacher ration is 19? <context>: CREATE TABLE table_1414743_1 (fte_teachers VARCHAR, pupil_teacher_ratio VARCHAR) <answer>: SELECT fte_teachers FROM table_1414743_1 WHERE pupil_teacher_ratio = "19"
29,995
<question>: What edition of congress for member-elect richard p. giles? <context>: CREATE TABLE table_14158567_1 (congress VARCHAR, member_elect VARCHAR) <answer>: SELECT congress FROM table_14158567_1 WHERE member_elect = "Richard P. Giles"
29,996
<question>: how many mean elevation with lowest point being gulf of mexico and state being texas <context>: CREATE TABLE table_1416612_1 (mean_elevation VARCHAR, lowest_point VARCHAR, state VARCHAR) <answer>: SELECT COUNT(mean_elevation) FROM table_1416612_1 WHERE lowest_point = "Gulf of Mexico" AND state = "Texas"
29,997
<question>: what's the highest point with lowest point being belle fourche river at south dakota border <context>: CREATE TABLE table_1416612_1 (highest_point VARCHAR, lowest_point VARCHAR) <answer>: SELECT highest_point FROM table_1416612_1 WHERE lowest_point = "Belle Fourche River at South Dakota border"
29,998
<question>: what's the lowest elevation with highest point being charles mound <context>: CREATE TABLE table_1416612_1 (lowest_elevation VARCHAR, highest_point VARCHAR) <answer>: SELECT lowest_elevation FROM table_1416612_1 WHERE highest_point = "Charles Mound"
29,999
<question>: what's the lowest point with highest point being mount greylock <context>: CREATE TABLE table_1416612_1 (lowest_point VARCHAR, highest_point VARCHAR) <answer>: SELECT lowest_point FROM table_1416612_1 WHERE highest_point = "Mount Greylock"