question stringlengths 12 243 | context stringlengths 45 517 | answer stringlengths 32 484 |
|---|---|---|
Which team had the attendance of 16,468 and lost? | columns:
- name: loss
type: VARCHAR
- name: attendance
type: VARCHAR
table: table_name_61
| SELECT loss FROM table_name_61 WHERE attendance = "16,468" |
What is the average NGC number that has a Apparent magnitude greater than 14.2? | columns:
- name: ngc_number
type: INTEGER
- name: apparent_magnitude
type: INTEGER
table: table_name_59
| SELECT AVG(ngc_number) FROM table_name_59 WHERE apparent_magnitude > 14.2 |
What party is incumbent Oliver H. Cross? | columns:
- name: party
type: VARCHAR
- name: incumbent
type: VARCHAR
table: table_1342331_43
| SELECT party FROM table_1342331_43 WHERE incumbent = "Oliver H. Cross" |
what is the highest down (up to kbits/s) when resale is yes, up ( up to kbit/s) is 1180 and provider is 1&1? | columns:
- name: down__up_to_kbit_s_
type: INTEGER
- name: provider
type: VARCHAR
- name: resale
type: VARCHAR
- name: up__up_to_kbit_s_
type: VARCHAR
table: table_name_26
| SELECT MAX(down__up_to_kbit_s_) FROM table_name_26 WHERE resale = "yes" AND up__up_to_kbit_s_ = 1180 AND provider = "1&1" |
In which week was attendance at 50,814? | columns:
- name: week
type: VARCHAR
- name: attendance
type: VARCHAR
table: table_name_10
| SELECT COUNT(week) FROM table_name_10 WHERE attendance = "50,814" |
Name the date for home team of collingwood | columns:
- name: date
type: VARCHAR
- name: home_team
type: VARCHAR
table: table_name_51
| SELECT date FROM table_name_51 WHERE home_team = "collingwood" |
Who has 0 points in 1974? | columns:
- name: entrant
type: VARCHAR
- name: points
type: VARCHAR
- name: year
type: VARCHAR
table: table_name_3
| SELECT entrant FROM table_name_3 WHERE points = 0 AND year = 1974 |
What was the Record of the game with a Score of 118–105? | columns:
- name: record
type: VARCHAR
- name: score
type: VARCHAR
table: table_name_10
| SELECT record FROM table_name_10 WHERE score = "118–105" |
Who wrote the episodes with 7.70 u.s. viewers (million) ? | columns:
- name: written_by
type: VARCHAR
- name: us_viewers__million_
type: VARCHAR
table: table_27117365_1
| SELECT written_by FROM table_27117365_1 WHERE us_viewers__million_ = "7.70" |
What is the conserved in mus musculus listing for sequence aagtact? | columns:
- name: conserved_in_mus_musculus
type: VARCHAR
- name: sequence
type: VARCHAR
table: table_26708105_2
| SELECT conserved_in_mus_musculus FROM table_26708105_2 WHERE sequence = "aAGTAct" |
Name the 2012 for 2011 being 1r | columns:
- name: Id
type: VARCHAR
table: table_name_5
| SELECT 2012 FROM table_name_5 WHERE 2011 = "1r" |
What is the total Design flow (LPM) with a Partner of app, a Construction Start of 2008 january, and a Population Served larger than 3500? | columns:
- name: design_flow__lpm_
type: INTEGER
- name: population_served
type: VARCHAR
- name: partner
type: VARCHAR
- name: construction_start
type: VARCHAR
table: table_name_6
| SELECT SUM(design_flow__lpm_) FROM table_name_6 WHERE partner = "app" AND construction_start = "2008 january" AND population_served > 3500 |
Tell me the launch pad for 25 december 2010 10:34 | columns:
- name: launch_pad
type: VARCHAR
- name: launch_date_time__utc_
type: VARCHAR
table: table_name_16
| SELECT launch_pad FROM table_name_16 WHERE launch_date_time__utc_ = "25 december 2010 10:34" |
Name the poles for season 2006 | columns:
- name: poles
type: VARCHAR
- name: season
type: VARCHAR
table: table_27786562_1
| SELECT poles FROM table_27786562_1 WHERE season = 2006 |
Name the guest 2 for colin murray 6 april | columns:
- name: guest_2
type: VARCHAR
- name: presenter
type: VARCHAR
- name: date
type: VARCHAR
table: table_20466963_13
| SELECT COUNT(guest_2) FROM table_20466963_13 WHERE presenter = "Colin Murray" AND date = "6 April" |
What is the earliest season that has a position over 12? | columns:
- name: season
type: INTEGER
- name: position
type: INTEGER
table: table_name_80
| SELECT MIN(season) FROM table_name_80 WHERE position > 12 |
who had the high rebounds when the team was @ toronto? | columns:
- name: high_rebounds
type: VARCHAR
- name: team
type: VARCHAR
table: table_name_9
| SELECT high_rebounds FROM table_name_9 WHERE team = "@ toronto" |
WHAT IS TEH SECOND WITH REGINA AS CITY AND SKIP OF MICHELLE ENGLOT? | columns:
- name: second
type: VARCHAR
- name: city
type: VARCHAR
- name: skip
type: VARCHAR
table: table_name_59
| SELECT second FROM table_name_59 WHERE city = "regina" AND skip = "michelle englot" |
What venue did he play in before 2008 and finished 14th (q)? | columns:
- name: venue
type: VARCHAR
- name: year
type: VARCHAR
- name: position
type: VARCHAR
table: table_name_71
| SELECT venue FROM table_name_71 WHERE year < 2008 AND position = "14th (q)" |
What is the score for the match where albert montañés was the partner? | columns:
- name: score
type: VARCHAR
- name: partner
type: VARCHAR
table: table_name_60
| SELECT score FROM table_name_60 WHERE partner = "albert montañés" |
What is the total number of Psychological Dependence, when Pleasure is "2.3", and when Mean is less than 1.9300000000000002? | columns:
- name: psychological_dependence
type: VARCHAR
- name: pleasure
type: VARCHAR
- name: mean
type: VARCHAR
table: table_name_91
| SELECT COUNT(psychological_dependence) FROM table_name_91 WHERE pleasure = 2.3 AND mean < 1.9300000000000002 |
what is the maximum lowest with average being 734 | columns:
- name: lowest
type: INTEGER
- name: average
type: VARCHAR
table: table_14003108_1
| SELECT MAX(lowest) FROM table_14003108_1 WHERE average = 734 |
Which Title has an 1825 end term? | columns:
- name: title
type: VARCHAR
- name: end_term
type: VARCHAR
table: table_name_78
| SELECT title FROM table_name_78 WHERE end_term = 1825 |
What is the Furtenbacher with a 6 Liscumb, 10 Lawrance, and a 24 Ben-Tahir? | columns:
- name: furtenbacher
type: VARCHAR
- name: ben_tahir
type: VARCHAR
- name: liscumb
type: VARCHAR
- name: lawrance
type: VARCHAR
table: table_name_6
| SELECT furtenbacher FROM table_name_6 WHERE liscumb = "6" AND lawrance = "10" AND ben_tahir = "24" |
What position does peter mcgeough cover? | columns:
- name: position
type: VARCHAR
- name: player
type: VARCHAR
table: table_2679061_12
| SELECT position FROM table_2679061_12 WHERE player = "Peter McGeough" |
What is the Block A value for an El NOSAWA Mendoza value of kondo (7:08)? | columns:
- name: block_a
type: VARCHAR
- name: el_nosawa_mendoza
type: VARCHAR
table: table_name_14
| SELECT block_a FROM table_name_14 WHERE el_nosawa_mendoza = "kondo (7:08)" |
This engine with a cylinder size of 20 ½” x 26” and a firebox of radial-stay was built when? | columns:
- name: years_built
type: VARCHAR
- name: cylinder_size
type: VARCHAR
- name: firebox
type: VARCHAR
table: table_25695027_1
| SELECT years_built FROM table_25695027_1 WHERE cylinder_size = "20 ½” x 26”" AND firebox = "Radial-stay" |
What time was achieved on Saturday 29th August by the rider who recorded 25' 01.89 90.438mph on Friday 28th August? | columns:
- name: sat_29_aug
type: VARCHAR
- name: fri_28_aug
type: VARCHAR
table: table_23465864_4
| SELECT sat_29_aug FROM table_23465864_4 WHERE fri_28_aug = "25' 01.89 90.438mph" |
What is the title of the song that has a translation of Without Me? | columns:
- name: title
type: VARCHAR
- name: english_translation
type: VARCHAR
table: table_name_38
| SELECT title FROM table_name_38 WHERE english_translation = "without me" |
What is the lowest Total Medals that has madison independent and Bronze Medals larger than 0 | columns:
- name: total_medals
type: INTEGER
- name: ensemble
type: VARCHAR
- name: bronze_medals
type: VARCHAR
table: table_name_76
| SELECT MIN(total_medals) FROM table_name_76 WHERE ensemble = "madison independent" AND bronze_medals > 0 |
Which winner won by a score of 6–7(4), 7–6(3), [11–9]? | columns:
- name: winner
type: VARCHAR
- name: score
type: VARCHAR
table: table_name_60
| SELECT winner FROM table_name_60 WHERE score = "6–7(4), 7–6(3), [11–9]" |
WHAT IS THE POSITION FOR CANADA, ROUND SMALLER THAN 7, PLAYER ZACH BOYCHUK? | columns:
- name: position
type: VARCHAR
- name: player
type: VARCHAR
- name: nationality
type: VARCHAR
- name: round
type: VARCHAR
table: table_name_4
| SELECT position FROM table_name_4 WHERE nationality = "canada" AND round < 7 AND player = "zach boychuk" |
Which Hometown has a Height of 6-10? | columns:
- name: hometown
type: VARCHAR
- name: height
type: VARCHAR
table: table_name_90
| SELECT hometown FROM table_name_90 WHERE height = "6-10" |
what is the h/a round of round 2 | columns:
- name: h___a
type: VARCHAR
- name: round
type: VARCHAR
table: table_name_34
| SELECT h___a FROM table_name_34 WHERE round = "round 2" |
How many wins for mike hill ranked below 4? | columns:
- name: wins
type: VARCHAR
- name: player
type: VARCHAR
- name: rank
type: VARCHAR
table: table_name_49
| SELECT COUNT(wins) FROM table_name_49 WHERE player = "mike hill" AND rank < 4 |
What are the Attendance numbers for november 18, 1990? | columns:
- name: attendance
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_38
| SELECT attendance FROM table_name_38 WHERE date = "november 18, 1990" |
Name the episode number for tasers and mind erasers | columns:
- name: episode_number_production_number
type: VARCHAR
- name: title
type: VARCHAR
table: table_24222929_4
| SELECT episode_number_production_number FROM table_24222929_4 WHERE title = "Tasers and Mind Erasers" |
Which process has a date later than 2000 and a Clock of 1.4-1.6ghz? | columns:
- name: process
type: VARCHAR
- name: date
type: VARCHAR
- name: clock
type: VARCHAR
table: table_name_61
| SELECT process FROM table_name_61 WHERE date > 2000 AND clock = "1.4-1.6ghz" |
What is the highest grid value with constructor Mclaren - Mercedes, driver David Coulthard, and has fewer than 66 laps? | columns:
- name: grid
type: INTEGER
- name: laps
type: VARCHAR
- name: constructor
type: VARCHAR
- name: driver
type: VARCHAR
table: table_name_99
| SELECT MAX(grid) FROM table_name_99 WHERE constructor = "mclaren - mercedes" AND driver = "david coulthard" AND laps < 66 |
How much did Universal Studio's film Xanadu gross? | columns:
- name: gross
type: VARCHAR
- name: studio
type: VARCHAR
- name: title
type: VARCHAR
table: table_name_79
| SELECT gross FROM table_name_79 WHERE studio = "universal" AND title = "xanadu" |
What was the money when the place was t8 and the score was 74-72-75-71=292? | columns:
- name: money___$__
type: VARCHAR
- name: place
type: VARCHAR
- name: score
type: VARCHAR
table: table_name_21
| SELECT money___$__ FROM table_name_21 WHERE place = "t8" AND score = 74 - 72 - 75 - 71 = 292 |
What's the Qual listed with a Rank of 27? | columns:
- name: qual
type: VARCHAR
- name: rank
type: VARCHAR
table: table_name_41
| SELECT qual FROM table_name_41 WHERE rank = "27" |
Who did the high points in the game played on April 12? | columns:
- name: high_points
type: VARCHAR
- name: date
type: VARCHAR
table: table_17060277_10
| SELECT high_points FROM table_17060277_10 WHERE date = "April 12" |
What is the smallest number of spikes for players with a weight of 83 and height over 190? | columns:
- name: spike
type: INTEGER
- name: weight
type: VARCHAR
- name: height
type: VARCHAR
table: table_name_69
| SELECT MIN(spike) FROM table_name_69 WHERE weight = 83 AND height > 190 |
What's the total number of moves with a result of ½–½ and a black of Anand before 1999? | columns:
- name: moves
type: VARCHAR
- name: black
type: VARCHAR
- name: result
type: VARCHAR
- name: year
type: VARCHAR
table: table_name_52
| SELECT COUNT(moves) FROM table_name_52 WHERE result = "½–½" AND year < 1999 AND black = "anand" |
Name the date for richmond | columns:
- name: date
type: VARCHAR
- name: away_team
type: VARCHAR
table: table_16387700_1
| SELECT date FROM table_16387700_1 WHERE away_team = "Richmond" |
What is the table when the team is slovan bratislava? | columns:
- name: table
type: VARCHAR
- name: team
type: VARCHAR
table: table_27683516_3
| SELECT table FROM table_27683516_3 WHERE team = "Slovan Bratislava" |
Who was the winner in the competition in which the runner-up was Rosenborg? | columns:
- name: winners
type: VARCHAR
- name: runners_up
type: VARCHAR
table: table_name_16
| SELECT winners FROM table_name_16 WHERE runners_up = "rosenborg" |
When Pat Robertson was at 16%, what did Pete du Pont have? | columns:
- name: pete_du_pont
type: VARCHAR
- name: pat_robertson
type: VARCHAR
table: table_name_13
| SELECT pete_du_pont FROM table_name_13 WHERE pat_robertson = "16%" |
What is the Film title used in nomination of the Film with a Serbian title of бело одело? | columns:
- name: film_title_used_in_nomination
type: VARCHAR
- name: serbian_title
type: VARCHAR
table: table_name_49
| SELECT film_title_used_in_nomination FROM table_name_49 WHERE serbian_title = "бело одело" |
Who had the high pick of the round of 10 for Fairmont State college? | columns:
- name: pick
type: INTEGER
- name: college
type: VARCHAR
- name: round
type: VARCHAR
table: table_name_13
| SELECT MAX(pick) FROM table_name_13 WHERE college = "fairmont state" AND round > 10 |
What was the original air date of the episode that had 5.30 million U.S. viewers? | columns:
- name: original_air_date
type: VARCHAR
- name: us_viewers__millions_
type: VARCHAR
table: table_25548505_1
| SELECT original_air_date FROM table_25548505_1 WHERE us_viewers__millions_ = "5.30" |
in the drum module td-5 what are the tom-tom pads | columns:
- name: tom_tom_pads
type: VARCHAR
- name: drum_module
type: VARCHAR
table: table_2889300_6
| SELECT tom_tom_pads FROM table_2889300_6 WHERE drum_module = "TD-5" |
How many original air dates are there for the episode with code CA210? | columns:
- name: original_air_date
type: VARCHAR
- name: production_code
type: VARCHAR
table: table_25740548_3
| SELECT COUNT(original_air_date) FROM table_25740548_3 WHERE production_code = "CA210" |
What school has a county of 69 ripley? | columns:
- name: school
type: VARCHAR
- name: county
type: VARCHAR
table: table_name_74
| SELECT school FROM table_name_74 WHERE county = "69 ripley" |
What is the sum of Cuts made when there were more than 72 events? | columns:
- name: cuts_made
type: INTEGER
- name: events
type: INTEGER
table: table_name_95
| SELECT SUM(cuts_made) FROM table_name_95 WHERE events > 72 |
How much money did Ian Chamings request? | columns:
- name: "money_requested__\xA3_"
type: VARCHAR
- name: entrepreneur_s_
type: VARCHAR
table: table_name_78
| SELECT money_requested__£_ FROM table_name_78 WHERE entrepreneur_s_ = "ian chamings" |
Name the opponent for week 12 | columns:
- name: opponent
type: VARCHAR
- name: week
type: VARCHAR
table: table_24126606_2
| SELECT opponent FROM table_24126606_2 WHERE week = 12 |
What is the British letter with o /oʊ/? | columns:
- name: british
type: VARCHAR
- name: letter
type: VARCHAR
table: table_name_55
| SELECT british FROM table_name_55 WHERE letter = "o /oʊ/" |
Name the genre for release-year of firsst charted less than 1980 and origin of jamaica | columns:
- name: genre
type: VARCHAR
- name: release_year_of_first_charted_record
type: VARCHAR
- name: country_of_origin
type: VARCHAR
table: table_name_92
| SELECT genre FROM table_name_92 WHERE release_year_of_first_charted_record < 1980 AND country_of_origin = "jamaica" |
what is the record when the method is submission (armbar) and the round is less than 3? | columns:
- name: record
type: VARCHAR
- name: method
type: VARCHAR
- name: round
type: VARCHAR
table: table_name_8
| SELECT record FROM table_name_8 WHERE method = "submission (armbar)" AND round < 3 |
What is the Average for Silver medals that have more than 17 Golds? | columns:
- name: silver
type: INTEGER
- name: gold
type: INTEGER
table: table_name_50
| SELECT AVG(silver) FROM table_name_50 WHERE gold > 17 |
To which college/junior/club team did the player that was Pick 16 belong? | columns:
- name: college_junior_club_team
type: VARCHAR
- name: pick__number
type: VARCHAR
table: table_name_6
| SELECT college_junior_club_team FROM table_name_6 WHERE pick__number = "16" |
What decade is the artist the replacements? | columns:
- name: decade
type: VARCHAR
- name: artist
type: VARCHAR
table: table_name_92
| SELECT decade FROM table_name_92 WHERE artist = "the replacements" |
What place did the Sake Tuyas come in when the Denim Demons were 4th? | columns:
- name: sake_tuyas
type: VARCHAR
- name: denim_demons
type: VARCHAR
table: table_29619494_2
| SELECT sake_tuyas FROM table_29619494_2 WHERE denim_demons = "4th" |
What is the authority status of the school in Ellerslie with a decile of 7? | columns:
- name: authority
type: VARCHAR
- name: area
type: VARCHAR
- name: decile
type: VARCHAR
table: table_name_38
| SELECT authority FROM table_name_38 WHERE area = "ellerslie" AND decile = "7" |
What is the average number of military deaths when there are fewer than 38 civilian deaths (including foreigners) and 33 military and/or civilian wounded? | columns:
- name: military_deaths
type: INTEGER
- name: civilian_deaths__including_foreigners_
type: VARCHAR
- name: military_and_or_civilian_wounded
type: VARCHAR
table: table_name_22
| SELECT AVG(military_deaths) FROM table_name_22 WHERE civilian_deaths__including_foreigners_ < 38 AND military_and_or_civilian_wounded = "33" |
Name the average decile for state authority and area of fernridge | columns:
- name: decile
type: INTEGER
- name: authority
type: VARCHAR
- name: area
type: VARCHAR
table: table_name_62
| SELECT AVG(decile) FROM table_name_62 WHERE authority = "state" AND area = "fernridge" |
How many points did Stuart have when he had less than 1 touchdown? | columns:
- name: points
type: INTEGER
- name: player
type: VARCHAR
- name: touchdowns
type: VARCHAR
table: table_name_80
| SELECT SUM(points) FROM table_name_80 WHERE player = "stuart" AND touchdowns < 1 |
What is the name of the superfund that was proposed on 06/24/1988? | columns:
- name: name
type: VARCHAR
- name: proposed
type: VARCHAR
table: table_name_99
| SELECT name FROM table_name_99 WHERE proposed = "06/24/1988" |
Who wrote the episodes watched by 1.575 million people in Canada? | columns:
- name: written_by
type: VARCHAR
- name: canadian_viewers__million_
type: VARCHAR
table: table_18424435_3
| SELECT written_by FROM table_18424435_3 WHERE canadian_viewers__million_ = "1.575" |
What was the attendance when the VFL played Glenferrie Oval? | columns:
- name: crowd
type: INTEGER
- name: venue
type: VARCHAR
table: table_name_82
| SELECT SUM(crowd) FROM table_name_82 WHERE venue = "glenferrie oval" |
In what Region is the Native American museum in Anchorage? | columns:
- name: region
type: VARCHAR
- name: type
type: VARCHAR
- name: town_city
type: VARCHAR
table: table_name_8
| SELECT region FROM table_name_8 WHERE type = "native american" AND town_city = "anchorage" |
What is the production code of the episode before season 8, with a series number less than 31, and aired on September 21, 1995? | columns:
- name: production_code
type: VARCHAR
- name: original_air_date
type: VARCHAR
- name: season__number
type: VARCHAR
- name: series__number
type: VARCHAR
table: table_name_1
| SELECT production_code FROM table_name_1 WHERE season__number < 8 AND series__number < 31 AND original_air_date = "september 21, 1995" |
With a record of 48-51 for the team, the lowest 2005 attendance was listed as how many? | columns:
- name: attendance
type: INTEGER
- name: record
type: VARCHAR
table: table_name_35
| SELECT MIN(attendance) FROM table_name_35 WHERE record = "48-51" |
What is the Time/Retired when the grid is larger than 9 and Rolf Stommelen is the driver? | columns:
- name: time_retired
type: VARCHAR
- name: grid
type: VARCHAR
- name: driver
type: VARCHAR
table: table_name_25
| SELECT time_retired FROM table_name_25 WHERE grid > 9 AND driver = "rolf stommelen" |
What was the time of the person in lane 7? | columns:
- name: time
type: VARCHAR
- name: lane
type: VARCHAR
table: table_name_39
| SELECT time FROM table_name_39 WHERE lane = 7 |
Name the rank for mikey and melanie | columns:
- name: rank
type: VARCHAR
- name: couple
type: VARCHAR
table: table_26375386_22
| SELECT rank FROM table_26375386_22 WHERE couple = "Mikey and Melanie" |
What is the population if the city is Gilroy? | columns:
- name: population
type: VARCHAR
- name: city
type: VARCHAR
table: table_25200461_9
| SELECT population FROM table_25200461_9 WHERE city = "Gilroy" |
What class has a capacity smaller than 3384 for Ferguson? | columns:
- name: class
type: VARCHAR
- name: capacity
type: VARCHAR
- name: navigator
type: VARCHAR
table: table_name_40
| SELECT class FROM table_name_40 WHERE capacity < 3384 AND navigator = "ferguson" |
What is the total Crowd with a Home team of collingwood? | columns:
- name: crowd
type: INTEGER
- name: home_team
type: VARCHAR
table: table_name_98
| SELECT SUM(crowd) FROM table_name_98 WHERE home_team = "collingwood" |
Which Surface has a Date of january 2, 2006? | columns:
- name: surface
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_68
| SELECT surface FROM table_name_68 WHERE date = "january 2, 2006" |
Name the 2010 with tournament of grand slam tournaments | columns:
- name: tournament
type: VARCHAR
table: table_name_33
| SELECT 2010 FROM table_name_33 WHERE tournament = "grand slam tournaments" |
What was the record at the game against the Blue Jays with a loss of Batista (0–3)? | columns:
- name: record
type: VARCHAR
- name: opponent
type: VARCHAR
- name: loss
type: VARCHAR
table: table_name_22
| SELECT record FROM table_name_22 WHERE opponent = "blue jays" AND loss = "batista (0–3)" |
What is Away Team, when Tie No is 4? | columns:
- name: away_team
type: VARCHAR
- name: tie_no
type: VARCHAR
table: table_name_16
| SELECT away_team FROM table_name_16 WHERE tie_no = "4" |
What person on team Minardi Team USA with a qual of 1:17.481? | columns:
- name: name
type: VARCHAR
- name: team
type: VARCHAR
- name: qual_1
type: VARCHAR
table: table_name_59
| SELECT name FROM table_name_59 WHERE team = "minardi team usa" AND qual_1 = "1:17.481" |
Which coach founded the Western Strikers team after 1963? | columns:
- name: coach
type: VARCHAR
- name: founded
type: VARCHAR
- name: team
type: VARCHAR
table: table_name_58
| SELECT coach FROM table_name_58 WHERE founded > 1963 AND team = "western strikers" |
What was the score when Pittsburgh was the visitor? | columns:
- name: score
type: VARCHAR
- name: visitor
type: VARCHAR
table: table_name_42
| SELECT score FROM table_name_42 WHERE visitor = "pittsburgh" |
What is the lowest wickets? | columns:
- name: wickets
type: INTEGER
table: table_27268238_5
| SELECT MIN(wickets) FROM table_27268238_5 |
How was the native american executed in July 1836? | columns:
- name: method
type: VARCHAR
- name: race
type: VARCHAR
- name: date_of_execution
type: VARCHAR
table: table_name_30
| SELECT method FROM table_name_30 WHERE race = "native american" AND date_of_execution = "july 1836" |
Who were the partners during times that harry johnson hazel hotchkiss wightman was the opponent? | columns:
- name: partner
type: VARCHAR
- name: opponents
type: VARCHAR
table: table_2127933_3
| SELECT partner FROM table_2127933_3 WHERE opponents = "Harry Johnson Hazel Hotchkiss Wightman" |
Which Balls Faced has a Average of 39.13 and Runs Scored larger than 313? | columns:
- name: balls_faced
type: INTEGER
- name: average
type: VARCHAR
- name: runs_scored
type: VARCHAR
table: table_name_4
| SELECT SUM(balls_faced) FROM table_name_4 WHERE average = 39.13 AND runs_scored > 313 |
What is the Speed at Lake Mead? | columns:
- name: speed
type: VARCHAR
- name: location
type: VARCHAR
table: table_name_80
| SELECT speed FROM table_name_80 WHERE location = "lake mead" |
What kind of South Marquesan has a Sāmoan of /matua/? | columns:
- name: south_marquesan
type: VARCHAR
- name: "s\u0101moan"
type: VARCHAR
table: table_name_67
| SELECT south_marquesan FROM table_name_67 WHERE sāmoan = "/matua/" |
what is the lifespan when the imperial height is 7ft 8 in and the nationality is fiji? | columns:
- name: lifespan
type: VARCHAR
- name: imperial
type: VARCHAR
- name: nationality
type: VARCHAR
table: table_name_56
| SELECT lifespan FROM table_name_56 WHERE imperial = "7ft 8 in" AND nationality = "fiji" |
What is the total point for the year listed in 1988? | columns:
- name: points
type: INTEGER
- name: year
type: VARCHAR
table: table_name_58
| SELECT SUM(points) FROM table_name_58 WHERE year = 1988 |
What is the rank of the park in pigeon forge, tennessee in the best food category? | columns:
- name: rank
type: VARCHAR
- name: location
type: VARCHAR
- name: category
type: VARCHAR
table: table_name_57
| SELECT COUNT(rank) FROM table_name_57 WHERE location = "pigeon forge, tennessee" AND category = "best food" |
What was the format of the release by Triumfall? | columns:
- name: format
type: VARCHAR
- name: artist
type: VARCHAR
table: table_name_31
| SELECT format FROM table_name_31 WHERE artist = "triumfall" |
Who is the television commentator when the spokesperson is Kateryna Osadcha? | columns:
- name: television_commentator
type: VARCHAR
- name: spokesperson
type: VARCHAR
table: table_1998037_9
| SELECT television_commentator FROM table_1998037_9 WHERE spokesperson = "Kateryna Osadcha" |
What is the average rank of the movie from Paramount Studios that grossed $200,512,643? | columns:
- name: rank
type: INTEGER
- name: studio
type: VARCHAR
- name: gross
type: VARCHAR
table: table_name_26
| SELECT AVG(rank) FROM table_name_26 WHERE studio = "paramount" AND gross = "$200,512,643" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.