answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT programming FROM table_2899987_2 WHERE network = "Soy Guerrero" | What are all the programs on the Soy Guerrero network? | CREATE TABLE table_2899987_2 (programming VARCHAR, network VARCHAR) |
SELECT MIN(grid) FROM table_name_18 WHERE driver = "gerhard berger" AND laps > 56 | What is the low grid for gerhard berger for laps over 56? | CREATE TABLE table_name_18 (grid INTEGER, driver VARCHAR, laps VARCHAR) |
SELECT home_team AS score FROM table_name_31 WHERE venue = "glenferrie oval" | What is the Home team score for the Venue named Glenferrie Oval? | CREATE TABLE table_name_31 (home_team VARCHAR, venue VARCHAR) |
SELECT director_s_ FROM table_name_74 WHERE leading_lady = "phyllis welch" | Who directed the film that had phyllis welch as the leading lady? | CREATE TABLE table_name_74 (director_s_ VARCHAR, leading_lady VARCHAR) |
SELECT league FROM table_name_48 WHERE date = "5 october 1997" | What is the league on 5 October 1997? | CREATE TABLE table_name_48 (league VARCHAR, date VARCHAR) |
SELECT MIN(floors) FROM table_name_79 WHERE building_type = "residential" AND sr_no = 8 | what is the least floors when the building type is residential and the sr no is 8? | CREATE TABLE table_name_79 (floors INTEGER, building_type VARCHAR, sr_no VARCHAR) |
SELECT MIN(no_decisions) FROM table_19864214_3 WHERE pitcher = "Scott Feldman Category:Articles with hCards" | what is the least number of no decisions for scott feldman category:articles with hcards | CREATE TABLE table_19864214_3 (no_decisions INTEGER, pitcher VARCHAR) |
SELECT strain FROM table_name_35 WHERE genes = "5,566" | Which species of bacteria has 5,566 genes? | CREATE TABLE table_name_35 (strain VARCHAR, genes VARCHAR) |
SELECT voice_actor__harmony_gold_ova_dub_ FROM table_name_48 WHERE japanese_voice_actor = "yoku shioya" | Who is the voice actor of the character with the Japanese voice actor Yoku Shioya? | CREATE TABLE table_name_48 (voice_actor__harmony_gold_ova_dub_ VARCHAR, japanese_voice_actor VARCHAR) |
SELECT location FROM table_name_95 WHERE record = "9-0-0" | What was the location that led to a record of 9-0-0? | CREATE TABLE table_name_95 (location VARCHAR, record VARCHAR) |
SELECT score FROM table_name_2 WHERE date = "april 3, 2007" | Date of april 3, 2007 had what score? | CREATE TABLE table_name_2 (score VARCHAR, date VARCHAR) |
SELECT city___state FROM table_name_70 WHERE winner = "jim richards" AND circuit = "winton motor raceway" | When Jim Richards won at the Winton Motor Raceway circuit, what was the city and state listed? | CREATE TABLE table_name_70 (city___state VARCHAR, winner VARCHAR, circuit VARCHAR) |
SELECT date FROM table_name_39 WHERE opponent = "chicago stags" | What is Date, when Opponent is "Chicago Stags"? | CREATE TABLE table_name_39 (date VARCHAR, opponent VARCHAR) |
SELECT apt_type_code, bathroom_count, bedroom_count FROM Apartments GROUP BY apt_type_code ORDER BY SUM(room_count) DESC LIMIT 1 | Show the apartment type code that has the largest number of total rooms, together with the number of bathrooms and number of bedrooms. | CREATE TABLE Apartments (apt_type_code VARCHAR, bathroom_count VARCHAR, bedroom_count VARCHAR, room_count INTEGER) |
SELECT MIN(industry) FROM table_name_96 WHERE year > 2005 AND agriculture > 11 | What is the lowest Industry, when Year is greater than 2005, and when Agriculture is greater than 11? | CREATE TABLE table_name_96 (industry INTEGER, year VARCHAR, agriculture VARCHAR) |
SELECT MAX(overs) FROM table_name_25 WHERE player = "xavier doherty (tasmania)" | What did Xavier Doherty (Tasmania) set as his highest Overs? | CREATE TABLE table_name_25 (overs INTEGER, player VARCHAR) |
SELECT swimsuit FROM table_17521433_1 WHERE average = "8.848" | What was the swimsuit score for the country with the average score of 8.848? | CREATE TABLE table_17521433_1 (swimsuit VARCHAR, average VARCHAR) |
SELECT score FROM table_name_40 WHERE record = "32–19–7" | What was the score of the game when the record was 32–19–7? | CREATE TABLE table_name_40 (score VARCHAR, record VARCHAR) |
SELECT publisher FROM table_name_60 WHERE year_of_release = "2000" AND original_platforms = "dreamcast" | Which publisher has release year of 2000 and an original dreamcast platform? | CREATE TABLE table_name_60 (publisher VARCHAR, year_of_release VARCHAR, original_platforms VARCHAR) |
SELECT french_abbr FROM table_name_23 WHERE group_name = "european progressive democrats" | For the group name European Progressive Democrats what is the French abbr? | CREATE TABLE table_name_23 (french_abbr VARCHAR, group_name VARCHAR) |
SELECT decision FROM table_name_12 WHERE home = "montreal" | What was the decision when montreal was at home? | CREATE TABLE table_name_12 (decision VARCHAR, home VARCHAR) |
SELECT MAX(frequency_mhz) FROM table_name_65 WHERE call_sign = "k241an" | Which Frequency MHz is the highest one that has a Call sign of k241an? | CREATE TABLE table_name_65 (frequency_mhz INTEGER, call_sign VARCHAR) |
SELECT venue FROM table_name_33 WHERE notes = "58.25 m" AND competition = "world championships" | Which Venue has Notes of 58.25 m, and a Competition of world championships? | CREATE TABLE table_name_33 (venue VARCHAR, notes VARCHAR, competition VARCHAR) |
SELECT away_team FROM table_name_60 WHERE crowd > 21 OFFSET 000 | Which away team had a crowd bigger than 21,000? | CREATE TABLE table_name_60 (away_team VARCHAR, crowd INTEGER) |
SELECT MIN(population) FROM table_name_50 WHERE county = "carroll" | When the county is Carroll what is the lowest population? | CREATE TABLE table_name_50 (population INTEGER, county VARCHAR) |
SELECT color_commentator_s_ FROM table_22485543_1 WHERE ice_level_reporters = "Brian Engblom" | Who is the color commentator when brian engblom is ice level reporters? | CREATE TABLE table_22485543_1 (color_commentator_s_ VARCHAR, ice_level_reporters VARCHAR) |
SELECT die_size__mm_2___[1] FROM table_1439045_5 WHERE model = "SGX531" | What is the die size(mm 2) for model sgx531? | CREATE TABLE table_1439045_5 (die_size__mm_2___ VARCHAR, model VARCHAR) |
SELECT result FROM table_name_38 WHERE date = "february 27, 2000" | What was the result of the game that was played on february 27, 2000? | CREATE TABLE table_name_38 (result VARCHAR, date VARCHAR) |
SELECT date FROM table_name_65 WHERE tournament = "vigo" | What is the Date of the Vigo Tournament? | CREATE TABLE table_name_65 (date VARCHAR, tournament VARCHAR) |
SELECT COUNT(points) FROM table_name_79 WHERE february > 12 AND game < 60 AND opponent = "new york islanders" | How many points did the Flyers have against the New York Islanders with a February bigger than 12, and a game smaller than 60? | CREATE TABLE table_name_79 (points VARCHAR, opponent VARCHAR, february VARCHAR, game VARCHAR) |
SELECT SUM(round) FROM table_name_60 WHERE nfl_club = "new york jets" AND pick < 166 | What is the sum of the round of the new york jets NFL club, which has a pick less than 166? | CREATE TABLE table_name_60 (round INTEGER, nfl_club VARCHAR, pick VARCHAR) |
SELECT grade FROM table_name_27 WHERE priority_entry_rights_to_derby = "turf 1600m" | What is the Grade that has Turf 1600m? | CREATE TABLE table_name_27 (grade VARCHAR, priority_entry_rights_to_derby VARCHAR) |
SELECT COUNT(college_junior_club_team) FROM table_22402438_7 WHERE player = "John Garrett" | How many college/junior/clubteams have John garrett as the player? | CREATE TABLE table_22402438_7 (college_junior_club_team VARCHAR, player VARCHAR) |
SELECT country FROM table_name_63 WHERE money___$__ < 216 | From which country is the player who made less than $216? | CREATE TABLE table_name_63 (country VARCHAR, money___$__ INTEGER) |
SELECT surface FROM table_name_93 WHERE partner = "sandrine testud" AND date = "november 14, 1999" | Which surface had a partner of Sandrine Testud on November 14, 1999? | CREATE TABLE table_name_93 (surface VARCHAR, partner VARCHAR, date VARCHAR) |
SELECT artist FROM table_name_16 WHERE butterfly = "tiger swallowtail" | Which artist's work is the butterfly Tiger Swallowtail? | CREATE TABLE table_name_16 (artist VARCHAR, butterfly VARCHAR) |
SELECT COUNT(extra_points) FROM table_25730209_2 WHERE player = "Stanfield Wells" | How many extra points did Stanfield Wells make? | CREATE TABLE table_25730209_2 (extra_points VARCHAR, player VARCHAR) |
SELECT MAX(wins) FROM table_name_33 WHERE losses = 5 AND against > 1205 | What is the wins when there are 5 losses, and against is more than 1205? | CREATE TABLE table_name_33 (wins INTEGER, losses VARCHAR, against VARCHAR) |
SELECT COUNT(DISTINCT dept_name) FROM course | How many departments offer courses? | CREATE TABLE course (dept_name VARCHAR) |
SELECT SUM(rank) FROM table_name_45 WHERE name = "will solomon" AND games > 21 | What is the sum of Rank, when Name is Will Solomon, and when Games is greater than 21? | CREATE TABLE table_name_45 (rank INTEGER, name VARCHAR, games VARCHAR) |
SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 JOIN order_items AS T3 JOIN products AS T4 ON T1.customer_id = T2.customer_id AND T2.order_id = T3.order_id AND T3.product_id = T4.product_id WHERE T4.product_name = "food" GROUP BY T1.customer_id HAVING COUNT(*) >= 1 | List the names of the customers who have once bought product "food". | CREATE TABLE products (product_name VARCHAR, product_id VARCHAR); CREATE TABLE orders (customer_id VARCHAR, order_id VARCHAR); CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR); CREATE TABLE order_items (product_id VARCHAR, order_id VARCHAR) |
SELECT MAX(place) FROM table_name_23 WHERE goals_scored > 28 AND played < 18 | Name the most place for goals scored more than 28 and played less than 18 | CREATE TABLE table_name_23 (place INTEGER, goals_scored VARCHAR, played VARCHAR) |
SELECT director FROM table_18987377_1 WHERE film_title_used_in_nomination = "Coup de Torchon" | Name the director for coup de torchon | CREATE TABLE table_18987377_1 (director VARCHAR, film_title_used_in_nomination VARCHAR) |
SELECT name FROM table_name_15 WHERE qual_2 = "59.486" | Who got 59.486 for Qual 2? | CREATE TABLE table_name_15 (name VARCHAR, qual_2 VARCHAR) |
SELECT COUNT(*) FROM campuses WHERE county = "Los Angeles" | How many campuses are there in Los Angeles county? | CREATE TABLE campuses (county VARCHAR) |
SELECT tournament FROM table_name_60 WHERE extra = "3:06.94 s" | What tournament had an extra of 3:06.94 s? | CREATE TABLE table_name_60 (tournament VARCHAR, extra VARCHAR) |
SELECT position FROM table_name_86 WHERE round > 2 AND college = "valdosta" | WHAT POSITION HAS A ROUND LARGER THAN 2, FOR VALDOSTA COLLEGE? | CREATE TABLE table_name_86 (position VARCHAR, round VARCHAR, college VARCHAR) |
SELECT outcome FROM table_2009095_2 WHERE championship = "Wimbledon" | Name the outcome for wimbledon | CREATE TABLE table_2009095_2 (outcome VARCHAR, championship VARCHAR) |
SELECT high_rebounds FROM table_name_33 WHERE game = 5 | Who had the highest rebounds on game 5? | CREATE TABLE table_name_33 (high_rebounds VARCHAR, game VARCHAR) |
SELECT exit_date FROM table_name_58 WHERE to_club = "portsmouth" | What is the exit date of the player who transferred to Portsmouth? | CREATE TABLE table_name_58 (exit_date VARCHAR, to_club VARCHAR) |
SELECT pop_2006 FROM table_23685890_2 WHERE major_town = "Coober Pedy" | What was the 2006 population count of the local government area where Coober Pedy is located? | CREATE TABLE table_23685890_2 (pop_2006 VARCHAR, major_town VARCHAR) |
SELECT engine FROM table_name_58 WHERE rounds = "7-13" | In rounds 7-13 what engine was featured? | CREATE TABLE table_name_58 (engine VARCHAR, rounds VARCHAR) |
SELECT race_2 FROM table_name_2 WHERE driver = "john faulkner" | What is Race 2, when Driver is John Faulkner? | CREATE TABLE table_name_2 (race_2 VARCHAR, driver VARCHAR) |
SELECT COUNT(year) FROM table_14903627_1 WHERE mens_doubles = "Heiki Sorge Meelis Maiste" | HOW MANY YEARS DID MENS DOUBLES PLAYER HEIKI SORGE MEELIS MAISTE PLAY? | CREATE TABLE table_14903627_1 (year VARCHAR, mens_doubles VARCHAR) |
SELECT episodes FROM table_14562722_2 WHERE region_1 = "September 19, 2006" | Name the episodes when region 1 is september 19, 2006 | CREATE TABLE table_14562722_2 (episodes VARCHAR, region_1 VARCHAR) |
SELECT agg FROM table_name_81 WHERE team_1 = "celta" | What is Celta's Agg.? | CREATE TABLE table_name_81 (agg VARCHAR, team_1 VARCHAR) |
SELECT last_5_meetings FROM table_16201038_5 WHERE overall_record = "UM, 2-1" | What are the outcomes of the last 5 meetings where the overall record is UM, 2-1? | CREATE TABLE table_16201038_5 (last_5_meetings VARCHAR, overall_record VARCHAR) |
SELECT MIN(grid) FROM table_name_87 WHERE rider = "roberto rolfo" AND laps > 26 | What is the lowest grid for Roberto Rolfo with more than 26 laps? | CREATE TABLE table_name_87 (grid INTEGER, rider VARCHAR, laps VARCHAR) |
SELECT venue FROM table_name_10 WHERE date = "12 september 1998" | Which venue was used on 12 September 1998? | CREATE TABLE table_name_10 (venue VARCHAR, date VARCHAR) |
SELECT transfer_window FROM table_name_23 WHERE name = "christian nerlinger" | What is the transfer window for Christian Nerlinger? | CREATE TABLE table_name_23 (transfer_window VARCHAR, name VARCHAR) |
SELECT outgoing_manager FROM table_name_16 WHERE replaced_by = "pablo centrone" | Who is the outgoing manager when they were replaced by pablo centrone? | CREATE TABLE table_name_16 (outgoing_manager VARCHAR, replaced_by VARCHAR) |
SELECT first_day_cover_cancellation FROM table_name_68 WHERE denomination = "$0.50" AND date_of_issue = "13 june 2005" | What's the First Day Cover Cancellation with Denomination of $0.50 and Date of Issue as 13 June 2005? | CREATE TABLE table_name_68 (first_day_cover_cancellation VARCHAR, denomination VARCHAR, date_of_issue VARCHAR) |
SELECT lap_by_lap FROM table_name_74 WHERE year > 1973 AND pit_reporters = "bill flemming" | Which lap-by-lap has a year after 1973, with pit reporter Bill Flemming? | CREATE TABLE table_name_74 (lap_by_lap VARCHAR, year VARCHAR, pit_reporters VARCHAR) |
SELECT opponent FROM table_name_90 WHERE site_stadium = "baum stadium" AND date = "april 6" | Who was the opponent at Baum Stadium on April 6? | CREATE TABLE table_name_90 (opponent VARCHAR, site_stadium VARCHAR, date VARCHAR) |
SELECT lost FROM table_name_51 WHERE goals_for > 59 AND drawn < 15 AND team = "hyde united" | When Team Hyde United had more than 59 Goals For and fewer than 15 Drawn, what was the Lost? | CREATE TABLE table_name_51 (lost VARCHAR, team VARCHAR, goals_for VARCHAR, drawn VARCHAR) |
SELECT county FROM table_1447085_1 WHERE median_house__hold_income = "$98,090" | Which county has a median household income of $98,090? | CREATE TABLE table_1447085_1 (county VARCHAR, median_house__hold_income VARCHAR) |
SELECT ceased_to_be_duchess FROM table_name_34 WHERE birth = "9 october 1574" | Which duchess was born on 9 october 1574? | CREATE TABLE table_name_34 (ceased_to_be_duchess VARCHAR, birth VARCHAR) |
SELECT COUNT(points) FROM table_25548630_1 WHERE team = "Marussia Manor Racing" | How many points does Marussia Manor Racing have? | CREATE TABLE table_25548630_1 (points VARCHAR, team VARCHAR) |
SELECT fineness FROM table_name_11 WHERE year = 2008 AND reverse = "chinese cuju sport" | What is the fineness of the 2008 chinese cuju sport Reverse? | CREATE TABLE table_name_11 (fineness VARCHAR, year VARCHAR, reverse VARCHAR) |
SELECT COUNT(bronze) FROM table_name_8 WHERE rank = "11" AND total < 1 | What is the total number of Bronze when rank is 11, and the total is less than 1? | CREATE TABLE table_name_8 (bronze VARCHAR, rank VARCHAR, total VARCHAR) |
SELECT high_assists FROM table_27712702_7 WHERE location_attendance = "Oklahoma City Arena 17,509" | Who had high assists in the game played at Oklahoma city arena 17,509? | CREATE TABLE table_27712702_7 (high_assists VARCHAR, location_attendance VARCHAR) |
SELECT MAX(rnd) FROM table_16732659_2 WHERE date = "August 13" | FOR AUGUST 13 WHAT IS THE RND ? | CREATE TABLE table_16732659_2 (rnd INTEGER, date VARCHAR) |
SELECT COUNT(total) FROM table_name_93 WHERE silver > 8 AND bronze = 20 AND gold < 20 | Which Total has a Silver larger than 8, and a Bronze of 20, and a Gold smaller than 20? | CREATE TABLE table_name_93 (total VARCHAR, gold VARCHAR, silver VARCHAR, bronze VARCHAR) |
SELECT score FROM table_name_49 WHERE date = "may 15" | what was the score on the game that happened on May 15? | CREATE TABLE table_name_49 (score VARCHAR, date VARCHAR) |
SELECT COUNT(attendance) FROM table_11452830_2 WHERE record = "1-3" | How many crowds watched the game where the record was 1-3? | CREATE TABLE table_11452830_2 (attendance VARCHAR, record VARCHAR) |
SELECT SUM(interview) FROM table_name_75 WHERE province = "monte cristi" AND swimsuit > 7.27 | Which Interview has a Province of monte cristi and a Swimsuit larger than 7.27 | CREATE TABLE table_name_75 (interview INTEGER, province VARCHAR, swimsuit VARCHAR) |
SELECT MAX(year) FROM table_name_47 WHERE player = "candace parker" | What is the latest year featuring candace parker? | CREATE TABLE table_name_47 (year INTEGER, player VARCHAR) |
SELECT week_2_sept_7 FROM table_name_8 WHERE week_7_oct_12 = "ball state (7-0)" | Which Week 2 Sept 7 has a Week 7 Oct 12 of ball state (7-0)? | CREATE TABLE table_name_8 (week_2_sept_7 VARCHAR, week_7_oct_12 VARCHAR) |
SELECT name FROM table_name_93 WHERE royal_house = "ji" AND state = "cai" | What is Name, when Royal House is "Ji", and when State is "Cai"? | CREATE TABLE table_name_93 (name VARCHAR, royal_house VARCHAR, state VARCHAR) |
SELECT opponent FROM table_name_70 WHERE week = 5 | What is Opponent, when Week is "5"? | CREATE TABLE table_name_70 (opponent VARCHAR, week VARCHAR) |
SELECT SUM(silver) FROM table_name_80 WHERE rank = "1" AND total < 11 | Which Silver has a Rank of 1, and a Total smaller than 11? | CREATE TABLE table_name_80 (silver INTEGER, rank VARCHAR, total VARCHAR) |
SELECT acc_home FROM table_16372911_1 WHERE acc__percentage = ".813" | what was the ACC home game record for the team who's ACC winning percentage was .813? | CREATE TABLE table_16372911_1 (acc_home VARCHAR, acc__percentage VARCHAR) |
SELECT english FROM table_name_42 WHERE sanskrit = "samādhi" | Which English has a Sanskrit of samādhi? | CREATE TABLE table_name_42 (english VARCHAR, sanskrit VARCHAR) |
SELECT score FROM table_name_85 WHERE date = "february 5" | What is Score, when Date is February 5? | CREATE TABLE table_name_85 (score VARCHAR, date VARCHAR) |
SELECT team_s_ FROM table_1012730_2 WHERE top_5 = 9 AND wins = 1 | What teams had 9 in the top 5 and 1 wins? | CREATE TABLE table_1012730_2 (team_s_ VARCHAR, top_5 VARCHAR, wins VARCHAR) |
SELECT MAX(no_in_series) FROM table_228973_5 WHERE original_air_date = "April 27, 1999" | What episode number in the series originally aired on April 27, 1999? | CREATE TABLE table_228973_5 (no_in_series INTEGER, original_air_date VARCHAR) |
SELECT g_hager FROM table_name_49 WHERE e_greenberg = "266 (14%)" | Name the G. Hager of E. Greenberg of 266 (14%)? | CREATE TABLE table_name_49 (g_hager VARCHAR, e_greenberg VARCHAR) |
SELECT MIN(year) FROM table_name_86 WHERE wins > 0 AND team = "linto" AND points < 15 | What was the earliest Year the Linto Team had less than 15 Points with more than 0 Wins? | CREATE TABLE table_name_86 (year INTEGER, points VARCHAR, wins VARCHAR, team VARCHAR) |
SELECT MIN(enrollment) FROM table_24216139_2 WHERE sport = "Field hockey, men's swimming" | Name the least enrollment for field hockey, men's swimming | CREATE TABLE table_24216139_2 (enrollment INTEGER, sport VARCHAR) |
SELECT COUNT(poles) FROM table_2725949_6 WHERE fastest_laps = 6 | Name the number of poles for fastest laps being 6 | CREATE TABLE table_2725949_6 (poles VARCHAR, fastest_laps VARCHAR) |
SELECT SUM(wins) FROM table_name_3 WHERE cuts_made = 76 AND events > 115 | What is the total of wins when the cuts made is 76 and the events greater than 115? | CREATE TABLE table_name_3 (wins INTEGER, cuts_made VARCHAR, events VARCHAR) |
SELECT AVG(laps) FROM table_name_56 WHERE time = "spun off" | What is the average Laps that shows spun off for time? | CREATE TABLE table_name_56 (laps INTEGER, time VARCHAR) |
SELECT COUNT(malaysia_cup) FROM table_name_2 WHERE total = 0 AND league > 0 | How many Malaysia Cups have 0 for the total with a league greater than 0? | CREATE TABLE table_name_2 (malaysia_cup VARCHAR, total VARCHAR, league VARCHAR) |
SELECT college FROM table_name_44 WHERE player = "kellen davis" | Which college is Kellen Davis from? | CREATE TABLE table_name_44 (college VARCHAR, player VARCHAR) |
SELECT date FROM table_name_50 WHERE winner = "amer sulaiman" | What is the date amer sulaiman won? | CREATE TABLE table_name_50 (date VARCHAR, winner VARCHAR) |
SELECT formula FROM table_name_64 WHERE driver = "john moore-brabazon" | Which formula had a driver of John Moore-Brabazon? | CREATE TABLE table_name_64 (formula VARCHAR, driver VARCHAR) |
SELECT nationality FROM table_1213511_2 WHERE nhl_team = "Buffalo Sabres" | What is the nationality of the player from Buffalo Sabres? | CREATE TABLE table_1213511_2 (nationality VARCHAR, nhl_team VARCHAR) |
SELECT COUNT(no) FROM table_21469545_2 WHERE margin_of_victory = "3 strokes" | Name the number for margin of victory being 3 strokes | CREATE TABLE table_21469545_2 (no VARCHAR, margin_of_victory VARCHAR) |
SELECT COUNT(super_cup) FROM table_name_97 WHERE title_playoff = 0 AND total > 9 AND league < 11 | What is the total number of Super Cup, when Title Playoff is "0", when Total is greater than 9, and when League is less than 11? | CREATE TABLE table_name_97 (super_cup VARCHAR, league VARCHAR, title_playoff VARCHAR, total VARCHAR) |
SELECT margin_of_victory FROM table_name_48 WHERE runner_s__up = "janet coles" | What was the margin of victory when the runner-up was Janet Coles? | CREATE TABLE table_name_48 (margin_of_victory VARCHAR, runner_s__up VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.