Unnamed: 0 int64 0 60k | input stringlengths 76 562 | answer stringlengths 18 557 |
|---|---|---|
30,700 | <question>: In episode 115 what is seen being made before British police helmets? <context>: CREATE TABLE table_15187735_9 (segment_b VARCHAR, segment_c VARCHAR) | SELECT segment_b FROM table_15187735_9 WHERE segment_c = "British Police Helmets" |
30,701 | <question>: How many times was leather introduced before pedal steel guitars in episode 111? <context>: CREATE TABLE table_15187735_9 (segment_c VARCHAR, segment_d VARCHAR) | SELECT COUNT(segment_c) FROM table_15187735_9 WHERE segment_d = "Pedal Steel Guitars" |
30,702 | <question>: What was the UK broadcast date for the episode which visited USA? <context>: CREATE TABLE table_15211468_1 (uk_broadcast_date VARCHAR, countries_visited VARCHAR) | SELECT uk_broadcast_date FROM table_15211468_1 WHERE countries_visited = "USA" |
30,703 | <question>: What countries are visited in the episode presented by Brian B. Thompson? <context>: CREATE TABLE table_15211468_1 (countries_visited VARCHAR, presenter VARCHAR) | SELECT countries_visited FROM table_15211468_1 WHERE presenter = "Brian B. Thompson" |
30,704 | <question>: What is the episode title for the episode numbered #1.4? <context>: CREATE TABLE table_15211468_1 (episode_title VARCHAR, episode_no VARCHAR) | SELECT episode_title FROM table_15211468_1 WHERE episode_no = "#1.4" |
30,705 | <question>: Name the social democratic party for labour <context>: CREATE TABLE table_152358_3 (social_democratic_party VARCHAR, control VARCHAR) | SELECT social_democratic_party FROM table_152358_3 WHERE control = "labour" |
30,706 | <question>: Who wrote episode 11, of which was directed by Will Waring? <context>: CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR, no_in_season VARCHAR) | SELECT written_by FROM table_15284274_1 WHERE directed_by = "Will Waring" AND no_in_season = 11 |
30,707 | <question>: Who wrote the episode directed by Peter Woeste? <context>: CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR) | SELECT written_by FROM table_15284274_1 WHERE directed_by = "Peter Woeste" |
30,708 | <question>: Who was the director of Pecado Mortal <context>: CREATE TABLE table_15277629_1 (director VARCHAR, original_title VARCHAR) | SELECT director FROM table_15277629_1 WHERE original_title = "Pecado Mortal" |
30,709 | <question>: What was the original title of the Bruno Barreto film in 1989 <context>: CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR, year__ceremony_ VARCHAR) | SELECT original_title FROM table_15277629_1 WHERE director = "Bruno Barreto" AND year__ceremony_ = 1989 |
30,710 | <question>: What was the result for director Fernando Meirelles <context>: CREATE TABLE table_15277629_1 (result VARCHAR, director VARCHAR) | SELECT result FROM table_15277629_1 WHERE director = "Fernando Meirelles" |
30,711 | <question>: Name the original title of the Suzana Amaral film <context>: CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR) | SELECT original_title FROM table_15277629_1 WHERE director = "Suzana Amaral" |
30,712 | <question>: If the country is fenghuang how many provinces are there? <context>: CREATE TABLE table_152834_2 (province VARCHAR, county VARCHAR) | SELECT COUNT(province) FROM table_152834_2 WHERE county = "Fenghuang" |
30,713 | <question>: Who is in group a when indiana is in group d? <context>: CREATE TABLE table_15290638_1 (group_a VARCHAR, group_d VARCHAR) | SELECT group_a FROM table_15290638_1 WHERE group_d = "Indiana" |
30,714 | <question>: Who is in group c when wisconsin is in group d? <context>: CREATE TABLE table_15290638_1 (group_c VARCHAR, group_d VARCHAR) | SELECT group_c FROM table_15290638_1 WHERE group_d = "Wisconsin" |
30,715 | <question>: Who is in group c when iowa is in group e? <context>: CREATE TABLE table_15290638_1 (group_c VARCHAR, group_e VARCHAR) | SELECT group_c FROM table_15290638_1 WHERE group_e = "Iowa" |
30,716 | <question>: Name the old bulgarian names for yuni <context>: CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yuni VARCHAR, Transliteration VARCHAR) | SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yuni |
30,717 | <question>: Name the old bulgarian names for yanuari <context>: CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yanuari VARCHAR, Transliteration VARCHAR) | SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yanuari |
30,718 | <question>: Name the bulgarian name for mart <context>: CREATE TABLE table_15275060_1 (bulgarian_name VARCHAR, Mart VARCHAR, Transliteration VARCHAR) | SELECT bulgarian_name FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Mart |
30,719 | <question>: Who owned the team Jeremy Mayfield raced for? <context>: CREATE TABLE table_1529793_1 (listed_owner_s_ VARCHAR, driver_s_ VARCHAR) | SELECT listed_owner_s_ FROM table_1529793_1 WHERE driver_s_ = "Jeremy Mayfield" |
30,720 | <question>: Who is Jason Leffler's primary sponsor? <context>: CREATE TABLE table_1529793_1 (primary_sponsor_s_ VARCHAR, driver_s_ VARCHAR) | SELECT primary_sponsor_s_ FROM table_1529793_1 WHERE driver_s_ = "Jason Leffler" |
30,721 | <question>: How many stages were there where the winner and the points classification were Alberto Contador? <context>: CREATE TABLE table_15294880_2 (stage VARCHAR, winner VARCHAR, points_classification VARCHAR) | SELECT COUNT(stage) FROM table_15294880_2 WHERE winner = "Alberto Contador" AND points_classification = "Alberto Contador" |
30,722 | <question>: When the winner was Alessandro Ballan, how many total team classifications were there? <context>: CREATE TABLE table_15294880_2 (team_classification VARCHAR, winner VARCHAR) | SELECT COUNT(team_classification) FROM table_15294880_2 WHERE winner = "Alessandro Ballan" |
30,723 | <question>: When the team classification was quick step, what was the total number of general classifications? <context>: CREATE TABLE table_15294880_2 (general_classification VARCHAR, team_classification VARCHAR) | SELECT COUNT(general_classification) FROM table_15294880_2 WHERE team_classification = "Quick Step" |
30,724 | <question>: Who won the spanish grand prix? <context>: CREATE TABLE table_15299235_1 (grand_prix VARCHAR) | SELECT 250 AS cc_winner FROM table_15299235_1 WHERE grand_prix = "Spanish grand_prix" |
30,725 | <question>: What is the date for the Indianapolis circuit? <context>: CREATE TABLE table_15299235_1 (date VARCHAR, circuit VARCHAR) | SELECT date FROM table_15299235_1 WHERE circuit = "Indianapolis" |
30,726 | <question>: in round 9 who was the 250cc winner? <context>: CREATE TABLE table_15299235_1 (round VARCHAR) | SELECT 250 AS cc_winner FROM table_15299235_1 WHERE round = 9 |
30,727 | <question>: If the velocity angle is ln[(1 + √5)/2] ≅ 0.481, what is the condition/parameter? <context>: CREATE TABLE table_15314901_1 (condition_parameter VARCHAR, velocity_angle_η_in_i_radians VARCHAR) | SELECT condition_parameter FROM table_15314901_1 WHERE velocity_angle_η_in_i_radians = "ln[(1 + √5)/2] ≅ 0.481" |
30,728 | <question>: If the the condition/parameter is rapidity of 2 hyperbolic radians, what is the coordinate velocity v dx/dt in units of c? <context>: CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, condition_parameter VARCHAR) | SELECT coordinate_velocity_v_dx_dt_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = "Rapidity of 2 hyperbolic radians" |
30,729 | <question>: If the coordinate velocity v dx/dt in units of c is (e 2 − 1)/(e 2 + 1) ≅ 0.761, what is the velocity angle η in i-radians? <context>: CREATE TABLE table_15314901_1 (velocity_angle_η_in_i_radians VARCHAR, coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR) | SELECT velocity_angle_η_in_i_radians FROM table_15314901_1 WHERE coordinate_velocity_v_dx_dt_in_units_of_c = "(e 2 − 1)/(e 2 + 1) ≅ 0.761" |
30,730 | <question>: What is the coordinate velocity v dx/dt in units of c total number if the velocity angle η in i-radians is ln[2 + √5] ≅ 1.444? <context>: CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, velocity_angle_η_in_i_radians VARCHAR) | SELECT COUNT(coordinate_velocity_v_dx_dt_in_units_of_c) FROM table_15314901_1 WHERE velocity_angle_η_in_i_radians = "ln[2 + √5] ≅ 1.444" |
30,731 | <question>: If the condition/parameter is rapidity of 1 hyperbolic radian, what is the proper velocity w dx/dτ in units of c? <context>: CREATE TABLE table_15314901_1 (proper_velocity_w_dx_dτ_in_units_of_c VARCHAR, condition_parameter VARCHAR) | SELECT proper_velocity_w_dx_dτ_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = "Rapidity of 1 hyperbolic radian" |
30,732 | <question>: What year is dayton in class AAAA? <context>: CREATE TABLE table_15315103_1 (school_year VARCHAR, class_aAAA VARCHAR, Dayton VARCHAR) | SELECT school_year FROM table_15315103_1 WHERE class_aAAA = Dayton |
30,733 | <question>: Who is in class during 1995-96? <context>: CREATE TABLE table_15315103_1 (class_aAAAA VARCHAR, school_year VARCHAR) | SELECT class_aAAAA FROM table_15315103_1 WHERE school_year = "1995-96" |
30,734 | <question>: When are all years that tournament location is Western Turnpike Golf Course? <context>: CREATE TABLE table_15315816_1 (year VARCHAR, tournament_location VARCHAR) | SELECT year FROM table_15315816_1 WHERE tournament_location = "Western Turnpike Golf Course" |
30,735 | <question>: When are all years that the champion is Ji Min Jeong? <context>: CREATE TABLE table_15315816_1 (year VARCHAR, champion VARCHAR) | SELECT year FROM table_15315816_1 WHERE champion = "Ji Min Jeong" |
30,736 | <question>: How much are all winners share ($) in the year 2004? <context>: CREATE TABLE table_15315816_1 (winners_share__$_ VARCHAR, year VARCHAR) | SELECT winners_share__$_ FROM table_15315816_1 WHERE year = "2004" |
30,737 | <question>: When are all dates in the year 2006? <context>: CREATE TABLE table_15315816_1 (dates VARCHAR, year VARCHAR) | SELECT COUNT(dates) FROM table_15315816_1 WHERE year = "2006" |
30,738 | <question>: When are all dates with a score of 205 (–8) in Australia? <context>: CREATE TABLE table_15315816_1 (dates VARCHAR, score VARCHAR, country VARCHAR) | SELECT dates FROM table_15315816_1 WHERE score = "205 (–8)" AND country = "Australia" |
30,739 | <question>: What are all of the dates in the country of Canada? <context>: CREATE TABLE table_15315816_1 (dates VARCHAR, country VARCHAR) | SELECT dates FROM table_15315816_1 WHERE country = "Canada" |
30,740 | <question>: When was Jenny Gleason the champion of the Northeast Delta Dental International? <context>: CREATE TABLE table_15315276_1 (dates VARCHAR, champion VARCHAR) | SELECT dates FROM table_15315276_1 WHERE champion = "Jenny Gleason" |
30,741 | <question>: Where was the tournament located when Misun Cho won the championship? <context>: CREATE TABLE table_15315276_1 (tournament_location VARCHAR, champion VARCHAR) | SELECT tournament_location FROM table_15315276_1 WHERE champion = "Misun Cho" |
30,742 | <question>: What is the maximum purse prize of the Northeast Delta Dental International Championship? <context>: CREATE TABLE table_15315276_1 (purse__ INTEGER) | SELECT MAX(purse__) AS $_ FROM table_15315276_1 |
30,743 | <question>: How many prizes were available when Jenny Shin became the champion? <context>: CREATE TABLE table_15315276_1 (purse__ VARCHAR, champion VARCHAR) | SELECT COUNT(purse__) AS $_ FROM table_15315276_1 WHERE champion = "Jenny Shin" |
30,744 | <question>: Which team had 21 points? <context>: CREATE TABLE table_15318779_1 (team VARCHAR, points VARCHAR) | SELECT team FROM table_15318779_1 WHERE points = 21 |
30,745 | <question>: How many games did Palmeiras win? <context>: CREATE TABLE table_15318779_1 (won INTEGER, team VARCHAR) | SELECT MAX(won) FROM table_15318779_1 WHERE team = "Palmeiras" |
30,746 | <question>: Name the number of lost for against being 46 <context>: CREATE TABLE table_15319684_1 (lost VARCHAR, against VARCHAR) | SELECT COUNT(lost) FROM table_15319684_1 WHERE against = 46 |
30,747 | <question>: Name the number of against for portuguesa santista <context>: CREATE TABLE table_15319684_1 (against VARCHAR, team VARCHAR) | SELECT COUNT(against) FROM table_15319684_1 WHERE team = "Portuguesa Santista" |
30,748 | <question>: Name the won for difference being 33 <context>: CREATE TABLE table_15319684_1 (won VARCHAR, difference VARCHAR) | SELECT won FROM table_15319684_1 WHERE difference = "33" |
30,749 | <question>: Name the most losst for corinthians <context>: CREATE TABLE table_15319684_1 (lost INTEGER, team VARCHAR) | SELECT MIN(lost) FROM table_15319684_1 WHERE team = "Corinthians" |
30,750 | <question>: How many values of r z (arcsecond) correspond with a r y (arcsecond) value of −0.247? <context>: CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, r_y___arcsecond__ VARCHAR) | SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE r_y___arcsecond__ = "−0.247" |
30,751 | <question>: How many values of r z(arcsecond) are associated with a target datum of Ireland 1965? <context>: CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, target_datum VARCHAR) | SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE target_datum = "Ireland 1965" |
30,752 | <question>: What is the muslim percentage of the 49634 population of england and wales 000? <context>: CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, population_of_england_and_wales_000 VARCHAR) | SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE population_of_england_and_wales_000 = 49634 |
30,753 | <question>: What is the most recent census year? <context>: CREATE TABLE table_1532779_1 (census_year INTEGER) | SELECT MAX(census_year) FROM table_1532779_1 |
30,754 | <question>: What was the percentage of muslims during a time where there were 614 registered mosques? <context>: CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, registered_mosques VARCHAR) | SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE registered_mosques = 614 |
30,755 | <question>: Name the most pa for ontario <context>: CREATE TABLE table_15333005_1 (pa INTEGER, locale VARCHAR, Ontario VARCHAR) | SELECT MAX(pa) FROM table_15333005_1 WHERE locale = Ontario |
30,756 | <question>: Name the ends lost for 67 pa <context>: CREATE TABLE table_15333005_1 (Ends VARCHAR, pa VARCHAR) | SELECT Ends AS lost FROM table_15333005_1 WHERE pa = 67 |
30,757 | <question>: Name the number ends won when L is 4 and stolen ends is 17 <context>: CREATE TABLE table_15333005_1 (Ends VARCHAR, l VARCHAR, stolen_ends VARCHAR) | SELECT COUNT(Ends) AS won FROM table_15333005_1 WHERE l = 4 AND stolen_ends = 17 |
30,758 | <question>: What day was Jeld-Wen Tradition held? <context>: CREATE TABLE table_15346009_1 (date VARCHAR, tournament VARCHAR) | SELECT date FROM table_15346009_1 WHERE tournament = "JELD-WEN Tradition" |
30,759 | <question>: What day did Bernhard Langer (2) win? <context>: CREATE TABLE table_15346009_1 (date VARCHAR, winner VARCHAR) | SELECT date FROM table_15346009_1 WHERE winner = "Bernhard Langer (2)" |
30,760 | <question>: On what day was the tournament in Alabama? <context>: CREATE TABLE table_15346009_1 (date VARCHAR, location VARCHAR) | SELECT date FROM table_15346009_1 WHERE location = "Alabama" |
30,761 | <question>: What was the value of 1st prize when the score was 271 (-9)? <context>: CREATE TABLE table_15346009_1 (score VARCHAR) | SELECT 1 AS st_prize__$__ FROM table_15346009_1 WHERE score = "271 (-9)" |
30,762 | <question>: What day was the score 200 (-16)? <context>: CREATE TABLE table_15346009_1 (date VARCHAR, score VARCHAR) | SELECT date FROM table_15346009_1 WHERE score = "200 (-16)" |
30,763 | <question>: Where was Outback Steakhouse Pro-AM held? <context>: CREATE TABLE table_15346009_1 (location VARCHAR, tournament VARCHAR) | SELECT location FROM table_15346009_1 WHERE tournament = "Outback Steakhouse Pro-Am" |
30,764 | <question>: Which dates of polls occur in the Mizoram state? <context>: CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR) | SELECT date_of_polls FROM table_15329030_1 WHERE state = "Mizoram" |
30,765 | <question>: How many dates of polls occur in the Madhya Pradesh state? <context>: CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR) | SELECT COUNT(date_of_polls) FROM table_15329030_1 WHERE state = "Madhya Pradesh" |
30,766 | <question>: How many under the category of Against have a Difference of 11 <context>: CREATE TABLE table_15352382_1 (against VARCHAR, difference VARCHAR) | SELECT COUNT(against) FROM table_15352382_1 WHERE difference = 11 |
30,767 | <question>: if Against is 20 how much is Won? <context>: CREATE TABLE table_15352382_1 (won VARCHAR, against VARCHAR) | SELECT won FROM table_15352382_1 WHERE against = 20 |
30,768 | <question>: How many Drawn does the team Portuguesa Santista have? <context>: CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR) | SELECT drawn FROM table_15352382_1 WHERE team = "Portuguesa Santista" |
30,769 | <question>: How many drawn does the team Corinthians have? <context>: CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR) | SELECT drawn FROM table_15352382_1 WHERE team = "Corinthians" |
30,770 | <question>: What is the highest number won with a difference of 1? <context>: CREATE TABLE table_15331868_1 (won INTEGER, difference VARCHAR) | SELECT MAX(won) FROM table_15331868_1 WHERE difference = "1" |
30,771 | <question>: What the highest position when there is 28 against? <context>: CREATE TABLE table_15331868_1 (position INTEGER, against VARCHAR) | SELECT MAX(position) FROM table_15331868_1 WHERE against = 28 |
30,772 | <question>: What is the highest number won when the number of points is 31? <context>: CREATE TABLE table_15331868_1 (won INTEGER, points VARCHAR) | SELECT MAX(won) FROM table_15331868_1 WHERE points = 31 |
30,773 | <question>: What is the smalledt position when the difference was 6? <context>: CREATE TABLE table_15331868_1 (position INTEGER, difference VARCHAR) | SELECT MIN(position) FROM table_15331868_1 WHERE difference = "6" |
30,774 | <question>: How many were the show's average weekly ranking when it reached No. 2 in average nightly ranking? <context>: CREATE TABLE table_15358729_6 (average_weekly_rank VARCHAR, average_nightly_rank VARCHAR) | SELECT COUNT(average_weekly_rank) FROM table_15358729_6 WHERE average_nightly_rank = "No. 2" |
30,775 | <question>: What is the show's time slot during season 3? <context>: CREATE TABLE table_15358729_6 (timeslot VARCHAR, season VARCHAR) | SELECT timeslot FROM table_15358729_6 WHERE season = 3 |
30,776 | <question>: Name all of the february <context>: CREATE TABLE table_1539201_1 (february VARCHAR) | SELECT february FROM table_1539201_1 |
30,777 | <question>: Name the junes <context>: CREATE TABLE table_1539201_1 (june VARCHAR) | SELECT june FROM table_1539201_1 |
30,778 | <question>: Name the julys <context>: CREATE TABLE table_1539201_1 (july VARCHAR) | SELECT july FROM table_1539201_1 |
30,779 | <question>: Name the number of februaries <context>: CREATE TABLE table_1539201_1 (february VARCHAR) | SELECT COUNT(february) FROM table_1539201_1 |
30,780 | <question>: How many points are listed when the position is 2? <context>: CREATE TABLE table_15405904_1 (points INTEGER, position VARCHAR) | SELECT MAX(points) FROM table_15405904_1 WHERE position = 2 |
30,781 | <question>: When there is a lost of 2 what is the mumber drawn? <context>: CREATE TABLE table_15405904_1 (drawn INTEGER, lost VARCHAR) | SELECT MAX(drawn) FROM table_15405904_1 WHERE lost = 2 |
30,782 | <question>: How many games are played? <context>: CREATE TABLE table_15405904_1 (played INTEGER) | SELECT MIN(played) FROM table_15405904_1 |
30,783 | <question>: When the position is 2 what is the number lost? <context>: CREATE TABLE table_15405904_1 (lost INTEGER, position VARCHAR) | SELECT MIN(lost) FROM table_15405904_1 WHERE position = 2 |
30,784 | <question>: When the team is ypiranga-sp what is the number of won games? <context>: CREATE TABLE table_15405904_1 (won INTEGER, team VARCHAR) | SELECT MIN(won) FROM table_15405904_1 WHERE team = "Ypiranga-SP" |
30,785 | <question>: Name the difference for when drawn is larger than 2.0 <context>: CREATE TABLE table_15400878_1 (difference VARCHAR, drawn INTEGER) | SELECT difference FROM table_15400878_1 WHERE drawn > 2.0 |
30,786 | <question>: Name the most against for minas gerais <context>: CREATE TABLE table_15400878_1 (against INTEGER, team VARCHAR) | SELECT MAX(against) FROM table_15400878_1 WHERE team = "Minas Gerais" |
30,787 | <question>: What is the LMS class of trains with numbers 14510-5? <context>: CREATE TABLE table_15412381_5 (LMS VARCHAR, lms_nos VARCHAR) | SELECT LMS AS class FROM table_15412381_5 WHERE lms_nos = "14510-5" |
30,788 | <question>: What is the date of the 279 wheels? <context>: CREATE TABLE table_15412381_5 (date VARCHAR, wheels VARCHAR) | SELECT date FROM table_15412381_5 WHERE wheels = 279 |
30,789 | <question>: What is the LMS number of the trains built by G&SWR Kilmarnock? <context>: CREATE TABLE table_15412381_5 (lms_nos VARCHAR, builder VARCHAR) | SELECT lms_nos FROM table_15412381_5 WHERE builder = "G&SWR Kilmarnock" |
30,790 | <question>: How many figures are there for wheels for LMS numbers 16377-9? <context>: CREATE TABLE table_15412381_5 (wheels VARCHAR, lms_nos VARCHAR) | SELECT COUNT(wheels) FROM table_15412381_5 WHERE lms_nos = "16377-9" |
30,791 | <question>: What is the maximum number for the Saffir-Simpson category in the Carvill Hurricane Index? <context>: CREATE TABLE table_15416002_1 (saffir_simpson_category INTEGER) | SELECT MAX(saffir_simpson_category) FROM table_15416002_1 |
30,792 | <question>: What is the maximum miles per hour recorded when the CHI (Carvill Hurricane Index) is equal to 13.5 <context>: CREATE TABLE table_15416002_1 (v_mph_ INTEGER, chi VARCHAR) | SELECT MAX(v_mph_) FROM table_15416002_1 WHERE chi = "13.5" |
30,793 | <question>: What is the CHI (Carvill Hurricane Index) when the NHC advisory number is equal to 49b? <context>: CREATE TABLE table_15416002_1 (chi VARCHAR, nhc_advisory_number VARCHAR) | SELECT chi FROM table_15416002_1 WHERE nhc_advisory_number = "49B" |
30,794 | <question>: What is the maximum number of miles reached in a Texas landfall when the Saffir-Simpson category is smaller than 3.0? <context>: CREATE TABLE table_15416002_1 (r_miles_ INTEGER, landfall VARCHAR, saffir_simpson_category VARCHAR) | SELECT MAX(r_miles_) FROM table_15416002_1 WHERE landfall = "Texas" AND saffir_simpson_category < 3.0 |
30,795 | <question>: What are the miles when the Carvill Hurricane Index (CHI) is equal to 9.9? <context>: CREATE TABLE table_15416002_1 (r_miles_ VARCHAR, chi VARCHAR) | SELECT r_miles_ FROM table_15416002_1 WHERE chi = "9.9" |
30,796 | <question>: What is the Saffir-Simpson category for the hurricane named Bonnie? <context>: CREATE TABLE table_15416002_1 (saffir_simpson_category VARCHAR, name VARCHAR) | SELECT saffir_simpson_category FROM table_15416002_1 WHERE name = "Bonnie" |
30,797 | <question>: What kind of animal corresponds to the accession number xp_852505.1? <context>: CREATE TABLE table_15417439_1 (common_name VARCHAR, accession_number VARCHAR) | SELECT common_name FROM table_15417439_1 WHERE accession_number = "XP_852505.1" |
30,798 | <question>: How similar is the genus/species sus scrofa? <context>: CREATE TABLE table_15417439_1 (similarity VARCHAR, genus_species VARCHAR) | SELECT similarity FROM table_15417439_1 WHERE genus_species = "Sus scrofa" |
30,799 | <question>: What identities do the genus/species arabidopsis thaliana have? <context>: CREATE TABLE table_15417439_1 (identity VARCHAR, genus_species VARCHAR) | SELECT identity FROM table_15417439_1 WHERE genus_species = "Arabidopsis thaliana" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.