question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
In episode 115 what is seen being made before British police helmets?
CREATE TABLE table_15187735_9 (segment_b VARCHAR, segment_c VARCHAR)
{ "SQL_Query": "SELECT segment_b FROM table_15187735_9 WHERE segment_c = \"British Police Helmets\"" }
How many times was leather introduced before pedal steel guitars in episode 111?
CREATE TABLE table_15187735_9 (segment_c VARCHAR, segment_d VARCHAR)
{ "SQL_Query": "SELECT COUNT(segment_c) FROM table_15187735_9 WHERE segment_d = \"Pedal Steel Guitars\"" }
What was the UK broadcast date for the episode which visited USA?
CREATE TABLE table_15211468_1 (uk_broadcast_date VARCHAR, countries_visited VARCHAR)
{ "SQL_Query": "SELECT uk_broadcast_date FROM table_15211468_1 WHERE countries_visited = \"USA\"" }
What countries are visited in the episode presented by Brian B. Thompson?
CREATE TABLE table_15211468_1 (countries_visited VARCHAR, presenter VARCHAR)
{ "SQL_Query": "SELECT countries_visited FROM table_15211468_1 WHERE presenter = \"Brian B. Thompson\"" }
What is the episode title for the episode numbered #1.4?
CREATE TABLE table_15211468_1 (episode_title VARCHAR, episode_no VARCHAR)
{ "SQL_Query": "SELECT episode_title FROM table_15211468_1 WHERE episode_no = \"#1.4\"" }
Name the social democratic party for labour
CREATE TABLE table_152358_3 (social_democratic_party VARCHAR, control VARCHAR)
{ "SQL_Query": "SELECT social_democratic_party FROM table_152358_3 WHERE control = \"labour\"" }
Who wrote episode 11, of which was directed by Will Waring?
CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_15284274_1 WHERE directed_by = \"Will Waring\" AND no_in_season = 11" }
Who wrote the episode directed by Peter Woeste?
CREATE TABLE table_15284274_1 (written_by VARCHAR, directed_by VARCHAR)
{ "SQL_Query": "SELECT written_by FROM table_15284274_1 WHERE directed_by = \"Peter Woeste\"" }
Who was the director of Pecado Mortal
CREATE TABLE table_15277629_1 (director VARCHAR, original_title VARCHAR)
{ "SQL_Query": "SELECT director FROM table_15277629_1 WHERE original_title = \"Pecado Mortal\"" }
What was the original title of the Bruno Barreto film in 1989
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR, year__ceremony_ VARCHAR)
{ "SQL_Query": "SELECT original_title FROM table_15277629_1 WHERE director = \"Bruno Barreto\" AND year__ceremony_ = 1989" }
What was the result for director Fernando Meirelles
CREATE TABLE table_15277629_1 (result VARCHAR, director VARCHAR)
{ "SQL_Query": "SELECT result FROM table_15277629_1 WHERE director = \"Fernando Meirelles\"" }
Name the original title of the Suzana Amaral film
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR)
{ "SQL_Query": "SELECT original_title FROM table_15277629_1 WHERE director = \"Suzana Amaral\"" }
If the country is fenghuang how many provinces are there?
CREATE TABLE table_152834_2 (province VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT COUNT(province) FROM table_152834_2 WHERE county = \"Fenghuang\"" }
Who is in group a when indiana is in group d?
CREATE TABLE table_15290638_1 (group_a VARCHAR, group_d VARCHAR)
{ "SQL_Query": "SELECT group_a FROM table_15290638_1 WHERE group_d = \"Indiana\"" }
Who is in group c when wisconsin is in group d?
CREATE TABLE table_15290638_1 (group_c VARCHAR, group_d VARCHAR)
{ "SQL_Query": "SELECT group_c FROM table_15290638_1 WHERE group_d = \"Wisconsin\"" }
Who is in group c when iowa is in group e?
CREATE TABLE table_15290638_1 (group_c VARCHAR, group_e VARCHAR)
{ "SQL_Query": "SELECT group_c FROM table_15290638_1 WHERE group_e = \"Iowa\"" }
Name the old bulgarian names for yuni
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yuni VARCHAR, Transliteration VARCHAR)
{ "SQL_Query": "SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yuni" }
Name the old bulgarian names for yanuari
CREATE TABLE table_15275060_1 (old_bulgarian_names VARCHAR, Yanuari VARCHAR, Transliteration VARCHAR)
{ "SQL_Query": "SELECT old_bulgarian_names FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Yanuari" }
Name the bulgarian name for mart
CREATE TABLE table_15275060_1 (bulgarian_name VARCHAR, Mart VARCHAR, Transliteration VARCHAR)
{ "SQL_Query": "SELECT bulgarian_name FROM table_15275060_1 WHERE BULGARIAN_NAME(Transliteration) = Mart" }
Who owned the team Jeremy Mayfield raced for?
CREATE TABLE table_1529793_1 (listed_owner_s_ VARCHAR, driver_s_ VARCHAR)
{ "SQL_Query": "SELECT listed_owner_s_ FROM table_1529793_1 WHERE driver_s_ = \"Jeremy Mayfield\"" }
Who is Jason Leffler's primary sponsor?
CREATE TABLE table_1529793_1 (primary_sponsor_s_ VARCHAR, driver_s_ VARCHAR)
{ "SQL_Query": "SELECT primary_sponsor_s_ FROM table_1529793_1 WHERE driver_s_ = \"Jason Leffler\"" }
How many stages were there where the winner and the points classification were Alberto Contador?
CREATE TABLE table_15294880_2 (stage VARCHAR, winner VARCHAR, points_classification VARCHAR)
{ "SQL_Query": "SELECT COUNT(stage) FROM table_15294880_2 WHERE winner = \"Alberto Contador\" AND points_classification = \"Alberto Contador\"" }
When the winner was Alessandro Ballan, how many total team classifications were there?
CREATE TABLE table_15294880_2 (team_classification VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT COUNT(team_classification) FROM table_15294880_2 WHERE winner = \"Alessandro Ballan\"" }
When the team classification was quick step, what was the total number of general classifications?
CREATE TABLE table_15294880_2 (general_classification VARCHAR, team_classification VARCHAR)
{ "SQL_Query": "SELECT COUNT(general_classification) FROM table_15294880_2 WHERE team_classification = \"Quick Step\"" }
Who won the spanish grand prix?
CREATE TABLE table_15299235_1 (grand_prix VARCHAR)
{ "SQL_Query": "SELECT 250 AS cc_winner FROM table_15299235_1 WHERE grand_prix = \"Spanish grand_prix\"" }
What is the date for the Indianapolis circuit?
CREATE TABLE table_15299235_1 (date VARCHAR, circuit VARCHAR)
{ "SQL_Query": "SELECT date FROM table_15299235_1 WHERE circuit = \"Indianapolis\"" }
in round 9 who was the 250cc winner?
CREATE TABLE table_15299235_1 (round VARCHAR)
{ "SQL_Query": "SELECT 250 AS cc_winner FROM table_15299235_1 WHERE round = 9" }
If the velocity angle is ln[(1 + √5)/2] ≅ 0.481, what is the condition/parameter?
CREATE TABLE table_15314901_1 (condition_parameter VARCHAR, velocity_angle_η_in_i_radians VARCHAR)
{ "SQL_Query": "SELECT condition_parameter FROM table_15314901_1 WHERE velocity_angle_η_in_i_radians = \"ln[(1 + √5)/2] ≅ 0.481\"" }
If the the condition/parameter is rapidity of 2 hyperbolic radians, what is the coordinate velocity v dx/dt in units of c?
CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, condition_parameter VARCHAR)
{ "SQL_Query": "SELECT coordinate_velocity_v_dx_dt_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = \"Rapidity of 2 hyperbolic radians\"" }
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?
CREATE TABLE table_15314901_1 (velocity_angle_η_in_i_radians VARCHAR, coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR)
{ "SQL_Query": "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\"" }
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?
CREATE TABLE table_15314901_1 (coordinate_velocity_v_dx_dt_in_units_of_c VARCHAR, velocity_angle_η_in_i_radians VARCHAR)
{ "SQL_Query": "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\"" }
If the condition/parameter is rapidity of 1 hyperbolic radian, what is the proper velocity w dx/dτ in units of c?
CREATE TABLE table_15314901_1 (proper_velocity_w_dx_dτ_in_units_of_c VARCHAR, condition_parameter VARCHAR)
{ "SQL_Query": "SELECT proper_velocity_w_dx_dτ_in_units_of_c FROM table_15314901_1 WHERE condition_parameter = \"Rapidity of 1 hyperbolic radian\"" }
What year is dayton in class AAAA?
CREATE TABLE table_15315103_1 (school_year VARCHAR, class_aAAA VARCHAR, Dayton VARCHAR)
{ "SQL_Query": "SELECT school_year FROM table_15315103_1 WHERE class_aAAA = Dayton" }
Who is in class during 1995-96?
CREATE TABLE table_15315103_1 (class_aAAAA VARCHAR, school_year VARCHAR)
{ "SQL_Query": "SELECT class_aAAAA FROM table_15315103_1 WHERE school_year = \"1995-96\"" }
When are all years that tournament location is Western Turnpike Golf Course?
CREATE TABLE table_15315816_1 (year VARCHAR, tournament_location VARCHAR)
{ "SQL_Query": "SELECT year FROM table_15315816_1 WHERE tournament_location = \"Western Turnpike Golf Course\"" }
When are all years that the champion is Ji Min Jeong?
CREATE TABLE table_15315816_1 (year VARCHAR, champion VARCHAR)
{ "SQL_Query": "SELECT year FROM table_15315816_1 WHERE champion = \"Ji Min Jeong\"" }
How much are all winners share ($) in the year 2004?
CREATE TABLE table_15315816_1 (winners_share__$_ VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT winners_share__$_ FROM table_15315816_1 WHERE year = \"2004\"" }
When are all dates in the year 2006?
CREATE TABLE table_15315816_1 (dates VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT COUNT(dates) FROM table_15315816_1 WHERE year = \"2006\"" }
When are all dates with a score of 205 (–8) in Australia?
CREATE TABLE table_15315816_1 (dates VARCHAR, score VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT dates FROM table_15315816_1 WHERE score = \"205 (–8)\" AND country = \"Australia\"" }
What are all of the dates in the country of Canada?
CREATE TABLE table_15315816_1 (dates VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT dates FROM table_15315816_1 WHERE country = \"Canada\"" }
When was Jenny Gleason the champion of the Northeast Delta Dental International?
CREATE TABLE table_15315276_1 (dates VARCHAR, champion VARCHAR)
{ "SQL_Query": "SELECT dates FROM table_15315276_1 WHERE champion = \"Jenny Gleason\"" }
Where was the tournament located when Misun Cho won the championship?
CREATE TABLE table_15315276_1 (tournament_location VARCHAR, champion VARCHAR)
{ "SQL_Query": "SELECT tournament_location FROM table_15315276_1 WHERE champion = \"Misun Cho\"" }
What is the maximum purse prize of the Northeast Delta Dental International Championship?
CREATE TABLE table_15315276_1 (purse__ INTEGER)
{ "SQL_Query": "SELECT MAX(purse__) AS $_ FROM table_15315276_1" }
How many prizes were available when Jenny Shin became the champion?
CREATE TABLE table_15315276_1 (purse__ VARCHAR, champion VARCHAR)
{ "SQL_Query": "SELECT COUNT(purse__) AS $_ FROM table_15315276_1 WHERE champion = \"Jenny Shin\"" }
Which team had 21 points?
CREATE TABLE table_15318779_1 (team VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT team FROM table_15318779_1 WHERE points = 21" }
How many games did Palmeiras win?
CREATE TABLE table_15318779_1 (won INTEGER, team VARCHAR)
{ "SQL_Query": "SELECT MAX(won) FROM table_15318779_1 WHERE team = \"Palmeiras\"" }
Name the number of lost for against being 46
CREATE TABLE table_15319684_1 (lost VARCHAR, against VARCHAR)
{ "SQL_Query": "SELECT COUNT(lost) FROM table_15319684_1 WHERE against = 46" }
Name the number of against for portuguesa santista
CREATE TABLE table_15319684_1 (against VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT COUNT(against) FROM table_15319684_1 WHERE team = \"Portuguesa Santista\"" }
Name the won for difference being 33
CREATE TABLE table_15319684_1 (won VARCHAR, difference VARCHAR)
{ "SQL_Query": "SELECT won FROM table_15319684_1 WHERE difference = \"33\"" }
Name the most losst for corinthians
CREATE TABLE table_15319684_1 (lost INTEGER, team VARCHAR)
{ "SQL_Query": "SELECT MIN(lost) FROM table_15319684_1 WHERE team = \"Corinthians\"" }
How many values of r z (arcsecond) correspond with a r y (arcsecond) value of −0.247?
CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, r_y___arcsecond__ VARCHAR)
{ "SQL_Query": "SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE r_y___arcsecond__ = \"−0.247\"" }
How many values of r z(arcsecond) are associated with a target datum of Ireland 1965?
CREATE TABLE table_15318324_1 (r_z___arcsecond__ VARCHAR, target_datum VARCHAR)
{ "SQL_Query": "SELECT r_z___arcsecond__ FROM table_15318324_1 WHERE target_datum = \"Ireland 1965\"" }
What is the muslim percentage of the 49634 population of england and wales 000?
CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, population_of_england_and_wales_000 VARCHAR)
{ "SQL_Query": "SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE population_of_england_and_wales_000 = 49634" }
What is the most recent census year?
CREATE TABLE table_1532779_1 (census_year INTEGER)
{ "SQL_Query": "SELECT MAX(census_year) FROM table_1532779_1" }
What was the percentage of muslims during a time where there were 614 registered mosques?
CREATE TABLE table_1532779_1 (muslim___percentage_of_total_population_ VARCHAR, registered_mosques VARCHAR)
{ "SQL_Query": "SELECT muslim___percentage_of_total_population_ FROM table_1532779_1 WHERE registered_mosques = 614" }
Name the most pa for ontario
CREATE TABLE table_15333005_1 (pa INTEGER, locale VARCHAR, Ontario VARCHAR)
{ "SQL_Query": "SELECT MAX(pa) FROM table_15333005_1 WHERE locale = Ontario" }
Name the ends lost for 67 pa
CREATE TABLE table_15333005_1 (Ends VARCHAR, pa VARCHAR)
{ "SQL_Query": "SELECT Ends AS lost FROM table_15333005_1 WHERE pa = 67" }
Name the number ends won when L is 4 and stolen ends is 17
CREATE TABLE table_15333005_1 (Ends VARCHAR, l VARCHAR, stolen_ends VARCHAR)
{ "SQL_Query": "SELECT COUNT(Ends) AS won FROM table_15333005_1 WHERE l = 4 AND stolen_ends = 17" }
What day was Jeld-Wen Tradition held?
CREATE TABLE table_15346009_1 (date VARCHAR, tournament VARCHAR)
{ "SQL_Query": "SELECT date FROM table_15346009_1 WHERE tournament = \"JELD-WEN Tradition\"" }
What day did Bernhard Langer (2) win?
CREATE TABLE table_15346009_1 (date VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT date FROM table_15346009_1 WHERE winner = \"Bernhard Langer (2)\"" }
On what day was the tournament in Alabama?
CREATE TABLE table_15346009_1 (date VARCHAR, location VARCHAR)
{ "SQL_Query": "SELECT date FROM table_15346009_1 WHERE location = \"Alabama\"" }
What was the value of 1st prize when the score was 271 (-9)?
CREATE TABLE table_15346009_1 (score VARCHAR)
{ "SQL_Query": "SELECT 1 AS st_prize__$__ FROM table_15346009_1 WHERE score = \"271 (-9)\"" }
What day was the score 200 (-16)?
CREATE TABLE table_15346009_1 (date VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT date FROM table_15346009_1 WHERE score = \"200 (-16)\"" }
Where was Outback Steakhouse Pro-AM held?
CREATE TABLE table_15346009_1 (location VARCHAR, tournament VARCHAR)
{ "SQL_Query": "SELECT location FROM table_15346009_1 WHERE tournament = \"Outback Steakhouse Pro-Am\"" }
Which dates of polls occur in the Mizoram state?
CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR)
{ "SQL_Query": "SELECT date_of_polls FROM table_15329030_1 WHERE state = \"Mizoram\"" }
How many dates of polls occur in the Madhya Pradesh state?
CREATE TABLE table_15329030_1 (date_of_polls VARCHAR, state VARCHAR)
{ "SQL_Query": "SELECT COUNT(date_of_polls) FROM table_15329030_1 WHERE state = \"Madhya Pradesh\"" }
How many under the category of Against have a Difference of 11
CREATE TABLE table_15352382_1 (against VARCHAR, difference VARCHAR)
{ "SQL_Query": "SELECT COUNT(against) FROM table_15352382_1 WHERE difference = 11" }
if Against is 20 how much is Won?
CREATE TABLE table_15352382_1 (won VARCHAR, against VARCHAR)
{ "SQL_Query": "SELECT won FROM table_15352382_1 WHERE against = 20" }
How many Drawn does the team Portuguesa Santista have?
CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT drawn FROM table_15352382_1 WHERE team = \"Portuguesa Santista\"" }
How many drawn does the team Corinthians have?
CREATE TABLE table_15352382_1 (drawn VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT drawn FROM table_15352382_1 WHERE team = \"Corinthians\"" }
What is the highest number won with a difference of 1?
CREATE TABLE table_15331868_1 (won INTEGER, difference VARCHAR)
{ "SQL_Query": "SELECT MAX(won) FROM table_15331868_1 WHERE difference = \"1\"" }
What the highest position when there is 28 against?
CREATE TABLE table_15331868_1 (position INTEGER, against VARCHAR)
{ "SQL_Query": "SELECT MAX(position) FROM table_15331868_1 WHERE against = 28" }
What is the highest number won when the number of points is 31?
CREATE TABLE table_15331868_1 (won INTEGER, points VARCHAR)
{ "SQL_Query": "SELECT MAX(won) FROM table_15331868_1 WHERE points = 31" }
What is the smalledt position when the difference was 6?
CREATE TABLE table_15331868_1 (position INTEGER, difference VARCHAR)
{ "SQL_Query": "SELECT MIN(position) FROM table_15331868_1 WHERE difference = \"6\"" }
How many were the show's average weekly ranking when it reached No. 2 in average nightly ranking?
CREATE TABLE table_15358729_6 (average_weekly_rank VARCHAR, average_nightly_rank VARCHAR)
{ "SQL_Query": "SELECT COUNT(average_weekly_rank) FROM table_15358729_6 WHERE average_nightly_rank = \"No. 2\"" }
What is the show's time slot during season 3?
CREATE TABLE table_15358729_6 (timeslot VARCHAR, season VARCHAR)
{ "SQL_Query": "SELECT timeslot FROM table_15358729_6 WHERE season = 3" }
Name all of the february
CREATE TABLE table_1539201_1 (february VARCHAR)
{ "SQL_Query": "SELECT february FROM table_1539201_1" }
Name the junes
CREATE TABLE table_1539201_1 (june VARCHAR)
{ "SQL_Query": "SELECT june FROM table_1539201_1" }
Name the julys
CREATE TABLE table_1539201_1 (july VARCHAR)
{ "SQL_Query": "SELECT july FROM table_1539201_1" }
Name the number of februaries
CREATE TABLE table_1539201_1 (february VARCHAR)
{ "SQL_Query": "SELECT COUNT(february) FROM table_1539201_1" }
How many points are listed when the position is 2?
CREATE TABLE table_15405904_1 (points INTEGER, position VARCHAR)
{ "SQL_Query": "SELECT MAX(points) FROM table_15405904_1 WHERE position = 2" }
When there is a lost of 2 what is the mumber drawn?
CREATE TABLE table_15405904_1 (drawn INTEGER, lost VARCHAR)
{ "SQL_Query": "SELECT MAX(drawn) FROM table_15405904_1 WHERE lost = 2" }
How many games are played?
CREATE TABLE table_15405904_1 (played INTEGER)
{ "SQL_Query": "SELECT MIN(played) FROM table_15405904_1" }
When the position is 2 what is the number lost?
CREATE TABLE table_15405904_1 (lost INTEGER, position VARCHAR)
{ "SQL_Query": "SELECT MIN(lost) FROM table_15405904_1 WHERE position = 2" }
When the team is ypiranga-sp what is the number of won games?
CREATE TABLE table_15405904_1 (won INTEGER, team VARCHAR)
{ "SQL_Query": "SELECT MIN(won) FROM table_15405904_1 WHERE team = \"Ypiranga-SP\"" }
Name the difference for when drawn is larger than 2.0
CREATE TABLE table_15400878_1 (difference VARCHAR, drawn INTEGER)
{ "SQL_Query": "SELECT difference FROM table_15400878_1 WHERE drawn > 2.0" }
Name the most against for minas gerais
CREATE TABLE table_15400878_1 (against INTEGER, team VARCHAR)
{ "SQL_Query": "SELECT MAX(against) FROM table_15400878_1 WHERE team = \"Minas Gerais\"" }
What is the LMS class of trains with numbers 14510-5?
CREATE TABLE table_15412381_5 (LMS VARCHAR, lms_nos VARCHAR)
{ "SQL_Query": "SELECT LMS AS class FROM table_15412381_5 WHERE lms_nos = \"14510-5\"" }
What is the date of the 279 wheels?
CREATE TABLE table_15412381_5 (date VARCHAR, wheels VARCHAR)
{ "SQL_Query": "SELECT date FROM table_15412381_5 WHERE wheels = 279" }
What is the LMS number of the trains built by G&SWR Kilmarnock?
CREATE TABLE table_15412381_5 (lms_nos VARCHAR, builder VARCHAR)
{ "SQL_Query": "SELECT lms_nos FROM table_15412381_5 WHERE builder = \"G&SWR Kilmarnock\"" }
How many figures are there for wheels for LMS numbers 16377-9?
CREATE TABLE table_15412381_5 (wheels VARCHAR, lms_nos VARCHAR)
{ "SQL_Query": "SELECT COUNT(wheels) FROM table_15412381_5 WHERE lms_nos = \"16377-9\"" }
What is the maximum number for the Saffir-Simpson category in the Carvill Hurricane Index?
CREATE TABLE table_15416002_1 (saffir_simpson_category INTEGER)
{ "SQL_Query": "SELECT MAX(saffir_simpson_category) FROM table_15416002_1" }
What is the maximum miles per hour recorded when the CHI (Carvill Hurricane Index) is equal to 13.5
CREATE TABLE table_15416002_1 (v_mph_ INTEGER, chi VARCHAR)
{ "SQL_Query": "SELECT MAX(v_mph_) FROM table_15416002_1 WHERE chi = \"13.5\"" }
What is the CHI (Carvill Hurricane Index) when the NHC advisory number is equal to 49b?
CREATE TABLE table_15416002_1 (chi VARCHAR, nhc_advisory_number VARCHAR)
{ "SQL_Query": "SELECT chi FROM table_15416002_1 WHERE nhc_advisory_number = \"49B\"" }
What is the maximum number of miles reached in a Texas landfall when the Saffir-Simpson category is smaller than 3.0?
CREATE TABLE table_15416002_1 (r_miles_ INTEGER, landfall VARCHAR, saffir_simpson_category VARCHAR)
{ "SQL_Query": "SELECT MAX(r_miles_) FROM table_15416002_1 WHERE landfall = \"Texas\" AND saffir_simpson_category < 3.0" }
What are the miles when the Carvill Hurricane Index (CHI) is equal to 9.9?
CREATE TABLE table_15416002_1 (r_miles_ VARCHAR, chi VARCHAR)
{ "SQL_Query": "SELECT r_miles_ FROM table_15416002_1 WHERE chi = \"9.9\"" }
What is the Saffir-Simpson category for the hurricane named Bonnie?
CREATE TABLE table_15416002_1 (saffir_simpson_category VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT saffir_simpson_category FROM table_15416002_1 WHERE name = \"Bonnie\"" }
What kind of animal corresponds to the accession number xp_852505.1?
CREATE TABLE table_15417439_1 (common_name VARCHAR, accession_number VARCHAR)
{ "SQL_Query": "SELECT common_name FROM table_15417439_1 WHERE accession_number = \"XP_852505.1\"" }
How similar is the genus/species sus scrofa?
CREATE TABLE table_15417439_1 (similarity VARCHAR, genus_species VARCHAR)
{ "SQL_Query": "SELECT similarity FROM table_15417439_1 WHERE genus_species = \"Sus scrofa\"" }
What identities do the genus/species arabidopsis thaliana have?
CREATE TABLE table_15417439_1 (identity VARCHAR, genus_species VARCHAR)
{ "SQL_Query": "SELECT identity FROM table_15417439_1 WHERE genus_species = \"Arabidopsis thaliana\"" }