answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT station_type FROM table_28794440_1 WHERE frequency = "972kHz" | What type of station is within the 972khz frequency? | CREATE TABLE table_28794440_1 (station_type VARCHAR, frequency VARCHAR) |
SELECT MAX(total_seats) FROM table_name_4 WHERE share_of_votes = "33.9%" | When the share of votes is 33.9%, what's the highest total amount of seats? | CREATE TABLE table_name_4 (total_seats INTEGER, share_of_votes VARCHAR) |
SELECT result FROM table_name_93 WHERE award = "cinemaa awards" AND film = "gabbar singh" | What was the result associated with the cinemaa awards, and gabbar singh film? | CREATE TABLE table_name_93 (result VARCHAR, award VARCHAR, film VARCHAR) |
SELECT engine FROM table_name_48 WHERE entrant = "colin bennett racing" AND chassis = "811" | What engine is used by Colin Bennett Racing with an 811 chassis? | CREATE TABLE table_name_48 (engine VARCHAR, entrant VARCHAR, chassis VARCHAR) |
SELECT MIN(winners) FROM table_12303563_1 WHERE nation = "Kingfisher East Bengal FC" | How many times did kingfisher east bengal fc win? | CREATE TABLE table_12303563_1 (winners INTEGER, nation VARCHAR) |
SELECT entrant FROM table_name_59 WHERE year > 1999 | Which entrant has a year after 1999? | CREATE TABLE table_name_59 (entrant VARCHAR, year INTEGER) |
SELECT builder FROM table_name_64 WHERE number = 3 | Name the builder for number 3 | CREATE TABLE table_name_64 (builder VARCHAR, number VARCHAR) |
SELECT SUM(the_year) FROM table_name_97 WHERE playoffs = "did not qualify" AND division < 3 | Which Year did not qualify for Playoffs, and had a Division smaller than 3? | CREATE TABLE table_name_97 (the_year INTEGER, playoffs VARCHAR, division VARCHAR) |
SELECT top_goalscorer FROM table_2429942_2 WHERE season = "2001-02" | Who was the top goalscorer for season 2001-02? | CREATE TABLE table_2429942_2 (top_goalscorer VARCHAR, season VARCHAR) |
SELECT member FROM table_name_50 WHERE electorate = "kennedy" | Which member has an Electorate of kennedy? | CREATE TABLE table_name_50 (member VARCHAR, electorate VARCHAR) |
SELECT tonnage FROM table_name_81 WHERE date = "27 september 1941" AND ship = "hmsspringbank" | Name Tonnage on 27 september 1941 and a Ship of hmsspringbank? | CREATE TABLE table_name_81 (tonnage VARCHAR, date VARCHAR, ship VARCHAR) |
SELECT time FROM table_name_35 WHERE score = "3-2" | What time was the match played with a score of 3-2? | CREATE TABLE table_name_35 (time VARCHAR, score VARCHAR) |
SELECT film FROM table_name_94 WHERE nominee = "raymond massey" | What is the film that Raymond Massey was nominated for? | CREATE TABLE table_name_94 (film VARCHAR, nominee VARCHAR) |
SELECT playoffs FROM table_1046170_5 WHERE us_open_cup = "1st Round" | what are all the playoffs for u.s. open cup in 1st round | CREATE TABLE table_1046170_5 (playoffs VARCHAR, us_open_cup VARCHAR) |
SELECT nationality FROM table_name_65 WHERE school_club_team = "barton cc (ks)" | What is the nationality of school/club team of barton cc (ks)? | CREATE TABLE table_name_65 (nationality VARCHAR, school_club_team VARCHAR) |
SELECT pollutant FROM table_name_27 WHERE regulatory_citation = "40 cfr 50.7(a)" AND type = "primary" | what is the polluntant when the regulatory citation is 40 cfr 50.7(a) and the type is primary? | CREATE TABLE table_name_27 (pollutant VARCHAR, regulatory_citation VARCHAR, type VARCHAR) |
SELECT score FROM table_name_47 WHERE result = "2–1" AND date = "5 july 2007" | What is the Score that has a Result of 2–1 on 5 july 2007? | CREATE TABLE table_name_47 (score VARCHAR, result VARCHAR, date VARCHAR) |
SELECT series FROM table_29181479_5 WHERE game = 5 | Lis the series for game 5. | CREATE TABLE table_29181479_5 (series VARCHAR, game VARCHAR) |
SELECT constructor FROM table_name_83 WHERE driver = "rolf stommelen" | Who constructed rolf stommelen's car? | CREATE TABLE table_name_83 (constructor VARCHAR, driver VARCHAR) |
SELECT score FROM table_name_53 WHERE to_par = "+1" | What was the score for the To par of +1? | CREATE TABLE table_name_53 (score VARCHAR, to_par VARCHAR) |
SELECT home_team FROM table_name_45 WHERE away_team = "coventry city" | What home team has coventry city as the away team? | CREATE TABLE table_name_45 (home_team VARCHAR, away_team VARCHAR) |
SELECT SUM(matches) FROM table_name_1 WHERE nationality = "england" AND lost > 39 AND win__percentage = 28.7 AND drawn < 37 | Nationality of england, and a Lost larger than 39, and a Win % of 28.7, and a Drawn smaller than 37 had what sum of matches? | CREATE TABLE table_name_1 (matches INTEGER, drawn VARCHAR, win__percentage VARCHAR, nationality VARCHAR, lost VARCHAR) |
SELECT premiere FROM table_11174272_1 WHERE hk_viewers = "2.09 million" | what's the premiere with hk viewers of 2.09 million | CREATE TABLE table_11174272_1 (premiere VARCHAR, hk_viewers VARCHAR) |
SELECT MIN(game) FROM table_name_53 WHERE score = "102-104" | What is the lowest game when the score is 102-104? | CREATE TABLE table_name_53 (game INTEGER, score VARCHAR) |
SELECT reigns FROM table_name_53 WHERE days_held = 92 | Which Reigns has 92 days held? | CREATE TABLE table_name_53 (reigns VARCHAR, days_held VARCHAR) |
SELECT home FROM table_name_26 WHERE date = "october 13" | Which team was home on October 13? | CREATE TABLE table_name_26 (home VARCHAR, date VARCHAR) |
SELECT MIN(attendance) FROM table_name_10 WHERE time = "3:15" | What was the least attendance when the time was 3:15? | CREATE TABLE table_name_10 (attendance INTEGER, time VARCHAR) |
SELECT COUNT(total_goals) FROM table_name_80 WHERE total_apps = "0 (3)" AND league_goals < 0 | How many total goals have 0 (3) as total apps, with league goals less than 0? | CREATE TABLE table_name_80 (total_goals VARCHAR, total_apps VARCHAR, league_goals VARCHAR) |
SELECT density__hab__km²__ FROM table_name_21 WHERE population_under_1_year_old_censo_2007_hab_ = "* data from the census taken by the inei" | What is the density (hab/km²) with a population under 1 year-old censo 2007(hab) of * data from the census taken by the Inei? | CREATE TABLE table_name_21 (density__hab__km²__ VARCHAR, population_under_1_year_old_censo_2007_hab_ VARCHAR) |
SELECT date FROM table_name_51 WHERE venue = "punt road oval" | What day does the team play at punt road oval? | CREATE TABLE table_name_51 (date VARCHAR, venue VARCHAR) |
SELECT president FROM table_name_57 WHERE year = 1999 | Who was the president in 1999? | CREATE TABLE table_name_57 (president VARCHAR, year VARCHAR) |
SELECT tonnage FROM table_name_19 WHERE date = "14" | With 14 under the date, what is the tonnage of the ship? | CREATE TABLE table_name_19 (tonnage VARCHAR, date VARCHAR) |
SELECT MAX(points) FROM table_name_32 WHERE games < 7 | which Points has Games smaller than 7? | CREATE TABLE table_name_32 (points INTEGER, games INTEGER) |
SELECT LOCATION FROM cinema WHERE capacity > 300 GROUP BY LOCATION HAVING COUNT(*) >= 2 | Show all the locations with at least two cinemas with capacity above 300. | CREATE TABLE cinema (LOCATION VARCHAR, capacity INTEGER) |
SELECT airport FROM table_name_34 WHERE country = "russia" AND iata = "aer" | What is the name of the airport located in Russia with an IATA of AER? | CREATE TABLE table_name_34 (airport VARCHAR, country VARCHAR, iata VARCHAR) |
SELECT cyrillic_name_other_names FROM table_2562572_33 WHERE settlement = "Martonoš" | What is the other name for martonoš? | CREATE TABLE table_2562572_33 (cyrillic_name_other_names VARCHAR, settlement VARCHAR) |
SELECT census_ranking FROM table_name_93 WHERE area_km_2 < 9.94 AND population < 817 | What is the census ranking for the community with an area smaller than 9.94 km2 and a population smaller than 817? | CREATE TABLE table_name_93 (census_ranking VARCHAR, area_km_2 VARCHAR, population VARCHAR) |
SELECT valley_vista FROM table_11340432_1 WHERE willow_canyon = "Anthony Capuano" | Name the Valley Vista of Anthony Capuano | CREATE TABLE table_11340432_1 (valley_vista VARCHAR, willow_canyon VARCHAR) |
SELECT score FROM table_name_5 WHERE march = 18 | What is the Score of the game on March 18? | CREATE TABLE table_name_5 (score VARCHAR, march VARCHAR) |
SELECT position FROM table_26996293_2 WHERE cfl_team = "Edmonton (2)" | where cfl team is edmonton (2) what are all the position | CREATE TABLE table_26996293_2 (position VARCHAR, cfl_team VARCHAR) |
SELECT match_report FROM table_name_91 WHERE date = "july 10, 2005" | What is the match report for July 10, 2005? | CREATE TABLE table_name_91 (match_report VARCHAR, date VARCHAR) |
SELECT cerclis_id FROM table_name_96 WHERE county = "polk" AND deleted = "08/04/2009" | What is the CERCLIS ID of the site in Polk County, with the date 08/04/2009? | CREATE TABLE table_name_96 (cerclis_id VARCHAR, county VARCHAR, deleted VARCHAR) |
SELECT record FROM table_name_56 WHERE opponent = "cleveland browns" | What's the record of the team who played the Cleveland Browns? | CREATE TABLE table_name_56 (record VARCHAR, opponent VARCHAR) |
SELECT position FROM table_name_81 WHERE year < 2000 AND player = "radek dvorak category:articles with hcards" | What is Position, when Year is less than 2000, and when Player is "Radek Dvorak Category:Articles with hCards"? | CREATE TABLE table_name_81 (position VARCHAR, year VARCHAR, player VARCHAR) |
SELECT to_par FROM table_name_36 WHERE margin_of_victory = "2 strokes" AND tournament = "women's british open" | What is To par, when Margin of Victory is "2 Strokes", and when Tournament is "Women's British Open"? | CREATE TABLE table_name_36 (to_par VARCHAR, margin_of_victory VARCHAR, tournament VARCHAR) |
SELECT COUNT(order_year) FROM table_10007452_3 WHERE fleet_series__quantity_ = "468-473 (6)" | how many times is the fleet series (quantity) is 468-473 (6)? | CREATE TABLE table_10007452_3 (order_year VARCHAR, fleet_series__quantity_ VARCHAR) |
SELECT elmers_end FROM table_name_65 WHERE bingham_road = "09:54" | What is the Elmers End with a 09:54 Bingham Road? | CREATE TABLE table_name_65 (elmers_end VARCHAR, bingham_road VARCHAR) |
SELECT COUNT(*), T1.name FROM medication AS T1 JOIN prescribes AS T2 ON T1.code = T2.medication GROUP BY T1.brand | Find the number of medications prescribed for each brand. | CREATE TABLE medication (name VARCHAR, brand VARCHAR, code VARCHAR); CREATE TABLE prescribes (medication VARCHAR) |
SELECT MAX(opened_in) FROM table_name_93 WHERE manufacture = "zamperla" AND type = "convoy ride" AND ride_name = "tiny truckers" | What is the latest year a ride opened that was manufactured by Zamperla, was a convoy ride, and had a name of Tiny Truckers? | CREATE TABLE table_name_93 (opened_in INTEGER, ride_name VARCHAR, manufacture VARCHAR, type VARCHAR) |
SELECT dubose_porter FROM table_name_16 WHERE roy_barnes = "54%" | What is the DuBose Porter with Roy Barnes at 54%? | CREATE TABLE table_name_16 (dubose_porter VARCHAR, roy_barnes VARCHAR) |
SELECT COUNT(ordered) FROM table_name_54 WHERE name = "sfax" | Sfax has a total ordered number of? | CREATE TABLE table_name_54 (ordered VARCHAR, name VARCHAR) |
SELECT SUM(goals) FROM table_name_65 WHERE player = "dave taylor" AND tries > 1 | What is the number of goals Dave Taylor, who has more than 1 tries, has? | CREATE TABLE table_name_65 (goals INTEGER, player VARCHAR, tries VARCHAR) |
SELECT opponent FROM table_name_71 WHERE event = "ifa: clash of the champions" | Who is the opponent at the IFA: Clash of the Champions? | CREATE TABLE table_name_71 (opponent VARCHAR, event VARCHAR) |
SELECT MIN(frequency_mhz) FROM table_name_24 WHERE call_sign = "k202ag" | Name the least frequency Mhz with call sign of k202ag | CREATE TABLE table_name_24 (frequency_mhz INTEGER, call_sign VARCHAR) |
SELECT result FROM table_14984050_1 WHERE game_site = "Milwaukee County Stadium" | Name the result for milwaukee county stadium | CREATE TABLE table_14984050_1 (result VARCHAR, game_site VARCHAR) |
SELECT outcome FROM table_name_16 WHERE opponent = "fernando verdasco" | Which outcome has a Opponent of fernando verdasco? | CREATE TABLE table_name_16 (outcome VARCHAR, opponent VARCHAR) |
SELECT AVG(grid) FROM table_name_26 WHERE driver = "johnny dumfries" AND laps < 8 | What is the average grid for johnny dumfries with less than 8 laps? | CREATE TABLE table_name_26 (grid INTEGER, driver VARCHAR, laps VARCHAR) |
SELECT COUNT(DISTINCT StuID) FROM Plays_games | How many students play video games? | CREATE TABLE Plays_games (StuID VARCHAR) |
SELECT elevation FROM table_27708484_3 WHERE city = "Port Elizabeth" | what is the elevation for port elizabeth? | CREATE TABLE table_27708484_3 (elevation VARCHAR, city VARCHAR) |
SELECT AVG(pick__number) FROM table_name_44 WHERE position = "tight end" AND college = "oklahoma state" AND round > 1 | A Round larger than 1, a College of Oklahoma state, and a average Pick # that has a Position of tight end is what? | CREATE TABLE table_name_44 (pick__number INTEGER, round VARCHAR, position VARCHAR, college VARCHAR) |
SELECT nationality FROM table_name_89 WHERE position = "point guard" AND years_for_grizzlies = "1999-2001" | What was the nationality of a point guard position in 1999-2001? | CREATE TABLE table_name_89 (nationality VARCHAR, position VARCHAR, years_for_grizzlies VARCHAR) |
SELECT MIN(fleet_size) FROM table_name_87 WHERE type = "shunter" AND introduced = "1953" | What is the smallest fleet size with a type of shunter introduced in 1953? | CREATE TABLE table_name_87 (fleet_size INTEGER, type VARCHAR, introduced VARCHAR) |
SELECT COUNT(*) FROM CUSTOMERS | How many customers do we have? | CREATE TABLE CUSTOMERS (Id VARCHAR) |
SELECT date FROM table_name_92 WHERE week < 14 AND opponent = "san francisco 49ers" | Which date has a Week smaller than 14, and an Opponent of san francisco 49ers? | CREATE TABLE table_name_92 (date VARCHAR, week VARCHAR, opponent VARCHAR) |
SELECT result FROM table_22032599_1 WHERE film_title_used_in_nomination = "Gypsy" | What was the result for Gypsy? | CREATE TABLE table_22032599_1 (result VARCHAR, film_title_used_in_nomination VARCHAR) |
SELECT dust__or_debris__location__au_ FROM table_2296507_1 WHERE star = "HD 69830" | Name the dust for star being hd 69830 | CREATE TABLE table_2296507_1 (dust__or_debris__location__au_ VARCHAR, star VARCHAR) |
SELECT venue FROM table_name_6 WHERE date = "8 june 1931" AND away_team = "st kilda" | Tell me the venue for 8 june 1931 for st kilda away team | CREATE TABLE table_name_6 (venue VARCHAR, date VARCHAR, away_team VARCHAR) |
SELECT miss_air__1st_runner_up_ FROM table_name_35 WHERE year < 2007 AND miss_water__2nd_runner_up_ = "catherine untalan" | Who won Miss Air (1st Runner-up) when Catherine Untalan was Miss Water (2nd Runner-up) earlier than 2007? | CREATE TABLE table_name_35 (miss_air__1st_runner_up_ VARCHAR, year VARCHAR, miss_water__2nd_runner_up_ VARCHAR) |
SELECT DISTINCT department_id FROM employees GROUP BY department_id, manager_id HAVING COUNT(employee_id) >= 4 | Find the ids of the departments where any manager is managing 4 or more employees. | CREATE TABLE employees (department_id VARCHAR, manager_id VARCHAR, employee_id VARCHAR) |
SELECT copper_age FROM table_23537091_1 WHERE ubaid_period_in_mesopotamia = "Middle Assyrian Empire" | When middle assyrian empire is the ubaid period in mesopotamia what is the copper age? | CREATE TABLE table_23537091_1 (copper_age VARCHAR, ubaid_period_in_mesopotamia VARCHAR) |
SELECT method FROM table_name_56 WHERE res = "win" AND opponent = "natsuko kikukawa" | What method was used that had a resulting win against opponent, Natsuko Kikukawa? | CREATE TABLE table_name_56 (method VARCHAR, res VARCHAR, opponent VARCHAR) |
SELECT COUNT(episode) FROM table_17641206_8 WHERE original_airdate = "22January2009" | How many episodes aired on 22january2009 | CREATE TABLE table_17641206_8 (episode VARCHAR, original_airdate VARCHAR) |
SELECT MAX(2007) FROM table_name_61 WHERE change_06_07 = "14.7%" | What is the greatest 2007 when the change 06-07 was 14.7%? | CREATE TABLE table_name_61 (change_06_07 VARCHAR) |
SELECT AVG(fall_07) FROM table_name_34 WHERE fall_06 > 219 | Name the average fall 07 for fall 07 more than 219 | CREATE TABLE table_name_34 (fall_07 INTEGER, fall_06 INTEGER) |
SELECT crowd FROM table_name_9 WHERE venue = "glenferrie oval" | How large of a crowd can the Glenferrie oval hold? | CREATE TABLE table_name_9 (crowd VARCHAR, venue VARCHAR) |
SELECT speed FROM table_name_65 WHERE rank > 8 AND rider = "ryan mccay" | What is Ryan McCay's speed that has a rank better than 8? | CREATE TABLE table_name_65 (speed VARCHAR, rank VARCHAR, rider VARCHAR) |
SELECT state FROM table_name_91 WHERE host = "university of tennessee" | What state is the University of Tennessee located in? | CREATE TABLE table_name_91 (state VARCHAR, host VARCHAR) |
SELECT stage__winner_ FROM table_11667521_17 WHERE general_classification = "Alexander Vinokourov" | IN WHAT STAGE DID ALEXANDER VINOKOUROV WON THE GENERAL CLASSIFICATION? | CREATE TABLE table_11667521_17 (stage__winner_ VARCHAR, general_classification VARCHAR) |
SELECT T1.resident_id, T1.other_details, COUNT(*) FROM Residents AS T1 JOIN Residents_Services AS T2 ON T1.resident_id = T2.resident_id GROUP BY T1.resident_id ORDER BY COUNT(*) DESC | How many services has each resident requested? List the resident id, details, and the count in descending order of the count. | CREATE TABLE Residents_Services (resident_id VARCHAR); CREATE TABLE Residents (resident_id VARCHAR, other_details VARCHAR) |
SELECT Issue_Date FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.age <= 23 | What are the issue dates of volumes associated with the artist aged 23 or younger? | CREATE TABLE volume (Artist_ID VARCHAR); CREATE TABLE artist (Artist_ID VARCHAR, age VARCHAR) |
SELECT 1861 FROM table_name_82 WHERE "year" = "year" AND 1881 = "1991" | What's the 1861 had 1991 in 1881 and a year of year? | CREATE TABLE table_name_82 (Id VARCHAR) |
SELECT short_term_capital_gain_rate FROM table_name_29 WHERE long_term_gain_on_collectibles = "15%" | What is short-term capital gain rate with long-term gain on collectibles at 15%? | CREATE TABLE table_name_29 (short_term_capital_gain_rate VARCHAR, long_term_gain_on_collectibles VARCHAR) |
SELECT away_team AS score FROM table_name_21 WHERE away_team = "st kilda" | What was St Kilda's away team score? | CREATE TABLE table_name_21 (away_team VARCHAR) |
SELECT MAX(apogee__km_) FROM table_12141496_1 WHERE name = "SAMOS F3-3" | What is the maximum apogee for samos f3-3? | CREATE TABLE table_12141496_1 (apogee__km_ INTEGER, name VARCHAR) |
SELECT outcome FROM table_name_37 WHERE opponent = "marina erakovic" | What is the outcome with marina erakovic as opponent? | CREATE TABLE table_name_37 (outcome VARCHAR, opponent VARCHAR) |
SELECT COUNT(english_day_name_meaning) FROM table_2624098_1 WHERE modern_english_day_name = "Wednesday" | how many different meanings does Wednesday have? | CREATE TABLE table_2624098_1 (english_day_name_meaning VARCHAR, modern_english_day_name VARCHAR) |
SELECT year FROM table_name_55 WHERE role = "(cameo)" | In what Year is there a Role of (cameo)? | CREATE TABLE table_name_55 (year VARCHAR, role VARCHAR) |
SELECT home_team FROM table_name_14 WHERE game = "game 3" | Which was the home team for game 3? | CREATE TABLE table_name_14 (home_team VARCHAR, game VARCHAR) |
SELECT network FROM table_160728_4 WHERE station = "TV3" | What station on the network is tv3? | CREATE TABLE table_160728_4 (network VARCHAR, station VARCHAR) |
SELECT years_as_tallest FROM table_name_83 WHERE floors = 31 | What is listed under the Years as tallest, that has Floors of 31? | CREATE TABLE table_name_83 (years_as_tallest VARCHAR, floors VARCHAR) |
SELECT AVG(top_5) FROM table_name_98 WHERE tournament = "the open championship" AND top_10 < 2 | What is the average Top-5 for the open championship, and a Top-10 smaller than 2? | CREATE TABLE table_name_98 (top_5 INTEGER, tournament VARCHAR, top_10 VARCHAR) |
SELECT launch_date__ddmmyyyy_ FROM table_19246_2 WHERE _up_ = "5.76 Mbit/s" AND carrier = "Orange" | whare are al of the launche dates where th carrier is orange and the up is 5.76 mbit/s | CREATE TABLE table_19246_2 (launch_date__ddmmyyyy_ VARCHAR, _up_ VARCHAR, carrier VARCHAR) |
SELECT us_viewers__millions_ FROM table_26826304_1 WHERE directed_by = "Gordon C. Lonsdale" | How many were the US viewers (in millions) of the episode that was written by Gordon C. Lonsdale? | CREATE TABLE table_26826304_1 (us_viewers__millions_ VARCHAR, directed_by VARCHAR) |
SELECT time_retired FROM table_name_38 WHERE constructor = "benetton - renault" AND driver = "johnny herbert" | What is the Time/Retired value for Driver Johnny Herbert with Constructor Benetton - Renault | CREATE TABLE table_name_38 (time_retired VARCHAR, constructor VARCHAR, driver VARCHAR) |
SELECT country FROM table_name_22 WHERE player = "tiger woods" | What country is Tiger Woods from? | CREATE TABLE table_name_22 (country VARCHAR, player VARCHAR) |
SELECT owner FROM table_name_28 WHERE name = "thai pbs" | Who's the owner of Thai PBS? | CREATE TABLE table_name_28 (owner VARCHAR, name VARCHAR) |
SELECT code_name FROM table_name_26 WHERE southbridge = "amd-766, via-vt82c686b" | What is the code name when the Southbridge shows as amd-766, via-vt82c686b? | CREATE TABLE table_name_26 (code_name VARCHAR, southbridge VARCHAR) |
SELECT city FROM table_name_43 WHERE team = "trojans" AND school = "taylor" | What city has trojans as the team, and taylor as the school? | CREATE TABLE table_name_43 (city VARCHAR, team VARCHAR, school VARCHAR) |
SELECT _percentage_2006 FROM table_name_12 WHERE seats_2001 < 23 AND seats_2006 > 4 AND _percentage_2001 = 25.4 | What is the %2006 that has fewer seats than 23 in Seats 2001, more seats than 4 in 2006 Seats, and a % in 2001 of 25.4? | CREATE TABLE table_name_12 (_percentage_2006 VARCHAR, _percentage_2001 VARCHAR, seats_2001 VARCHAR, seats_2006 VARCHAR) |
SELECT team_s_ FROM table_2012187_1 WHERE winnings = "$2,605,05" | which team(s) won $2,605,05 | CREATE TABLE table_2012187_1 (team_s_ VARCHAR, winnings VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.