answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT launch_date FROM table_18161217_2 WHERE cospar_id = "2008-033A" | CREATE TABLE table_18161217_2 (launch_date VARCHAR, cospar_id VARCHAR) | What was the launch date the satellite with cospar ID is 2008-033A? |
SELECT cospar_id FROM table_18161217_2 WHERE satellite = "Kosmos 2379" | CREATE TABLE table_18161217_2 (cospar_id VARCHAR, satellite VARCHAR) | What it the international designation for the kosmos 2379 satellite? |
SELECT estimated_end_date[_clarification_needed_] FROM table_18161217_2 WHERE cospar_id = "2001-037A" | CREATE TABLE table_18161217_2 (estimated_end_date VARCHAR, _clarification_needed_ VARCHAR, cospar_id VARCHAR) | What is the estimated end date for the 2001-037a international designated satellite? |
SELECT city FROM table_18159601_1 WHERE charter_date = "December 4, 2011" | CREATE TABLE table_18159601_1 (city VARCHAR, charter_date VARCHAR) | in which city was charter date december 4, 2011 |
SELECT COUNT(greek_designation) FROM table_18159601_1 WHERE city = "Tampa" | CREATE TABLE table_18159601_1 (greek_designation VARCHAR, city VARCHAR) | how mnay greek designation in tampa |
SELECT status FROM table_18159601_1 WHERE city = "Vestal" | CREATE TABLE table_18159601_1 (status VARCHAR, city VARCHAR) | what is the status in vestal |
SELECT collegiate_institution FROM table_18159601_1 WHERE city = "Queens" | CREATE TABLE table_18159601_1 (collegiate_institution VARCHAR, city VARCHAR) | what is the collegiate institution in queens |
SELECT original_title FROM table_18162883_1 WHERE film_title_used_in_nomination = "Run for Money" | CREATE TABLE table_18162883_1 (original_title VARCHAR, film_title_used_in_nomination VARCHAR) | What was the original title of Run for Money? |
SELECT tuesday FROM table_18173916_6 WHERE thursday = "196 Buried" | CREATE TABLE table_18173916_6 (tuesday VARCHAR, thursday VARCHAR) | What was the Tuesday episode if theThursday episode was 196 Buried? |
SELECT COUNT(friday) FROM table_18173916_6 WHERE wednesday = "210 Kirby's Epic Yarn" | CREATE TABLE table_18173916_6 (friday VARCHAR, wednesday VARCHAR) | How many episodes were shown on Friday if 210 Kirby's Epic Yarn was shown on Wednesday? |
SELECT COUNT(friday) FROM table_18173916_6 WHERE wednesday = "190 Boardwalk Empire" | CREATE TABLE table_18173916_6 (friday VARCHAR, wednesday VARCHAR) | How many episodes were shown on Friday if 190 Boardwalk Empire was shown on Wednesday? |
SELECT episodes FROM table_18173916_6 WHERE tuesday = "224 Assassin's Creed: Brotherhood Circus Training" | CREATE TABLE table_18173916_6 (episodes VARCHAR, tuesday VARCHAR) | What were the dates when 224 Assassin's Creed: Brotherhood Circus Training was shown on Tuesday? |
SELECT average_attendance_home FROM table_1816947_2 WHERE division___section = "Superettan" AND average_attendance_away = "1.889" | CREATE TABLE table_1816947_2 (average_attendance_home VARCHAR, division___section VARCHAR, average_attendance_away VARCHAR) | When the average away attendance is 1.889 in the Superettan, what's the average home attendance? |
SELECT MAX(season) FROM table_1816947_2 WHERE average_attendance_league = "2.572" | CREATE TABLE table_1816947_2 (season INTEGER, average_attendance_league VARCHAR) | In which season was the average league attendance 2.572? |
SELECT division___section FROM table_1816947_2 WHERE season = 2012 | CREATE TABLE table_1816947_2 (division___section VARCHAR, season VARCHAR) | In which division did they compete in 2012? |
SELECT highest_attendance_away FROM table_1816947_2 WHERE average_attendance_home = "3.123" | CREATE TABLE table_1816947_2 (highest_attendance_away VARCHAR, average_attendance_home VARCHAR) | When the home attendance is 3.123, what's the highest away attendance? |
SELECT division___section FROM table_1816947_2 WHERE average_attendance_home = "2.459" | CREATE TABLE table_1816947_2 (division___section VARCHAR, average_attendance_home VARCHAR) | Which division has an average home attendance of 2.459? |
SELECT COUNT(speed_rank) FROM table_181892_4 WHERE car_number = 92 | CREATE TABLE table_181892_4 (speed_rank VARCHAR, car_number VARCHAR) | How many years was he car number 92? |
SELECT COUNT(year) FROM table_181892_4 WHERE chassis = "Lotus-Ford 38/7" | CREATE TABLE table_181892_4 (year VARCHAR, chassis VARCHAR) | How many years was the chassis a lotus-ford 38/7? |
SELECT race_status FROM table_181892_4 WHERE chassis = "Lotus-Ford 38/1" | CREATE TABLE table_181892_4 (race_status VARCHAR, chassis VARCHAR) | What was the race status(es) with the lotus-ford 38/1 chassis? |
SELECT year FROM table_181892_4 WHERE race_status = "Piston" | CREATE TABLE table_181892_4 (year VARCHAR, race_status VARCHAR) | What year(s) was the race status piston? |
SELECT MAX(laps_led) FROM table_181892_4 WHERE chassis = "Lotus-Ford 34/3" | CREATE TABLE table_181892_4 (laps_led INTEGER, chassis VARCHAR) | What is the largest laps led with the lotus-ford 34/3 chassis? |
SELECT MAX(population) FROM table_1818254_1 WHERE city = "Minneapolis" | CREATE TABLE table_1818254_1 (population INTEGER, city VARCHAR) | What was the population of Minneapolis in 2012? |
SELECT burglary FROM table_1818254_1 WHERE violent_crime = "974.7" | CREATE TABLE table_1818254_1 (burglary VARCHAR, violent_crime VARCHAR) | How many burglaries occurred in the city where the violent crime rate was 974.7? |
SELECT violent_crime FROM table_1818254_1 WHERE robbery = "201.4" | CREATE TABLE table_1818254_1 (violent_crime VARCHAR, robbery VARCHAR) | What was the violent crime rate in the city where the robbery rate was 201.4? |
SELECT COUNT(property_crime) FROM table_1818254_1 WHERE burglary = "224.8" | CREATE TABLE table_1818254_1 (property_crime VARCHAR, burglary VARCHAR) | How many cities were there in 2012 where the rate of burglary was 224.8? |
SELECT value FROM table_1818471_1 WHERE mitchell = 676 | CREATE TABLE table_1818471_1 (value VARCHAR, mitchell VARCHAR) | What is every value when Mitchell is 676? |
SELECT COUNT(afinsa) FROM table_1818471_1 WHERE value = "5P" | CREATE TABLE table_1818471_1 (afinsa VARCHAR, value VARCHAR) | How many different numbers for Afinsa when value is 5p? |
SELECT scott FROM table_1818471_1 WHERE date = "(15.12)" | CREATE TABLE table_1818471_1 (scott VARCHAR, date VARCHAR) | What is every entry for Scott when the date is (15.12)? |
SELECT species FROM table_1818471_1 WHERE afinsa = 639 | CREATE TABLE table_1818471_1 (species VARCHAR, afinsa VARCHAR) | What is every species when Afinsa is 639? |
SELECT COUNT(order) FROM table_1818471_1 WHERE species = "Pavo cristatus" | CREATE TABLE table_1818471_1 (order VARCHAR, species VARCHAR) | How many orders when the species is Pavo Cristatus? |
SELECT constellation FROM table_1820752_1 WHERE distance___ly__ = "55.7" | CREATE TABLE table_1820752_1 (constellation VARCHAR, distance___ly__ VARCHAR) | If the distance is 55.7, what is the name of the constellation? |
SELECT COUNT(distance___ly__) FROM table_1820752_1 WHERE spectral_type = "G1V" | CREATE TABLE table_1820752_1 (distance___ly__ VARCHAR, spectral_type VARCHAR) | If the spectral type is g1v, what is the total distance amount? |
SELECT COUNT(hd_designation) FROM table_1820752_1 WHERE arrival_date = "February 2070" | CREATE TABLE table_1820752_1 (hd_designation VARCHAR, arrival_date VARCHAR) | What is the hd designation for arrival date of February 2070? |
SELECT spectral_type FROM table_1820752_1 WHERE constellation = "Gemini" | CREATE TABLE table_1820752_1 (spectral_type VARCHAR, constellation VARCHAR) | If the constellation is Gemini, what is the spectral type? |
SELECT COUNT(signal_power___kw__) FROM table_1820752_1 WHERE arrival_date = "January 2059" | CREATE TABLE table_1820752_1 (signal_power___kw__ VARCHAR, arrival_date VARCHAR) | If the arrival date is January 2059, what is the total amount of signal power? |
SELECT constellation FROM table_1820752_1 WHERE spectral_type = "G1V" | CREATE TABLE table_1820752_1 (constellation VARCHAR, spectral_type VARCHAR) | If the spectral type is g1v, what is the constellation? |
SELECT MAX(no) FROM table_18198579_2 WHERE tournament = "Evian Masters" | CREATE TABLE table_18198579_2 (no INTEGER, tournament VARCHAR) | List the total numbers of Evian Masters tournaments. |
SELECT original_air_date FROM table_18217753_1 WHERE season__number = 9 | CREATE TABLE table_18217753_1 (original_air_date VARCHAR, season__number VARCHAR) | What is the original air date of season 9? |
SELECT written_by FROM table_18217753_1 WHERE us_viewers__millions_ = "27.11" | CREATE TABLE table_18217753_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR) | Who were the writers when there were 27.11 million viewers? |
SELECT COUNT(series__number) FROM table_18217753_1 WHERE us_viewers__millions_ = "23.93" | CREATE TABLE table_18217753_1 (series__number VARCHAR, us_viewers__millions_ VARCHAR) | How many series had viewers totaling 23.93 million? |
SELECT COUNT(original_air_date) FROM table_18217753_1 WHERE us_viewers__millions_ = "26.06" | CREATE TABLE table_18217753_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR) | How many original air dates totaled 26.06 million viewers? |
SELECT title FROM table_18217741_1 WHERE us_viewers__millions_ = "18.58" | CREATE TABLE table_18217741_1 (title VARCHAR, us_viewers__millions_ VARCHAR) | What is the title when 18.58 u.s. viewers (millions) watched? |
SELECT COUNT(digital_terrestrial_channel) FROM table_182410_10 WHERE channel = "channel 4" | CREATE TABLE table_182410_10 (digital_terrestrial_channel VARCHAR, channel VARCHAR) | How many digital terrestrial channels are there for channel 4? |
SELECT channel FROM table_182410_10 WHERE digital_terrestrial_channel = "10" | CREATE TABLE table_182410_10 (channel VARCHAR, digital_terrestrial_channel VARCHAR) | What is the channel that is on digital terrestrial channel 10? |
SELECT digital_terrestrial_channel FROM table_182410_10 WHERE channel = "ITV3" | CREATE TABLE table_182410_10 (digital_terrestrial_channel VARCHAR, channel VARCHAR) | What is the digital terrestria channel number for itv3? |
SELECT position FROM table_182410_10 WHERE digital_terrestrial_channel = "5 44 (+1)" | CREATE TABLE table_182410_10 (position VARCHAR, digital_terrestrial_channel VARCHAR) | What is the position of digital channel 5 44 (+1)? |
SELECT delegate FROM table_1825751_14 WHERE pageant = "Elite Model Look" AND year > 1993.0 | CREATE TABLE table_1825751_14 (delegate VARCHAR, pageant VARCHAR, year VARCHAR) | where pageant is elite model look and year is bigger than 1993.0, who is the delegate? |
SELECT COUNT(year) FROM table_1825751_14 WHERE pageant = "Miss Globe International" AND delegate = "Karen Loren Medrano Agustin" | CREATE TABLE table_1825751_14 (year VARCHAR, pageant VARCHAR, delegate VARCHAR) | How many years was the pageant miss globe international and delegate was karen loren medrano agustin? |
SELECT COUNT(pageant) FROM table_1825751_14 WHERE hometown = "San Fernando, Pampanga" | CREATE TABLE table_1825751_14 (pageant VARCHAR, hometown VARCHAR) | How many pageants were in san fernando, pampanga? |
SELECT COUNT(pageant) FROM table_1825751_14 WHERE delegate = "Margaret Ann Awitan Bayot" | CREATE TABLE table_1825751_14 (pageant VARCHAR, delegate VARCHAR) | How many pageants were margaret ann awitan bayot the delegate of? |
SELECT other_awards FROM table_1825751_14 WHERE delegate = "Milagros Gutierrez" | CREATE TABLE table_1825751_14 (other_awards VARCHAR, delegate VARCHAR) | How many awards did milagros gutierrez win? |
SELECT hometown FROM table_1825751_14 WHERE pageant = "Miss Global Teen" | CREATE TABLE table_1825751_14 (hometown VARCHAR, pageant VARCHAR) | Where is the miss global teen? |
SELECT substrate FROM table_182499_1 WHERE enzyme = "ALA dehydratase" | CREATE TABLE table_182499_1 (substrate VARCHAR, enzyme VARCHAR) | what is the subtrate for enzyme ala dehydratase |
SELECT COUNT(porphyria) FROM table_182499_1 WHERE substrate = "δ-Aminolevulinic acid" | CREATE TABLE table_182499_1 (porphyria VARCHAR, substrate VARCHAR) | how many porphyria have substrate δ-aminolevulinic acid |
SELECT location FROM table_182499_1 WHERE substrate = "Coproporphyrinogen III" | CREATE TABLE table_182499_1 (location VARCHAR, substrate VARCHAR) | give the location of subtrate coproporphyrinogen iii |
SELECT written_by FROM table_18274425_1 WHERE production_code = "3T7573" | CREATE TABLE table_18274425_1 (written_by VARCHAR, production_code VARCHAR) | Who were the authors of episode having production code 3t7573? |
SELECT COUNT(no_in_season) FROM table_18274425_1 WHERE us_viewers__millions_ = "2.65" | CREATE TABLE table_18274425_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) | How many episodes had a viewership of 2.65 million? |
SELECT directed_by FROM table_18274425_1 WHERE written_by = "Mike Daniels" | CREATE TABLE table_18274425_1 (directed_by VARCHAR, written_by VARCHAR) | Who were the director/s of episodes written by Mike Daniels? |
SELECT COUNT(binibining_pilipinas_international) FROM table_1825751_4 WHERE miss_universe_philippines = "Nina Ricci Alagao" | CREATE TABLE table_1825751_4 (binibining_pilipinas_international VARCHAR, miss_universe_philippines VARCHAR) | How many winners of Binibining Pilipinas-International when Nina Ricci Alagao? |
SELECT second_runner_up FROM table_1825751_4 WHERE binibining_pilipinas_world = "Janina San Miguel" | CREATE TABLE table_1825751_4 (second_runner_up VARCHAR, binibining_pilipinas_world VARCHAR) | Who was second runner up when Janina San Miguel won Binibining Pilipinas-World? |
SELECT binibining_pilipinas_international FROM table_1825751_4 WHERE miss_universe_philippines = "Gionna Cabrera" | CREATE TABLE table_1825751_4 (binibining_pilipinas_international VARCHAR, miss_universe_philippines VARCHAR) | Who was the winner of binibining pilipinas-International wheh Gionna Cabrera won Miss Universe Philippines? |
SELECT COUNT(binibining_pilipinas_international) FROM table_1825751_4 WHERE binibining_pilipinas_world = "Maria Karla Bautista" | CREATE TABLE table_1825751_4 (binibining_pilipinas_international VARCHAR, binibining_pilipinas_world VARCHAR) | How many winners of binibining pilipinas-International when Maria Karla Bautista won binibining pilipinas-world? |
SELECT COUNT(second_runner_up) FROM table_1825751_4 WHERE binibining_pilipinas_world = "Janina San Miguel" | CREATE TABLE table_1825751_4 (second_runner_up VARCHAR, binibining_pilipinas_world VARCHAR) | Who is the second runner up when Janina San Miguel won binibining pilipinas-world? |
SELECT COUNT(miss_universe_philippines) FROM table_1825751_4 WHERE binibining_pilipinas_international = "Margaret Ann Bayot" | CREATE TABLE table_1825751_4 (miss_universe_philippines VARCHAR, binibining_pilipinas_international VARCHAR) | When Margaret Ann Bayot won binibining pilipinas-international, how many winners of Miss Universe Philippines were there? |
SELECT MIN(population_served) FROM table_18268930_1 | CREATE TABLE table_18268930_1 (population_served INTEGER) | What's the minimal number of population served? |
SELECT partner FROM table_18268930_1 WHERE location = "Tamara, HON" | CREATE TABLE table_18268930_1 (partner VARCHAR, location VARCHAR) | Who's the partner at Tamara, Hon? |
SELECT MIN(votes_khuzestan) FROM table_1827900_1 WHERE _percentage_of_votes_khuzestan = "34.50" | CREATE TABLE table_1827900_1 (votes_khuzestan INTEGER, _percentage_of_votes_khuzestan VARCHAR) | How many votes Khuzestan were there when the percentage was 34.50? |
SELECT COUNT(votes_khuzestan) FROM table_1827900_1 WHERE _percentage_of_votes_khuzestan = "34.50" | CREATE TABLE table_1827900_1 (votes_khuzestan VARCHAR, _percentage_of_votes_khuzestan VARCHAR) | How many figures for votes Khuzestan were there when the percentage was 34.50? |
SELECT _percentage_of_votes_nationally FROM table_1827900_1 WHERE candidates = "Mahmoud Ahmadinejad" | CREATE TABLE table_1827900_1 (_percentage_of_votes_nationally VARCHAR, candidates VARCHAR) | What was the percentage of national votes for Mahmoud Ahmadinejad? |
SELECT revenue__£million_ FROM table_18304259_1 WHERE earnings_per_share__p_ = "8.9" | CREATE TABLE table_18304259_1 (revenue__£million_ VARCHAR, earnings_per_share__p_ VARCHAR) | Name the revenue for eps being 8.9 |
SELECT COUNT(year_to_april) FROM table_18304259_1 WHERE ebit__£m_ = "24.5" | CREATE TABLE table_18304259_1 (year_to_april VARCHAR, ebit__£m_ VARCHAR) | Name the total number of year to april for ebit being 24.5 |
SELECT earnings_per_share__p_ FROM table_18304259_1 WHERE net_profit__£m_ = "39.2" | CREATE TABLE table_18304259_1 (earnings_per_share__p_ VARCHAR, net_profit__£m_ VARCHAR) | Name the eps for net profit being 39.2 |
SELECT ebit__£m_ FROM table_18304259_1 WHERE earnings_per_share__p_ = "10.6" | CREATE TABLE table_18304259_1 (ebit__£m_ VARCHAR, earnings_per_share__p_ VARCHAR) | Name the ebit for eps being 10.6 |
SELECT pop_density__km_2__ FROM table_1828368_1 WHERE area__km_2__ = "28.3" | CREATE TABLE table_1828368_1 (pop_density__km_2__ VARCHAR, area__km_2__ VARCHAR) | What are the population densities of all communes with an are of 28.3 sq.km.? |
SELECT commune FROM table_1828368_1 WHERE area__km_2__ = "12.4" | CREATE TABLE table_1828368_1 (commune VARCHAR, area__km_2__ VARCHAR) | What commune has an area of 12.4 sq.km.? |
SELECT city FROM table_18299148_1 WHERE resolution = "Negotiated exile in Austria" | CREATE TABLE table_18299148_1 (city VARCHAR, resolution VARCHAR) | Which city has a resolution that is negotiated exile in Austria? |
SELECT COUNT(Missions) AS country FROM table_18299148_1 WHERE notability = "President of Burundi" | CREATE TABLE table_18299148_1 (Missions VARCHAR, notability VARCHAR) | How many missions countries have notability with president of burundi? |
SELECT nickname_s_ FROM table_18304058_2 WHERE enrollment__2013_14_ = 436 | CREATE TABLE table_18304058_2 (nickname_s_ VARCHAR, enrollment__2013_14_ VARCHAR) | What is the nickname of the team whose 2013/2014 enrollment is 436? |
SELECT team_name FROM table_18304058_2 WHERE sports = "Football" AND schools = "Elverado Trico" | CREATE TABLE table_18304058_2 (team_name VARCHAR, sports VARCHAR, schools VARCHAR) | What is the name of the team from the Elverado Trico school in football? |
SELECT years_of_kindergarten AS provided FROM table_1831309_1 WHERE canton = "Ticino" | CREATE TABLE table_1831309_1 (years_of_kindergarten VARCHAR, canton VARCHAR) | How many years of kindergarten is provided in Ticino? |
SELECT MAX(length_of_mandatory_secondary_school) FROM table_1831309_1 | CREATE TABLE table_1831309_1 (length_of_mandatory_secondary_school INTEGER) | What is the longest length of mandatory secondary school? |
SELECT writer_s FROM table_18305523_2 WHERE cover_date = "19 October 1985" | CREATE TABLE table_18305523_2 (writer_s VARCHAR, cover_date VARCHAR) | Who wrote the story that is cover date 19 October 1985? |
SELECT COUNT(cover_date) FROM table_18305523_2 WHERE story_title = "DEVASTATION DERBY! (Part 1)" | CREATE TABLE table_18305523_2 (cover_date VARCHAR, story_title VARCHAR) | How many cover dates does the story "Devastation Derby! (part 1)" have? |
SELECT comments FROM table_18305523_2 WHERE cover_date = "14 March 1987" | CREATE TABLE table_18305523_2 (comments VARCHAR, cover_date VARCHAR) | What is the comment on the issue dated 14 March 1987? |
SELECT story_title FROM table_18305523_2 WHERE artist_s = "Barry Kitson and Farmer" | CREATE TABLE table_18305523_2 (story_title VARCHAR, artist_s VARCHAR) | What is the title of the issue where the art was done by Barry Kitson and Farmer? |
SELECT MIN(_number) FROM table_18305523_1 | CREATE TABLE table_18305523_1 (_number INTEGER) | What is the minimum number which is for title The Enemy Within part 1? |
SELECT hydroxymatairesinol FROM table_1831262_2 WHERE sesamin = "62724" | CREATE TABLE table_1831262_2 (hydroxymatairesinol VARCHAR, sesamin VARCHAR) | what is the number of hydroxymatairesinol where sesamin is 62724? |
SELECT sesamin FROM table_1831262_2 WHERE secoisolariciresinol = 240 | CREATE TABLE table_1831262_2 (sesamin VARCHAR, secoisolariciresinol VARCHAR) | what is the total number of sesamin were secoisolariciresinol is 240? |
SELECT MAX(pinoresinol) FROM table_1831262_2 WHERE foodstuff = "Wheat bran" | CREATE TABLE table_1831262_2 (pinoresinol INTEGER, foodstuff VARCHAR) | what is the maximum number of pinorinol in wheat bran? |
SELECT sesamin FROM table_1831262_2 WHERE foodstuff = "Sesame seed" | CREATE TABLE table_1831262_2 (sesamin VARCHAR, foodstuff VARCHAR) | how much sesamin is in sesame seed? |
SELECT MIN(lariciresinol) FROM table_1831262_2 WHERE matairesinol = 440 | CREATE TABLE table_1831262_2 (lariciresinol INTEGER, matairesinol VARCHAR) | what is the minimum number is lariciresinol where matairesinol number is 440? |
SELECT calling_at FROM table_18332845_2 WHERE arrival = "18.42" | CREATE TABLE table_18332845_2 (calling_at VARCHAR, arrival VARCHAR) | What was the calling for the 18.42 arrival time? |
SELECT arrival FROM table_18332845_2 WHERE calling_at = "Wansford, Peterborough East" | CREATE TABLE table_18332845_2 (arrival VARCHAR, calling_at VARCHAR) | What was the arrival for Wansford, Peterborough East? |
SELECT departure FROM table_18332845_2 WHERE arrival = "14.40" | CREATE TABLE table_18332845_2 (departure VARCHAR, arrival VARCHAR) | What was the departure time when the arrival was 14.40? |
SELECT departure FROM table_18332845_2 WHERE going_to = "Peterborough East" AND arrival = "12.40" | CREATE TABLE table_18332845_2 (departure VARCHAR, going_to VARCHAR, arrival VARCHAR) | What is the departure for Peterborough East whose arrival time is 12.40? |
SELECT calling_at FROM table_18332845_2 WHERE departure = "09.50" | CREATE TABLE table_18332845_2 (calling_at VARCHAR, departure VARCHAR) | What is the calling at for the 09.50 departure? |
SELECT going_to FROM table_18332845_2 WHERE departure = "20.35" | CREATE TABLE table_18332845_2 (going_to VARCHAR, departure VARCHAR) | Where is the train going to when departing at 20.35? |
SELECT 3 AS _dart_average FROM table_18317531_1 WHERE player = "Michael van Gerwen" | CREATE TABLE table_18317531_1 (player VARCHAR) | Name the 3 dart average for michael van gerwen |
SELECT COUNT(calling_at) FROM table_18333678_2 WHERE arrival = "09.06" | CREATE TABLE table_18333678_2 (calling_at VARCHAR, arrival VARCHAR) | how many callings of trains arriving at 09.06 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.