answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT cpu_chip FROM table_name_10 WHERE modem = "v.90" AND type = "dish tuner" AND model = "dishplayer 7100" | What is the CPU chip in the Dishplayer 7100, which is a dish tuner with a v.90 modem? | CREATE TABLE table_name_10 (cpu_chip VARCHAR, model VARCHAR, modem VARCHAR, type VARCHAR) |
SELECT MIN(laps) FROM table_name_96 WHERE manufacturer = "gilera" AND rider = "marco simoncelli" AND grid < 8 | what is the smallest number of laps marco simoncelli has with grid less than 8 and gilera as the manufacturer? | CREATE TABLE table_name_96 (laps INTEGER, grid VARCHAR, manufacturer VARCHAR, rider VARCHAR) |
SELECT novelty FROM table_name_40 WHERE status = "valid" AND location = "mongolia" AND name = "prenocephale" | What is the novel that has a valid status, located in Mongolia, and named Prenocephale? | CREATE TABLE table_name_40 (novelty VARCHAR, name VARCHAR, status VARCHAR, location VARCHAR) |
SELECT track FROM table_28715942_5 WHERE vocal_percussionist = "unknown" | What is the track whent the vocal percussionist is unknown? | CREATE TABLE table_28715942_5 (track VARCHAR, vocal_percussionist VARCHAR) |
SELECT maximum_memory FROM table_10528691_4 WHERE discontinued = "November 2001" | What is the maximum memory for the model discontinued in November 2001? | CREATE TABLE table_10528691_4 (maximum_memory VARCHAR, discontinued VARCHAR) |
SELECT date FROM table_name_74 WHERE home_team = "peterborough united" | What date did the home game for peterborough united take place? | CREATE TABLE table_name_74 (date VARCHAR, home_team VARCHAR) |
SELECT opponent FROM table_name_39 WHERE score = "2–6, 6–4, 3–6" | What is the Opponent with a Score that is 2–6, 6–4, 3–6? | CREATE TABLE table_name_39 (opponent VARCHAR, score VARCHAR) |
SELECT COUNT(month_name) FROM table_28985631_1 WHERE numbered_month = "Tenth" | How many month names are there for the tenth numbered month? | CREATE TABLE table_28985631_1 (month_name VARCHAR, numbered_month VARCHAR) |
SELECT SUM(draw) FROM table_name_24 WHERE televoting = 9 AND jury < 10 | Televoting of 9, and a Jury smaller than 10 had what sum of draw? | CREATE TABLE table_name_24 (draw INTEGER, televoting VARCHAR, jury VARCHAR) |
SELECT engine FROM table_11167610_1 WHERE performance = "0–100km/h: 10.5s, VMax km/h (mph)" | what's the engine where performance is 0–100km/h: 10.5s, vmax km/h (mph) | CREATE TABLE table_11167610_1 (engine VARCHAR, performance VARCHAR) |
SELECT votes__percentage FROM table_name_24 WHERE candidate = "cliff breitkreuz" | What is the vote % for Cliff Breitkreuz? | CREATE TABLE table_name_24 (votes__percentage VARCHAR, candidate VARCHAR) |
SELECT COUNT(grid) FROM table_name_86 WHERE driver = "anthony davidson" AND laps < 8 | What was the grid for anthony davidson when the laps were less than 8? | CREATE TABLE table_name_86 (grid VARCHAR, driver VARCHAR, laps VARCHAR) |
SELECT MIN(year) FROM table_name_53 WHERE category = "top 10 selling mandarin albums of the year" | What is the earliest year with a category of Top 10 Selling Mandarin Albums of the Year? | CREATE TABLE table_name_53 (year INTEGER, category VARCHAR) |
SELECT player FROM table_name_83 WHERE hometown = "washington, in" | What player's hometown is Washington, IN? | CREATE TABLE table_name_83 (player VARCHAR, hometown VARCHAR) |
SELECT to_par FROM table_28498999_4 WHERE winnings__$_ = 232500 | What is the to par for the winnings of 232500? | CREATE TABLE table_28498999_4 (to_par VARCHAR, winnings__$_ VARCHAR) |
SELECT nationality FROM table_22705586_1 WHERE name = "Francesco Guglielmi" | Name the nationality for francesco guglielmi | CREATE TABLE table_22705586_1 (nationality VARCHAR, name VARCHAR) |
SELECT acquisition_via FROM table_name_26 WHERE position = "center" | How was the player in the position of Center acquired? | CREATE TABLE table_name_26 (acquisition_via VARCHAR, position VARCHAR) |
SELECT result FROM table_name_19 WHERE attendance = "65,473" | What was the result of the game played in front of 65,473? | CREATE TABLE table_name_19 (result VARCHAR, attendance VARCHAR) |
SELECT wednesday FROM table_18173916_8 WHERE monday = "363 The Hangover Part II" | which chapter was Transmitted on wednesday if the episode of "363 the hangover part ii" was transmitted on monday? | CREATE TABLE table_18173916_8 (wednesday VARCHAR, monday VARCHAR) |
SELECT language FROM table_name_80 WHERE origin_of_programming = "india" AND genre = "general" AND network = "ptc punjabi" AND service = "bell fibe tv" | Which language has Programming from India, general genre, a network of ptc punjabi and bell fibe tv service? | CREATE TABLE table_name_80 (language VARCHAR, service VARCHAR, network VARCHAR, origin_of_programming VARCHAR, genre VARCHAR) |
SELECT T2.Name, T1.ArtistId FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistID GROUP BY T1.ArtistId HAVING COUNT(*) >= 3 ORDER BY T2.Name | Please list the name and id of all artists that have at least 3 albums in alphabetical order. | CREATE TABLE ARTIST (Name VARCHAR, ArtistID VARCHAR); CREATE TABLE ALBUM (ArtistId VARCHAR) |
SELECT T2.transcript_date, T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id ORDER BY COUNT(*) LIMIT 1 | Show the date of the transcript which shows the least number of results, also list the id. | CREATE TABLE Transcript_Contents (transcript_id VARCHAR); CREATE TABLE Transcripts (transcript_date VARCHAR, transcript_id VARCHAR) |
SELECT home_team AS score FROM table_name_76 WHERE venue = "princes park" | What was the home teams score when the VFL played Princes Park? | CREATE TABLE table_name_76 (home_team VARCHAR, venue VARCHAR) |
SELECT original_team FROM table_name_13 WHERE hometown = "wrightsville, georgia" | What is the Original Team of the contestant from Wrightsville, Georgia ? | CREATE TABLE table_name_13 (original_team VARCHAR, hometown VARCHAR) |
SELECT COUNT(r) FROM table WHERE position = AM AND league > 7.0 | If the position is AM and the league is larger than 7.0, what is the total R number? | CREATE TABLE table (r VARCHAR, position VARCHAR, AM VARCHAR, league VARCHAR) |
SELECT aper_in FROM table_23851574_2 WHERE built_used = "1987-2001" | Which aperture were built or used between 1987-2001? | CREATE TABLE table_23851574_2 (aper_in VARCHAR, built_used VARCHAR) |
SELECT bleeding_time FROM table_name_75 WHERE condition = "congenital afibrinogenemia" | Which Bleeding has a Condition of congenital afibrinogenemia? | CREATE TABLE table_name_75 (bleeding_time VARCHAR, condition VARCHAR) |
SELECT MAX(europe) FROM table_1914090_2 WHERE australia = 94615 | What is the most members Europe had when Australia had 94615? | CREATE TABLE table_1914090_2 (europe INTEGER, australia VARCHAR) |
SELECT COUNT(b_shares) FROM table_206359_1 WHERE shareholder_name = "Handelsbanken fonder" | How many different numbers of B shares does Handelsbanken fonder have? | CREATE TABLE table_206359_1 (b_shares VARCHAR, shareholder_name VARCHAR) |
SELECT SUM(lane) FROM table_name_17 WHERE rank < 6 AND time = "1:57.01" | In which lane did the swimmer with a time of 1:57.01 and a rank smaller than 6 swim? | CREATE TABLE table_name_17 (lane INTEGER, rank VARCHAR, time VARCHAR) |
SELECT MAX(round) FROM table_name_78 WHERE pick < 261 AND position = "halfback" AND player = "ed smith" | What is the highest round of Ed Smith, who had a pick higher than 261 and played halfback? | CREATE TABLE table_name_78 (round INTEGER, player VARCHAR, pick VARCHAR, position VARCHAR) |
SELECT MIN(no_in_series) FROM table_26736342_1 WHERE us_viewers__millions_ = "1.32" | What is the earliest episode that was watched by 1.32 million viewers? | CREATE TABLE table_26736342_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR) |
SELECT region FROM table_name_5 WHERE coach = "trevor gleeson" | Which region is Coach Trevor Gleeson in? | CREATE TABLE table_name_5 (region VARCHAR, coach VARCHAR) |
SELECT english_translation FROM table_name_93 WHERE simplified_chinese = "山鬼" | What is the English translation of 山鬼? | CREATE TABLE table_name_93 (english_translation VARCHAR, simplified_chinese VARCHAR) |
SELECT grid FROM table_name_20 WHERE laps = "21" AND rider = "john hopkins" | When rider John Hopkins had 21 laps, what was the grid? | CREATE TABLE table_name_20 (grid VARCHAR, laps VARCHAR, rider VARCHAR) |
SELECT score FROM table_name_80 WHERE date = "july 1" | What source has july 1 as the date? | CREATE TABLE table_name_80 (score VARCHAR, date VARCHAR) |
SELECT mid_atlantic_south__washington, _dc_ FROM table_16105186_2 WHERE midwest__des_moines_ = "300 g/mi (186 g/km)" | What was the emission rating in Mid-Atlantic South for the vehicle that was rated 300 g/mi (186 g/km) in the Midwest? | CREATE TABLE table_16105186_2 (mid_atlantic_south__washington VARCHAR, _dc_ VARCHAR, midwest__des_moines_ VARCHAR) |
SELECT date FROM table_name_31 WHERE away_team = "geelong" | When did Geelong play as the away team? | CREATE TABLE table_name_31 (date VARCHAR, away_team VARCHAR) |
SELECT points_classification FROM table_name_19 WHERE intergiro_classification = "sven krauß" AND mountains_classification = "koldo gil" AND trofeo_super_team = "liquigas-bianchi" AND stage = "9" | What is the points classification when the Intergiro classification is Sven Krauß, and the mountains classification is koldo gil, Trofeo Super Team is Liquigas-Bianchi, and stage is 9? | CREATE TABLE table_name_19 (points_classification VARCHAR, stage VARCHAR, trofeo_super_team VARCHAR, intergiro_classification VARCHAR, mountains_classification VARCHAR) |
SELECT outgoing_manager FROM table_name_83 WHERE position_in_table = "16th" | Which outgoing manager has tabled 16th position? | CREATE TABLE table_name_83 (outgoing_manager VARCHAR, position_in_table VARCHAR) |
SELECT MIN(top_5) FROM table_name_90 WHERE wins > 1 | What is the fewest number of top-5s for events with more than 1 win? | CREATE TABLE table_name_90 (top_5 INTEGER, wins INTEGER) |
SELECT mutated_from FROM table_name_39 WHERE plant_patent_number = "us plant patent 9645" | What's the mutated having a patent number of US plant patent 9645? | CREATE TABLE table_name_39 (mutated_from VARCHAR, plant_patent_number VARCHAR) |
SELECT date FROM table_name_78 WHERE away_team = "hawthorn" | What date was the away team Hawthorn? | CREATE TABLE table_name_78 (date VARCHAR, away_team VARCHAR) |
SELECT COUNT(time) FROM table_name_76 WHERE react = 0.209 AND rank > 7 | How many total Time listings have a 0.209 React entry and a Rank that is greater than 7? | CREATE TABLE table_name_76 (time VARCHAR, react VARCHAR, rank VARCHAR) |
SELECT title FROM table_27969432_2 WHERE written_by = "Alison Cross" | What is the name of the episode written by alison cross? | CREATE TABLE table_27969432_2 (title VARCHAR, written_by VARCHAR) |
SELECT venue FROM table_name_47 WHERE home_team = "essendon" | Which Venue has a Home team of essendon? | CREATE TABLE table_name_47 (venue VARCHAR, home_team VARCHAR) |
SELECT method FROM table_name_28 WHERE event = "pride 33" | Tell me the method for pride 33 | CREATE TABLE table_name_28 (method VARCHAR, event VARCHAR) |
SELECT COUNT(population__2010_) FROM table_29289372_1 WHERE income_classification = "1st Class" AND city_municipality = "Itogon, Benguet" | When itogon, benguet is the city/municipality and 1st class is the income classification how many measurements of population in 2010? | CREATE TABLE table_29289372_1 (population__2010_ VARCHAR, income_classification VARCHAR, city_municipality VARCHAR) |
SELECT MAX(population) FROM table_name_70 WHERE status = "town" AND census_ranking = "1,379 of 5,008" AND area_km_2 < 8.35 | What is the Population of the Town with a Census Ranking of 1,379 of 5,008 and an Area km 2 smaller than 8.35? | CREATE TABLE table_name_70 (population INTEGER, area_km_2 VARCHAR, status VARCHAR, census_ranking VARCHAR) |
SELECT away_captain FROM table_name_56 WHERE result = "aus by 264 runs" | Who was the Away captain for the Test match of Australia in England where the Result was AUS by 264 runs? | CREATE TABLE table_name_56 (away_captain VARCHAR, result VARCHAR) |
SELECT order__number FROM table_19508635_1 WHERE theme = "1960s" | Name the order number for 1960s | CREATE TABLE table_19508635_1 (order__number VARCHAR, theme VARCHAR) |
SELECT MIN(total_foreign_born__millions_) FROM table_name_38 WHERE born_in_a_non_eu_state__millions_ = 6.415 | What was the lowest number of Total Foreign-born (millions) people, when the number of people Born in a non EU state (millions) was 6.415? | CREATE TABLE table_name_38 (total_foreign_born__millions_ INTEGER, born_in_a_non_eu_state__millions_ VARCHAR) |
SELECT StuID FROM Participates_in INTERSECT SELECT StuID FROM Student WHERE age < 20 | Show the ids for all the students who participate in an activity and are under 20. | CREATE TABLE Student (StuID VARCHAR, age INTEGER); CREATE TABLE Participates_in (StuID VARCHAR, age INTEGER) |
SELECT Name FROM teacher ORDER BY Age | List the names of teachers in ascending order of age. | CREATE TABLE teacher (Name VARCHAR, Age VARCHAR) |
SELECT engine_s_ FROM table_name_7 WHERE year = 1992 | What engines have the year 1992? | CREATE TABLE table_name_7 (engine_s_ VARCHAR, year VARCHAR) |
SELECT became_duchess FROM table_name_77 WHERE name = "eleonor magdalene of the palatinate-neuburg" | When did eleonor magdalene of the palatinate-neuburg become duchess? | CREATE TABLE table_name_77 (became_duchess VARCHAR, name VARCHAR) |
SELECT MAX(silver) FROM table_name_34 WHERE nation = "malaysia" AND total < 23 | What is the largest silver from Malaysia with a Total smaller than 23? | CREATE TABLE table_name_34 (silver INTEGER, nation VARCHAR, total VARCHAR) |
SELECT runner_s__up FROM table_name_37 WHERE margin_of_victory = "3 strokes" | Name the runner-up for margin of victory of 3 strokes | CREATE TABLE table_name_37 (runner_s__up VARCHAR, margin_of_victory VARCHAR) |
SELECT SUM(bronze) FROM table_name_97 WHERE silver < 3 AND rank < 31 AND gold = 5 | How many bronze medals did the nation have that had less than 3 silver, 5 gold and ranked better than 31? | CREATE TABLE table_name_97 (bronze INTEGER, gold VARCHAR, silver VARCHAR, rank VARCHAR) |
SELECT winning_score FROM table_name_40 WHERE tournament = "b.c. open 1" | What is the winning score for the B.C. Open 1 tournament? | CREATE TABLE table_name_40 (winning_score VARCHAR, tournament VARCHAR) |
SELECT president FROM table_name_69 WHERE elected = 2010 | What president was elected in 2010? | CREATE TABLE table_name_69 (president VARCHAR, elected VARCHAR) |
SELECT index__year_ FROM table_19948664_1 WHERE author___editor___source = "United Nations (UNDP)" AND ranking_la__2_ = "2nd" | What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking? | CREATE TABLE table_19948664_1 (index__year_ VARCHAR, author___editor___source VARCHAR, ranking_la__2_ VARCHAR) |
SELECT MIN(events) FROM table_name_14 WHERE cuts_made = 17 AND top_25 < 8 | What is the lowest events that have 17 as the cuts made, with a top-25 less than 8? | CREATE TABLE table_name_14 (events INTEGER, cuts_made VARCHAR, top_25 VARCHAR) |
SELECT MAX(gold) FROM table_name_63 WHERE silver = 1 AND bronze < 0 | what is the highest gold when silver is 1 and bronze is less than 0? | CREATE TABLE table_name_63 (gold INTEGER, silver VARCHAR, bronze VARCHAR) |
SELECT opponent FROM table_name_50 WHERE date = "june 3" | Who was the opponent on June 3? | CREATE TABLE table_name_50 (opponent VARCHAR, date VARCHAR) |
SELECT country FROM table_145439_1 WHERE health = "91.4" | what's the country with health being 91.4 | CREATE TABLE table_145439_1 (country VARCHAR, health VARCHAR) |
SELECT final FROM table_name_18 WHERE run_3 = "1:19.49" | Which final has a run of 1:19.49? | CREATE TABLE table_name_18 (final VARCHAR, run_3 VARCHAR) |
SELECT song_name FROM song ORDER BY resolution | Give me a list of the names of all songs ordered by their resolution. | CREATE TABLE song (song_name VARCHAR, resolution VARCHAR) |
SELECT edo_flight FROM table_14118521_1 WHERE duration = "17 days, 15 hours, 53 minutes, 18 seconds" | what's the edo flight with duration being 17 days, 15 hours, 53 minutes, 18 seconds | CREATE TABLE table_14118521_1 (edo_flight VARCHAR, duration VARCHAR) |
SELECT MIN(snatch) FROM table_name_21 WHERE clean_ & _jerk < 185 | What is the lowest weight snatched for a lifter who had a clean and jerk less than 185? | CREATE TABLE table_name_21 (snatch INTEGER, clean_ VARCHAR, _jerk VARCHAR) |
SELECT song_title FROM table_name_53 WHERE track < 8 AND release_date = "3/22/57" | What is the title of the song with a track less than 8 released on 3/22/57? | CREATE TABLE table_name_53 (song_title VARCHAR, track VARCHAR, release_date VARCHAR) |
SELECT country FROM table_name_67 WHERE to_par > 9 AND year_s__won = "1984" | Can you tell me the Country that has the To par larger than 9, and the Year(s) won of 1984? | CREATE TABLE table_name_67 (country VARCHAR, to_par VARCHAR, year_s__won VARCHAR) |
SELECT COUNT(grid) FROM table_name_79 WHERE driver = "bruce mclaren" | What's the total grid of Bruce Mclaren? | CREATE TABLE table_name_79 (grid VARCHAR, driver VARCHAR) |
SELECT nationality FROM table_name_17 WHERE round = "1" AND position = "c" | What is the nationality of the player in Position C from Round 1? | CREATE TABLE table_name_17 (nationality VARCHAR, round VARCHAR, position VARCHAR) |
SELECT MIN(area__km²_) FROM table_name_55 WHERE population__2010_ = 7 OFFSET 616 | Where is the lowest area with a population of 7,616? | CREATE TABLE table_name_55 (area__km²_ INTEGER, population__2010_ VARCHAR) |
SELECT SUM(rank) FROM table_name_56 WHERE nation = "new zealand" AND bronze < 1 | What is the total rank for New Zealand, when less than 1 bronze medals were won? | CREATE TABLE table_name_56 (rank INTEGER, nation VARCHAR, bronze VARCHAR) |
SELECT AVG(quantity) FROM table_name_91 WHERE numbers = "29-36" | What is the quantity of the item with the numbers of 29-36? | CREATE TABLE table_name_91 (quantity INTEGER, numbers VARCHAR) |
SELECT college_junior_club_team FROM table_1965650_10 WHERE player = "Lee Palmer" | What team does Lee Palmer play for? | CREATE TABLE table_1965650_10 (college_junior_club_team VARCHAR, player VARCHAR) |
SELECT surface FROM table_name_51 WHERE outcome = "winner" AND opponent = "judith wiesner" | What was the surface when the opponent was judith wiesner, and the outcome was winner? | CREATE TABLE table_name_51 (surface VARCHAR, outcome VARCHAR, opponent VARCHAR) |
SELECT COUNT(points) FROM table_name_89 WHERE year = 1952 | Name the total number of points for 1952 | CREATE TABLE table_name_89 (points VARCHAR, year VARCHAR) |
SELECT COUNT(status) FROM table_2801185_2 WHERE district = "Durham" | How many statuses are there for the Durham district? | CREATE TABLE table_2801185_2 (status VARCHAR, district VARCHAR) |
SELECT road_team FROM table_name_24 WHERE date = "may 2" | Who was the road team on May 2? | CREATE TABLE table_name_24 (road_team VARCHAR, date VARCHAR) |
SELECT rank FROM table_name_12 WHERE opposition = "limerick" | Which Rank has an Opposition of limerick? | CREATE TABLE table_name_12 (rank VARCHAR, opposition VARCHAR) |
SELECT goals_l_c_e_ FROM table_name_50 WHERE app_l_c_e_ = "55 (47/5/3)" | What are the gaols(L/C/E) with an App(L/C/E) of 55 (47/5/3)? | CREATE TABLE table_name_50 (goals_l_c_e_ VARCHAR, app_l_c_e_ VARCHAR) |
SELECT title FROM table_18734298_1 WHERE production_code = "1ACX09" | What is the title of the production code 1acx09? | CREATE TABLE table_18734298_1 (title VARCHAR, production_code VARCHAR) |
SELECT MIN(crowd) FROM table_name_29 WHERE venue = "hisense arena" AND date = "8 february" | Name the lowest Crowd of hisense arena on 8 february? | CREATE TABLE table_name_29 (crowd INTEGER, venue VARCHAR, date VARCHAR) |
SELECT team FROM table_28884858_2 WHERE capacity_percentage = "102.3%" | What team had a capacity of 102.3%? | CREATE TABLE table_28884858_2 (team VARCHAR, capacity_percentage VARCHAR) |
SELECT COUNT(mens_doubles) FROM table_12171145_1 WHERE womens_doubles = "Catrine Bengtsson Margit Borg" | How many mens doubles when womens doubles is catrine bengtsson margit borg? | CREATE TABLE table_12171145_1 (mens_doubles VARCHAR, womens_doubles VARCHAR) |
SELECT home_team AS score FROM table_name_43 WHERE venue = "kardinia park" | What was the home team score at Kardinia Park? | CREATE TABLE table_name_43 (home_team VARCHAR, venue VARCHAR) |
SELECT player FROM table_name_51 WHERE pick__number = "69" | What is the name of the player that is pick #69? | CREATE TABLE table_name_51 (player VARCHAR, pick__number VARCHAR) |
SELECT SUM(number_of_issues) FROM table_name_82 WHERE end_month = "jan–72" | How many issues end on jan–72? | CREATE TABLE table_name_82 (number_of_issues INTEGER, end_month VARCHAR) |
SELECT sport FROM table_name_75 WHERE medal = "gold" AND event = "men's light flyweight" | Name the sport for men's light flyweight with medal of gold | CREATE TABLE table_name_75 (sport VARCHAR, medal VARCHAR, event VARCHAR) |
SELECT MAX(pop__2010_) FROM table_name_58 WHERE geo_id = 3802763220 AND longitude > -98.936777 | What is the highest 2010 population having GEO ID of 3802763220 and longitude over -98.936777? | CREATE TABLE table_name_58 (pop__2010_ INTEGER, geo_id VARCHAR, longitude VARCHAR) |
SELECT COUNT(full_professors) FROM table_name_72 WHERE head = "hartmut kliemt" AND lecturers > 0 | How many full professors work under Hartmut Kliemt with more than 0 lecturers? | CREATE TABLE table_name_72 (full_professors VARCHAR, head VARCHAR, lecturers VARCHAR) |
SELECT opponent FROM table_name_42 WHERE october > 20 AND score = "2–2" | Which Opponent has a October larger than 20 with a Score of 2–2? | CREATE TABLE table_name_42 (opponent VARCHAR, october VARCHAR, score VARCHAR) |
SELECT distribution FROM table_1357052_6 WHERE grsecurity = "No" | what's the dbeingtribution with grsecurity being no | CREATE TABLE table_1357052_6 (distribution VARCHAR, grsecurity VARCHAR) |
SELECT family_friendly FROM table_name_8 WHERE decade = "1970s" AND genre = "punk" | What is the family friendly status of the punk genre song from the 1970s? | CREATE TABLE table_name_8 (family_friendly VARCHAR, decade VARCHAR, genre VARCHAR) |
SELECT date FROM table_11960944_11 WHERE score = "L 88–79" | What date was the game for the score L 88–79? | CREATE TABLE table_11960944_11 (date VARCHAR, score VARCHAR) |
SELECT MIN(year) FROM table_name_69 WHERE time = "24:55:58" AND place > 3 | Which Year is the lowest one that has a Time of 24:55:58, and a Place larger than 3? | CREATE TABLE table_name_69 (year INTEGER, time VARCHAR, place VARCHAR) |
SELECT to_par FROM table_name_39 WHERE player = "d. a. weibring" | What was d. a. weibring's to par? | CREATE TABLE table_name_39 (to_par VARCHAR, player VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.