answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT 2011 FROM table_name_4 WHERE 2008 = "2r"
How many sets were played in the 2011 tournament, in which 2R were played in 2008?
CREATE TABLE table_name_4 (Id VARCHAR)
SELECT set_3 FROM table_name_79 WHERE date = "30 may" AND set_1 = "20–25"
What is the Set 3 on 30 may, and a Set 1 is 20–25?
CREATE TABLE table_name_79 (set_3 VARCHAR, date VARCHAR, set_1 VARCHAR)
SELECT MIN(rank) FROM table_name_95 WHERE gold < 3 AND silver = 0 AND bronze > 2
What is the lowest rank of a nation with fewer than 3 gold medals, more than 2 bronze medals, and 0 silver medals?
CREATE TABLE table_name_95 (rank INTEGER, bronze VARCHAR, gold VARCHAR, silver VARCHAR)
SELECT MIN(draft) FROM table_name_7 WHERE nationality = "canada" AND player = "shane doan category:articles with hcards" AND round < 1
What is the lowest Draft, when Nationality is "Canada", when Player is "Shane Doan Category:Articles with hCards", and when Round is less than 1?
CREATE TABLE table_name_7 (draft INTEGER, round VARCHAR, nationality VARCHAR, player VARCHAR)
SELECT material_or_non_material FROM table_name_63 WHERE suits = "2" AND opponents = "either"
Is it material or non-material when there are 2 suits for either opponent?
CREATE TABLE table_name_63 (material_or_non_material VARCHAR, suits VARCHAR, opponents VARCHAR)
SELECT position FROM table_name_27 WHERE competition = "world championships" AND year > 1997
Which Position has a Competition of world championships, and a Year larger than 1997?
CREATE TABLE table_name_27 (position VARCHAR, competition VARCHAR, year VARCHAR)
SELECT original_air_date FROM table_17356205_1 WHERE directed_by = "Terrence Nightingall"
What is the original air date of the episode directed by Terrence Nightingall?
CREATE TABLE table_17356205_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT condition FROM table_1099080_1 WHERE partial_thromboplastin_time = "Prolonged" AND bleeding_time = "Prolonged"
What conditions had both prolonged bleeding times and prolonged partial thromboplastin times
CREATE TABLE table_1099080_1 (condition VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR)
SELECT record FROM table_name_75 WHERE loss = "r. springer"
What is the record loss of R. Springer?
CREATE TABLE table_name_75 (record VARCHAR, loss VARCHAR)
SELECT date FROM table_name_36 WHERE attendance > 74 OFFSET 382
When was the Attendance larger than 74,382?
CREATE TABLE table_name_36 (date VARCHAR, attendance INTEGER)
SELECT record FROM table_27539535_7 WHERE opponent = "Ottawa Senators"
What was the teams record when they played the ottawa senators?
CREATE TABLE table_27539535_7 (record VARCHAR, opponent VARCHAR)
SELECT current_club FROM table_name_36 WHERE year_born > 1983 AND height < 2.12 AND position = "forward"
What is the current club of the Forward who was born after 1983 and who has a height under 2.12?
CREATE TABLE table_name_36 (current_club VARCHAR, position VARCHAR, year_born VARCHAR, height VARCHAR)
SELECT visitor FROM table_name_15 WHERE date = "november 27"
what visitor came on november 27
CREATE TABLE table_name_15 (visitor VARCHAR, date VARCHAR)
SELECT COUNT(location) FROM table_12547903_3 WHERE callsign = "DXCL"
How many places featured the DXCL Callsign?
CREATE TABLE table_12547903_3 (location VARCHAR, callsign VARCHAR)
SELECT AVG(date) FROM table_name_29 WHERE record = "30-31-9" AND game > 70
What was the average date with a record of 30-31-9 in a game over 70?
CREATE TABLE table_name_29 (date INTEGER, record VARCHAR, game VARCHAR)
SELECT player FROM table_name_80 WHERE college = "depaul"
What player went to DePaul University?
CREATE TABLE table_name_80 (player VARCHAR, college VARCHAR)
SELECT result FROM table_name_24 WHERE attendance = "70,721"
What was the score for the game that attendance was 70,721?
CREATE TABLE table_name_24 (result VARCHAR, attendance VARCHAR)
SELECT name FROM table_name_62 WHERE type = "primary" AND dcsf_number = 2045
Which school is a primary school with DCSF number 2045?
CREATE TABLE table_name_62 (name VARCHAR, type VARCHAR, dcsf_number VARCHAR)
SELECT Nominee FROM musical WHERE Award = "Tony Award" INTERSECT SELECT Nominee FROM musical WHERE Award = "Drama Desk Award"
Show the nominees that have nominated musicals for both "Tony Award" and "Drama Desk Award".
CREATE TABLE musical (Nominee VARCHAR, Award VARCHAR)
SELECT MAX(game) FROM table_name_26 WHERE team = "sacramento"
What was the latest game that Sacramento played?
CREATE TABLE table_name_26 (game INTEGER, team VARCHAR)
SELECT incumbent FROM table_2668352_5 WHERE district = "Kentucky 2"
Who is every incumbent when Kentucky 2 is the district?
CREATE TABLE table_2668352_5 (incumbent VARCHAR, district VARCHAR)
SELECT laps FROM table_2175858_1 WHERE year = 2009
How many laps were driven in 2009?
CREATE TABLE table_2175858_1 (laps VARCHAR, year VARCHAR)
SELECT MIN(overall) FROM table_name_51 WHERE college = "arkansas" AND round > 3
What's the lowest Overall average that has a College of Arkansas, and a Round larger than 3?
CREATE TABLE table_name_51 (overall INTEGER, college VARCHAR, round VARCHAR)
SELECT surface FROM table_name_56 WHERE tournament = "united airlines tournament of champions" AND round = "final"
Name the surface for united airlines tournament of champions final round
CREATE TABLE table_name_56 (surface VARCHAR, tournament VARCHAR, round VARCHAR)
SELECT MAX(played) FROM table_name_36 WHERE points > 11 AND lost > 7
Can you tell me the highest Played that has the Points larger than 11, and the Lost larger than 7?
CREATE TABLE table_name_36 (played INTEGER, points VARCHAR, lost VARCHAR)
SELECT date FROM table_name_93 WHERE label = "nebula" AND catalog = "nebdjx029"
What is the date for the Nebula Label, and a nebdjx029 catalog?
CREATE TABLE table_name_93 (date VARCHAR, label VARCHAR, catalog VARCHAR)
SELECT AVG(goal_difference) FROM table_name_4 WHERE goals_against = 51 AND losses < 17
What is the average goal difference with 51 goals scored against and less than 17 losses?
CREATE TABLE table_name_4 (goal_difference INTEGER, goals_against VARCHAR, losses VARCHAR)
SELECT date FROM table_name_21 WHERE team = "golden state"
Can you tell me the Date that has the Team of golden state?
CREATE TABLE table_name_21 (date VARCHAR, team VARCHAR)
SELECT COUNT(year) FROM table_1547951_3 WHERE outcome = "Runner-up" AND championship = "US Open"
Name the total number of years where runner-up and championship is us open
CREATE TABLE table_1547951_3 (year VARCHAR, outcome VARCHAR, championship VARCHAR)
SELECT rank FROM table_211714_2 WHERE viewers__in_millions_ = "14.80"
Name the rank for 14.80 viewers
CREATE TABLE table_211714_2 (rank VARCHAR, viewers__in_millions_ VARCHAR)
SELECT into_service FROM table_29002641_1 WHERE number = "DH1"
Name the into service for dh1
CREATE TABLE table_29002641_1 (into_service VARCHAR, number VARCHAR)
SELECT MAX(pick__number) FROM table_10960039_6 WHERE cfl_team = "Saskatchewan Roughriders"
What is the highest selection number for the saskatchewan roughriders team?
CREATE TABLE table_10960039_6 (pick__number INTEGER, cfl_team VARCHAR)
SELECT high_assists FROM table_27734286_7 WHERE date = "January 8"
Who had the high assist total on january 8?
CREATE TABLE table_27734286_7 (high_assists VARCHAR, date VARCHAR)
SELECT competition FROM table_name_54 WHERE result = "win" AND date = "august 15, 2012"
Which competition did he win on August 15, 2012?
CREATE TABLE table_name_54 (competition VARCHAR, result VARCHAR, date VARCHAR)
SELECT MAX(round) FROM table_name_67 WHERE player = "chris phillips"
What is the highest round played by Chris Phillips?
CREATE TABLE table_name_67 (round INTEGER, player VARCHAR)
SELECT date FROM table_name_65 WHERE venue = "princes park"
When was the game at Princes Park?
CREATE TABLE table_name_65 (date VARCHAR, venue VARCHAR)
SELECT home_team FROM table_name_70 WHERE away_team = "melbourne"
What is the name of the home team when the away team was Melbourne?
CREATE TABLE table_name_70 (home_team VARCHAR, away_team VARCHAR)
SELECT SUM(decile) FROM table_name_99 WHERE area = "normanby" AND roll < 157
What is the total decile in the area of Normanby with a roller smaller than 157?
CREATE TABLE table_name_99 (decile INTEGER, area VARCHAR, roll VARCHAR)
SELECT points FROM table_name_91 WHERE place = 9
What are the Points when the Place is 9?
CREATE TABLE table_name_91 (points VARCHAR, place VARCHAR)
SELECT crude_death_rate FROM table_21258_1 WHERE deaths = "106 000"
Among deaths 106 000 how many is crude rate.
CREATE TABLE table_21258_1 (crude_death_rate VARCHAR, deaths VARCHAR)
SELECT name FROM table_name_16 WHERE case_length = "73.99 (2.913)"
Which Name has a Case Length of 73.99 (2.913)?
CREATE TABLE table_name_16 (name VARCHAR, case_length VARCHAR)
SELECT tournament FROM table_name_2 WHERE score_in_the_final = "7–5, 6–4"
Which Tournament has a Score in the final of 7–5, 6–4?
CREATE TABLE table_name_2 (tournament VARCHAR, score_in_the_final VARCHAR)
SELECT couple FROM table_19744915_18 WHERE rank = 9
When 9 is the rank who are the couple?
CREATE TABLE table_19744915_18 (couple VARCHAR, rank VARCHAR)
SELECT date FROM table_name_21 WHERE tournament = "alcobaça" AND score = "6–3, 2–6, 7–5"
What day was the score for tournament of alcobaça 6–3, 2–6, 7–5?
CREATE TABLE table_name_21 (date VARCHAR, tournament VARCHAR, score VARCHAR)
SELECT AVG(feet) FROM table_name_11 WHERE latitude__n_ = "35°48′35″" AND metres < 8 OFFSET 047
What is the average feet that has a Latitude (N) of 35°48′35″, and under 8,047m?
CREATE TABLE table_name_11 (feet INTEGER, latitude__n_ VARCHAR, metres VARCHAR)
SELECT us_release FROM table_name_79 WHERE pages = "704"
Which US release has 704 pages?
CREATE TABLE table_name_79 (us_release VARCHAR, pages VARCHAR)
SELECT result FROM table_name_38 WHERE event = "golden reel awards"
What was the result in the Golden Reel Awards?
CREATE TABLE table_name_38 (result VARCHAR, event VARCHAR)
SELECT MAX(wins) FROM table_name_82 WHERE goal_difference < 4 AND club = "villarreal cf" AND played > 38
What is the highest number of wins with a goal difference less than 4 at the Villarreal CF and more than 38 played?
CREATE TABLE table_name_82 (wins INTEGER, played VARCHAR, goal_difference VARCHAR, club VARCHAR)
SELECT record FROM table_22669044_10 WHERE high_rebounds = "Brad Miller (7)"
What's the record in the game in which Brad Miller (7) did the high rebounds?
CREATE TABLE table_22669044_10 (record VARCHAR, high_rebounds VARCHAR)
SELECT young_classification FROM table_name_26 WHERE general_classification = "christian vande velde" AND team_classification = "team columbia" AND sprint_classification = "mark cavendish"
Which young classification has general classification of Christian Vande Velde for Team Columbia and Mark Cavendish?
CREATE TABLE table_name_26 (young_classification VARCHAR, sprint_classification VARCHAR, general_classification VARCHAR, team_classification VARCHAR)
SELECT pada_3 FROM table_name_27 WHERE pada_2 = "चे che"
which Pada 3 has a Pada 2 of चे che?
CREATE TABLE table_name_27 (pada_3 VARCHAR, pada_2 VARCHAR)
SELECT release_date FROM table_23649244_2 WHERE artist_1 = "Wolfgang Gartner"
If artist 1 is Wolfgang Gartner, what is the release date?
CREATE TABLE table_23649244_2 (release_date VARCHAR, artist_1 VARCHAR)
SELECT catalogue FROM table_name_63 WHERE date = "1987"
Which catalogue has a date of 1987?
CREATE TABLE table_name_63 (catalogue VARCHAR, date VARCHAR)
SELECT cfl_team FROM table_30108930_6 WHERE pick__number = 34
Which CFL team got pick 34?
CREATE TABLE table_30108930_6 (cfl_team VARCHAR, pick__number VARCHAR)
SELECT COUNT(stations) FROM table_2385460_1 WHERE travel_time = "15 minutes"
Name the number of stations for 15 minutes travel time
CREATE TABLE table_2385460_1 (stations VARCHAR, travel_time VARCHAR)
SELECT agency FROM table_name_32 WHERE birthday = "1998.11.09"
What's the agency of the member born on 1998.11.09?
CREATE TABLE table_name_32 (agency VARCHAR, birthday VARCHAR)
SELECT venue FROM table_name_30 WHERE date = "march 11, 1999"
Where was the game on March 11, 1999 played?
CREATE TABLE table_name_30 (venue VARCHAR, date VARCHAR)
SELECT opponent FROM table_name_80 WHERE record = "2–0"
Which Opponent has a Record of 2–0?
CREATE TABLE table_name_80 (opponent VARCHAR, record VARCHAR)
SELECT COUNT(directed_by) FROM table_25277262_2 WHERE no_in_season = 3
How many people directed episode 3 in the season?
CREATE TABLE table_25277262_2 (directed_by VARCHAR, no_in_season VARCHAR)
SELECT evening_gown FROM table_11970261_2 WHERE preliminaries = "9.212"
what's the evening gown with preliminaries being 9.212
CREATE TABLE table_11970261_2 (evening_gown VARCHAR, preliminaries VARCHAR)
SELECT AVG(wins) FROM table_name_49 WHERE podiums > 1 AND points = 80 AND starts < 28
what is the average wins when the podiums is more than 1, points is 80 and starts is less than 28?
CREATE TABLE table_name_49 (wins INTEGER, starts VARCHAR, podiums VARCHAR, points VARCHAR)
SELECT COUNT(pick) FROM table_name_32 WHERE nationality = "canada" AND draft < 1976 AND player = "curt bennett" AND round < 2
What is the total pick number of player curt bennett from canada with a draft before 1976 and a round less than 2?
CREATE TABLE table_name_32 (pick VARCHAR, round VARCHAR, player VARCHAR, nationality VARCHAR, draft VARCHAR)
SELECT original_air_date FROM table_22904780_1 WHERE rank__week_ = 5
List the original air date for week 5.
CREATE TABLE table_22904780_1 (original_air_date VARCHAR, rank__week_ VARCHAR)
SELECT player FROM table_name_35 WHERE score = 68 AND country = "canada"
Which player has 68 as the score and canada as the country?
CREATE TABLE table_name_35 (player VARCHAR, score VARCHAR, country VARCHAR)
SELECT Fname, Lname, phone FROM Faculty WHERE Sex = 'F'
Show the first name, last name, and phone number for all female faculty members.
CREATE TABLE Faculty (Fname VARCHAR, Lname VARCHAR, phone VARCHAR, Sex VARCHAR)
SELECT date FROM table_name_50 WHERE surface = "hard" AND tournament = "sydney, australia"
What is the date of the Sydney, Australia tournament with a hard surface?
CREATE TABLE table_name_50 (date VARCHAR, surface VARCHAR, tournament VARCHAR)
SELECT MAX(shot_pct) FROM table_name_36 WHERE ends_lost > 44 AND skip = "cathy king" AND blank_ends < 13
What is the shot % with a 44+ Ends Lost, skip Cathy King, and smaller than 13 Black Ends?
CREATE TABLE table_name_36 (shot_pct INTEGER, blank_ends VARCHAR, ends_lost VARCHAR, skip VARCHAR)
SELECT COUNT(year) FROM table_name_56 WHERE class = "piw" AND program_title = "the adventures of..." AND score > 94.6
What was the total number for the PIW Class' The Adventures Of... and had a score bigger than 94.6?
CREATE TABLE table_name_56 (year VARCHAR, score VARCHAR, class VARCHAR, program_title VARCHAR)
SELECT theme FROM table_15778392_1 WHERE week__number = "Top 8"
WHERE THE WEEK NUMBER WAS TOP 8, WHAT WAS THE THEME?
CREATE TABLE table_15778392_1 (theme VARCHAR, week__number VARCHAR)
SELECT time FROM table_name_54 WHERE event = "100m freestyle"
What is the time of the 100m freestyle event?
CREATE TABLE table_name_54 (time VARCHAR, event VARCHAR)
SELECT player FROM table_name_29 WHERE hometown = "chula vista, ca"
What player is from Chula Vista, Ca?
CREATE TABLE table_name_29 (player VARCHAR, hometown VARCHAR)
SELECT COUNT(t_c__) AS °c_ FROM table_2282444_1 WHERE magnet = "Nd 2 Fe 14 B (bonded)"
When nd 2 fe 14 b (bonded) is the magnet how many measurements of tc (°c)?
CREATE TABLE table_2282444_1 (t_c__ VARCHAR, magnet VARCHAR)
SELECT score FROM table_name_29 WHERE tie_no = "9"
What is the score when the tie is 9?
CREATE TABLE table_name_29 (score VARCHAR, tie_no VARCHAR)
SELECT record FROM table_name_47 WHERE date = "24 march 2008"
What is the Record with a Date with 24 march 2008?
CREATE TABLE table_name_47 (record VARCHAR, date VARCHAR)
SELECT attendance FROM table_15190346_2 WHERE location = "Gainesville, FL"
What was the attendance of the bowl game in Gainesville, Fl?
CREATE TABLE table_15190346_2 (attendance VARCHAR, location VARCHAR)
SELECT COUNT(arrival) FROM table_12221135_3 WHERE operator = "LNWR" AND calling_at = "Castor, Overton, Peterborough East"
How many trains call at Castor, Overton, Peterborough East and are operated by LNWR?
CREATE TABLE table_12221135_3 (arrival VARCHAR, operator VARCHAR, calling_at VARCHAR)
SELECT SUM(green_party) FROM table_name_41 WHERE fine_gael < 4 AND fianna_fáil < 2 AND town = "athy"
How many are in the Green Party with a Fine Gael of less than 4 and a Fianna Fail of less than 2 in Athy?
CREATE TABLE table_name_41 (green_party INTEGER, town VARCHAR, fine_gael VARCHAR, fianna_fáil VARCHAR)
SELECT T3.Fname, T3.LName, T2.gradepoint FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID
Find the student first and last names and grade points of all enrollments.
CREATE TABLE ENROLLED_IN (Grade VARCHAR, StuID VARCHAR); CREATE TABLE STUDENT (Fname VARCHAR, LName VARCHAR, StuID VARCHAR); CREATE TABLE GRADECONVERSION (gradepoint VARCHAR, lettergrade VARCHAR)
SELECT event FROM table_name_41 WHERE opponent = "joe pardo"
What is Event, when Opponent is "Joe Pardo"?
CREATE TABLE table_name_41 (event VARCHAR, opponent VARCHAR)
SELECT COUNT(season__number) FROM table_27911342_1 WHERE written_by = "Kari Lizer"
What is the season number of the show written by both Kari Lizer and Jeff Astrof?
CREATE TABLE table_27911342_1 (season__number VARCHAR, written_by VARCHAR)
SELECT weekly_rank FROM table_name_82 WHERE official_ratings__millions_ = 11.58
Which Weekly Rank has an Official ratings (millions) of 11.58?
CREATE TABLE table_name_82 (weekly_rank VARCHAR, official_ratings__millions_ VARCHAR)
SELECT nationality FROM table_15621965_16 WHERE school_club_team = "Clemson"
What is the nationality of th player who's school is Clemson?
CREATE TABLE table_15621965_16 (nationality VARCHAR, school_club_team VARCHAR)
SELECT title FROM table_26824484_1 WHERE directed_by = "Jeff Woolnough" AND written_by = "Christopher Ambrose"
Which episode was directed by Jeff Woolnough and written by Christopher Ambrose?
CREATE TABLE table_26824484_1 (title VARCHAR, directed_by VARCHAR, written_by VARCHAR)
SELECT SUM(scored) FROM table_name_81 WHERE team = "recoleta"
Which Scored has a Team of recoleta?
CREATE TABLE table_name_81 (scored INTEGER, team VARCHAR)
SELECT written_by FROM table_19417244_2 WHERE no_in_season = 5
who write the episode 5 in no. in season
CREATE TABLE table_19417244_2 (written_by VARCHAR, no_in_season VARCHAR)
SELECT MAX(games) FROM table_name_26 WHERE rebounds > 100 AND name = "nikola peković" AND rank < 4
What is the highest Games, when Rebounds is greater than 100, when Name is Nikola Peković, and when Rank is less than 4?
CREATE TABLE table_name_26 (games INTEGER, rank VARCHAR, rebounds VARCHAR, name VARCHAR)
SELECT model FROM table_name_97 WHERE engine_type = "b5244 s2"
What is the model with a engine type with b5244 s2?
CREATE TABLE table_name_97 (model VARCHAR, engine_type VARCHAR)
SELECT T2.Name FROM employment AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID JOIN company AS T3 ON T1.Company_ID = T3.Company_ID WHERE T3.Sales_in_Billion > 200
Show the names of employees that work for companies with sales bigger than 200.
CREATE TABLE employment (People_ID VARCHAR, Company_ID VARCHAR); CREATE TABLE company (Company_ID VARCHAR, Sales_in_Billion INTEGER); CREATE TABLE people (Name VARCHAR, People_ID VARCHAR)
SELECT opponents FROM table_name_50 WHERE h___a = "a" AND result_f___a = "2 – 0" AND attendance > 30 OFFSET 000
Which Opponent has a H / A of a, and a Result F – A of 2 – 0, and a Attendance larger than 30,000?
CREATE TABLE table_name_50 (opponents VARCHAR, attendance VARCHAR, h___a VARCHAR, result_f___a VARCHAR)
SELECT surface FROM table_name_91 WHERE date = "march 2, 1997"
What was the surface on march 2, 1997?
CREATE TABLE table_name_91 (surface VARCHAR, date VARCHAR)
SELECT year FROM table_name_59 WHERE borough = "harrogate" AND rank < 6 AND definition = "civil parish"
Which Year has a Borough of harrogate, and a Rank smaller than 6, and a Definition of civil parish?
CREATE TABLE table_name_59 (year VARCHAR, definition VARCHAR, borough VARCHAR, rank VARCHAR)
SELECT MIN(gold) FROM table_name_83 WHERE nation = "great britain" AND total > 2
How many Gold medals did Great Britain with a Total of more than 2 medals receive?
CREATE TABLE table_name_83 (gold INTEGER, nation VARCHAR, total VARCHAR)
SELECT missouri_vs FROM table_16201038_4 WHERE at_neutral_site = "MU, 2-1"
Against which team does Missouri Tigers have a record of mu, 2-1 at a neutral site?
CREATE TABLE table_16201038_4 (missouri_vs VARCHAR, at_neutral_site VARCHAR)
SELECT COUNT(mintage) FROM table_name_68 WHERE theme = "85th anniversary of vimy ridge" AND year > 2002
What was the total mintage for years after 2002 that had a 85th Anniversary of Vimy Ridge theme?
CREATE TABLE table_name_68 (mintage VARCHAR, theme VARCHAR, year VARCHAR)
SELECT player FROM table_name_11 WHERE rank > 9
Which player ranks higher than 9?
CREATE TABLE table_name_11 (player VARCHAR, rank INTEGER)
SELECT call_sign FROM table_name_52 WHERE network = "omni television" AND digital_psip = 14.1
What is the Call sign of the Omni television network with a Digitial PSIP of 14.1?
CREATE TABLE table_name_52 (call_sign VARCHAR, network VARCHAR, digital_psip VARCHAR)
SELECT time_retired FROM table_name_15 WHERE grid = 3
What was the time of the driver on grid 3?
CREATE TABLE table_name_15 (time_retired VARCHAR, grid VARCHAR)
SELECT goals FROM table_name_54 WHERE player = "eugene galeković"
How many goals were scored by Eugene Galeković?
CREATE TABLE table_name_54 (goals VARCHAR, player VARCHAR)
SELECT city FROM table_name_17 WHERE mascot = "blazers"
Mascot of blazers involves what city?
CREATE TABLE table_name_17 (city VARCHAR, mascot VARCHAR)
SELECT year FROM table_name_10 WHERE rank < 6 AND name = "damac heights"
In what year was the rank less than 6 for Damac Heights?
CREATE TABLE table_name_10 (year VARCHAR, rank VARCHAR, name VARCHAR)