answer
stringlengths 18
557
| question
stringlengths 12
244
| context
stringlengths 27
489
|
|---|---|---|
SELECT AVG(pick__number) FROM table_name_44 WHERE position = "tight end" AND college = "oklahoma state" AND round > 1
|
A Round larger than 1, a College of Oklahoma state, and a average Pick # that has a Position of tight end is what?
|
CREATE TABLE table_name_44 (pick__number INTEGER, round VARCHAR, position VARCHAR, college VARCHAR)
|
SELECT COUNT(years_for_rockets) FROM table_11734041_20 WHERE school_club_team_country = "Baylor"
|
what is the total number of years for rockets where school/club team/country is baylor
|
CREATE TABLE table_11734041_20 (years_for_rockets VARCHAR, school_club_team_country VARCHAR)
|
SELECT incumbent FROM table_2668347_17 WHERE candidates = "Jacob Spangler (DR) 67.1% Jacob Hay (F) 32.9%"
|
Name the incumbent for jacob spangler (dr) 67.1% jacob hay (f) 32.9%
|
CREATE TABLE table_2668347_17 (incumbent VARCHAR, candidates VARCHAR)
|
SELECT COUNT(goodman) FROM table_1014319_1 WHERE result = "Second place" AND dance_song = "Samba / Young Hearts Run Free"
|
How many scores did Goodman give to "samba / young hearts run free", which was in second place?
|
CREATE TABLE table_1014319_1 (goodman VARCHAR, result VARCHAR, dance_song VARCHAR)
|
SELECT 2011 FROM table_name_32 WHERE 2007 = "1r"
|
What is the value for 2011 corresponding to a 2007 value of 1r?
|
CREATE TABLE table_name_32 (Id VARCHAR)
|
SELECT attendance FROM table_name_69 WHERE home_team = "west ham united"
|
What was the attendance at the West Ham United home game?
|
CREATE TABLE table_name_69 (attendance VARCHAR, home_team VARCHAR)
|
SELECT tournament FROM table_name_61 WHERE year = 1971
|
What tournament is in 1971?
|
CREATE TABLE table_name_61 (tournament VARCHAR, year VARCHAR)
|
SELECT date FROM table_name_26 WHERE original_team = "vancouver canucks" AND result = "matched" AND player = "ryan kesler"
|
What date has Vancouver Canucks as the original team, Ryan Kesler as the player, and matched as the Result?
|
CREATE TABLE table_name_26 (date VARCHAR, player VARCHAR, original_team VARCHAR, result VARCHAR)
|
SELECT party FROM table_1341884_20 WHERE incumbent = "Hale Boggs"
|
What party did Hale Boggs belong to?
|
CREATE TABLE table_1341884_20 (party VARCHAR, incumbent VARCHAR)
|
SELECT COUNT(podiums) FROM table_21795846_1 WHERE position = "9th"
|
If the position is 9th, what is the total podiums number?
|
CREATE TABLE table_21795846_1 (podiums VARCHAR, position VARCHAR)
|
SELECT date FROM table_20996923_20 WHERE city = "San Antonio, Texas"
|
What is the date when the city is San Antonio, Texas?
|
CREATE TABLE table_20996923_20 (date VARCHAR, city VARCHAR)
|
SELECT segment_a FROM table_name_77 WHERE netflix = "s04e24"
|
Which segment a's netflix figure is s04e24?
|
CREATE TABLE table_name_77 (segment_a VARCHAR, netflix VARCHAR)
|
SELECT power FROM table_21021796_1 WHERE torque = "N·m (lb·ft) @1600–2400 rpm" AND applications = "2000 W90x Sprinter"
|
If torque is n·m (lb·ft) @1600–2400 rpm and applications is 2000 w90x sprinter, what is the power?
|
CREATE TABLE table_21021796_1 (power VARCHAR, torque VARCHAR, applications VARCHAR)
|
SELECT MIN(year) FROM table_name_48 WHERE notes = "18.04 m wl"
|
What was the earliest year with a note of 18.04 m wl?
|
CREATE TABLE table_name_48 (year INTEGER, notes VARCHAR)
|
SELECT 2 AS nd_leg FROM table_name_74 WHERE agg = "1-3"
|
For an aggregate of 1-3, what was the 2nd leg?
|
CREATE TABLE table_name_74 (agg VARCHAR)
|
SELECT COUNT(driver) FROM table_21977627_1 WHERE entrant = "Bob Gerard Racing"
|
How many drivers did Bob Gerard Racing have?
|
CREATE TABLE table_21977627_1 (driver VARCHAR, entrant VARCHAR)
|
SELECT circuit FROM table_name_55 WHERE date = "25 july"
|
What Circuit has a Date of 25 july?
|
CREATE TABLE table_name_55 (circuit VARCHAR, date VARCHAR)
|
SELECT player FROM table_name_34 WHERE total < 277
|
What player had a total less than 277?
|
CREATE TABLE table_name_34 (player VARCHAR, total INTEGER)
|
SELECT venue FROM table_name_71 WHERE year = "1986" AND outcome = "1"
|
What was the Venue in 1986 with an Outcome of 1?
|
CREATE TABLE table_name_71 (venue VARCHAR, year VARCHAR, outcome VARCHAR)
|
SELECT MIN(tourist_arrivals__2011___millions_) FROM table_name_95 WHERE tourism_receipts__2011___us$_per_arrival_ = 507 AND tourism_receipts__2011___millions_of_us$_ < 11 OFFSET 869
|
What is the lowest tourism arrivals in 2011 in millions with 507 US $ per arrival in 2011 tourism receipts and less than 11,869 million of US $ in 2011 tourism receipts?
|
CREATE TABLE table_name_95 (tourist_arrivals__2011___millions_ INTEGER, tourism_receipts__2011___us$_per_arrival_ VARCHAR, tourism_receipts__2011___millions_of_us$_ VARCHAR)
|
SELECT score FROM table_name_75 WHERE date = "may 18"
|
What is the score on May 18?
|
CREATE TABLE table_name_75 (score VARCHAR, date VARCHAR)
|
SELECT subdivision_name___ru____bgn_pcgn_ FROM table_290017_1 WHERE code = "BY-HR"
|
What subdivision names (RU) have a code of by-hr?
|
CREATE TABLE table_290017_1 (subdivision_name___ru____bgn_pcgn_ VARCHAR, code VARCHAR)
|
SELECT total_fat FROM table_name_63 WHERE polyunsaturated_fat = "11g" AND monounsaturated_fat = "73g"
|
What is the total fat when the polyunsaturated fat is 11g, and Monounsaturated fat is 73g?
|
CREATE TABLE table_name_63 (total_fat VARCHAR, polyunsaturated_fat VARCHAR, monounsaturated_fat VARCHAR)
|
SELECT AVG(draws) FROM table_name_30 WHERE central_murray = "leitchville gunbower" AND byes < 0
|
What is the average number of draws of the central murray of leitchville gunbower, which has less than 0 byes?
|
CREATE TABLE table_name_30 (draws INTEGER, central_murray VARCHAR, byes VARCHAR)
|
SELECT MAX(crowd) FROM table_16387653_1 WHERE away_team = "St Kilda"
|
What was the maximum crowd size against St Kilda?
|
CREATE TABLE table_16387653_1 (crowd INTEGER, away_team VARCHAR)
|
SELECT market_share FROM table_23801721_1 WHERE technology = "CDMA EVDO GSM EDGE HSPA+"
|
What was the market share of the operator whose technology is CDMA EVDO GSM EDGE HSPA+?
|
CREATE TABLE table_23801721_1 (market_share VARCHAR, technology VARCHAR)
|
SELECT MAX(opened) FROM table_name_34 WHERE city = "glasgow, scotland"
|
What is the latest opened year of the team in Glasgow, Scotland?
|
CREATE TABLE table_name_34 (opened INTEGER, city VARCHAR)
|
SELECT set_5 FROM table_name_55 WHERE set_3 = "25-23"
|
What is the set 5 with a 25-23 set 3?
|
CREATE TABLE table_name_55 (set_5 VARCHAR, set_3 VARCHAR)
|
SELECT written_by FROM table_name_90 WHERE original_airdate = "june 6, 1999"
|
Who wrote the program that originally aired on June 6, 1999?
|
CREATE TABLE table_name_90 (written_by VARCHAR, original_airdate VARCHAR)
|
SELECT COUNT(attendance) FROM table_name_13 WHERE result = "w 31-21" AND week < 9
|
What was the total attendance with a result of W 31-21 before week 9?
|
CREATE TABLE table_name_13 (attendance VARCHAR, result VARCHAR, week VARCHAR)
|
SELECT MAX(silver) FROM table_name_65 WHERE total = 27
|
What is the highest silver rank with a total of 27?
|
CREATE TABLE table_name_65 (silver INTEGER, total VARCHAR)
|
SELECT proto_austronesian FROM table_name_53 WHERE proto_polynesian = "*tui"
|
What is the Proto-Austronesian word for the Proto-Polynesian word *tui?
|
CREATE TABLE table_name_53 (proto_austronesian VARCHAR, proto_polynesian VARCHAR)
|
SELECT lmp2_winning_team FROM table_29826467_2 WHERE flm_winning_team = "No. 99 JMB Racing"
|
if the flm winning team is no. 99 jmb racing what is the name of the lmp2 winning team
|
CREATE TABLE table_29826467_2 (lmp2_winning_team VARCHAR, flm_winning_team VARCHAR)
|
SELECT high_assists FROM table_17323529_5 WHERE score = "L 98–103 (OT)"
|
Name the high assists for l 98–103 (ot)
|
CREATE TABLE table_17323529_5 (high_assists VARCHAR, score VARCHAR)
|
SELECT nationality FROM table_name_41 WHERE round > 4 AND position = "right wing"
|
What is the nationality of the player with a round after 4 and plays right wing?
|
CREATE TABLE table_name_41 (nationality VARCHAR, round VARCHAR, position VARCHAR)
|
SELECT andrew_and_georgies_guest FROM table_29141354_2 WHERE jamie_and_johns_guest = "Jessica Ennis"
|
Who was Andrew and Georgies guest when Jamie and Johns guest was Jessica Ennis?
|
CREATE TABLE table_29141354_2 (andrew_and_georgies_guest VARCHAR, jamie_and_johns_guest VARCHAR)
|
SELECT T2.name, T2.location FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id HAVING COUNT(*) = 1
|
Show the name and location of track with 1 race.
|
CREATE TABLE race (track_id VARCHAR); CREATE TABLE track (name VARCHAR, location VARCHAR, track_id VARCHAR)
|
SELECT location FROM table_name_15 WHERE opponent = "lyoto machida"
|
What's the location when the opponent was Lyoto Machida?
|
CREATE TABLE table_name_15 (location VARCHAR, opponent VARCHAR)
|
SELECT constellation FROM table_1820752_1 WHERE distance___ly__ = "55.7"
|
If the distance is 55.7, what is the name of the constellation?
|
CREATE TABLE table_1820752_1 (constellation VARCHAR, distance___ly__ VARCHAR)
|
SELECT score FROM table_name_63 WHERE team_1 = "paris sg (d1)"
|
What was the score of the match where paris sg (d1) was team 1?
|
CREATE TABLE table_name_63 (score VARCHAR, team_1 VARCHAR)
|
SELECT COUNT(prev) FROM table_name_26 WHERE chng = "+10" AND rating > 2765
|
Can you tell me the total number of Prev that has the Chng of +10, and the Rating larger than 2765?
|
CREATE TABLE table_name_26 (prev VARCHAR, chng VARCHAR, rating VARCHAR)
|
SELECT SUM(silver) FROM table_name_88 WHERE gold = 2 AND total < 15 AND rank > 5
|
What is the sum of sliver medals when there were 2 gold medals, less than 15 total medals, and the rank is greater than 5?
|
CREATE TABLE table_name_88 (silver INTEGER, rank VARCHAR, gold VARCHAR, total VARCHAR)
|
SELECT MAX(joined) FROM table_1973729_2 WHERE current_conference = "Dropped athletics"
|
What joined year does Dropped Athletics have?
|
CREATE TABLE table_1973729_2 (joined INTEGER, current_conference VARCHAR)
|
SELECT mixed_doubles FROM table_14903627_1 WHERE womens_singles = "Kairi Viilup"
|
WHAT IS THE NAME OF THE MIXED DOUBLES PLAYER WHEN THE WOMENS SINGLE PLAYER IS KAIRI VIILUP?
|
CREATE TABLE table_14903627_1 (mixed_doubles VARCHAR, womens_singles VARCHAR)
|
SELECT quarterback FROM table_name_33 WHERE career_wins > 81 AND teams = "seattle" AND team_wins < 70
|
Which Seattle quarterback has more than 81 career wins and less than 70 team wins?
|
CREATE TABLE table_name_33 (quarterback VARCHAR, team_wins VARCHAR, career_wins VARCHAR, teams VARCHAR)
|
SELECT MAX(pick) FROM table_name_37 WHERE round > 2 AND name = "scott turner"
|
What is the highest pick of scott turner, who has a round greater than 2?
|
CREATE TABLE table_name_37 (pick INTEGER, round VARCHAR, name VARCHAR)
|
SELECT visitor FROM table_name_69 WHERE record = "24–14–2"
|
Who was the visitor when the record was 24–14–2?
|
CREATE TABLE table_name_69 (visitor VARCHAR, record VARCHAR)
|
SELECT MAX(sample_size) FROM table_name_72 WHERE date = "nov 9-11, 2007" AND margin_of_error < 4.3
|
What was the sample size for the poll from Nov 9-11, 2007 with a margin of error less than 4.3?
|
CREATE TABLE table_name_72 (sample_size INTEGER, date VARCHAR, margin_of_error VARCHAR)
|
SELECT engine FROM table_name_36 WHERE team = "parts washer service" AND drivers = "chip mead"
|
What engine does Chip Mead of Parts Washer Service use?
|
CREATE TABLE table_name_36 (engine VARCHAR, team VARCHAR, drivers VARCHAR)
|
SELECT COUNT(district) FROM table_15572443_1 WHERE election_date = "December 1799"
|
Name the number of districts for december 1799
|
CREATE TABLE table_15572443_1 (district VARCHAR, election_date VARCHAR)
|
SELECT 2004 FROM table_name_81 WHERE 2010 = "grand slam tournaments"
|
What is 2004, when 2010 is "Grand Slam Tournaments"?
|
CREATE TABLE table_name_81 (Id VARCHAR)
|
SELECT hometown FROM table_name_40 WHERE school = "camarillo high school"
|
Where is the Hometown that the person who attended Camarillo High School is from?
|
CREATE TABLE table_name_40 (hometown VARCHAR, school VARCHAR)
|
SELECT name FROM table_name_54 WHERE length_meters > 66.4 AND km_from_kingston = 138.8
|
What is Name, when Length Meters is greater than 66.4, and when Km From Kingston is 138.8?
|
CREATE TABLE table_name_54 (name VARCHAR, length_meters VARCHAR, km_from_kingston VARCHAR)
|
SELECT date FROM table_name_34 WHERE away_team = "footscray"
|
What day did Footscray play as the away team?
|
CREATE TABLE table_name_34 (date VARCHAR, away_team VARCHAR)
|
SELECT result FROM table_name_52 WHERE week = 11
|
What is the result of the game on week 11?
|
CREATE TABLE table_name_52 (result VARCHAR, week VARCHAR)
|
SELECT date FROM table_name_39 WHERE data = "19:29"
|
What date has a Data of 19:29?
|
CREATE TABLE table_name_39 (date VARCHAR, data VARCHAR)
|
SELECT shoulder FROM table_name_36 WHERE length = "57.85 (2.278)"
|
What is the shoulder measurement of the gun with a length of 57.85 (2.278)?
|
CREATE TABLE table_name_36 (shoulder VARCHAR, length VARCHAR)
|
SELECT player FROM table_name_11 WHERE score = 70 - 69 - 75 = 214
|
What Player had a Score of 70-69-75=214?
|
CREATE TABLE table_name_11 (player VARCHAR, score VARCHAR)
|
SELECT date FROM table_name_74 WHERE away_team = "south melbourne"
|
Which date did South Melbourne play as the away team?
|
CREATE TABLE table_name_74 (date VARCHAR, away_team VARCHAR)
|
SELECT MIN(erp_w) FROM table_name_6 WHERE call_sign = "w223bp"
|
What is the lowest ERP W of w223bp?
|
CREATE TABLE table_name_6 (erp_w INTEGER, call_sign VARCHAR)
|
SELECT best_finish FROM table_15431122_2 WHERE scoring_rank = "97"
|
What is the best finish where the scoring rank is 97?
|
CREATE TABLE table_15431122_2 (best_finish VARCHAR, scoring_rank VARCHAR)
|
SELECT lap_length FROM table_name_50 WHERE category = "grand prix fia"
|
What is the Lap Length of the race with a Grand Prix Fia Category?
|
CREATE TABLE table_name_50 (lap_length VARCHAR, category VARCHAR)
|
SELECT source FROM table_name_12 WHERE zares = "8.6%"
|
What is the source for Zares at 8.6%?
|
CREATE TABLE table_name_12 (source VARCHAR, zares VARCHAR)
|
SELECT MIN(quantity_rebuilt) FROM table_name_50 WHERE class = "t2a"
|
What the least quantity having a T2A class?
|
CREATE TABLE table_name_50 (quantity_rebuilt INTEGER, class VARCHAR)
|
SELECT country FROM table_name_95 WHERE place = "t2" AND score = 68 - 69 - 68 - 72 = 277
|
What county placed t2 and scored 68-69-68-72=277?
|
CREATE TABLE table_name_95 (country VARCHAR, place VARCHAR, score VARCHAR)
|
SELECT constituency FROM table_22754310_1 WHERE margin = 175130
|
Name the constituency for 175130
|
CREATE TABLE table_22754310_1 (constituency VARCHAR, margin VARCHAR)
|
SELECT 1989 FROM table_name_39 WHERE 1999 = "f" AND 1994 = "2r"
|
What is 1989, when 1999 is F, and when 1994 is 2R?
|
CREATE TABLE table_name_39 (Id VARCHAR)
|
SELECT percentage_yield FROM table_222448_1 WHERE dpmo = "3.4"
|
What is the percentage yield for a DPMO of 3.4?
|
CREATE TABLE table_222448_1 (percentage_yield VARCHAR, dpmo VARCHAR)
|
SELECT streak FROM table_name_65 WHERE date = "december 30"
|
What is the Streak on December 30?
|
CREATE TABLE table_name_65 (streak VARCHAR, date VARCHAR)
|
SELECT player FROM table_name_79 WHERE first_team_appearances = "7"
|
Who is the player who has had 7 first team appearances?
|
CREATE TABLE table_name_79 (player VARCHAR, first_team_appearances VARCHAR)
|
SELECT T2.fname, T2.lname FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor WHERE T1.fname = "Michael" AND T1.lname = "Goodrich"
|
Show first name and last name for all the students advised by Michael Goodrich.
|
CREATE TABLE Faculty (FacID VARCHAR, fname VARCHAR, lname VARCHAR); CREATE TABLE Student (fname VARCHAR, lname VARCHAR, advisor VARCHAR)
|
SELECT score FROM table_name_47 WHERE tournament = "clearwater, florida"
|
What is the final score of the tournament played in Clearwater, Florida?
|
CREATE TABLE table_name_47 (score VARCHAR, tournament VARCHAR)
|
SELECT category FROM table_name_88 WHERE type = "rowexit"
|
When Type was rowexit what was the Category?
|
CREATE TABLE table_name_88 (category VARCHAR, type VARCHAR)
|
SELECT matches_as_captain FROM table_272865_20 WHERE asian_cup_played_as_a_captain = "Qatar 1988"
|
How many matches as captain were played where Asian Cup played as a captain is Qatar 1988
|
CREATE TABLE table_272865_20 (matches_as_captain VARCHAR, asian_cup_played_as_a_captain VARCHAR)
|
SELECT gold FROM table_name_29 WHERE total < 2 AND rank = 3 AND nation = "canada"
|
What is the gold when the total is less than 2, and rank is 3 and Canada is the nation?
|
CREATE TABLE table_name_29 (gold VARCHAR, nation VARCHAR, total VARCHAR, rank VARCHAR)
|
SELECT notes FROM table_name_3 WHERE silver = "jarkko huovila"
|
What is Notes, when Silver is "Jarkko Huovila"?
|
CREATE TABLE table_name_3 (notes VARCHAR, silver VARCHAR)
|
SELECT tournament FROM table_name_90 WHERE 2003 = "a"
|
What is Tournament, when 2003 is "A"?
|
CREATE TABLE table_name_90 (tournament VARCHAR)
|
SELECT constituency FROM table_15082102_3 WHERE electorate = 54787
|
which electorate is 54787 of the constituency
|
CREATE TABLE table_15082102_3 (constituency VARCHAR, electorate VARCHAR)
|
SELECT MAX(yards) FROM table_name_27 WHERE sacks = 2 AND average > 0
|
What are the most yards for 2 sacks and an average greater than 0?
|
CREATE TABLE table_name_27 (yards INTEGER, sacks VARCHAR, average VARCHAR)
|
SELECT team_name FROM table_17289224_1 WHERE season = "2010"
|
Which team started 2010?
|
CREATE TABLE table_17289224_1 (team_name VARCHAR, season VARCHAR)
|
SELECT home_team FROM table_name_70 WHERE away_team = "blackburn rovers"
|
What is the Home team at the Blackburn Rovers Away game?
|
CREATE TABLE table_name_70 (home_team VARCHAR, away_team VARCHAR)
|
SELECT points FROM table_name_30 WHERE home = "pittsburgh" AND date = "november 29"
|
What points have pittsburgh as the home, and November 29 as the date?
|
CREATE TABLE table_name_30 (points VARCHAR, home VARCHAR, date VARCHAR)
|
SELECT japanese_title FROM table_11839306_2 WHERE english_title = "Fantasy"
|
What is the Japanese title for Fantasy?
|
CREATE TABLE table_11839306_2 (japanese_title VARCHAR, english_title VARCHAR)
|
SELECT best FROM table_name_47 WHERE name = "robert doornbos"
|
What was Robert Doornbos' Best?
|
CREATE TABLE table_name_47 (best VARCHAR, name VARCHAR)
|
SELECT COUNT(high_rebounds) FROM table_27713030_12 WHERE game = 80
|
How many different items appear in the high rebounds column in game 80?
|
CREATE TABLE table_27713030_12 (high_rebounds VARCHAR, game VARCHAR)
|
SELECT format FROM table_name_15 WHERE catalog = "rtradlp491"
|
What is the Format of the release with Catalog number RTRADLP491?
|
CREATE TABLE table_name_15 (format VARCHAR, catalog VARCHAR)
|
SELECT average FROM table_16390001_2 WHERE swimsuit = "8.266"
|
What was the average for contestants with a swimsuit score of 8.266?
|
CREATE TABLE table_16390001_2 (average VARCHAR, swimsuit VARCHAR)
|
SELECT high_rebounds FROM table_18904831_5 WHERE high_points = "Sales (17)"
|
Who did the most high rebounds in the game where Sales (17) did the high points?
|
CREATE TABLE table_18904831_5 (high_rebounds VARCHAR, high_points VARCHAR)
|
SELECT lost FROM table_name_92 WHERE club = "mumbles rfc"
|
What did the loss come from a Club of mumbles rfc?
|
CREATE TABLE table_name_92 (lost VARCHAR, club VARCHAR)
|
SELECT date FROM table_13259019_2 WHERE game_site = "Milwaukee County Stadium"
|
On what day was the team playing at milwaukee county stadium?
|
CREATE TABLE table_13259019_2 (date VARCHAR, game_site VARCHAR)
|
SELECT AVG(round1) FROM table_name_62 WHERE round3 < 51 AND total_points < 273 AND round2 < 98 AND round5 < 24
|
what is round1 when round3 is less than 51, total points is less than 273, round2 is less than 98 and round5 is less than 24?
|
CREATE TABLE table_name_62 (round1 INTEGER, round5 VARCHAR, round2 VARCHAR, round3 VARCHAR, total_points VARCHAR)
|
SELECT name FROM table_name_77 WHERE wins = "1" AND losses = "1" AND matches = "2"
|
Who has 1 win, 1 loss, and has played 2 matches?
|
CREATE TABLE table_name_77 (name VARCHAR, matches VARCHAR, wins VARCHAR, losses VARCHAR)
|
SELECT former_province FROM table_16278894_1 WHERE area__km_2__ = "694.9"
|
In what former province was the area 694.9 kilometers squared?
|
CREATE TABLE table_16278894_1 (former_province VARCHAR, area__km_2__ VARCHAR)
|
SELECT tries_for FROM table_name_54 WHERE tries_against = "correct as of 2007-10-15"
|
tries against correct as of 2007-10-15 has what tries for?
|
CREATE TABLE table_name_54 (tries_for VARCHAR, tries_against VARCHAR)
|
SELECT SUM(tie_no) FROM table_name_76 WHERE home_team = "burgess hill town"
|
What's the sum of tie no for home team burgess hill town?
|
CREATE TABLE table_name_76 (tie_no INTEGER, home_team VARCHAR)
|
SELECT name FROM table_name_69 WHERE period = "1945-1949 & 1953-1954 1949-1952"
|
What name is for the period 1945-1949 & 1953-1954 1949-1952?
|
CREATE TABLE table_name_69 (name VARCHAR, period VARCHAR)
|
SELECT b_winning_car FROM table_27965906_2 WHERE a_winning_car = "#88 Team Mitsubishi 88 Mitsubishi Starion"
|
Name the b winning car for #88 team mitsubishi 88 mitsubishi starion
|
CREATE TABLE table_27965906_2 (b_winning_car VARCHAR, a_winning_car VARCHAR)
|
SELECT points FROM table_name_66 WHERE chassis = "lotus 33" AND entrant = "team lotus" AND year = 1964
|
What point had team Lotus whit the lotus 33 chassis in 1964?
|
CREATE TABLE table_name_66 (points VARCHAR, year VARCHAR, chassis VARCHAR, entrant VARCHAR)
|
SELECT developer FROM table_name_59 WHERE platform = "xbox 360"
|
Which developer has xbox 360 as the platform?
|
CREATE TABLE table_name_59 (developer VARCHAR, platform VARCHAR)
|
SELECT home_team AS score FROM table_name_50 WHERE venue = "arden street oval"
|
What was the home teams score at Arden Street Oval?
|
CREATE TABLE table_name_50 (home_team VARCHAR, venue VARCHAR)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.