answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT COUNT(_percentage_wt_comp_1) FROM table_name_1 WHERE _percentage_wt_comp_2 = 27
Tell me the total number of % wt comp 1 foR % wt comp 2 or 27
CREATE TABLE table_name_1 (_percentage_wt_comp_1 VARCHAR, _percentage_wt_comp_2 VARCHAR)
SELECT broadcasting_hours FROM table_name_47 WHERE network = "nbt"
What's the broadcasting hours of NBT?
CREATE TABLE table_name_47 (broadcasting_hours VARCHAR, network VARCHAR)
SELECT result FROM table_name_37 WHERE work = "t.u.f.f. puppy"
What was the result of t.u.f.f. puppy?
CREATE TABLE table_name_37 (result VARCHAR, work VARCHAR)
SELECT city___state FROM table_name_65 WHERE team = "peter stuyvesant international racing"
What's the location of the team Peter Stuyvesant International Racing?
CREATE TABLE table_name_65 (city___state VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_27734286_1 WHERE location_attendance = "Honda Center 15,625"
Who in the high rebounds is in the honda center 15,625 location attendance?
CREATE TABLE table_27734286_1 (high_rebounds VARCHAR, location_attendance VARCHAR)
SELECT representative FROM table_29486189_4 WHERE residence = "Willowick"
which representative is from willowick
CREATE TABLE table_29486189_4 (representative VARCHAR, residence VARCHAR)
SELECT notes FROM table_name_21 WHERE date = "2008-01-27"
Which Notes have a Date of 2008-01-27?
CREATE TABLE table_name_21 (notes VARCHAR, date VARCHAR)
SELECT round FROM table_name_14 WHERE method = "ko" AND opponent = "alfonse d'amore"
Which Round has a Method of ko, and an Opponent of alfonse d'amore?
CREATE TABLE table_name_14 (round VARCHAR, method VARCHAR, opponent VARCHAR)
SELECT report FROM table_19908651_3 WHERE winning_driver = "Michael Andretti" AND fastest_lap = "Nigel Mansell"
What's the report of the race won by Michael Andretti, with Nigel Mansell driving the fastest lap?
CREATE TABLE table_19908651_3 (report VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR)
SELECT weight FROM table_name_41 WHERE denomination = "three paise"
What is the weight with a denomination that is three paise?
CREATE TABLE table_name_41 (weight VARCHAR, denomination VARCHAR)
SELECT opponent FROM table_27654988_1 WHERE competition = "Women's Cup 0 0" AND scorers = "Brancão Couto 0"
Who was the opponent in the Women's Cup 0 0 where Brancão Couto 0 is the scorer?
CREATE TABLE table_27654988_1 (opponent VARCHAR, competition VARCHAR, scorers VARCHAR)
SELECT winning_song FROM table_1646960_3 WHERE debut_album = "The winner"
What is the winning song for the artist with a debut album "the winner"?
CREATE TABLE table_1646960_3 (winning_song VARCHAR, debut_album VARCHAR)
SELECT MAX(kneel) FROM table_name_59 WHERE stand < 187 AND prone = 197 AND qual > 576
What is the highest kneel with a stand less than 187, and a 197 prone, and a qual more than 576?
CREATE TABLE table_name_59 (kneel INTEGER, qual VARCHAR, stand VARCHAR, prone VARCHAR)
SELECT MIN(stage) FROM table_25802689_14 WHERE mountains_classification = "Peter Stetina"
What is the earliest stage where mountains classifications was awarded to Peter Stetina?
CREATE TABLE table_25802689_14 (stage INTEGER, mountains_classification VARCHAR)
SELECT date FROM table_21191496_1 WHERE pole_position = "Michele Pirro"
When michele pirro is the pole position what is the date?
CREATE TABLE table_21191496_1 (date VARCHAR, pole_position VARCHAR)
SELECT died FROM table_name_98 WHERE spouse_to = "talal i"
When did the consort who had talal i as a spouse die?
CREATE TABLE table_name_98 (died VARCHAR, spouse_to VARCHAR)
SELECT result FROM table_name_33 WHERE location = "sopot (pol)"
What was the result of Sopot (pol)?
CREATE TABLE table_name_33 (result VARCHAR, location VARCHAR)
SELECT MIN(year) FROM table_name_71 WHERE runner_s__up = "tammie green"
Which Year has a Runner(s)-up of tammie green?
CREATE TABLE table_name_71 (year INTEGER, runner_s__up VARCHAR)
SELECT location FROM table_11622255_1 WHERE tournament = "Raley's Senior Gold Rush"
what's the location where tournament is raley's senior gold rush
CREATE TABLE table_11622255_1 (location VARCHAR, tournament VARCHAR)
SELECT away_team FROM table_name_53 WHERE home_team = "mansfield town"
What is the Away team at Mansfield Town's Home game?
CREATE TABLE table_name_53 (away_team VARCHAR, home_team VARCHAR)
SELECT office FROM table_name_31 WHERE prohibition_ticket = "henry hagner"
What office did Henry Hagner run for on the prohibition ticket?
CREATE TABLE table_name_31 (office VARCHAR, prohibition_ticket VARCHAR)
SELECT reference FROM table_2414_1 WHERE violas = 2 AND author = "Nelson Riddle"
What reference, written by Nelson Riddle, suggests 2 violas?
CREATE TABLE table_2414_1 (reference VARCHAR, violas VARCHAR, author VARCHAR)
SELECT score FROM table_name_11 WHERE competition = "friendly"
What score has friendly as the competition?
CREATE TABLE table_name_11 (score VARCHAR, competition VARCHAR)
SELECT catalog_number FROM table_27303975_2 WHERE title = "AM/PM Callanetics"
Name the catalog number for am/pm callanetics
CREATE TABLE table_27303975_2 (catalog_number VARCHAR, title VARCHAR)
SELECT MAX(drawn) FROM table_name_36 WHERE played < 18
Which Drawn is the highest one that has a Played smaller than 18?
CREATE TABLE table_name_36 (drawn INTEGER, played INTEGER)
SELECT save FROM table_name_32 WHERE opponent = "sinon bulls" AND loss = "jeriome robertson"
Who earned the save in the game against the Sinon Bulls when Jeriome Robertson took the loss?
CREATE TABLE table_name_32 (save VARCHAR, opponent VARCHAR, loss VARCHAR)
SELECT COUNT(crowd) FROM table_name_48 WHERE home_team = "essendon"
How many fans were at Essendon?
CREATE TABLE table_name_48 (crowd VARCHAR, home_team VARCHAR)
SELECT date FROM table_24099476_8 WHERE win_lose = "Lose" AND round = "Play-off"
When was the win/lose lose and the round a play-off?
CREATE TABLE table_24099476_8 (date VARCHAR, win_lose VARCHAR, round VARCHAR)
SELECT school FROM table_name_50 WHERE ihsaa_class = "aaa" AND mascot = "tiger cubs"
What school has an IHSAA Class of aaa, and their mascot is Tiger Cubs?
CREATE TABLE table_name_50 (school VARCHAR, ihsaa_class VARCHAR, mascot VARCHAR)
SELECT nba_draft FROM table_name_53 WHERE player = "al-farouq aminu"
What was the nba draft for al-farouq aminu?
CREATE TABLE table_name_53 (nba_draft VARCHAR, player VARCHAR)
SELECT drobo__2nd_ FROM table_name_40 WHERE drobo_fs = "up to 32"
Which Drobo (2nd) has a Drobo FS of up to 32?
CREATE TABLE table_name_40 (drobo__2nd_ VARCHAR, drobo_fs VARCHAR)
SELECT COUNT(no_in_season) FROM table_234886_3 WHERE prod_code = "2-05"
What is the number in the season of the episode with a production code of 2-05?
CREATE TABLE table_234886_3 (no_in_season VARCHAR, prod_code VARCHAR)
SELECT nationality FROM table_10015132_3 WHERE player = "Dell Curry"
What's Dell Curry nationality?
CREATE TABLE table_10015132_3 (nationality VARCHAR, player VARCHAR)
SELECT top_division_debut FROM table_name_67 WHERE tournaments = 12 AND name = "yamamotoyama"
What is Top Division Debut, when Tournaments is "12", and when Name is "Yamamotoyama"?
CREATE TABLE table_name_67 (top_division_debut VARCHAR, tournaments VARCHAR, name VARCHAR)
SELECT name FROM table_name_70 WHERE constituency_number = "150"
what is the name when the constituency number is 150?
CREATE TABLE table_name_70 (name VARCHAR, constituency_number VARCHAR)
SELECT equipment FROM table_name_93 WHERE points < 442 AND position = 9
What is the Equipment that has a Points littler than 442, and a Position of 9?
CREATE TABLE table_name_93 (equipment VARCHAR, points VARCHAR, position VARCHAR)
SELECT COUNT(promoted_from_league) FROM table_23927423_4 WHERE relegated_to_league = "Esher"
How many were promoted from the league when Esher was relegated to the league?
CREATE TABLE table_23927423_4 (promoted_from_league VARCHAR, relegated_to_league VARCHAR)
SELECT results¹ FROM table_name_64 WHERE type_of_game = "1964 summer olympics" AND date = "october 18"
What was the result for the 1964 summer olympics on october 18?
CREATE TABLE table_name_64 (results¹ VARCHAR, type_of_game VARCHAR, date VARCHAR)
SELECT MIN(tie_no) FROM table_19294812_2 WHERE team_2 = "Koper"
What is the tie when team 2 is koper?
CREATE TABLE table_19294812_2 (tie_no INTEGER, team_2 VARCHAR)
SELECT s_registered_user FROM table_name_98 WHERE userpics_free = "6 [free] or 15 [plus]"
What is the S Registered User, when Userpics Free is 6 [free] or 15 [plus]?
CREATE TABLE table_name_98 (s_registered_user VARCHAR, userpics_free VARCHAR)
SELECT team_classification FROM table_29077342_19 WHERE winner = "Thomas De Gendt"
Name the team classification for thomas de gendt
CREATE TABLE table_29077342_19 (team_classification VARCHAR, winner VARCHAR)
SELECT wednesday FROM table_name_24 WHERE day_3 = "math"
What is the Wednesday when day 3 is math?
CREATE TABLE table_name_24 (wednesday VARCHAR, day_3 VARCHAR)
SELECT team_s_ FROM table_2626564_2 WHERE winnings = "$5,200"
What team was Pearson on when his winnings were $5,200?
CREATE TABLE table_2626564_2 (team_s_ VARCHAR, winnings VARCHAR)
SELECT song_choice FROM table_name_63 WHERE original_artist = "the beatles" AND order__number = "4"
What is the Song choice when The Beatles were the original artist, with an order # of 4?
CREATE TABLE table_name_63 (song_choice VARCHAR, original_artist VARCHAR, order__number VARCHAR)
SELECT date FROM table_name_37 WHERE against < 21 AND status = "second test"
Which Date has an Against smaller than 21, and a Status of second test?
CREATE TABLE table_name_37 (date VARCHAR, against VARCHAR, status VARCHAR)
SELECT MAX(year) FROM table_name_71 WHERE french_open = "rafael nadal" AND wimbledon = "roger federer" AND australian_open = "roger federer"
What is the latest year rafael nadal was in the French Open, Roger Federer was in Wimbledon, and Roger Federer was in the Australian Open?
CREATE TABLE table_name_71 (year INTEGER, australian_open VARCHAR, french_open VARCHAR, wimbledon VARCHAR)
SELECT 2011 FROM table_name_81 WHERE 2007 = "3r"
How many sets were played in the 2011 Tournament in which there were 3R in 2007?
CREATE TABLE table_name_81 (Id VARCHAR)
SELECT architecture_version FROM table_name_10 WHERE model = "1b"
What is the architecture version of Model 1b?
CREATE TABLE table_name_10 (architecture_version VARCHAR, model VARCHAR)
SELECT stadium FROM table_name_10 WHERE host_team = "tennessee titans"
What is the home stadium of the Tennessee Titans?
CREATE TABLE table_name_10 (stadium VARCHAR, host_team VARCHAR)
SELECT opponent FROM table_name_17 WHERE event = "ritc 22 - rage in the cage 22"
What is Opponent, when Event is RITC 22 - Rage In The Cage 22?
CREATE TABLE table_name_17 (opponent VARCHAR, event VARCHAR)
SELECT MIN(height__cm_) FROM table_25461827_2 WHERE country = "Honduras"
What is the smallest height associated with Honduras?
CREATE TABLE table_25461827_2 (height__cm_ INTEGER, country VARCHAR)
SELECT jersey_number_s_ FROM table_name_22 WHERE player = "tom lagarde category:articles with hcards"
Tom Lagarde Category:Articles with hCards used what Jersey Number(s)?
CREATE TABLE table_name_22 (jersey_number_s_ VARCHAR, player VARCHAR)
SELECT date FROM table_23308178_5 WHERE record = "13-5-6"
When was the game with 13-5-6 record played?
CREATE TABLE table_23308178_5 (date VARCHAR, record VARCHAR)
SELECT year FROM table_name_53 WHERE position = "guard" AND name = "mario chalmers"
What year is guard Mario Chalmers?
CREATE TABLE table_name_53 (year VARCHAR, position VARCHAR, name VARCHAR)
SELECT y_ = _2009 FROM table_214479_8 WHERE expression = month = FLOOR((d + e + 114) / 31)
what is the y = 2009 when the expression is month = floor ((d + e + 114) / 31)?
CREATE TABLE table_214479_8 (y_ VARCHAR, _2009 VARCHAR, expression VARCHAR, month VARCHAR, d VARCHAR, e VARCHAR)
SELECT gaelic_name FROM table_name_63 WHERE area___ha__ < 127 AND location = "kintyre"
What is the Gaelic name for an area less than 127 in Kintyre?
CREATE TABLE table_name_63 (gaelic_name VARCHAR, area___ha__ VARCHAR, location VARCHAR)
SELECT COUNT(draws) FROM table_name_20 WHERE wins < 3
What is the total number of draws when there are fewer than 3 wins?
CREATE TABLE table_name_20 (draws VARCHAR, wins INTEGER)
SELECT COUNT(drawn) FROM table_12828723_3 WHERE tries_against = "24"
how many drawn with tries against being 24
CREATE TABLE table_12828723_3 (drawn VARCHAR, tries_against VARCHAR)
SELECT MAX(rank) FROM table_name_32 WHERE name = "laure manaudou"
What is Laure Manaudou's highest rank?
CREATE TABLE table_name_32 (rank INTEGER, name VARCHAR)
SELECT bonus_points FROM table_name_83 WHERE drawn = "2" AND points_against = "599"
What is the number of bonus points when there are 2 drawn and the points against is 599?
CREATE TABLE table_name_83 (bonus_points VARCHAR, drawn VARCHAR, points_against VARCHAR)
SELECT position FROM table_25017530_5 WHERE player = "Christopher Smith"
Name the position for christopher smith
CREATE TABLE table_25017530_5 (position VARCHAR, player VARCHAR)
SELECT pole_position FROM table_1140076_2 WHERE fastest_lap = "Nelson Piquet" AND constructor = "Ferrari"
What is the pole position for the race with the fastest lap by Nelson Piquet and the constructor is Ferrari?
CREATE TABLE table_1140076_2 (pole_position VARCHAR, fastest_lap VARCHAR, constructor VARCHAR)
SELECT surface FROM table_name_72 WHERE date = "16 april 2007"
Tell me the surface for 16 april 2007
CREATE TABLE table_name_72 (surface VARCHAR, date VARCHAR)
SELECT bi_tone FROM table_2869843_1 WHERE olive_drab = "No" AND caliber = "9×19mm Parabellum" AND model = "XDM 5.25 Competition"
are there bi-tone is there's no olive drab and the caliber is 9×19mm parabellum and model is xdm 5.25 competition
CREATE TABLE table_2869843_1 (bi_tone VARCHAR, model VARCHAR, olive_drab VARCHAR, caliber VARCHAR)
SELECT tries_against FROM table_name_70 WHERE points_for = "475"
What is the tries against when the points are 475?
CREATE TABLE table_name_70 (tries_against VARCHAR, points_for VARCHAR)
SELECT race AS Winner FROM table_1140074_2 WHERE date = "12 June"
what's the race winner with date being 12 june
CREATE TABLE table_1140074_2 (race VARCHAR, date VARCHAR)
SELECT visiting_team FROM table_name_3 WHERE final_score = "7-13"
Who was the vistiting team in the game with the final score of 7-13?
CREATE TABLE table_name_3 (visiting_team VARCHAR, final_score VARCHAR)
SELECT date FROM table_name_93 WHERE japan = "0.61 million"
Which date had Japanese sales of 0.61 million?
CREATE TABLE table_name_93 (date VARCHAR, japan VARCHAR)
SELECT tuf_competitor FROM table_name_37 WHERE method = "decision (unanimous)"
who is the tuf competitor when the method id decision (unanimous)?
CREATE TABLE table_name_37 (tuf_competitor VARCHAR, method VARCHAR)
SELECT money___$__ FROM table_name_16 WHERE player = "david toms"
How much money did David Toms get?
CREATE TABLE table_name_16 (money___$__ VARCHAR, player VARCHAR)
SELECT co_singer FROM table_name_26 WHERE composer = "sukhwinder singh"
What co-singer has sukhwinder singh as the composer?
CREATE TABLE table_name_26 (co_singer VARCHAR, composer VARCHAR)
SELECT circuit FROM table_26267607_2 WHERE round = "1"
Round 1 is in what circuit?
CREATE TABLE table_26267607_2 (circuit VARCHAR, round VARCHAR)
SELECT opponent FROM table_name_97 WHERE date = "19 february 2011"
Who was the opponent on 19 February 2011?
CREATE TABLE table_name_97 (opponent VARCHAR, date VARCHAR)
SELECT COUNT(rank) FROM table_name_59 WHERE gross = "$96,773,200"
WHAT IS THE RANK WITH A GROSS OF $96,773,200?
CREATE TABLE table_name_59 (rank VARCHAR, gross VARCHAR)
SELECT MIN(left) FROM table_11658094_3 WHERE institution = "Longwood University"
What year did longwood university leave the conference?
CREATE TABLE table_11658094_3 (left INTEGER, institution VARCHAR)
SELECT MIN(wk_7) FROM table_name_1 WHERE wk_3 = 12 AND wk_4 < 9 AND wk_2 > 11
What is the lowest wk 7 with a wk 3 value of 12, a wk 4 less than 9, and a wk 2 greater than 11?
CREATE TABLE table_name_1 (wk_7 INTEGER, wk_2 VARCHAR, wk_3 VARCHAR, wk_4 VARCHAR)
SELECT language FROM table_name_43 WHERE service = "optimum tv" AND origin_of_programming = "united states" AND genre = "cricket"
Which language is used by the optimum TV service that shows cricket and is based in the United States?
CREATE TABLE table_name_43 (language VARCHAR, genre VARCHAR, service VARCHAR, origin_of_programming VARCHAR)
SELECT date FROM table_name_19 WHERE away_team = "essendon"
On what date does Essendon play as the away team?
CREATE TABLE table_name_19 (date VARCHAR, away_team VARCHAR)
SELECT MAX(top_5) FROM table_name_61 WHERE events > 18 AND top_25 = 23
What is the highest Top-5 that has 18 or more events with a Top-25 of 23?
CREATE TABLE table_name_61 (top_5 INTEGER, events VARCHAR, top_25 VARCHAR)
SELECT episode_count FROM table_name_90 WHERE dvd_title = "ben 10: alien force volume 8"
What the episode count for Ben 10: Alien Force Volume 8 on DVD?
CREATE TABLE table_name_90 (episode_count VARCHAR, dvd_title VARCHAR)
SELECT surface FROM table_name_86 WHERE opponent = "adrian ungur"
What was the surface for Adrian Ungur as an opponent?
CREATE TABLE table_name_86 (surface VARCHAR, opponent VARCHAR)
SELECT title FROM table_name_65 WHERE producer = "2003"
What is the title of the film when the producer was 2003?
CREATE TABLE table_name_65 (title VARCHAR, producer VARCHAR)
SELECT district FROM table_1341472_12 WHERE incumbent = "Mac Collins"
What district is Mac Collins an incumbent in?
CREATE TABLE table_1341472_12 (district VARCHAR, incumbent VARCHAR)
SELECT halang FROM table_name_6 WHERE rera = "ʒo²"
Which Halang has a Rera of ʒo²?
CREATE TABLE table_name_6 (halang VARCHAR, rera VARCHAR)
SELECT COUNT(semifinalists) FROM table_30007505_1 WHERE rank = 19
Name the number of semifinalists for 19 rank
CREATE TABLE table_30007505_1 (semifinalists VARCHAR, rank VARCHAR)
SELECT MIN(number_of_districts__kecamatan_) FROM table_name_97 WHERE province = "north sulawesi" AND villages > 1 OFFSET 510
What is the lowest number of districts (kecamatan) in the north sulawesi province with more than 1,510 villages?
CREATE TABLE table_name_97 (number_of_districts__kecamatan_ INTEGER, province VARCHAR, villages VARCHAR)
SELECT AVG(grid) FROM table_name_10 WHERE constructor = "ferrari" AND time_retired = "1:32:35.101"
What is the average grid number with a ferrari and a time or retired time of 1:32:35.101?
CREATE TABLE table_name_10 (grid INTEGER, constructor VARCHAR, time_retired VARCHAR)
SELECT nationality FROM table_name_7 WHERE position = "f" AND college_high_school_club = "kentucky state"
What is the nationality of the person drafted to Position F from Kentucky State?
CREATE TABLE table_name_7 (nationality VARCHAR, position VARCHAR, college_high_school_club VARCHAR)
SELECT MAX(win__number) FROM table_name_87 WHERE winner = "knoxville cherokees" AND playoff_result = "lost 1st round ( lou )" AND points < 94
What is the highest Win #, when Winner is "Knoxville Cherokees", when Playoff Result is "Lost 1st Round ( LOU )", and when Points is less than 94?
CREATE TABLE table_name_87 (win__number INTEGER, points VARCHAR, winner VARCHAR, playoff_result VARCHAR)
SELECT semi_final_television_commentator FROM table_name_54 WHERE spokesperson = "unknown" AND year_s_ = 1962
What is the semi-final television commentator status in 1962 with an unknown spokesperson?
CREATE TABLE table_name_54 (semi_final_television_commentator VARCHAR, spokesperson VARCHAR, year_s_ VARCHAR)
SELECT MAX(top_5) FROM table_1909647_2 WHERE team_s_ = "#14 FitzBradshaw Racing"
What's #14 FitzBradshaw Racing's top 5 result?
CREATE TABLE table_1909647_2 (top_5 INTEGER, team_s_ VARCHAR)
SELECT points_against FROM table_name_97 WHERE "lost" = "lost"
Which Points against has a Lost of lost?
CREATE TABLE table_name_97 (points_against VARCHAR)
SELECT cardinalatial_title FROM table_name_40 WHERE elevated = "december 18, 1182" AND place_of_birth = "lucca" AND elector = "pandolfo"
What's the Cardinalatial Title has the Elevated of December 18, 1182, the Place of birth of Lucca, and the Electo rof Pandolfo?
CREATE TABLE table_name_40 (cardinalatial_title VARCHAR, elector VARCHAR, elevated VARCHAR, place_of_birth VARCHAR)
SELECT november_3 FROM table_25216791_3 WHERE january_15_16 = "January 15, 2010"
What was the data on November 3, if the data on January 15-16 is January 15, 2010?
CREATE TABLE table_25216791_3 (november_3 VARCHAR, january_15_16 VARCHAR)
SELECT result FROM table_1341577_43 WHERE candidates = "Bart Gordon (D) 76.5% Wallace Embry (R) 23.5%"
What was the results for the candidates listed as bart gordon (d) 76.5% wallace embry (r) 23.5%?
CREATE TABLE table_1341577_43 (result VARCHAR, candidates VARCHAR)
SELECT character FROM table_name_3 WHERE rank = "intelligence officer"
What Character has a Rank of intelligence officer?
CREATE TABLE table_name_3 (character VARCHAR, rank VARCHAR)
SELECT purse FROM table_name_82 WHERE year < 2013 AND winner = "muhannak"
What is the purse for the year earlier than 2013 and muhannak was the winner?
CREATE TABLE table_name_82 (purse VARCHAR, year VARCHAR, winner VARCHAR)
SELECT MAX(position) FROM table_name_75 WHERE points > 12 AND club = "lietava-2 jonava" AND wins > 7
What is the highest position of club lietava-2 jonava, which has more than 12 points and more than 7 wins?
CREATE TABLE table_name_75 (position INTEGER, wins VARCHAR, points VARCHAR, club VARCHAR)
SELECT ohio FROM table_18461045_1 WHERE kentucky = "Warren County South LL Bowling Green"
What was the little league team from Ohio when the little league team from Kentucky was Warren County South LL Bowling Green?
CREATE TABLE table_18461045_1 (ohio VARCHAR, kentucky VARCHAR)
SELECT outcome FROM table_name_81 WHERE partner = "yoo sang-hee" AND venue = "malaysia open"
What is the Outcome in the Malaysia Open with Partner Yoo Sang-Hee?
CREATE TABLE table_name_81 (outcome VARCHAR, partner VARCHAR, venue VARCHAR)