question stringlengths 12 243 | context stringlengths 45 517 | answer stringlengths 32 484 |
|---|---|---|
What is the average number of ties for the Detroit Lions team when they have fewer than 5 wins, fewer than 3 losses, and a win percentage of 0.800? | columns:
- name: ties
type: INTEGER
- name: team
type: VARCHAR
- name: win_pct
type: VARCHAR
- name: losses
type: VARCHAR
- name: wins
type: VARCHAR
table: table_name_63
| SELECT AVG(ties) FROM table_name_63 WHERE losses < 3 AND wins < 5 AND win_pct = "0.800" AND team = "detroit lions" |
Where did Japan place? | columns:
- name: place
type: VARCHAR
- name: country
type: VARCHAR
table: table_name_19
| SELECT place FROM table_name_19 WHERE country = "japan" |
What original air dates are associated with a viewing figure of 7.27 million? | columns:
- name: original_air_date
type: VARCHAR
- name: viewing_figure
type: VARCHAR
table: table_15026994_2
| SELECT original_air_date FROM table_15026994_2 WHERE viewing_figure = "7.27 million" |
Who was the outgoing manager for Aberdeen? | columns:
- name: outgoing_manager
type: VARCHAR
- name: team
type: VARCHAR
table: table_16075179_6
| SELECT outgoing_manager FROM table_16075179_6 WHERE team = "Aberdeen" |
What is the status of the community with a census ranking of 2,418 of 5,008? | columns:
- name: status
type: VARCHAR
- name: census_ranking
type: VARCHAR
table: table_name_67
| SELECT status FROM table_name_67 WHERE census_ranking = "2,418 of 5,008" |
What's the lowest goal difference when the position is higher than 16? | columns:
- name: goal_difference
type: INTEGER
- name: position
type: INTEGER
table: table_name_85
| SELECT MIN(goal_difference) FROM table_name_85 WHERE position > 16 |
what is the lowest position when points is more than 11, name is ea schongau and lost is less than 3? | columns:
- name: position
type: INTEGER
- name: lost
type: VARCHAR
- name: points
type: VARCHAR
- name: name
type: VARCHAR
table: table_name_47
| SELECT MIN(position) FROM table_name_47 WHERE points > 11 AND name = "ea schongau" AND lost < 3 |
If the registered voters is 66.8%, what is the minimum population? | columns:
- name: population
type: INTEGER
- name: registered_voters
type: VARCHAR
table: table_25200461_9
| SELECT MIN(population) FROM table_25200461_9 WHERE registered_voters = "66.8%" |
Which state is Mount Chiginagak located in? | columns:
- name: state
type: VARCHAR
- name: mountain_peak
type: VARCHAR
table: table_name_8
| SELECT state FROM table_name_8 WHERE mountain_peak = "mount chiginagak" |
What team plays at home at Windy Hill? | columns:
- name: home_team
type: VARCHAR
- name: venue
type: VARCHAR
table: table_name_28
| SELECT home_team FROM table_name_28 WHERE venue = "windy hill" |
What is the score on March 18? | columns:
- name: score
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_97
| SELECT score FROM table_name_97 WHERE date = "march 18" |
How many rounds is the fight against Michael Chavez? | columns:
- name: round
type: INTEGER
- name: opponent
type: VARCHAR
table: table_name_46
| SELECT AVG(round) FROM table_name_46 WHERE opponent = "michael chavez" |
Name the Driver that has Races greater than 16? | columns:
- name: driver
type: VARCHAR
- name: races
type: INTEGER
table: table_name_16
| SELECT driver FROM table_name_16 WHERE races > 16 |
Name the opponent on november 22, 1942 | columns:
- name: opponent
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_6
| SELECT opponent FROM table_name_6 WHERE date = "november 22, 1942" |
A mintage of 31,997 has what issue price? | columns:
- name: issue_price
type: VARCHAR
- name: mintage
type: VARCHAR
table: table_name_36
| SELECT issue_price FROM table_name_36 WHERE mintage = "31,997" |
What team did the manager come from who departed due to an end of tenure as caretaker? | columns:
- name: team
type: VARCHAR
- name: manner_of_departure
type: VARCHAR
table: table_name_56
| SELECT team FROM table_name_56 WHERE manner_of_departure = "end of tenure as caretaker" |
What is the Nationality of the Aracataca Ship? | columns:
- name: nationality
type: VARCHAR
- name: ship
type: VARCHAR
table: table_name_17
| SELECT nationality FROM table_name_17 WHERE ship = "aracataca" |
what race did Dominican win with a distance of 1-1/16 miles? | columns:
- name: race
type: VARCHAR
- name: winning_horse
type: VARCHAR
- name: distance
type: VARCHAR
table: table_name_57
| SELECT race FROM table_name_57 WHERE winning_horse = "dominican" AND distance = "1-1/16 miles" |
What number in the season was the episode with 12.23 million viewers? | columns:
- name: season__number
type: VARCHAR
- name: us_viewers__millions_
type: VARCHAR
table: table_24961421_1
| SELECT season__number FROM table_24961421_1 WHERE us_viewers__millions_ = "12.23" |
What is the win percentage when 2011 shows 1r in the Paris tournament? | columns:
- name: win__percentage
type: VARCHAR
- name: tournament
type: VARCHAR
table: table_name_95
| SELECT win__percentage FROM table_name_95 WHERE 2011 = "1r" AND tournament = "paris" |
What is the song title sung by Sonu Nigam with lyricists of Dev Kohli/Biddu, and number over 8? | columns:
- name: song_title
type: VARCHAR
- name: number
type: VARCHAR
- name: singer_s_
type: VARCHAR
- name: lyricist
type: VARCHAR
table: table_name_3
| SELECT song_title FROM table_name_3 WHERE singer_s_ = "sonu nigam" AND lyricist = "dev kohli/biddu" AND number > 8 |
Who wrote the movie positioned at 8 on the list? | columns:
- name: writer_s_
type: VARCHAR
- name: _number
type: VARCHAR
table: table_2602958_5
| SELECT writer_s_ FROM table_2602958_5 WHERE _number = 8 |
What kind of vehicle is the agra 1050? | columns:
- name: vehicle_category
type: VARCHAR
- name: till_agra
type: VARCHAR
table: table_19787093_1
| SELECT vehicle_category FROM table_19787093_1 WHERE till_agra = 1050 |
With a Mark of 46.47, What is the lowest Heat? | columns:
- name: heat
type: INTEGER
- name: mark
type: VARCHAR
table: table_name_57
| SELECT MIN(heat) FROM table_name_57 WHERE mark = "46.47" |
Who are the mens doubles and womens singles is wang shixian? | columns:
- name: mens_doubles
type: VARCHAR
- name: womens_singles
type: VARCHAR
table: table_13553701_1
| SELECT mens_doubles FROM table_13553701_1 WHERE womens_singles = "Wang Shixian" |
What is Home Captain, when Date is 23,24,26,27,28,29 Feb, 1 Mar 1912? | columns:
- name: home_captain
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_48
| SELECT home_captain FROM table_name_48 WHERE date = "23,24,26,27,28,29 feb, 1 mar 1912" |
Who was the draft pick that went to college at Oral Roberts? | columns:
- name: player
type: VARCHAR
- name: college
type: VARCHAR
table: table_name_44
| SELECT player FROM table_name_44 WHERE college = "oral roberts" |
What is the capital of Uasin Gishu county? | columns:
- name: capital
type: VARCHAR
- name: county
type: VARCHAR
table: table_16278894_1
| SELECT capital FROM table_16278894_1 WHERE county = "Uasin Gishu" |
What was the name of the episode directed by Jessica Yu? | columns:
- name: title
type: VARCHAR
- name: directed_by
type: VARCHAR
table: table_23492454_1
| SELECT title FROM table_23492454_1 WHERE directed_by = "Jessica Yu" |
Which Series has a Final Placing of 9th, and Podiums of 2? | columns:
- name: series
type: VARCHAR
- name: final_placing
type: VARCHAR
- name: podiums
type: VARCHAR
table: table_name_31
| SELECT series FROM table_name_31 WHERE final_placing = "9th" AND podiums = "2" |
What was the score for the To par of +1? | columns:
- name: score
type: VARCHAR
- name: to_par
type: VARCHAR
table: table_name_53
| SELECT score FROM table_name_53 WHERE to_par = "+1" |
What did the home team score when South Melbourne was the away team? | columns:
- name: home_team
type: VARCHAR
- name: away_team
type: VARCHAR
table: table_name_6
| SELECT home_team AS score FROM table_name_6 WHERE away_team = "south melbourne" |
What team visited the Jacksonville Municipal Stadium? | columns:
- name: visiting_team
type: VARCHAR
- name: stadium
type: VARCHAR
table: table_name_10
| SELECT visiting_team FROM table_name_10 WHERE stadium = "jacksonville municipal stadium" |
What's the longitude named zipaltonal fluctus in 1997 with a diameter smaller than 490? | columns:
- name: longitude
type: VARCHAR
- name: name
type: VARCHAR
- name: year_named
type: VARCHAR
- name: diameter__km_
type: VARCHAR
table: table_name_41
| SELECT longitude FROM table_name_41 WHERE year_named = 1997 AND diameter__km_ < 490 AND name = "zipaltonal fluctus" |
What is Winning Driver, when Fastest Lap is Ryan Hunter-Reay, and when Most Laps Led is Ryan Briscoe? | columns:
- name: winning_driver
type: VARCHAR
- name: fastest_lap
type: VARCHAR
- name: most_laps_led
type: VARCHAR
table: table_name_7
| SELECT winning_driver FROM table_name_7 WHERE fastest_lap = "ryan hunter-reay" AND most_laps_led = "ryan briscoe" |
Who is affiliated with the nickname Ramblers? | columns:
- name: affiliation
type: VARCHAR
- name: nickname
type: VARCHAR
table: table_name_53
| SELECT affiliation FROM table_name_53 WHERE nickname = "ramblers" |
What is the most recent year for the ajs team when there are fewer than 0 wins? | columns:
- name: year
type: INTEGER
- name: team
type: VARCHAR
- name: wins
type: VARCHAR
table: table_name_57
| SELECT MAX(year) FROM table_name_57 WHERE team = "ajs" AND wins < 0 |
Score of 0–0, and a Date of 02-jan-64 had what result? | columns:
- name: result
type: VARCHAR
- name: score
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_11
| SELECT result FROM table_name_11 WHERE score = "0–0" AND date = "02-jan-64" |
How many draws did Durham have? | columns:
- name: draws
type: VARCHAR
- name: team
type: VARCHAR
table: table_name_72
| SELECT draws FROM table_name_72 WHERE team = "durham" |
What is the most gold medals that a team ranked higher than 6, have 1 silver medal, and more than 4 total medals have? | columns:
- name: gold
type: INTEGER
- name: total
type: VARCHAR
- name: rank
type: VARCHAR
- name: silver
type: VARCHAR
table: table_name_96
| SELECT MAX(gold) FROM table_name_96 WHERE rank < 6 AND silver = 1 AND total > 4 |
When was the record 17-17? | columns:
- name: date
type: VARCHAR
- name: record
type: VARCHAR
table: table_name_31
| SELECT date FROM table_name_31 WHERE record = "17-17" |
Which B Score has a Total larger than 15.325, and an A Score smaller than 6.4? | columns:
- name: b_score
type: INTEGER
- name: total
type: VARCHAR
- name: a_score
type: VARCHAR
table: table_name_2
| SELECT SUM(b_score) FROM table_name_2 WHERE total > 15.325 AND a_score < 6.4 |
What is the lowest number of played of the team with 18 points and a position greater than 5? | columns:
- name: played
type: INTEGER
- name: points
type: VARCHAR
- name: position
type: VARCHAR
table: table_name_74
| SELECT MIN(played) FROM table_name_74 WHERE points = 18 AND position > 5 |
Which country has had 8 miss universes? | columns:
- name: country
type: VARCHAR
- name: miss_universe
type: VARCHAR
table: table_28634206_1
| SELECT country FROM table_28634206_1 WHERE miss_universe = "8" |
What is the lowest Score, when Place is "1"? | columns:
- name: score
type: INTEGER
- name: place
type: VARCHAR
table: table_name_32
| SELECT MIN(score) FROM table_name_32 WHERE place = "1" |
What Country has a Player with Playoff Money with a Score of 72-69-73-73=287? | columns:
- name: country
type: VARCHAR
- name: money___$__
type: VARCHAR
- name: score
type: VARCHAR
table: table_name_8
| SELECT country FROM table_name_8 WHERE money___$__ = "playoff" AND score = 72 - 69 - 73 - 73 = 287 |
What was the injured entry for the row with a killed entry of 29? | columns:
- name: injured
type: VARCHAR
- name: killed
type: VARCHAR
table: table_name_98
| SELECT injured FROM table_name_98 WHERE killed = "29" |
What was the highest number of goals for a game held at Hannover? | columns:
- name: goal
type: INTEGER
- name: venue
type: VARCHAR
table: table_name_27
| SELECT MAX(goal) FROM table_name_27 WHERE venue = "hannover" |
what is the stadium for čakovec? | columns:
- name: stadium
type: VARCHAR
- name: team
type: VARCHAR
table: table_name_81
| SELECT stadium FROM table_name_81 WHERE team = "čakovec" |
What was the record on august 24? | columns:
- name: record
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_73
| SELECT record FROM table_name_73 WHERE date = "august 24" |
What home score has an Away team of fitzroy? | columns:
- name: home_team
type: VARCHAR
- name: away_team
type: VARCHAR
table: table_name_82
| SELECT home_team AS score FROM table_name_82 WHERE away_team = "fitzroy" |
What is Date, when Type is DS4-4-750, and when Works Number is 74409? | columns:
- name: date
type: VARCHAR
- name: type
type: VARCHAR
- name: works_number
type: VARCHAR
table: table_name_93
| SELECT date FROM table_name_93 WHERE type = "ds4-4-750" AND works_number = "74409" |
What is the highest number of gold medals when the silver is less than 0? | columns:
- name: gold
type: INTEGER
- name: silver
type: INTEGER
table: table_name_57
| SELECT MAX(gold) FROM table_name_57 WHERE silver < 0 |
The graduate assistant who was in the 1st year at CU has what experience? | columns:
- name: experience
type: VARCHAR
- name: year_at_cu
type: VARCHAR
- name: position
type: VARCHAR
table: table_name_29
| SELECT experience FROM table_name_29 WHERE year_at_cu = "1st" AND position = "graduate assistant" |
What is the highest Assets (USD) Millions from Equity Bank and less than 44 branches? | columns:
- name: assets__usd__millions
type: INTEGER
- name: bank
type: VARCHAR
- name: number_of_branches
type: VARCHAR
table: table_name_37
| SELECT MAX(assets__usd__millions) FROM table_name_37 WHERE bank = "equity bank" AND number_of_branches < 44 |
How much Rank has a Tally of 0-10, and an Opposition of cork? | columns:
- name: rank
type: VARCHAR
- name: tally
type: VARCHAR
- name: opposition
type: VARCHAR
table: table_name_37
| SELECT COUNT(rank) FROM table_name_37 WHERE tally = "0-10" AND opposition = "cork" |
What is the score of the match played in England where Peter McEvoy was the champion and Paul McKellar was runner-up? | columns:
- name: score
type: VARCHAR
- name: runner_up
type: VARCHAR
- name: country
type: VARCHAR
- name: champion
type: VARCHAR
table: table_name_34
| SELECT score FROM table_name_34 WHERE country = "england" AND champion = "peter mcevoy" AND runner_up = "paul mckellar" |
On which date did Ian Mosey finish runner-up? | columns:
- name: date
type: VARCHAR
- name: runner_s__up
type: VARCHAR
table: table_name_49
| SELECT date FROM table_name_49 WHERE runner_s__up = "ian mosey" |
What is the career SR when 1985 is Grand Slams? | columns:
- name: career_sr
type: VARCHAR
table: table_name_16
| SELECT career_sr FROM table_name_16 WHERE 1985 = "grand slams" |
Who was the director for To Have and Have Not, earlier than 1945 with WB studio? | columns:
- name: director
type: VARCHAR
- name: title
type: VARCHAR
- name: studio
type: VARCHAR
- name: year
type: VARCHAR
table: table_name_61
| SELECT director FROM table_name_61 WHERE studio = "wb" AND year < 1945 AND title = "to have and have not" |
What was the average attendance of a team with a 38–31–8 record? | columns:
- name: attendance
type: INTEGER
- name: record
type: VARCHAR
table: table_name_16
| SELECT AVG(attendance) FROM table_name_16 WHERE record = "38–31–8" |
What are the dimensions of the coin with western sea barrage and locks at taedong gang on the reverse side? | columns:
- name: dimensions
type: VARCHAR
- name: reverse
type: VARCHAR
table: table_298883_5
| SELECT dimensions FROM table_298883_5 WHERE reverse = "Western sea barrage and locks at Taedong Gang" |
How many years did he play in santiago de compostela? | columns:
- name: year
type: INTEGER
- name: city
type: VARCHAR
table: table_name_6
| SELECT SUM(year) FROM table_name_6 WHERE city = "santiago de compostela" |
Which college has 41 picks? | columns:
- name: college
type: VARCHAR
- name: pick__number
type: VARCHAR
table: table_name_86
| SELECT college FROM table_name_86 WHERE pick__number = 41 |
When the production (mt) is 446424, what is the value world rank ? | columns:
- name: value_world_rank
type: VARCHAR
- name: production__mt_
type: VARCHAR
table: table_21109892_1
| SELECT value_world_rank FROM table_21109892_1 WHERE production__mt_ = 446424 |
What country had a 100% cut? | columns:
- name: country
type: VARCHAR
- name: _percentage_cut
type: VARCHAR
table: table_21690339_1
| SELECT country FROM table_21690339_1 WHERE _percentage_cut = "100%" |
Who replaced when the position in table is 5th? | columns:
- name: replaced_by
type: VARCHAR
- name: position_in_table
type: VARCHAR
table: table_name_58
| SELECT replaced_by FROM table_name_58 WHERE position_in_table = "5th" |
What is the area of the community with a population of 1209? | columns:
- name: area_km_2
type: VARCHAR
- name: population
type: VARCHAR
table: table_171361_1
| SELECT area_km_2 FROM table_171361_1 WHERE population = 1209 |
what's the airport with aircraft movements 2009 being smaller than 238223.1659471435 and change 2008/09 being 0.5% | columns:
- name: airport
type: VARCHAR
- name: aircraft_movements_2009
type: VARCHAR
- name: change_2008_09
type: VARCHAR
table: table_13836704_4
| SELECT airport FROM table_13836704_4 WHERE aircraft_movements_2009 < 238223.1659471435 AND change_2008_09 = "0.5%" |
When a private individual is the source and 018 is the story number what is the total footage remaining from missing episodes (mm:ss)? | columns:
- name: total_footage_remaining_from_missing_episodes__mm
type: VARCHAR
- name: story_no
type: VARCHAR
- name: source
type: VARCHAR
table: table_1889619_5
| SELECT total_footage_remaining_from_missing_episodes__mm AS :ss_ FROM table_1889619_5 WHERE story_no = "018" AND source = "Private individual" |
Name the route for 170.8km distance | columns:
- name: route
type: VARCHAR
- name: distance
type: VARCHAR
table: table_name_14
| SELECT route FROM table_name_14 WHERE distance = "170.8km" |
What home team has 8 ties? | columns:
- name: home_team
type: VARCHAR
- name: tie_no
type: VARCHAR
table: table_name_40
| SELECT home_team FROM table_name_40 WHERE tie_no = "8" |
Who was the bowler when the batsmen was dwaraka ravi teja rp singh pragyan ojha? | columns:
- name: bowler
type: VARCHAR
- name: batsmen
type: VARCHAR
table: table_22962745_35
| SELECT bowler FROM table_22962745_35 WHERE batsmen = "Dwaraka Ravi Teja RP Singh Pragyan Ojha" |
Whatis the original title for lion's den? | columns:
- name: original_title
type: VARCHAR
- name: film_title_used_in_nomination
type: VARCHAR
table: table_13834298_1
| SELECT original_title FROM table_13834298_1 WHERE film_title_used_in_nomination = "Lion's Den" |
What was the total when the first was November 1966? | columns:
- name: total
type: INTEGER
- name: first
type: VARCHAR
table: table_name_42
| SELECT SUM(total) FROM table_name_42 WHERE first = "november 1966" |
What was the minimum attendance against the New Orleans Saints? | columns:
- name: attendance
type: INTEGER
- name: opponent
type: VARCHAR
table: table_16028499_2
| SELECT MIN(attendance) FROM table_16028499_2 WHERE opponent = "New Orleans Saints" |
What date had a 4ad label and a CD (reissue) format? | columns:
- name: date
type: VARCHAR
- name: label
type: VARCHAR
- name: format
type: VARCHAR
table: table_name_99
| SELECT date FROM table_name_99 WHERE label = "4ad" AND format = "cd (reissue)" |
When the opponent was Yan Zi Jie Zheng, what was the outcome? | columns:
- name: outcome
type: VARCHAR
- name: opponents
type: VARCHAR
table: table_2516282_3
| SELECT outcome FROM table_2516282_3 WHERE opponents = "Yan Zi Jie Zheng" |
Madrid (Stuttgart) tournament with a 1996 of A has this for a Career SR? | columns:
- name: career_sr
type: VARCHAR
- name: tournament
type: VARCHAR
table: table_name_66
| SELECT career_sr FROM table_name_66 WHERE 1996 = "a" AND tournament = "madrid (stuttgart)" |
Name the number of international frieghts for domestic mail of 260 | columns:
- name: international_freight
type: VARCHAR
- name: domestic_mail
type: VARCHAR
table: table_1754531_4
| SELECT COUNT(international_freight) FROM table_1754531_4 WHERE domestic_mail = 260 |
WHAT IS THE Ceased to be Duke of Girona THAT HAS PETER IV? | columns:
- name: ceased_to_be_duke_of_girona
type: VARCHAR
- name: heir_of
type: VARCHAR
table: table_name_91
| SELECT ceased_to_be_duke_of_girona FROM table_name_91 WHERE heir_of = "peter iv" |
Which Visiting Team is on december 23? | columns:
- name: visiting_team
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_59
| SELECT visiting_team FROM table_name_59 WHERE date = "december 23" |
What is the time of the rider with a speed of 102.962mph? | columns:
- name: time
type: VARCHAR
- name: speed
type: VARCHAR
table: table_name_92
| SELECT time FROM table_name_92 WHERE speed = "102.962mph" |
What nationality is the player who went to school at South Florida? | columns:
- name: nationality
type: VARCHAR
- name: school_club_team
type: VARCHAR
table: table_16494599_1
| SELECT nationality FROM table_16494599_1 WHERE school_club_team = "South Florida" |
On the date of June 8 what was the record? | columns:
- name: record
type: VARCHAR
- name: date
type: VARCHAR
table: table_name_32
| SELECT record FROM table_name_32 WHERE date = "june 8" |
What was the score when they played the Boston Patriots? | columns:
- name: result
type: VARCHAR
- name: opponent
type: VARCHAR
table: table_name_91
| SELECT result FROM table_name_91 WHERE opponent = "boston patriots" |
What is the architecture version of Model 1b? | columns:
- name: architecture_version
type: VARCHAR
- name: model
type: VARCHAR
table: table_name_10
| SELECT architecture_version FROM table_name_10 WHERE model = "1b" |
which Film has a Category of best actress – musical or comedy, and a Lost to of nicole kidman ( moulin rouge! )? | columns:
- name: film
type: VARCHAR
- name: category
type: VARCHAR
- name: lost_to
type: VARCHAR
table: table_name_23
| SELECT film FROM table_name_23 WHERE category = "best actress – musical or comedy" AND lost_to = "nicole kidman ( moulin rouge! )" |
What is "house", when "four" is "opat"? | columns:
- name: house
type: VARCHAR
- name: four
type: VARCHAR
table: table_name_89
| SELECT house FROM table_name_89 WHERE four = "opat" |
What is the record when the visitor is Buffalo? | columns:
- name: record
type: VARCHAR
- name: visitor
type: VARCHAR
table: table_name_69
| SELECT record FROM table_name_69 WHERE visitor = "buffalo" |
Where was the location where justin robbins fought against billy kidd? | columns:
- name: location
type: VARCHAR
- name: opponent
type: VARCHAR
table: table_name_1
| SELECT location FROM table_name_1 WHERE opponent = "billy kidd" |
Which Directed by has an Original air date of april 29, 2000? | columns:
- name: directed_by
type: VARCHAR
- name: original_air_date
type: VARCHAR
table: table_name_27
| SELECT directed_by FROM table_name_27 WHERE original_air_date = "april 29, 2000" |
what is the lowest geo id? | columns:
- name: geo_id
type: INTEGER
table: table_18600760_15
| SELECT MIN(geo_id) FROM table_18600760_15 |
What is Player, when To Par is less than 14? | columns:
- name: player
type: VARCHAR
- name: to_par
type: INTEGER
table: table_name_28
| SELECT player FROM table_name_28 WHERE to_par < 14 |
Which dance has the worst dancer(s) as marissa jaret winokur? | columns:
- name: dance
type: VARCHAR
- name: worst_dancer_s_
type: VARCHAR
table: table_name_52
| SELECT dance FROM table_name_52 WHERE worst_dancer_s_ = "marissa jaret winokur" |
In what round was lyon (32) a 5 seed? | columns:
- name: lyon__32_
type: VARCHAR
- name: seed
type: VARCHAR
table: table_20711545_1
| SELECT lyon__32_ FROM table_20711545_1 WHERE seed = 5 |
What is the lowest lost from drawn of 1 or greater? | columns:
- name: lost
type: INTEGER
- name: drawn
type: INTEGER
table: table_name_18
| SELECT MIN(lost) FROM table_name_18 WHERE drawn > 1 |
What Entrepreneurs requested £60,000? | columns:
- name: entrepreneur_s_
type: VARCHAR
- name: "money_requested__\xA3_"
type: VARCHAR
table: table_name_27
| SELECT entrepreneur_s_ FROM table_name_27 WHERE money_requested__£_ = "60,000" |
What was the conference record for the Pandas when they were first in the standings in the 2003-04 season? | columns:
- name: conf_record
type: VARCHAR
- name: standings
type: VARCHAR
- name: season
type: VARCHAR
table: table_27069503_2
| SELECT conf_record FROM table_27069503_2 WHERE standings = "First" AND season = "2003-04" |
Name the number of judges for dré steemans ann van elsen | columns:
- name: judges
type: VARCHAR
- name: host_s_
type: VARCHAR
table: table_16884579_1
| SELECT COUNT(judges) FROM table_16884579_1 WHERE host_s_ = "Dré Steemans Ann Van Elsen" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.