answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT directed_by FROM table_18569389_1 WHERE us_viewers__million_ = "4.22"
Name who directed the episode that was viewed by 4.22 million
CREATE TABLE table_18569389_1 (directed_by VARCHAR, us_viewers__million_ VARCHAR)
SELECT displacement FROM table_name_88 WHERE model = "1400"
What is the displacement for the model 1400?
CREATE TABLE table_name_88 (displacement VARCHAR, model VARCHAR)
SELECT COUNT(year) FROM table_name_85 WHERE chassis = "maserati 250f" AND points < 0
Name the total number of years for chassis of maserati 250f and points less than 0
CREATE TABLE table_name_85 (year VARCHAR, chassis VARCHAR, points VARCHAR)
SELECT MAX(points) FROM table_25352324_5
What is the highest value for points?
CREATE TABLE table_25352324_5 (points INTEGER)
SELECT home FROM table_name_15 WHERE record = "27–14–6"
Who was the home team when the record was 27–14–6?
CREATE TABLE table_name_15 (home VARCHAR, record VARCHAR)
SELECT record FROM table_name_52 WHERE date = "april 22"
Name the record for april 22
CREATE TABLE table_name_52 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_80 WHERE athlete = "milcah chemos"
What is Milcah Chemos' record?
CREATE TABLE table_name_80 (record VARCHAR, athlete VARCHAR)
SELECT performer_s_ FROM table_name_20 WHERE composer_s_ = "mariah carey and walter afanasieff"
Who sang the song composed by Mariah Carey and Walter Afanasieff?
CREATE TABLE table_name_20 (performer_s_ VARCHAR, composer_s_ VARCHAR)
SELECT elevated FROM table_name_91 WHERE cardinalatial_order_and_title = "cardinal-priest of s. pudenziana"
What was the date of elevation for the cardinal given the order and title of Cardinal-Priest of S. Pudenziana?
CREATE TABLE table_name_91 (elevated VARCHAR, cardinalatial_order_and_title VARCHAR)
SELECT nationality FROM table_1965650_4 WHERE college_junior_club_team = "Edmonton Oil Kings (WCHL)"
What's the nationality of the player coming from Edmonton Oil Kings (WCHL)?
CREATE TABLE table_1965650_4 (nationality VARCHAR, college_junior_club_team VARCHAR)
SELECT MIN(best_score) FROM table_name_9 WHERE worst_dancer = "leeza gibbons" AND worst_score < 15
What dance was Leeza Gibbons the worst dancer for, receiving a score lower than 15?
CREATE TABLE table_name_9 (best_score INTEGER, worst_dancer VARCHAR, worst_score VARCHAR)
SELECT MIN(top_5) FROM table_name_45 WHERE year > 1995 AND team_s_ = "#15 billy ballew motorsports" AND starts > 4
what is the lowest top 5 when the year is after 1995, team(s) is #15 billy ballew motorsports, and starts is more than 4?
CREATE TABLE table_name_45 (top_5 INTEGER, starts VARCHAR, year VARCHAR, team_s_ VARCHAR)
SELECT COUNT(_number_of_bids) FROM table_10722506_6 WHERE conference = "Sun Belt"
Name the total number of bids of the sun belt conference
CREATE TABLE table_10722506_6 (_number_of_bids VARCHAR, conference VARCHAR)
SELECT nationality FROM table_name_80 WHERE fate = "sunk (mine)" AND tonnage__grt_ < 2 OFFSET 266
Which Nationality has a Fate of sunk (mine), and a Tonnage (GRT) smaller than 2,266?
CREATE TABLE table_name_80 (nationality VARCHAR, fate VARCHAR, tonnage__grt_ VARCHAR)
SELECT label FROM table_name_92 WHERE chinese__simplified_ = "你 朋友"
What is 你 朋友's Label?
CREATE TABLE table_name_92 (label VARCHAR, chinese__simplified_ VARCHAR)
SELECT MAX(rank) FROM table_name_23 WHERE nation = "united states (usa)" AND bronze > 1
what is the highest rank when the nation is united states (usa) and bronze is more than 1?
CREATE TABLE table_name_23 (rank INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT engine FROM table_name_94 WHERE team = "bf racing marron excavations" AND chassis = "monaco" AND driver = "lee filliponi"
What type of engine does the BF Racing Marron Excavations have that also has Monaco as chassis and Lee Filliponi as the driver?
CREATE TABLE table_name_94 (engine VARCHAR, driver VARCHAR, team VARCHAR, chassis VARCHAR)
SELECT country FROM table_25461827_2 WHERE contestant = "Danissa Zurek"
What country was Danissa Zurek from?
CREATE TABLE table_25461827_2 (country VARCHAR, contestant VARCHAR)
SELECT rushing_yards FROM table_28697228_4 WHERE passing_yards = 244
How many rushing yards are listed when the passing yards are 244?
CREATE TABLE table_28697228_4 (rushing_yards VARCHAR, passing_yards VARCHAR)
SELECT in_office FROM table_name_71 WHERE electorate = "hume"
What office is held by Electorate Hume?
CREATE TABLE table_name_71 (in_office VARCHAR, electorate VARCHAR)
SELECT aa_length FROM table_26708105_5 WHERE protein_name = "C11orf73"
What is the aa length when the protein name is c11orf73?
CREATE TABLE table_26708105_5 (aa_length VARCHAR, protein_name VARCHAR)
SELECT date FROM table_name_78 WHERE performer_4 = "ryan stiles" AND episode > 5 AND performer_2 = "wayne brady"
What day was wayne brady performer 2, ryan stiles performer 4, and an episode number greater than 5?
CREATE TABLE table_name_78 (date VARCHAR, performer_2 VARCHAR, performer_4 VARCHAR, episode VARCHAR)
SELECT MIN(pts_game) FROM table_name_98 WHERE games > 6
Can you tell me the lowest Pts/game that has the Games larger than 6?
CREATE TABLE table_name_98 (pts_game INTEGER, games INTEGER)
SELECT serial_no FROM table_name_26 WHERE entered_service = "october 1989"
What is the Serial Number of the Locomotive that Entered Service October 1989?
CREATE TABLE table_name_26 (serial_no VARCHAR, entered_service VARCHAR)
SELECT MAX(fa_cup_goals) FROM table_name_20 WHERE league_goals = "18" AND club = "sheffield united"
Which FA Cup goals have a League goals of 18, and a Club of sheffield united?
CREATE TABLE table_name_20 (fa_cup_goals INTEGER, league_goals VARCHAR, club VARCHAR)
SELECT MAX(game) FROM table_name_53 WHERE team = "@boston" AND series = "0-1"
what is the highest game when the team is @boston and the series is 0-1?
CREATE TABLE table_name_53 (game INTEGER, team VARCHAR, series VARCHAR)
SELECT away FROM table_name_34 WHERE round = "semifinals"
Who was the away team in the semifinals?
CREATE TABLE table_name_34 (away VARCHAR, round VARCHAR)
SELECT country_of_origin FROM table_name_27 WHERE year_of_intro > 1985 AND primary_cartridge = "125mm"
What is Country of Origin, when Year of Intro is greater than 1985, and when Primary Cartridge is 125mm?
CREATE TABLE table_name_27 (country_of_origin VARCHAR, year_of_intro VARCHAR, primary_cartridge VARCHAR)
SELECT competition_round_[d_] FROM table_name_75 WHERE season < 1930 AND winner = "draw"
What is the competition before the 1930 season, and a winning draw?
CREATE TABLE table_name_75 (competition_round_ VARCHAR, d_ VARCHAR, season VARCHAR, winner VARCHAR)
SELECT COUNT(enrollment) FROM table_name_47 WHERE _number___county = "48 madison"
Name the number of enrollment for county of 48 madison
CREATE TABLE table_name_47 (enrollment VARCHAR, _number___county VARCHAR)
SELECT AVG(laps) FROM table_name_32 WHERE driver = "ralph firman" AND grid > 19
What is the average laps for ralph firman with a grid of over 19?
CREATE TABLE table_name_32 (laps INTEGER, driver VARCHAR, grid VARCHAR)
SELECT circuit FROM table_name_16 WHERE championship = "2001 nascar winston cup series"
The 2001 NASCAR Winston Cup Series championship has what has a circuit?
CREATE TABLE table_name_16 (circuit VARCHAR, championship VARCHAR)
SELECT finish FROM table_name_41 WHERE rank = "19" AND start = "14"
With a Rank of 19, and a Start of 14, what was the finish?
CREATE TABLE table_name_41 (finish VARCHAR, rank VARCHAR, start VARCHAR)
SELECT surface FROM table_22597626_2 WHERE opponents_in_the_final = "Hewitt McMillan"
What is the surface made of if the opponent in the final is Hewitt McMillan?
CREATE TABLE table_22597626_2 (surface VARCHAR, opponents_in_the_final VARCHAR)
SELECT MAX(winners) FROM table_name_44 WHERE rank > 7 AND third < 1
Which Winners is the highest one that has a Rank larger than 7, and a Third smaller than 1?
CREATE TABLE table_name_44 (winners INTEGER, rank VARCHAR, third VARCHAR)
SELECT MAX(losses) FROM table_name_80 WHERE against = 1465 AND wins > 7
What is the greatest number of losses when the against is 1465 and there are more than 7 wins?
CREATE TABLE table_name_80 (losses INTEGER, against VARCHAR, wins VARCHAR)
SELECT winner FROM table_name_70 WHERE mountains_classification = "not awarded" AND stage = "1"
Which winner of stage 1 was not awarded a mountains classification?
CREATE TABLE table_name_70 (winner VARCHAR, mountains_classification VARCHAR, stage VARCHAR)
SELECT country FROM table_15887683_9 WHERE dar = "16:9" AND language = "Italian English" AND television_service = "Disney XD +2"
Name the country when dar is 16:9 for italian english for disney xd +2
CREATE TABLE table_15887683_9 (country VARCHAR, television_service VARCHAR, dar VARCHAR, language VARCHAR)
SELECT outcome FROM table_name_18 WHERE surface = "hard" AND partner = "akiko yonemura"
What was the outcome of the tournament with Akiko Yonemura as a partner on a hard surface?
CREATE TABLE table_name_18 (outcome VARCHAR, surface VARCHAR, partner VARCHAR)
SELECT middle_school_principal FROM table_25037577_1 WHERE year = "2010-2011"
Who were the middle school principal(s) in 2010-2011?
CREATE TABLE table_25037577_1 (middle_school_principal VARCHAR, year VARCHAR)
SELECT sport FROM table_name_58 WHERE name = "national team" AND games = "1968 mexico city"
What sport did the National Team play in the 1968 mexico City Games?
CREATE TABLE table_name_58 (sport VARCHAR, name VARCHAR, games VARCHAR)
SELECT SUM(gain) FROM table_name_43 WHERE avg_g = "26.8" AND loss < 13
What are the gains for the player with average of 26.8 and lost yard fewer than 13?
CREATE TABLE table_name_43 (gain INTEGER, avg_g VARCHAR, loss VARCHAR)
SELECT to_par FROM table_name_66 WHERE score = 70 - 69 = 139 AND player = "jerry pate"
What is the to par of player jerry pate, who has a 70-69=139 score?
CREATE TABLE table_name_66 (to_par VARCHAR, player VARCHAR, score VARCHAR)
SELECT incumbent FROM table_name_58 WHERE first_elected > 1884
Which Incumbent has a First elected larger than 1884?
CREATE TABLE table_name_58 (incumbent VARCHAR, first_elected INTEGER)
SELECT country FROM table_name_47 WHERE score = 66 - 72 - 70 - 69 = 277
What is the Country of the Player with a Score of 66-72-70-69=277?
CREATE TABLE table_name_47 (country VARCHAR, score VARCHAR)
SELECT SUM(attendance) FROM table_name_75 WHERE date = "april 7"
What was the attendance on April 7?
CREATE TABLE table_name_75 (attendance INTEGER, date VARCHAR)
SELECT country FROM table_name_64 WHERE area_in_m² = "7,914"
What country has area of 7,914 m²?
CREATE TABLE table_name_64 (country VARCHAR, area_in_m² VARCHAR)
SELECT position FROM table_name_6 WHERE cfl_team = "montreal alouettes (via edmonton)"
Which Position has a CFL Team of montreal alouettes (via edmonton)?
CREATE TABLE table_name_6 (position VARCHAR, cfl_team VARCHAR)
SELECT MIN(round) FROM table_name_9 WHERE player = "adam wiesel"
What is the lowest round that Adam Wiesel was picked?
CREATE TABLE table_name_9 (round INTEGER, player VARCHAR)
SELECT queens FROM table_name_21 WHERE manhattan = "189,524"
Who got 189,524 votes?
CREATE TABLE table_name_21 (queens VARCHAR, manhattan VARCHAR)
SELECT college FROM table_name_79 WHERE player = "jermaine romans"
What College has a Player that is jermaine romans?
CREATE TABLE table_name_79 (college VARCHAR, player VARCHAR)
SELECT typhoid_fever FROM table_1007688_1 WHERE year = "1934"
what is the typhoid fever number for the year 1934
CREATE TABLE table_1007688_1 (typhoid_fever VARCHAR, year VARCHAR)
SELECT COUNT(moment_of_inertia_in_torsion__j___cm_4__) FROM table_2071644_1 WHERE beam_height__mm_ = 120
What is the moment of intertia in torsion (j) Cm4) for the beam height (mm) 120??=
CREATE TABLE table_2071644_1 (moment_of_inertia_in_torsion__j___cm_4__ VARCHAR, beam_height__mm_ VARCHAR)
SELECT T1.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T3.cost > 5000
Find the physicians who are trained in a procedure that costs more than 5000.
CREATE TABLE trained_in (physician VARCHAR, treatment VARCHAR); CREATE TABLE physician (name VARCHAR, employeeid VARCHAR); CREATE TABLE procedures (code VARCHAR, cost INTEGER)
SELECT club FROM table_name_90 WHERE lost = "15"
What club had a loss of 15?
CREATE TABLE table_name_90 (club VARCHAR, lost VARCHAR)
SELECT intercontinental_cup_1999 FROM table_name_48 WHERE copa_libertadores_1999 = "did not qualify" AND copa_mercosur_1999 = "quarterfinals"
What is the intercontinental cup 1999 result of the team who did not qualify for the Copa Libertadores 1999 and made quarterfinals in the Copa Mercosur 1999?
CREATE TABLE table_name_48 (intercontinental_cup_1999 VARCHAR, copa_libertadores_1999 VARCHAR, copa_mercosur_1999 VARCHAR)
SELECT college FROM table_name_6 WHERE round < 7 AND overall < 186 AND pick = 13
Which college had a pick in a round under 7, with a pick number 13 and overall was under 186?
CREATE TABLE table_name_6 (college VARCHAR, pick VARCHAR, round VARCHAR, overall VARCHAR)
SELECT constructor FROM table_name_23 WHERE time_retired = "collision" AND driver = "olivier panis"
What is the construction of Olivier Panis' car that retired due to a collision?
CREATE TABLE table_name_23 (constructor VARCHAR, time_retired VARCHAR, driver VARCHAR)
SELECT age_at_appointment FROM table_2263674_1 WHERE chinese_name = "孫明揚"
How old was the official with Chinese name 孫明揚?
CREATE TABLE table_2263674_1 (age_at_appointment VARCHAR, chinese_name VARCHAR)
SELECT web_thickness__mm_ FROM table_2071644_2 WHERE flange_width__mm_ = 100
What is the web thickness if the flange width is 100?
CREATE TABLE table_2071644_2 (web_thickness__mm_ VARCHAR, flange_width__mm_ VARCHAR)
SELECT fleet__number FROM table_19643196_1 WHERE transmission = "Voith D863.4" AND engine = "Cummins ISL"
What is the fleet number when the transmission is Voith D863.4 and the engine is Cummins ISL?
CREATE TABLE table_19643196_1 (fleet__number VARCHAR, transmission VARCHAR, engine VARCHAR)
SELECT result FROM table_name_27 WHERE venue = "h"
What was the result of the game played in Venue H?
CREATE TABLE table_name_27 (result VARCHAR, venue VARCHAR)
SELECT score FROM table_name_80 WHERE place = "t2" AND player = "ted kroll"
What score did Ted Kroll get to come in at T2?
CREATE TABLE table_name_80 (score VARCHAR, place VARCHAR, player VARCHAR)
SELECT gecko FROM table_name_34 WHERE trident = "font"
What is the Gecko value for the item that has a Trident value of 'font'?
CREATE TABLE table_name_34 (gecko VARCHAR, trident VARCHAR)
SELECT 2 AS nd_leg FROM table_name_27 WHERE team_2 = "haro"
WHAT IS THE SECOND LEG WITH HARO AS TEAM TWO?
CREATE TABLE table_name_27 (team_2 VARCHAR)
SELECT team_school FROM table_26916717_1 WHERE name = "Adrian Smith"
Where did adrian smith go to college?
CREATE TABLE table_26916717_1 (team_school VARCHAR, name VARCHAR)
SELECT total FROM table_name_91 WHERE coppa_italia = 0 AND champions_league = 1 AND serie_a < 2 AND name = "mauro camoranesi"
What was the total of Mauro Camoranesi when coppa italia was 0, champions league was 1 and less than 2 serie A?
CREATE TABLE table_name_91 (total VARCHAR, name VARCHAR, serie_a VARCHAR, coppa_italia VARCHAR, champions_league VARCHAR)
SELECT screen_size, pixels FROM table_name_7 WHERE dimensions_w×h×d__mm_ = "115.5×83.7×102.5"
What is the screen size and pixel value when the dimensions are 115.5×83.7×102.5?
CREATE TABLE table_name_7 (screen_size VARCHAR, pixels VARCHAR, dimensions_w×h×d__mm_ VARCHAR)
SELECT icao FROM table_name_43 WHERE airport = "lilongwe international airport"
Name the ICAO for lilongwe international airport
CREATE TABLE table_name_43 (icao VARCHAR, airport VARCHAR)
SELECT COUNT(awardee_s_) FROM table_24446718_3 WHERE name_of_award = "Best Screenplay"
Name the total number of awardees for best screenplay
CREATE TABLE table_24446718_3 (awardee_s_ VARCHAR, name_of_award VARCHAR)
SELECT MIN(bronze) FROM table_name_83 WHERE rank = "1" AND total > 34
What is the lowest bronze total that has a rank of 1 and more than 34 total medals?
CREATE TABLE table_name_83 (bronze INTEGER, rank VARCHAR, total VARCHAR)
SELECT to_par FROM table_name_48 WHERE country = "australia"
What is Australia's to par?
CREATE TABLE table_name_48 (to_par VARCHAR, country VARCHAR)
SELECT location_attendance FROM table_27723526_9 WHERE team = "Milwaukee"
What location did the Mavericks play against Milwaukee?
CREATE TABLE table_27723526_9 (location_attendance VARCHAR, team VARCHAR)
SELECT place_of_birth FROM table_name_62 WHERE acquired = 2008
Of those acquired in 2008, where were they born?
CREATE TABLE table_name_62 (place_of_birth VARCHAR, acquired VARCHAR)
SELECT wins FROM table_name_33 WHERE runners_up = "8"
How many wins did the 8 time runner-up have?
CREATE TABLE table_name_33 (wins VARCHAR, runners_up VARCHAR)
SELECT population_density__people_per_mi_2__ FROM table_22916979_1 WHERE land_area__mi_2__ = "135.09"
For the city whose land area was 135.09, what was the total population density?
CREATE TABLE table_22916979_1 (population_density__people_per_mi_2__ VARCHAR, land_area__mi_2__ VARCHAR)
SELECT winner_2nd FROM table_1360997_2 WHERE time = "1:24.00"
Who was the winner when the time was 1:24.00?
CREATE TABLE table_1360997_2 (winner_2nd VARCHAR, time VARCHAR)
SELECT home_team FROM table_name_47 WHERE venue = "mcg"
When the Venue is mcg what is the Home team?
CREATE TABLE table_name_47 (home_team VARCHAR, venue VARCHAR)
SELECT television_service FROM table_name_5 WHERE content = "calcio" AND package_option = "option"
What is Television Service, when Content is Calcio, and when Package/Option is Option?
CREATE TABLE table_name_5 (television_service VARCHAR, content VARCHAR, package_option VARCHAR)
SELECT student_id, COUNT(*) FROM Likes GROUP BY student_id
Count the number of likes for each student id.
CREATE TABLE Likes (student_id VARCHAR)
SELECT attendance FROM table_name_23 WHERE date = "24 december 1898"
What is the attendance on 24 December 1898?
CREATE TABLE table_name_23 (attendance VARCHAR, date VARCHAR)
SELECT nhl_team FROM table_name_49 WHERE pick__number = "89"
Which NHL team got pick 89?
CREATE TABLE table_name_49 (nhl_team VARCHAR, pick__number VARCHAR)
SELECT MAX(founded) FROM table_name_7 WHERE nickname = "bruins"
What is the most recent year founded that has a nickname of bruins?
CREATE TABLE table_name_7 (founded INTEGER, nickname VARCHAR)
SELECT home_team FROM table_name_75 WHERE venue = "punt road oval"
Which team plays at Punt Road Oval?
CREATE TABLE table_name_75 (home_team VARCHAR, venue VARCHAR)
SELECT opponent FROM table_name_36 WHERE date = "august 8"
Who was the opponent of the game on August 8?
CREATE TABLE table_name_36 (opponent VARCHAR, date VARCHAR)
SELECT place FROM table_name_27 WHERE player = "gary player"
What place was Gary Player after two rounds?
CREATE TABLE table_name_27 (place VARCHAR, player VARCHAR)
SELECT driver_s_ FROM table_2187178_1 WHERE primary_sponsor_s_ = "Superchips"
Name the drivers for superchips
CREATE TABLE table_2187178_1 (driver_s_ VARCHAR, primary_sponsor_s_ VARCHAR)
SELECT armor FROM table_27704991_1 WHERE special_weapon = "Grenado"
If the special weapon is the Grenado, what is the armor?
CREATE TABLE table_27704991_1 (armor VARCHAR, special_weapon VARCHAR)
SELECT recopa_1994 FROM table_name_54 WHERE supercopa_1994 = "1st round" AND team = "argentinos juniors"
Which Recopa 1994 has a Supercopa 1994 of 1st round, and a Team of argentinos juniors?
CREATE TABLE table_name_54 (recopa_1994 VARCHAR, supercopa_1994 VARCHAR, team VARCHAR)
SELECT qual_1 FROM table_name_87 WHERE team = "rusport" AND best = "58.665"
What is the qual 1 for rusport and had a best of 58.665?
CREATE TABLE table_name_87 (qual_1 VARCHAR, team VARCHAR, best VARCHAR)
SELECT english FROM table_name_64 WHERE plautdietsch = "aupel"
Which English has Plautdietsch of aupel?
CREATE TABLE table_name_64 (english VARCHAR, plautdietsch VARCHAR)
SELECT name FROM user_profiles ORDER BY followers DESC LIMIT 5
List the names of 5 users followed by the largest number of other users.
CREATE TABLE user_profiles (name VARCHAR, followers VARCHAR)
SELECT MAX(nbr_number) FROM table_name_29 WHERE class = "j" AND road_number = 1211
What is the highest NBR number that corresponds to the J class and the road number of 1211?
CREATE TABLE table_name_29 (nbr_number INTEGER, class VARCHAR, road_number VARCHAR)
SELECT MIN(wales) FROM table_10128185_2 WHERE northern_england = 6
How many votes did Wales cast when Northern England cast 6?
CREATE TABLE table_10128185_2 (wales INTEGER, northern_england VARCHAR)
SELECT event FROM table_name_66 WHERE year > 2007 AND position = "88th"
What event was in a year later than 2007 and in the 88th position?
CREATE TABLE table_name_66 (event VARCHAR, year VARCHAR, position VARCHAR)
SELECT COUNT(lost) FROM table_name_39 WHERE points < 12 AND drawn > 1
Which Lost has Points smaller than 12, and a Drawn larger than 1?
CREATE TABLE table_name_39 (lost VARCHAR, points VARCHAR, drawn VARCHAR)
SELECT last_final FROM table_2869837_1 WHERE last_title = "1990"
What was the year of the last final for the club whose last title was 1990?
CREATE TABLE table_2869837_1 (last_final VARCHAR, last_title VARCHAR)
SELECT COUNT(high_assists) FROM table_17103645_10 WHERE date = "July 1"
Name the number of high assists for july 1
CREATE TABLE table_17103645_10 (high_assists VARCHAR, date VARCHAR)
SELECT SUM(year) FROM table_name_79 WHERE name = "one south broad"
What is the total time for one south broad?
CREATE TABLE table_name_79 (year INTEGER, name VARCHAR)
SELECT gender FROM table_28523_2 WHERE age_range = "3-11" AND school = "St Adrian Roman Catholic Primary school"
What is the gender with a age range of 3-11 at the st adrian roman catholic primary school?
CREATE TABLE table_28523_2 (gender VARCHAR, age_range VARCHAR, school VARCHAR)