answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT club FROM table_name_12 WHERE runners_up = 1 AND winners = 0 AND third = 2
Which club has 1 runners-up with 0 winners and 2 third place earned?
CREATE TABLE table_name_12 (club VARCHAR, third VARCHAR, runners_up VARCHAR, winners VARCHAR)
SELECT date FROM table_name_74 WHERE tournament = "michalovce"
what is the date of the tournament in michalovce
CREATE TABLE table_name_74 (date VARCHAR, tournament VARCHAR)
SELECT COUNT(heat) FROM table_name_39 WHERE name = "miguel molina"
How many Heats have a Name of miguel molina?
CREATE TABLE table_name_39 (heat VARCHAR, name VARCHAR)
SELECT MAX(rank) FROM table_1350350_2 WHERE per_capita_income = "$17,013"
what is the maximum rank with per capita income being $17,013
CREATE TABLE table_1350350_2 (rank INTEGER, per_capita_income VARCHAR)
SELECT T1.name, COUNT(*) FROM useracct AS T1 JOIN review AS T2 ON T1.u_id = T2.u_id GROUP BY T2.u_id
For each user, find their name and the number of reviews written by them.
CREATE TABLE useracct (name VARCHAR, u_id VARCHAR); CREATE TABLE review (u_id VARCHAR)
SELECT venue FROM table_name_16 WHERE season = 1963 AND date = "17 november 1963"
What venue had an event on 17 November 1963?
CREATE TABLE table_name_16 (venue VARCHAR, season VARCHAR, date VARCHAR)
SELECT COUNT(class_aA) FROM table_14601528_2 WHERE class_aAA = Bridgeport AND school_year = "1999-2000"
Name the number of class aa for bridgeport and 1999-2000
CREATE TABLE table_14601528_2 (class_aA VARCHAR, class_aAA VARCHAR, Bridgeport VARCHAR, school_year VARCHAR)
SELECT MIN(attendance) FROM table_name_77 WHERE result = "1-0" AND venue = "a" AND opponent = "newcastle united"
Which Attendance has a Result of 1-0, and a Venue of A, and an Opponent of newcastle united?
CREATE TABLE table_name_77 (attendance INTEGER, opponent VARCHAR, result VARCHAR, venue VARCHAR)
SELECT AVG(laps) FROM table_name_56 WHERE grid < 19 AND time_retired = "+21.3 secs"
What is the mean number of laps when the grid is less than 19 and time/retired is +21.3 secs?
CREATE TABLE table_name_56 (laps INTEGER, grid VARCHAR, time_retired VARCHAR)
SELECT status FROM table_name_83 WHERE name = "mexborough"
What is the Status of Mexborough?
CREATE TABLE table_name_83 (status VARCHAR, name VARCHAR)
SELECT for_the_show FROM table_name_22 WHERE category = "best actor in a lead role – female (popular)" AND year = 2006
What show had a nomination for best actor in a lead role – female (popular) in 2006?
CREATE TABLE table_name_22 (for_the_show VARCHAR, category VARCHAR, year VARCHAR)
SELECT player_name FROM table_20871703_1 WHERE college = "Eastern Michigan"
Who is the player name when eastern michigan is the college?
CREATE TABLE table_20871703_1 (player_name VARCHAR, college VARCHAR)
SELECT place FROM table_name_10 WHERE country = "united states" AND score = 67 - 75 - 68 = 210
What place in the United States having a score of 67-75-68=210?
CREATE TABLE table_name_10 (place VARCHAR, country VARCHAR, score VARCHAR)
SELECT opponent_in_the_final FROM table_name_61 WHERE surface = "hard" AND score = "3–6, 6–3, [7–10]"
What was the Opponent on the game played on a Hard Surface with a Score of 3–6, 6–3, [7–10]?
CREATE TABLE table_name_61 (opponent_in_the_final VARCHAR, surface VARCHAR, score VARCHAR)
SELECT MAX(down__up_to_kbit_s_) FROM table_1773908_3 WHERE provider = "Deutsche Telekom AG"
What is download bandwith where the provider is deutsche telekom ag?
CREATE TABLE table_1773908_3 (down__up_to_kbit_s_ INTEGER, provider VARCHAR)
SELECT fleet_numbers FROM table_name_68 WHERE diagram < 99 AND built = "1960"
What fleet numbers have a diagram less than 99 and built in 1960?
CREATE TABLE table_name_68 (fleet_numbers VARCHAR, diagram VARCHAR, built VARCHAR)
SELECT COUNT(date) FROM table_16388230_1 WHERE home_team = "Hawthorn"
How many days did Hawthorn play as a home team?
CREATE TABLE table_16388230_1 (date VARCHAR, home_team VARCHAR)
SELECT COUNT(*) FROM rooms WHERE NOT roomid IN (SELECT DISTINCT room FROM reservations)
Find the number of rooms that do not have any reservation.
CREATE TABLE rooms (roomid VARCHAR, room VARCHAR); CREATE TABLE reservations (roomid VARCHAR, room VARCHAR)
SELECT score FROM table_name_83 WHERE date = "20/6/97"
What was the score on 20/6/97?
CREATE TABLE table_name_83 (score VARCHAR, date VARCHAR)
SELECT COUNT(gt_20_winning_team) FROM table_27561503_2 WHERE sports_20_winning_team = "#16 Trans Ocean Motors" AND circuit = "Castle Rock"
Name the gt 2.0 winning team for sports 2.0 winning team for #16 trans ocean motors for castle rock
CREATE TABLE table_27561503_2 (gt_20_winning_team VARCHAR, sports_20_winning_team VARCHAR, circuit VARCHAR)
SELECT label FROM table_name_25 WHERE media = "cd" AND release_date = 2004
What is the label for a CD released in 2004?
CREATE TABLE table_name_25 (label VARCHAR, media VARCHAR, release_date VARCHAR)
SELECT venue FROM table_name_14 WHERE date = "29 april 2007"
Tell me the venue of 29 april 2007
CREATE TABLE table_name_14 (venue VARCHAR, date VARCHAR)
SELECT main_presenter FROM table_24224647_2 WHERE region_country = "Estonia"
Who is every main presenter for the Estonia region/country?
CREATE TABLE table_24224647_2 (main_presenter VARCHAR, region_country VARCHAR)
SELECT grid FROM table_name_55 WHERE laps = "71" AND driver = "allan mcnish"
What is the grid with 71 laps and the driver, Allan McNish.
CREATE TABLE table_name_55 (grid VARCHAR, laps VARCHAR, driver VARCHAR)
SELECT purpose FROM table_name_34 WHERE callsign = "6nan"
Callsign of 6nan has what purpose?
CREATE TABLE table_name_34 (purpose VARCHAR, callsign VARCHAR)
SELECT permanence_of_the_body FROM table_11609814_1 WHERE penance = "the undifferenced"
what's the permanence of the body where penance is the undifferenced
CREATE TABLE table_11609814_1 (permanence_of_the_body VARCHAR, penance VARCHAR)
SELECT card_number FROM member WHERE Hometown LIKE "%Kentucky%"
list the card number of all members whose hometown address includes word "Kentucky".
CREATE TABLE member (card_number VARCHAR, Hometown VARCHAR)
SELECT surface FROM table_name_92 WHERE tournament = "valencia , spain"
Name the Surface that of Tournament of valencia , spain?
CREATE TABLE table_name_92 (surface VARCHAR, tournament VARCHAR)
SELECT location_attendance FROM table_27700530_10 WHERE high_assists = "Gilbert Arenas (9)"
What is the location and attendance of the game when gilbert arenas (9) had the high assists?
CREATE TABLE table_27700530_10 (location_attendance VARCHAR, high_assists VARCHAR)
SELECT points_classification FROM table_name_7 WHERE general_classification = "bernard hinault" AND trofeo_fast_team = "bianchi" AND winner = "urs freuler" AND stage = "4"
Which points classification shares a general classification of Bernard Hinault, a Trofeo Fast Tem of Bianchi, was won by Urs Freuler, and was stage 4?
CREATE TABLE table_name_7 (points_classification VARCHAR, stage VARCHAR, winner VARCHAR, general_classification VARCHAR, trofeo_fast_team VARCHAR)
SELECT nation FROM table_name_32 WHERE total < 2 AND bronze < 1 AND silver = 1
What nation has a total less than 2, silver of 1 and bronze less than 1?
CREATE TABLE table_name_32 (nation VARCHAR, silver VARCHAR, total VARCHAR, bronze VARCHAR)
SELECT AVG(week) FROM table_name_51 WHERE attendance = "49,097"
In what Week was the Attendance 49,097?
CREATE TABLE table_name_51 (week INTEGER, attendance VARCHAR)
SELECT COUNT(*), t1.stuid FROM student AS t1 JOIN has_pet AS t2 ON t1.stuid = t2.stuid GROUP BY t1.stuid
For students who have pets , how many pets does each student have ? list their ids instead of names .
CREATE TABLE has_pet (stuid VARCHAR); CREATE TABLE student (stuid VARCHAR)
SELECT pick FROM table_name_53 WHERE round > 2 AND player = "bill gramatica"
What was the pick for Bill Gramatica after round 2?
CREATE TABLE table_name_53 (pick VARCHAR, round VARCHAR, player VARCHAR)
SELECT entered FROM table_name_74 WHERE time = "29:28"
What is the entered number for the person with a time of 29:28?
CREATE TABLE table_name_74 (entered VARCHAR, time VARCHAR)
SELECT passed FROM table_256286_43 WHERE no_votes = 312187
What is every entry for passed when NO votes is 312187?
CREATE TABLE table_256286_43 (passed VARCHAR, no_votes VARCHAR)
SELECT substrate FROM table_name_55 WHERE product = "protoporphyrin ix"
What is protoporphyrin ix's substrate?
CREATE TABLE table_name_55 (substrate VARCHAR, product VARCHAR)
SELECT date FROM table_name_7 WHERE grand_prix = "austrian grand prix"
When was the Austrian Grand Prix?
CREATE TABLE table_name_7 (date VARCHAR, grand_prix VARCHAR)
SELECT administrative_district FROM table_name_76 WHERE pre_1009_province = "gwannae -do" AND post_1009_province = "seohae -do"
Which Administrative district has a Pre-1009 province of gwannae -do and a Post-1009 province of seohae -do?
CREATE TABLE table_name_76 (administrative_district VARCHAR, pre_1009_province VARCHAR, post_1009_province VARCHAR)
SELECT alternate FROM table_name_19 WHERE second = "piotras gerasimovici"
What is the alternate of the nation with Piotras Gerasimovici as the second?
CREATE TABLE table_name_19 (alternate VARCHAR, second VARCHAR)
SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Zach' AND T1.gender = 'female'
Find the names of females who are friends with Zach
CREATE TABLE PersonFriend (name VARCHAR, friend VARCHAR); CREATE TABLE Person (name VARCHAR, gender VARCHAR)
SELECT SUM(start) FROM table_name_35 WHERE year < 2012 AND team = "team penske" AND finish > 27
How many starts have a year prior to 2012, and team penske as the team, with a finish greater than 27?
CREATE TABLE table_name_35 (start INTEGER, finish VARCHAR, year VARCHAR, team VARCHAR)
SELECT profits__billion_$_ FROM table_19112_3 WHERE market_value__billion_$_ = "11.8"
Name the profits for market value of 11.8
CREATE TABLE table_19112_3 (profits__billion_$_ VARCHAR, market_value__billion_$_ VARCHAR)
SELECT lifetime_achievement_award FROM table_name_38 WHERE band = "snow patrol" AND female = "juliet turner"
Who won the Lifetime Achievement Award when Snow Patrol performed and Juliet Turner presented?
CREATE TABLE table_name_38 (lifetime_achievement_award VARCHAR, band VARCHAR, female VARCHAR)
SELECT language FROM table_1837570_1 WHERE coverage_area = "Klang Petaling Jaya Shah Alam"
Which languages are offered in the coverage area of klang petaling jaya shah alam?
CREATE TABLE table_1837570_1 (language VARCHAR, coverage_area VARCHAR)
SELECT AVG(rank) FROM table_name_15 WHERE nation = "west germany" AND gold > 1
Name the average rank for west germany when gold is more than 1
CREATE TABLE table_name_15 (rank INTEGER, nation VARCHAR, gold VARCHAR)
SELECT MIN(position) FROM table_name_43 WHERE lost < 3 AND difference = "1" AND played > 7
What was the lowest Position for a Team with fewer than 3 Lost, a Difference of 1, and more than 7 games Played?
CREATE TABLE table_name_43 (position INTEGER, played VARCHAR, lost VARCHAR, difference VARCHAR)
SELECT college_junior_club_team FROM table_name_2 WHERE player = "jason holland"
Tell me the college for jason holland
CREATE TABLE table_name_2 (college_junior_club_team VARCHAR, player VARCHAR)
SELECT data_limit__gb FROM table_name_18 WHERE company = "t-mobile" AND plan_name = "internet basic"
What is the data limit for a T-Mobile internet basic plan?
CREATE TABLE table_name_18 (data_limit__gb VARCHAR, company VARCHAR, plan_name VARCHAR)
SELECT team FROM table_name_69 WHERE points < 21 AND year = 1983
What team did carlos cardus drive for in 1983 when he got less than 21 points?
CREATE TABLE table_name_69 (team VARCHAR, points VARCHAR, year VARCHAR)
SELECT country FROM table_name_89 WHERE score = 68 - 71 = 139 AND player = "k. j. choi"
From what Country is player K. J. Choi with a Score of 68-71=139?
CREATE TABLE table_name_89 (country VARCHAR, player VARCHAR, score VARCHAR)
SELECT netflix FROM table_name_92 WHERE episode < 69 AND segment_d = "s trombone"
Which Netflix episode has an overall episode number under 69 and a Segment D of S Trombone?
CREATE TABLE table_name_92 (netflix VARCHAR, episode VARCHAR, segment_d VARCHAR)
SELECT opponent FROM table_name_83 WHERE record = "3-0"
Which opponent has a record of 3-0?
CREATE TABLE table_name_83 (opponent VARCHAR, record VARCHAR)
SELECT pole_position FROM table_1137695_3 WHERE grand_prix = "Monaco grand_prix"
Who was on the pole position at the monaco grand prix?
CREATE TABLE table_1137695_3 (pole_position VARCHAR, grand_prix VARCHAR)
SELECT attendance FROM table_name_10 WHERE week = 4
What is the attendance of the game on week 4?
CREATE TABLE table_name_10 (attendance VARCHAR, week VARCHAR)
SELECT manufacturer FROM table_2226343_1 WHERE average_speed__mph_ = "150.088"
Who is the manufacturer when 150.088 is the average speed (mph)?
CREATE TABLE table_2226343_1 (manufacturer VARCHAR, average_speed__mph_ VARCHAR)
SELECT date FROM table_name_91 WHERE tournament = "tokyo, japan" AND score = "4–6, 6–4, 6–4"
Tournament of tokyo, japan, and a Score of 4–6, 6–4, 6–4 had which date attached?
CREATE TABLE table_name_91 (date VARCHAR, tournament VARCHAR, score VARCHAR)
SELECT MIN(grid) FROM table_name_21 WHERE driver = "ayrton senna"
What is the smallest grid for Ayrton Senna?
CREATE TABLE table_name_21 (grid INTEGER, driver VARCHAR)
SELECT 2009 FROM table_name_19 WHERE 2010 = "52-75"
What 2009 has 52-75 as the 2010?
CREATE TABLE table_name_19 (Id VARCHAR)
SELECT home_team AS score FROM table_name_28 WHERE ground = "optus oval"
When the Ground was Optus Oval, what is the Home team score?
CREATE TABLE table_name_28 (home_team VARCHAR, ground VARCHAR)
SELECT start FROM table_name_83 WHERE rank = "12"
What place did Jimmy Reece start from when he ranked 12?
CREATE TABLE table_name_83 (start VARCHAR, rank VARCHAR)
SELECT team FROM table_name_63 WHERE class = "c1" AND laps = 76 AND driver = "bob wollek"
What Team has Bob Wollek as a Driver with 76 Laps in C1 Class?
CREATE TABLE table_name_63 (team VARCHAR, driver VARCHAR, class VARCHAR, laps VARCHAR)
SELECT DISTINCT Registration_Date, Election_Cycle FROM VOTING_RECORD
Report the distinct registration date and the election cycle.
CREATE TABLE VOTING_RECORD (Registration_Date VARCHAR, Election_Cycle VARCHAR)
SELECT year FROM table_name_92 WHERE project = "bulworth"
What year was Bulworth nominated?
CREATE TABLE table_name_92 (year VARCHAR, project VARCHAR)
SELECT MIN(episode) FROM table_15187735_20 WHERE segment_d = "Custom Motorcycle Tanks"
Which episode has segment D on custom motorcycle tanks?
CREATE TABLE table_15187735_20 (episode INTEGER, segment_d VARCHAR)
SELECT website FROM table_name_25 WHERE year_started = 2008
Which website was started in 2008?
CREATE TABLE table_name_25 (website VARCHAR, year_started VARCHAR)
SELECT tournament FROM table_name_28 WHERE black = "kramnik" AND opening = "b66 sicilian defence"
What tournament had a black of Kramnik and an opening of B66 Sicilian Defence?
CREATE TABLE table_name_28 (tournament VARCHAR, black VARCHAR, opening VARCHAR)
SELECT MIN(crowd) FROM table_name_18 WHERE home_team = "melbourne"
What was the smallest crowd that Melbourne played for at home?
CREATE TABLE table_name_18 (crowd INTEGER, home_team VARCHAR)
SELECT max_gross_weight FROM table_10006830_1 WHERE aircraft = "Robinson R-22"
What is the max gross weight of the Robinson R-22?
CREATE TABLE table_10006830_1 (max_gross_weight VARCHAR, aircraft VARCHAR)
SELECT COUNT(runners_up) FROM table_28962227_1 WHERE winner = "Joanne Wheatley"
How many runners-up were there when Joanne Wheatley won?
CREATE TABLE table_28962227_1 (runners_up VARCHAR, winner VARCHAR)
SELECT record FROM table_name_11 WHERE home = "mavericks"
What was the record in the competition in which the home team was the Mavericks?
CREATE TABLE table_name_11 (record VARCHAR, home VARCHAR)
SELECT MIN(nanquan) FROM table_name_27 WHERE nandao < 9.44 AND rank < 9 AND total > 18.68
Which Nanquan has a Nandao smaller than 9.44, and a Rank smaller than 9, and a Total larger than 18.68?
CREATE TABLE table_name_27 (nanquan INTEGER, total VARCHAR, nandao VARCHAR, rank VARCHAR)
SELECT MIN(points) FROM table_name_54 WHERE chassis = "kurtis kraft 500a"
Name the least points for chassis of kurtis kraft 500a
CREATE TABLE table_name_54 (points INTEGER, chassis VARCHAR)
SELECT year FROM table_name_65 WHERE funny_car = "john force" AND top_fuel = "mike dunn"
In which year did John Force win Funny Car and Mike Dunn win in Top Fuel?
CREATE TABLE table_name_65 (year VARCHAR, funny_car VARCHAR, top_fuel VARCHAR)
SELECT MIN(size_in_km²) FROM table_16577990_1 WHERE central_forest_reserve = "Itwara"
What is the size of Itwara central forest reserve?
CREATE TABLE table_16577990_1 (size_in_km² INTEGER, central_forest_reserve VARCHAR)
SELECT leading_scorer FROM table_name_41 WHERE visitor = "suns"
In the competition in which the visiting team was the Suns, who was the leading scorer?
CREATE TABLE table_name_41 (leading_scorer VARCHAR, visitor VARCHAR)
SELECT MAX(touchdowns) FROM table_name_34 WHERE net_yards > 631 AND attempts < 145
What are the highest touchdowns that have net yards greater than 631, with attempts less than 145?
CREATE TABLE table_name_34 (touchdowns INTEGER, net_yards VARCHAR, attempts VARCHAR)
SELECT score FROM table_name_5 WHERE surface = "clay" AND date = "may 29, 2006"
What was the score on a clay surface on May 29, 2006?
CREATE TABLE table_name_5 (score VARCHAR, surface VARCHAR, date VARCHAR)
SELECT COUNT(scored) FROM table_name_72 WHERE position > 10
What is the total number scored of the team positioned lower than 10?
CREATE TABLE table_name_72 (scored VARCHAR, position INTEGER)
SELECT surface FROM table_name_68 WHERE date = "26 august 2001"
On what surface was the 26 August 2001 tournament played?
CREATE TABLE table_name_68 (surface VARCHAR, date VARCHAR)
SELECT _number FROM table_28195898_1 WHERE production_code = "4ABB07"
What is the season 4 # for the production code of 4abb07?
CREATE TABLE table_28195898_1 (_number VARCHAR, production_code VARCHAR)
SELECT COUNT(rank__timeslot_) FROM table_20971444_3 WHERE share__18_49_ = 13
Name the rank timeslot for 18-49 share being 13
CREATE TABLE table_20971444_3 (rank__timeslot_ VARCHAR, share__18_49_ VARCHAR)
SELECT SUM(inversions) FROM table_name_89 WHERE opened = "april 20, 2002"
Name the sum of inversions for opened of april 20, 2002
CREATE TABLE table_name_89 (inversions INTEGER, opened VARCHAR)
SELECT worldwide FROM table_name_41 WHERE film = "brave"
WHAT IS THE WORLDWIDE BOX OFFICE FOR BRAVE?
CREATE TABLE table_name_41 (worldwide VARCHAR, film VARCHAR)
SELECT college FROM table_name_98 WHERE overall > 76 AND name = "brian mitchell"
what is the college when the overall is more than 76 for brian mitchell?
CREATE TABLE table_name_98 (college VARCHAR, overall VARCHAR, name VARCHAR)
SELECT SUM(population) FROM table_name_60 WHERE official_name = "saint-antoine" AND area_km_2 > 6.43
What is the total population for Saint-Antoine with an area squared of 6.43?
CREATE TABLE table_name_60 (population INTEGER, official_name VARCHAR, area_km_2 VARCHAR)
SELECT team FROM table_name_82 WHERE qual_2 = "1:44.027"
what team had the 1:44.027 qual 2?
CREATE TABLE table_name_82 (team VARCHAR, qual_2 VARCHAR)
SELECT MAX(events) FROM table_name_34 WHERE player = "bob murphy"
How many events for bob murphy?
CREATE TABLE table_name_34 (events INTEGER, player VARCHAR)
SELECT label FROM table_name_37 WHERE region = "australia"
Which label is in Australia?
CREATE TABLE table_name_37 (label VARCHAR, region VARCHAR)
SELECT team FROM table_24172157_3 WHERE incoming_manager = "Kenny Dalglish"
What team has an incoming manager named Kenny Dalglish?
CREATE TABLE table_24172157_3 (team VARCHAR, incoming_manager VARCHAR)
SELECT MAX(appearances) FROM table_29160596_1 WHERE top_mc = "Meek Mill"
How many appearances by Meek Mill?
CREATE TABLE table_29160596_1 (appearances INTEGER, top_mc VARCHAR)
SELECT capital___endonym__ FROM table_1008653_1 WHERE capital___exonym__ = "Canberra"
What is the local name given to the city of Canberra?
CREATE TABLE table_1008653_1 (capital___endonym__ VARCHAR, capital___exonym__ VARCHAR)
SELECT record FROM table_name_53 WHERE event = "1 km time trial"
what is the record when the event is 1 km time trial?
CREATE TABLE table_name_53 (record VARCHAR, event VARCHAR)
SELECT municipality FROM table_name_42 WHERE barangay = "poblacion"
In which municipality is Barangay Poblacion?
CREATE TABLE table_name_42 (municipality VARCHAR, barangay VARCHAR)
SELECT music FROM table_name_53 WHERE year < 1963
What music is in the film before 1963?
CREATE TABLE table_name_53 (music VARCHAR, year INTEGER)
SELECT nationality FROM table_name_80 WHERE time = "2:12.56"
What is the nationality of the athlete with a time of 2:12.56?
CREATE TABLE table_name_80 (nationality VARCHAR, time VARCHAR)
SELECT original_air_date FROM table_26561498_1 WHERE patient_portrayer = "Julie Warner"
what is the original air date for julie warner?
CREATE TABLE table_26561498_1 (original_air_date VARCHAR, patient_portrayer VARCHAR)
SELECT steal_intercept_ball FROM table_name_37 WHERE sliding_tackle = "no" AND dump_tackle = "no"
Which steal/intercept ball has no for both the sliding tackle and dump tackle?
CREATE TABLE table_name_37 (steal_intercept_ball VARCHAR, sliding_tackle VARCHAR, dump_tackle VARCHAR)
SELECT AVG(played) FROM table_name_89 WHERE position < 15 AND points_1 = "19 2" AND goals_against < 65
What is the average played for entries with fewer than 65 goals against, points 1 of 19 2, and a position higher than 15?
CREATE TABLE table_name_89 (played INTEGER, goals_against VARCHAR, position VARCHAR, points_1 VARCHAR)
SELECT decision FROM table_name_8 WHERE date = "march 18"
what is the decision on the date march 18?
CREATE TABLE table_name_8 (decision VARCHAR, date VARCHAR)