answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT broadcast_date FROM table_29135051_3 WHERE guest_s_ = "Michael McIntyre and Alex James"
CREATE TABLE table_29135051_3 (broadcast_date VARCHAR, guest_s_ VARCHAR)
when was the episode guest starring michael mcintyre and alex james broadcasted
SELECT MIN(episode) FROM table_29135051_3 WHERE guest_s_ = "Sarah Millican and Grayson Perry"
CREATE TABLE table_29135051_3 (episode INTEGER, guest_s_ VARCHAR)
which episode did sarah millican and grayson perry appear in
SELECT first_broadcast FROM table_29141354_5 WHERE andrew_and_jacks_guest = "Jessica Ennis"
CREATE TABLE table_29141354_5 (first_broadcast VARCHAR, andrew_and_jacks_guest VARCHAR)
When were episodes first broadcast with jessica ennis as andrew and jacks guest?
SELECT directed_by FROM table_29152820_1 WHERE written_by = "Eli Attie" AND production_code = "2T5018"
CREATE TABLE table_29152820_1 (directed_by VARCHAR, written_by VARCHAR, production_code VARCHAR)
Who directed the episode that is written by Eli Attie and production code is 2t5018?
SELECT COUNT(no_in_season) FROM table_29152820_1 WHERE no_in_series = 122
CREATE TABLE table_29152820_1 (no_in_season VARCHAR, no_in_series VARCHAR)
How many episodes are 122 in the series?
SELECT scores FROM table_29141354_7 WHERE andrew_and_jacks_guest = "Matt Smith"
CREATE TABLE table_29141354_7 (scores VARCHAR, andrew_and_jacks_guest VARCHAR)
What was the score for the episode with Matt Smith as Andrew and Jack's guest?
SELECT first_broadcast FROM table_29141354_7 WHERE andrew_and_jacks_guest = "Amy Williams"
CREATE TABLE table_29141354_7 (first_broadcast VARCHAR, andrew_and_jacks_guest VARCHAR)
When was the episode with Amy Williams as Andrew and Jack's guest broadcast?
SELECT MIN(season_no) FROM table_29154676_1 WHERE us_viewers__millions_ = "3.91"
CREATE TABLE table_29154676_1 (season_no INTEGER, us_viewers__millions_ VARCHAR)
What is the last episode in the season that had 3.91 million viewers in the US?
SELECT COUNT(season_no) FROM table_29154676_1 WHERE written_by = "Warren Leight"
CREATE TABLE table_29154676_1 (season_no VARCHAR, written_by VARCHAR)
How many episodes were written by Warren Leight?
SELECT COUNT(championship) FROM table_29163303_4 WHERE score = "4–6, 7–6 (7–5) , [5–10]"
CREATE TABLE table_29163303_4 (championship VARCHAR, score VARCHAR)
How many championships were there where the score was 4–6, 7–6 (7–5) , [5–10]?
SELECT surface FROM table_29163303_4 WHERE score = "6–1, 4–6, [12–10]"
CREATE TABLE table_29163303_4 (surface VARCHAR, score VARCHAR)
On what surface was it the year when the score was 6–1, 4–6, [12–10]?
SELECT COUNT(opponent) FROM table_29163303_4 WHERE score = "6–4, 3–6, [11–13]"
CREATE TABLE table_29163303_4 (opponent VARCHAR, score VARCHAR)
How many times has the score been 6–4, 3–6, [11–13]?
SELECT outgoing_head_coach FROM table_29171931_3 WHERE manner_of_departure = "Gardening leave 1"
CREATE TABLE table_29171931_3 (outgoing_head_coach VARCHAR, manner_of_departure VARCHAR)
Who are the outgoing head coaches whose manner of departure is Gardening Leave 1?
SELECT incoming_head_coach FROM table_29171931_3 WHERE outgoing_head_coach = "Wan Jamak Wan Hassan"
CREATE TABLE table_29171931_3 (incoming_head_coach VARCHAR, outgoing_head_coach VARCHAR)
Who was the incoming head coach after Wan Jamak Wan Hassan quit the coaching job?
SELECT fastest_lap FROM table_29162856_1 WHERE round = 1
CREATE TABLE table_29162856_1 (fastest_lap VARCHAR, round VARCHAR)
Who had the fastest lap in round 1?
SELECT pole_position FROM table_29162856_1 WHERE fastest_lap = "Matt Davies"
CREATE TABLE table_29162856_1 (pole_position VARCHAR, fastest_lap VARCHAR)
Who had the pole position when matt davies had the fastest lap?
SELECT pole_position FROM table_29162856_1 WHERE winning_rider = "Rob Guiver" AND fastest_lap = "Kyle Ryde"
CREATE TABLE table_29162856_1 (pole_position VARCHAR, winning_rider VARCHAR, fastest_lap VARCHAR)
Who had the pole position(s) when rob guiver won and kyle ryde had the fastest lap?
SELECT MIN(year) FROM table_29163303_2 WHERE championship = "US Open (2)"
CREATE TABLE table_29163303_2 (year INTEGER, championship VARCHAR)
What is the earliest year in which the result is championship US Open (2)?
SELECT partner FROM table_29163303_2 WHERE championship = "US Open (2)"
CREATE TABLE table_29163303_2 (partner VARCHAR, championship VARCHAR)
Who was Bob Bryan's partner in the Championship where the result is US Open (2)?
SELECT score FROM table_29163303_2 WHERE championship = "French Open"
CREATE TABLE table_29163303_2 (score VARCHAR, championship VARCHAR)
What are the results of those matches where the championship is French Open?
SELECT COUNT(original_air_date) FROM table_29196086_4 WHERE written_by = "Harold Hayes Jr. & Craig S. Phillips"
CREATE TABLE table_29196086_4 (original_air_date VARCHAR, written_by VARCHAR)
on how many days did the episode written by harold hayes jr. & craig s. phillips originally air
SELECT COUNT(no_in_series) FROM table_29196086_4 WHERE original_air_date = "January19,2013"
CREATE TABLE table_29196086_4 (no_in_series VARCHAR, original_air_date VARCHAR)
how many episodes originally aired january19,2013
SELECT MAX(no_in_season) FROM table_29196086_4 WHERE original_air_date = "October20,2012"
CREATE TABLE table_29196086_4 (no_in_season INTEGER, original_air_date VARCHAR)
which episode of the season aired on october20,2012
SELECT team FROM table_29181479_3 WHERE game = 5
CREATE TABLE table_29181479_3 (team VARCHAR, game VARCHAR)
Which team was the opponent in game 5?
SELECT series FROM table_29181479_5 WHERE game = 5
CREATE TABLE table_29181479_5 (series VARCHAR, game VARCHAR)
Lis the series for game 5.
SELECT score FROM table_29181479_5 WHERE high_points = "Boris Diaw (34)"
CREATE TABLE table_29181479_5 (score VARCHAR, high_points VARCHAR)
What was the final in the game that boris diaw (34) scored the most points?
SELECT december_28 FROM table_29217650_1 WHERE movies = "Ang Tanging Ina Mo (Last na 'To!)"
CREATE TABLE table_29217650_1 (december_28 VARCHAR, movies VARCHAR)
What is the figure for December 28 for ang tanging ina mo (last na 'to!)?
SELECT december_27 FROM table_29217650_1 WHERE movies = "Ang Tanging Ina Mo (Last na 'To!)"
CREATE TABLE table_29217650_1 (december_27 VARCHAR, movies VARCHAR)
What is the figure for December 27 for ang tanging ina mo (last na 'to!)?
SELECT COUNT(december_28) FROM table_29217650_1 WHERE movies = "Rosario"
CREATE TABLE table_29217650_1 (december_28 VARCHAR, movies VARCHAR)
How many figures are provided for December 28 for Rosario?
SELECT movies FROM table_29217650_1 WHERE december_25 = "P3.2 million"
CREATE TABLE table_29217650_1 (movies VARCHAR, december_25 VARCHAR)
What film earmed p3.2 million on December 25?
SELECT fri_3_june FROM table_29218221_3 WHERE thurs_2_june = "20' 50.45 108.623mph"
CREATE TABLE table_29218221_3 (fri_3_june VARCHAR, thurs_2_june VARCHAR)
What was the Friday June 3 practice time of the rider who did 20' 50.45 108.623mph on Thursday, June 2?
SELECT wed_1_june FROM table_29218221_3 WHERE thurs_2_june = "21' 05.87 107.300mph"
CREATE TABLE table_29218221_3 (wed_1_june VARCHAR, thurs_2_june VARCHAR)
What's the Wednesday, June 1 practice time for the rider that did 21' 05.87 107.300mph on Thursday, June 2?
SELECT COUNT(written_by) FROM table_29219286_1 WHERE directed_by = "Ernest Dickerson" AND no_in_season = 9
CREATE TABLE table_29219286_1 (written_by VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
How many people wrote episode 9 in the season that was directed by Ernest Dickerson?
SELECT written_by FROM table_29219286_1 WHERE directed_by = "Milan Cheylov"
CREATE TABLE table_29219286_1 (written_by VARCHAR, directed_by VARCHAR)
Who wrote the episode that was directed by Milan Cheylov?
SELECT ep_winning_team FROM table_29225103_2 WHERE cp_winning_team = "Dave Clark" AND gm_winning_team = "Stuart Northrup"
CREATE TABLE table_29225103_2 (ep_winning_team VARCHAR, cp_winning_team VARCHAR, gm_winning_team VARCHAR)
Who was the EP winning team when the CP winning team was Dave Clark and the GM winning team was Stuart Northrup?
SELECT cm_winning_team FROM table_29225103_2 WHERE fm_winning_team = "#17 Elva - Ford"
CREATE TABLE table_29225103_2 (cm_winning_team VARCHAR, fm_winning_team VARCHAR)
Who was the CM winning team when the FM winning team was #17 Elva - Ford?
SELECT gm_winning_team FROM table_29225103_2 WHERE ep_winning_team = "#37 Porsche"
CREATE TABLE table_29225103_2 (gm_winning_team VARCHAR, ep_winning_team VARCHAR)
Who the GM winning team when the EP winning team was #37 Porsche?
SELECT ep_winning_team FROM table_29225103_2 WHERE fm_winning_team = "Brabham - Ford" AND hm_winning_team = "Osca"
CREATE TABLE table_29225103_2 (ep_winning_team VARCHAR, fm_winning_team VARCHAR, hm_winning_team VARCHAR)
Who was the EP winning team when the FM winning team was Brabham - Ford and the HM winning team was Osca?
SELECT hp_winning_team FROM table_29225103_2 WHERE ep_winning_team = "Hans Zereis" AND gm_winning_team = "Charles Gibson"
CREATE TABLE table_29225103_2 (hp_winning_team VARCHAR, ep_winning_team VARCHAR, gm_winning_team VARCHAR)
Who was the HP winning team when the EP winning team was Hans Zereis and the GM winning team was Charles Gibson?
SELECT team FROM table_29261823_10 WHERE opponent = "Elfsborg"
CREATE TABLE table_29261823_10 (team VARCHAR, opponent VARCHAR)
what was the name of the team opponent to elfsborg
SELECT team FROM table_29261823_10 WHERE aggregate_score = "L 1–2"
CREATE TABLE table_29261823_10 (team VARCHAR, aggregate_score VARCHAR)
what is the name of the team which aggregate score is l 1–2
SELECT aggregate_score FROM table_29261823_10 WHERE contest_and_round = "Europa League Play Off Round"
CREATE TABLE table_29261823_10 (aggregate_score VARCHAR, contest_and_round VARCHAR)
what is the aggregate score for the europa league play off round contest and round
SELECT sydney FROM table_2923917_4 WHERE distance = "10km"
CREATE TABLE table_2923917_4 (sydney VARCHAR, distance VARCHAR)
How many dollars is listed under Sydney when the distance is 10km?
SELECT COUNT(distance) FROM table_2923917_4 WHERE brisbane = "$3.80"
CREATE TABLE table_2923917_4 (distance VARCHAR, brisbane VARCHAR)
How many distance places have brisbane at $3.80?
SELECT COUNT(melbourne) FROM table_2923917_4 WHERE distance = "15km"
CREATE TABLE table_2923917_4 (melbourne VARCHAR, distance VARCHAR)
How many listings under Melbourne has a distance at 15km?
SELECT distance FROM table_2923917_4 WHERE brisbane = "$4.80"
CREATE TABLE table_2923917_4 (distance VARCHAR, brisbane VARCHAR)
What is the distance when brisbane is $4.80?
SELECT distance FROM table_2923917_4 WHERE brisbane = "$5.20"
CREATE TABLE table_2923917_4 (distance VARCHAR, brisbane VARCHAR)
What is the distance when brisbane is $5.20?
SELECT COUNT(helen_sildna) FROM table_29261215_4 WHERE iiris_vesik = 3
CREATE TABLE table_29261215_4 (helen_sildna VARCHAR, iiris_vesik VARCHAR)
How many scores did Helen Sildna give when Iiris Vesik gave a 3?
SELECT MIN(points) FROM table_29261215_4 WHERE peeter_vähi = 9
CREATE TABLE table_29261215_4 (points INTEGER, peeter_vähi VARCHAR)
What is the maximum points received when Peeter Vähl gave a 9?
SELECT manager FROM table_29250534_1 WHERE club = "FC Inter"
CREATE TABLE table_29250534_1 (manager VARCHAR, club VARCHAR)
Who is the manager for the fc inter club?
SELECT club FROM table_29250534_1 WHERE location = "Kuopio"
CREATE TABLE table_29250534_1 (club VARCHAR, location VARCHAR)
Which club is at the location of kuopio?
SELECT COUNT(stadium) FROM table_29250534_1 WHERE club = "Haka"
CREATE TABLE table_29250534_1 (stadium VARCHAR, club VARCHAR)
How many stadiums have haka as the club?
SELECT artist_2 FROM table_29264319_1 WHERE artist_1 = "Sparfunk & D-Code"
CREATE TABLE table_29264319_1 (artist_2 VARCHAR, artist_1 VARCHAR)
Who is the artist 2 on the setlist where the artist 1 is Sparfunk & D-Code?
SELECT mix_artist FROM table_29264319_1 WHERE setlist = "Closing Party" AND artist_1 = "Dillinja and Skibadee"
CREATE TABLE table_29264319_1 (mix_artist VARCHAR, setlist VARCHAR, artist_1 VARCHAR)
Who is the mix artist for the closing party setlist where artist 1 is Dillinja and Skibadee?
SELECT COUNT(original_air_date) FROM table_29273115_1 WHERE written_by = "Charlie Day"
CREATE TABLE table_29273115_1 (original_air_date VARCHAR, written_by VARCHAR)
On how many different dates was the episode written by Charlie Day aired for the first time?
SELECT written_by FROM table_29273115_1 WHERE production_code = "IP02009"
CREATE TABLE table_29273115_1 (written_by VARCHAR, production_code VARCHAR)
Who are the writers of the episode with production code IP02009?
SELECT COUNT(title) FROM table_29273115_1 WHERE production_code = "IP02003"
CREATE TABLE table_29273115_1 (title VARCHAR, production_code VARCHAR)
How many different titles does the episode with production code IP02003 have?
SELECT written_by FROM table_29273182_1 WHERE production_code = "IP03007"
CREATE TABLE table_29273182_1 (written_by VARCHAR, production_code VARCHAR)
Who wrote the episode with a production code of ip03007?
SELECT title FROM table_29273182_1 WHERE no_in_series = 29
CREATE TABLE table_29273182_1 (title VARCHAR, no_in_series VARCHAR)
What is the name of episode number 29 in the series?
SELECT written_by FROM table_29273182_1 WHERE production_code = "IP03012"
CREATE TABLE table_29273182_1 (written_by VARCHAR, production_code VARCHAR)
Who wrote the episode with ip03012 as the production code?
SELECT directed_by FROM table_29273182_1 WHERE production_code = "IP03010"
CREATE TABLE table_29273182_1 (directed_by VARCHAR, production_code VARCHAR)
Who directed the episode with production code ip03010?
SELECT MIN(no_in_season) FROM table_29273390_1
CREATE TABLE table_29273390_1 (no_in_season INTEGER)
What is the least amount in each season?
SELECT directed_by FROM table_29273390_1 WHERE us_viewers__million_ = "1.19"
CREATE TABLE table_29273390_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
Who directed an episode with 1.19 million?
SELECT location FROM table_29285076_2 WHERE date = "March 17"
CREATE TABLE table_29285076_2 (location VARCHAR, date VARCHAR)
At what location was the March 17 race held?
SELECT location FROM table_29285076_2 WHERE fastest_lap = "Zach Veach"
CREATE TABLE table_29285076_2 (location VARCHAR, fastest_lap VARCHAR)
What location did Zach Veach have the fastest lap?
SELECT location FROM table_29285076_2 WHERE fastest_lap = "Luke Ellery" AND winning_driver = "Wayne Boyd"
CREATE TABLE table_29285076_2 (location VARCHAR, fastest_lap VARCHAR, winning_driver VARCHAR)
Where was the race with Luke Ellery as fastest lap and Wayne Boyd as winning driver?
SELECT area__km²_ FROM table_29289372_1 WHERE income_classification = "1st Class" AND population__2010_ = 318676
CREATE TABLE table_29289372_1 (area__km²_ VARCHAR, income_classification VARCHAR, population__2010_ VARCHAR)
When 318676 is the population of 2010 and 1st class is the income classification what is the area in kilometers squared?
SELECT COUNT(population__2010_) FROM table_29289372_1 WHERE income_classification = "1st Class" AND city_municipality = "Itogon, Benguet"
CREATE TABLE table_29289372_1 (population__2010_ VARCHAR, income_classification VARCHAR, city_municipality VARCHAR)
When itogon, benguet is the city/municipality and 1st class is the income classification how many measurements of population in 2010?
SELECT pop_density__per_km²_ FROM table_29289372_1 WHERE area__km²_ = "82.74"
CREATE TABLE table_29289372_1 (pop_density__per_km²_ VARCHAR, area__km²_ VARCHAR)
When 82.74 is the area in kilometers squared what is the pop.density (per km2)?
SELECT city_municipality FROM table_29289372_1 WHERE area__km²_ = "106"
CREATE TABLE table_29289372_1 (city_municipality VARCHAR, area__km²_ VARCHAR)
When 106 is the area in kilometers squared what is the city/municipality?
SELECT COUNT(title) FROM table_29273243_1 WHERE production_code = "IP04004"
CREATE TABLE table_29273243_1 (title VARCHAR, production_code VARCHAR)
How many episodes have the production code ip04004?
SELECT written_by FROM table_29273243_1 WHERE no_in_season = 11
CREATE TABLE table_29273243_1 (written_by VARCHAR, no_in_season VARCHAR)
Who wrote episode number 11?
SELECT challenger FROM table_29281529_2 WHERE iron_chef = "Guillaume Brahimi"
CREATE TABLE table_29281529_2 (challenger VARCHAR, iron_chef VARCHAR)
Who was the challenger when guillaume brahimi was the iron chef?
SELECT iron_chef FROM table_29281529_2 WHERE challenger = "Herb Faust"
CREATE TABLE table_29281529_2 (iron_chef VARCHAR, challenger VARCHAR)
Who was the iron chef when herb Faust was the challenger?
SELECT airdate FROM table_29281529_2 WHERE winner = "Guy Grossi"
CREATE TABLE table_29281529_2 (airdate VARCHAR, winner VARCHAR)
What date did the episode air when guy grossi won?
SELECT australian_cast, _2012 FROM table_29289213_1 WHERE character = "Lily Cahill"
CREATE TABLE table_29289213_1 (australian_cast VARCHAR, _2012 VARCHAR, character VARCHAR)
Who played Lily Cahill in the Australian 2012 production?
SELECT tournament FROM table_29296103_10 WHERE champion = "Nick Saviano Florin Segărceanu 6–3, 6–4"
CREATE TABLE table_29296103_10 (tournament VARCHAR, champion VARCHAR)
which tournament was the champion nick saviano florin segărceanu 6–3, 6–4?
SELECT tournament FROM table_29296103_10 WHERE runner_up = "Paul Annacone Eric Korita"
CREATE TABLE table_29296103_10 (tournament VARCHAR, runner_up VARCHAR)
Which tournament was runner-up paul annacone eric korita?
SELECT semifinalists FROM table_29296103_10 WHERE runner_up = "Sammy Giammalva"
CREATE TABLE table_29296103_10 (semifinalists VARCHAR, runner_up VARCHAR)
Who were the semifinalists when sammy giammalva was runner-up?
SELECT tournament FROM table_29296103_10 WHERE champion = "Pat Cash 4–6, 6–4, 6–3"
CREATE TABLE table_29296103_10 (tournament VARCHAR, champion VARCHAR)
which tournament was the champion pat cash 4–6, 6–4, 6–3?
SELECT tournament FROM table_29296103_10 WHERE week_of = "24 October" AND champion = "Matt Doyle 1–6, 6–1, 6–2"
CREATE TABLE table_29296103_10 (tournament VARCHAR, week_of VARCHAR, champion VARCHAR)
Which tournament was on the week of 24 october and champion is matt doyle 1–6, 6–1, 6–2?
SELECT COUNT(runner_up) FROM table_29296103_10 WHERE tournament = "Cologne , Germany Carpet – $75,000 – S32/D16" AND champion = "Matt Doyle 1–6, 6–1, 6–2"
CREATE TABLE table_29296103_10 (runner_up VARCHAR, tournament VARCHAR, champion VARCHAR)
How many runner ups were there for the cologne , germany carpet – $75,000 – s32/d16 when the champion was matt doyle 1–6, 6–1, 6–2?
SELECT train_number FROM table_29301050_1 WHERE departure_pune = "13:00"
CREATE TABLE table_29301050_1 (train_number VARCHAR, departure_pune VARCHAR)
which train number departs pune at 13:00
SELECT train_number FROM table_29301050_1 WHERE arrival_lonavla = "17:45"
CREATE TABLE table_29301050_1 (train_number VARCHAR, arrival_lonavla VARCHAR)
which train number arrives in lonavla at 17:45
SELECT train_name FROM table_29301050_1 WHERE arrival_lonavla = "17:45"
CREATE TABLE table_29301050_1 (train_name VARCHAR, arrival_lonavla VARCHAR)
which train name arrives in lonavla at 17:45
SELECT COUNT(train_number) FROM table_29301050_1 WHERE frequency = "Daily" AND arrival_lonavla = "12:25"
CREATE TABLE table_29301050_1 (train_number VARCHAR, frequency VARCHAR, arrival_lonavla VARCHAR)
how many trains run daily to lonavla and arrive at 12:25
SELECT COUNT(train_name) FROM table_29301050_1 WHERE train_number = 99808
CREATE TABLE table_29301050_1 (train_name VARCHAR, train_number VARCHAR)
how many trains have the number 99808
SELECT departure_pune FROM table_29301050_1 WHERE arrival_lonavla = "22:22"
CREATE TABLE table_29301050_1 (departure_pune VARCHAR, arrival_lonavla VARCHAR)
what time does the train that arrives in lonavla at 22:22 depart pune
SELECT champion FROM table_29295463_9 WHERE runner_up = "Marty Davis"
CREATE TABLE table_29295463_9 (champion VARCHAR, runner_up VARCHAR)
Who became the champion for the 1984 Grand Prix where Marty Davis was the runner-up?
SELECT quarterfinalists FROM table_29295463_9 WHERE champion = "Terry Moor 3-6, 7-6, 6-2"
CREATE TABLE table_29295463_9 (quarterfinalists VARCHAR, champion VARCHAR)
Who were the quarter-finalists in the event where the champion was Terry Moor 3-6, 7-6, 6-2?
SELECT champion FROM table_29295463_9 WHERE runner_up = "Scott Davis Chris Dunk"
CREATE TABLE table_29295463_9 (champion VARCHAR, runner_up VARCHAR)
Who was the champion in the tournament where Scott Davis Chris Dunk was the runner up?
SELECT semifinalists FROM table_29295463_9 WHERE champion = "Mats Wilander 7-6, 6-3"
CREATE TABLE table_29295463_9 (semifinalists VARCHAR, champion VARCHAR)
Who were the semifinalists in the tournament where Mats Wilander 7-6, 6-3 was declared the champion?
SELECT COUNT(year) FROM table_2930244_2 WHERE number_of_hurricanes = 3 AND strongest_storm = "Three"
CREATE TABLE table_2930244_2 (year VARCHAR, number_of_hurricanes VARCHAR, strongest_storm VARCHAR)
How many years saw 3 hurricanes wherein the strongest storm was level three?
SELECT MAX(number_of_major_hurricanes) FROM table_2930244_3
CREATE TABLE table_2930244_3 (number_of_major_hurricanes INTEGER)
What is the largest overall number of major hurricanes?
SELECT COUNT(number_of_major_hurricanes) FROM table_2930244_3 WHERE deaths = "None"
CREATE TABLE table_2930244_3 (number_of_major_hurricanes VARCHAR, deaths VARCHAR)
When the death is none what is the number of major hurricanes?
SELECT MIN(number_of_hurricanes) FROM table_2930244_3
CREATE TABLE table_2930244_3 (number_of_hurricanes INTEGER)
What is the lowest overall number of hurricanes?
SELECT country FROM table_29302711_13 WHERE prize_money__usd_ = 66400
CREATE TABLE table_29302711_13 (country VARCHAR, prize_money__usd_ VARCHAR)
What country offered a prize of 66400 US dollars?
SELECT country FROM table_29302711_13 WHERE name = "Mark Cox"
CREATE TABLE table_29302711_13 (country VARCHAR, name VARCHAR)
What country does the player named Mark Cox play for?
SELECT COUNT(deaths) FROM table_2930244_4 WHERE number_of_hurricanes = 6
CREATE TABLE table_2930244_4 (deaths VARCHAR, number_of_hurricanes VARCHAR)
How many deaths did the eyar with exactly 6 hurricanes have?
SELECT MAX(number_of_tropical_storms) FROM table_2930244_4 WHERE deaths = "34"
CREATE TABLE table_2930244_4 (number_of_tropical_storms INTEGER, deaths VARCHAR)
What is the maximum number of tropical storms in the year that had exactly 34 deaths?