answer
stringlengths 18
557
| question
stringlengths 12
244
| context
stringlengths 27
489
|
|---|---|---|
SELECT MAX(average_attendance) FROM table_name_12 WHERE _number_of_home_games = 9
|
What was the Average Attendance during the Year in which there were 9 Home Games?
|
CREATE TABLE table_name_12 (average_attendance INTEGER, _number_of_home_games VARCHAR)
|
SELECT touchdowns__5_points_ FROM table_14342210_14 WHERE player = "Albert Herrnstein"
|
How many touchdowns did Albert Herrnstein make?
|
CREATE TABLE table_14342210_14 (touchdowns__5_points_ VARCHAR, player VARCHAR)
|
SELECT state__class_ FROM table_225205_3 WHERE reason_for_change = "Iowa admitted to the Union December 28, 1846"
|
Name the state class for iowa admitted to the union december 28, 1846
|
CREATE TABLE table_225205_3 (state__class_ VARCHAR, reason_for_change VARCHAR)
|
SELECT COUNT(tries_against) FROM table_14058433_4 WHERE lost = "11"
|
how many tries against with lost being 11
|
CREATE TABLE table_14058433_4 (tries_against VARCHAR, lost VARCHAR)
|
SELECT MIN(pernambuco) FROM table_name_55 WHERE northeast_total = "119978"
|
What was the lowest number in Pernambuco where the Northeast had a total of 119978?
|
CREATE TABLE table_name_55 (pernambuco INTEGER, northeast_total VARCHAR)
|
SELECT club FROM table_name_49 WHERE founded > 1998
|
Which club was founded after 1998?
|
CREATE TABLE table_name_49 (club VARCHAR, founded INTEGER)
|
SELECT TV AS season FROM table_1348989_2 WHERE season = "3rd"
|
In what TV season did the 3rd season air?
|
CREATE TABLE table_1348989_2 (TV VARCHAR, season VARCHAR)
|
SELECT competition FROM table_name_38 WHERE event = "team all-round" AND year < 1913
|
what is the competition for the event team all-round in the year before 1913?
|
CREATE TABLE table_name_38 (competition VARCHAR, event VARCHAR, year VARCHAR)
|
SELECT incumbent FROM table_1805191_10 WHERE party = "Democratic" AND district = "Florida 11"
|
Who is the incumbent democratic party in district florida 11?
|
CREATE TABLE table_1805191_10 (incumbent VARCHAR, party VARCHAR, district VARCHAR)
|
SELECT MIN(february) FROM table_name_54 WHERE record = "21-30-11" AND game > 62
|
What is the lowest February, when Record is "21-30-11", and when Game is greater than 62?
|
CREATE TABLE table_name_54 (february INTEGER, record VARCHAR, game VARCHAR)
|
SELECT races FROM table_26998693_1 WHERE f_laps = 0 AND poles = 1
|
What races achieved 0 f/laps and 1 pole position?
|
CREATE TABLE table_26998693_1 (races VARCHAR, f_laps VARCHAR, poles VARCHAR)
|
SELECT started FROM table_name_60 WHERE ended = "15 january"
|
When did the loan that Ended on 15 January Start?
|
CREATE TABLE table_name_60 (started VARCHAR, ended VARCHAR)
|
SELECT surface FROM table_name_50 WHERE date = "12-apr-2005"
|
What was the surface for the game that was played on 12-Apr-2005?
|
CREATE TABLE table_name_50 (surface VARCHAR, date VARCHAR)
|
SELECT left_office FROM table_name_47 WHERE took_office = "11 june 2001" AND minister = "mirko tremaglia"
|
What is Left Office, when Took Office is "11 June 2001", and when Minister is "Mirko Tremaglia"?
|
CREATE TABLE table_name_47 (left_office VARCHAR, took_office VARCHAR, minister VARCHAR)
|
SELECT allergytype, COUNT(*) FROM Allergy_type GROUP BY allergytype
|
Show all allergy types and the number of allergies in each type.
|
CREATE TABLE Allergy_type (allergytype VARCHAR)
|
SELECT no_party_preference FROM table_27003223_4 WHERE democratic = "24.8%"
|
What is the percentage of "no party preference" where the democratic percentage is 24.8%?
|
CREATE TABLE table_27003223_4 (no_party_preference VARCHAR, democratic VARCHAR)
|
SELECT insurgents FROM table_21636599_2 WHERE total_per_period = 156
|
How many insurgents are there when the total per period is 156?
|
CREATE TABLE table_21636599_2 (insurgents VARCHAR, total_per_period VARCHAR)
|
SELECT service_charge FROM table_name_38 WHERE number_made = 456
|
What is the service charge of the boat howitzers with 456 made?
|
CREATE TABLE table_name_38 (service_charge VARCHAR, number_made VARCHAR)
|
SELECT role FROM table_name_34 WHERE year < 1991 AND direction = "joemon"
|
Which role did joemon play before 1991?
|
CREATE TABLE table_name_34 (role VARCHAR, year VARCHAR, direction VARCHAR)
|
SELECT release_date FROM table_name_50 WHERE title = "milk and money"
|
What is the release date of Milk and Money?
|
CREATE TABLE table_name_50 (release_date VARCHAR, title VARCHAR)
|
SELECT name FROM table_name_3 WHERE team = "detroit pistons" AND wsu_year_s_ = "1979-82"
|
What is Name, when Team is Detroit Pistons, and when WSU Year(s) is 1979-82?
|
CREATE TABLE table_name_3 (name VARCHAR, team VARCHAR, wsu_year_s_ VARCHAR)
|
SELECT COUNT(length_feet) FROM table_name_97 WHERE parish = "clarendon" AND km_from_kingston = 71.2 AND length_meters < 21.3
|
What is the total number of Length Feet, when Parish is Clarendon, when Km From Kingston is 71.2, and when Length Meters is less than 21.3?
|
CREATE TABLE table_name_97 (length_feet VARCHAR, length_meters VARCHAR, parish VARCHAR, km_from_kingston VARCHAR)
|
SELECT original_airdate FROM table_26293875_3 WHERE prod_no = "2x03"
|
What was the original airdate of the episode with production number 2x03?
|
CREATE TABLE table_26293875_3 (original_airdate VARCHAR, prod_no VARCHAR)
|
SELECT local_networked FROM table_name_1 WHERE ad_freq = "15 minutes"
|
What is the local/network with an Ad frequency of 15 minutes?
|
CREATE TABLE table_name_1 (local_networked VARCHAR, ad_freq VARCHAR)
|
SELECT COUNT(*) FROM Ref_budget_codes
|
How many budget types do we have?
|
CREATE TABLE Ref_budget_codes (Id VARCHAR)
|
SELECT time FROM table_name_57 WHERE opponent = "shinya aoki"
|
What was the time when Shinya Aoki was the opponent?
|
CREATE TABLE table_name_57 (time VARCHAR, opponent VARCHAR)
|
SELECT manner_of_departure FROM table_19359427_6 WHERE outgoing_manager = "Gary Megson"
|
What was Gary Megson's manner of departure?
|
CREATE TABLE table_19359427_6 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
|
SELECT 1941 FROM table_name_7 WHERE 1945 = "n/a" AND 1948 = "n/a" AND 1953 = "9"
|
What 1941 has N/A as 1945, N/A for 1948, and 9 for 1953?
|
CREATE TABLE table_name_7 (Id VARCHAR)
|
SELECT programming_language_used FROM table_name_52 WHERE first_public_release = "1997"
|
Which Programming language used has a First public release of 1997?
|
CREATE TABLE table_name_52 (programming_language_used VARCHAR, first_public_release VARCHAR)
|
SELECT week FROM table_name_70 WHERE result = "w 28-17"
|
What is the week for Result of w 28-17?
|
CREATE TABLE table_name_70 (week VARCHAR, result VARCHAR)
|
SELECT attendance FROM table_name_44 WHERE record = "63-76"
|
with a record of 63-76 what was the attendance?
|
CREATE TABLE table_name_44 (attendance VARCHAR, record VARCHAR)
|
SELECT drafted FROM table_1198175_1 WHERE pro_team = "Arizona Cardinals"
|
What is under drafted when pro team is arizona cardinals?
|
CREATE TABLE table_1198175_1 (drafted VARCHAR, pro_team VARCHAR)
|
SELECT SUM(velocity__km_h_) FROM table_name_56 WHERE date = "august 16, 1963"
|
on august 16, 1963, what is the velocity?
|
CREATE TABLE table_name_56 (velocity__km_h_ INTEGER, date VARCHAR)
|
SELECT notes FROM table_name_85 WHERE time = "3:19.167"
|
What are the notes for the time at 3:19.167?
|
CREATE TABLE table_name_85 (notes VARCHAR, time VARCHAR)
|
SELECT mascot FROM table_name_53 WHERE ihsaa_class = "aaa" AND location = "russiaville"
|
Which Mascot has an IHSAA Class of aaa, and a Location of russiaville?
|
CREATE TABLE table_name_53 (mascot VARCHAR, ihsaa_class VARCHAR, location VARCHAR)
|
SELECT grid FROM table_name_57 WHERE time_retired = "hydraulics"
|
What was the Grid with a hydraulics time/required?
|
CREATE TABLE table_name_57 (grid VARCHAR, time_retired VARCHAR)
|
SELECT opponent FROM table_name_21 WHERE date = "january 7"
|
Who is the Opponent on January 7?
|
CREATE TABLE table_name_21 (opponent VARCHAR, date VARCHAR)
|
SELECT COUNT(wins) FROM table_26815674_1 WHERE final_placing = "24th"
|
When 24th is the final placing how many wins are there?
|
CREATE TABLE table_26815674_1 (wins VARCHAR, final_placing VARCHAR)
|
SELECT title FROM table_name_37 WHERE demo = "1.6/5"
|
For demo 1.6/5, what is the title?
|
CREATE TABLE table_name_37 (title VARCHAR, demo VARCHAR)
|
SELECT SUM(rating) FROM table_name_88 WHERE centre = "helsinki"
|
Which Rating has a Centre of helsinki?
|
CREATE TABLE table_name_88 (rating INTEGER, centre VARCHAR)
|
SELECT MIN(round) FROM table_name_21 WHERE method = "decision (unanimous)" AND opponent = "john howard"
|
What's the lowest round with the opponent John Howard that had a method of Decision (unanimous)?
|
CREATE TABLE table_name_21 (round INTEGER, method VARCHAR, opponent VARCHAR)
|
SELECT date FROM table_name_78 WHERE opponent_in_the_final = "isabel cueto"
|
On what date is Isabel cueto the opponent in the final?
|
CREATE TABLE table_name_78 (date VARCHAR, opponent_in_the_final VARCHAR)
|
SELECT parallel_bars FROM table_18662026_10 WHERE floor = "14.175" AND horizontal_bar = "N/A"
|
If the horizontal bar is n/a and the floor is 14.175, what is the number for the parallel bars?
|
CREATE TABLE table_18662026_10 (parallel_bars VARCHAR, floor VARCHAR, horizontal_bar VARCHAR)
|
SELECT high_rebounds FROM table_name_68 WHERE date = "january 24"
|
Who had the high rebounds on January 24?
|
CREATE TABLE table_name_68 (high_rebounds VARCHAR, date VARCHAR)
|
SELECT record FROM table_name_53 WHERE result = "loss" AND opponent = "@ la clippers"
|
Which Record has a Result of loss, and an Opponent of @ la clippers?
|
CREATE TABLE table_name_53 (record VARCHAR, result VARCHAR, opponent VARCHAR)
|
SELECT mark FROM table_name_65 WHERE name = "laura turner"
|
What is the mark set by Laura Turner?
|
CREATE TABLE table_name_65 (mark VARCHAR, name VARCHAR)
|
SELECT simplified_characters FROM table_16162581_1 WHERE wade_giles = "ch'ing-yüan … i-ma"
|
Name the simplified characters for wade giles is ch'ing-yüan … i-ma
|
CREATE TABLE table_16162581_1 (simplified_characters VARCHAR, wade_giles VARCHAR)
|
SELECT date FROM table_name_31 WHERE opponent = "manchester united" AND venue = "a"
|
Which Date has an Opponent of manchester united, and a Venue A?
|
CREATE TABLE table_name_31 (date VARCHAR, opponent VARCHAR, venue VARCHAR)
|
SELECT original_air_date FROM table_27504682_1 WHERE written_by = "Alex Taub"
|
Name the air date for alex taub
|
CREATE TABLE table_27504682_1 (original_air_date VARCHAR, written_by VARCHAR)
|
SELECT COUNT(boardings_and_deboardings) FROM table_name_68 WHERE city = "linthicum"
|
How many people boarded and de-boarded the Amtrak in Linthicum?
|
CREATE TABLE table_name_68 (boardings_and_deboardings VARCHAR, city VARCHAR)
|
SELECT venue FROM table_name_84 WHERE against < 18 AND opposing_team = "north auckland"
|
Which venue had an against score smaller than 18 when the opposing team was North Auckland?
|
CREATE TABLE table_name_84 (venue VARCHAR, against VARCHAR, opposing_team VARCHAR)
|
SELECT horizontal_bar FROM table_name_18 WHERE pommel_horse = "n/a" AND position < 27 AND parallel_bars = "15.800"
|
What is the horizontal bar score with a pommel horse of n/a, and the position is less than 27, and the parallel bars score is 15.800?
|
CREATE TABLE table_name_18 (horizontal_bar VARCHAR, parallel_bars VARCHAR, pommel_horse VARCHAR, position VARCHAR)
|
SELECT time FROM table_name_33 WHERE opponent = "dave menne"
|
What was the time of the bout against Dave Menne?
|
CREATE TABLE table_name_33 (time VARCHAR, opponent VARCHAR)
|
SELECT score FROM table_17326036_5 WHERE team = "Boston"
|
What was the score in the game against Boston?
|
CREATE TABLE table_17326036_5 (score VARCHAR, team VARCHAR)
|
SELECT wins FROM table_name_77 WHERE flags > 6 AND draws > 10 AND club = "south warrnambool"
|
How many wins did South Warrnambool have that had more than 6 flags and a draw greater than 10?
|
CREATE TABLE table_name_77 (wins VARCHAR, club VARCHAR, flags VARCHAR, draws VARCHAR)
|
SELECT tournament_venue__city_ FROM table_21269441_4 WHERE regular_season_winner = "UCLA"
|
Where was the tourney when UCLA won the regular season?
|
CREATE TABLE table_21269441_4 (tournament_venue__city_ VARCHAR, regular_season_winner VARCHAR)
|
SELECT us_viewers__millions_ FROM table_11694832_1 WHERE production_code = "3T5769"
|
How many millions of U.S. viewers watched the show with a production code of 3T5769?
|
CREATE TABLE table_11694832_1 (us_viewers__millions_ VARCHAR, production_code VARCHAR)
|
SELECT shirt_back_sponsor FROM table_name_69 WHERE shorts_sponsor = "telestet"
|
Who is the Shirt Back Sponsor if the Shorts Sponsor is Telestet?
|
CREATE TABLE table_name_69 (shirt_back_sponsor VARCHAR, shorts_sponsor VARCHAR)
|
SELECT 2009 FROM table_name_3 WHERE 2010 = "0" AND 2008 = "0"
|
What 2009 has a 0 in 2008 & 2010?
|
CREATE TABLE table_name_3 (Id VARCHAR)
|
SELECT MIN(place) FROM table_name_4 WHERE artist = "all mixed up"
|
Where did the artist All Mixed Up place?
|
CREATE TABLE table_name_4 (place INTEGER, artist VARCHAR)
|
SELECT MIN(bush_number) FROM table_name_63 WHERE bush_percentage = "65.4%"
|
What is the lowest Bush#, when Bush% is "65.4%"?
|
CREATE TABLE table_name_63 (bush_number INTEGER, bush_percentage VARCHAR)
|
SELECT SUM(evening_gown) FROM table_name_4 WHERE interview < 8.77 AND swimsuit = 7.8 AND average < 8.2
|
What is the sum of the evening gown scores where the interview score is less than 8.77, the swimsuit score is equal to 7.8, and the average score is less than 8.2?
|
CREATE TABLE table_name_4 (evening_gown INTEGER, average VARCHAR, interview VARCHAR, swimsuit VARCHAR)
|
SELECT Name FROM city ORDER BY Name
|
What are the names of cities in ascending alphabetical order?
|
CREATE TABLE city (Name VARCHAR)
|
SELECT region_2 FROM table_1067134_1 WHERE dvd_name = "Season Six"
|
What date did the DVD for season six come out in region 2?
|
CREATE TABLE table_1067134_1 (region_2 VARCHAR, dvd_name VARCHAR)
|
SELECT date_of_birth FROM table_name_71 WHERE player = "roshan mahanama"
|
When was roshan mahanama born?
|
CREATE TABLE table_name_71 (date_of_birth VARCHAR, player VARCHAR)
|
SELECT opponent FROM table_name_5 WHERE surface = "hard (i)"
|
Who was the Opponent on a Hard (i) Surface?
|
CREATE TABLE table_name_5 (opponent VARCHAR, surface VARCHAR)
|
SELECT region FROM table_name_23 WHERE label = "eyeball" AND catalogue = "7200222"
|
Which region has and eyeball label and catalogue 7200222?
|
CREATE TABLE table_name_23 (region VARCHAR, label VARCHAR, catalogue VARCHAR)
|
SELECT AVG(silver) FROM table_name_49 WHERE total < 3 AND rank > 9
|
How many silver medals were won with a total medal of 3 and a rank above 9?
|
CREATE TABLE table_name_49 (silver INTEGER, total VARCHAR, rank VARCHAR)
|
SELECT runner_up FROM table_name_27 WHERE season > 2 AND total_prize_money = "$108,000"
|
Who was the runner-up after season 2 when the total prize money was $108,000?
|
CREATE TABLE table_name_27 (runner_up VARCHAR, season VARCHAR, total_prize_money VARCHAR)
|
SELECT COUNT(*) FROM countries AS t1 JOIN car_makers AS t2 ON t1.countryid = t2.country GROUP BY t1.countryid HAVING COUNT(*) > 2
|
How many countries has more than 2 car makers ?
|
CREATE TABLE car_makers (country VARCHAR); CREATE TABLE countries (countryid VARCHAR)
|
SELECT team_classification FROM table_11667521_17 WHERE points_classification = "Bradley Wiggins"
|
WHAT TEAM CLASSIFIED IN THE STAGE WHERE BRADLEY WIGGINS WON THE POINTS CLASSIFICATION ?
|
CREATE TABLE table_11667521_17 (team_classification VARCHAR, points_classification VARCHAR)
|
SELECT T1.party_name, T2.region_name FROM party AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id
|
Show all party names and their region names.
|
CREATE TABLE region (region_name VARCHAR, region_id VARCHAR); CREATE TABLE party (party_name VARCHAR, region_id VARCHAR)
|
SELECT viewers__m_ FROM table_11178271_1 WHERE rating = "5.3"
|
What is the viewers where the rating is 5.3?
|
CREATE TABLE table_11178271_1 (viewers__m_ VARCHAR, rating VARCHAR)
|
SELECT MIN(against) FROM table_name_74 WHERE date = "17/01/1976"
|
What's the against on 17/01/1976?
|
CREATE TABLE table_name_74 (against INTEGER, date VARCHAR)
|
SELECT MIN(year) FROM table_18106841_1 WHERE winners__percentage_votes = "55.99%"
|
What year was the winners vote 55.99%?
|
CREATE TABLE table_18106841_1 (year INTEGER, winners__percentage_votes VARCHAR)
|
SELECT manner_of_departure FROM table_26976615_3 WHERE outgoing_manager = "Andrea Mandorlini"
|
What was the manner of departure when the outgoing manager was andrea mandorlini?
|
CREATE TABLE table_26976615_3 (manner_of_departure VARCHAR, outgoing_manager VARCHAR)
|
SELECT COUNT(DISTINCT dept_name), school_code FROM department GROUP BY school_code
|
Find the number of departments in each school.
|
CREATE TABLE department (school_code VARCHAR, dept_name VARCHAR)
|
SELECT AVG(crowd) FROM table_name_77 WHERE away_team = "north melbourne"
|
What was the attendance when North Melbourne was the away team?
|
CREATE TABLE table_name_77 (crowd INTEGER, away_team VARCHAR)
|
SELECT SUM(events_played) FROM table_name_82 WHERE cuts_made < 0
|
What is the sum of Events played when the cuts made is less than 0?
|
CREATE TABLE table_name_82 (events_played INTEGER, cuts_made INTEGER)
|
SELECT AVG(rank) FROM table_name_48 WHERE silver > 1 AND gold < 11 AND bronze = 2 AND nation = "west germany (frg)"
|
What is the average rank of west germany (frg), which has more than 1 silver, less than 11 gold, and 2 bronze medals?
|
CREATE TABLE table_name_48 (rank INTEGER, nation VARCHAR, bronze VARCHAR, silver VARCHAR, gold VARCHAR)
|
SELECT date FROM table_name_5 WHERE decision = "turco" AND home = "st. louis"
|
Name the date for turco decision and home of st. louis
|
CREATE TABLE table_name_5 (date VARCHAR, decision VARCHAR, home VARCHAR)
|
SELECT £1_fraction FROM table_1682865_1 WHERE reverse = "Hare"
|
What is the £1 fraction when the reverse is hare?
|
CREATE TABLE table_1682865_1 (£1_fraction VARCHAR, reverse VARCHAR)
|
SELECT date FROM table_name_62 WHERE margin_of_victory = "5 strokes"
|
What is the date of the tournament with 5 strokes as the margin of victory?
|
CREATE TABLE table_name_62 (date VARCHAR, margin_of_victory VARCHAR)
|
SELECT Local AS mission FROM table_name_13 WHERE local_position = "ambassador" AND mission = "suriname"
|
What is the local mission that has ambassador as the local position, and a mission of suriname?
|
CREATE TABLE table_name_13 (Local VARCHAR, local_position VARCHAR, mission VARCHAR)
|
SELECT date_of_transaction FROM TRANSACTIONS WHERE share_count >= 100 OR amount_of_transaction >= 100
|
What are the dates of transactions with at least 100 share count or amount bigger than 100?
|
CREATE TABLE TRANSACTIONS (date_of_transaction VARCHAR, share_count VARCHAR, amount_of_transaction VARCHAR)
|
SELECT MAX(wins) FROM table_2597876_1 WHERE winnings = "$90,700"
|
How many wins did Parsons have in the year where his winnings were $90,700?
|
CREATE TABLE table_2597876_1 (wins INTEGER, winnings VARCHAR)
|
SELECT COUNT(pick__number) FROM table_name_96 WHERE name = "tory epps" AND round > 8
|
How many Pick #s have a Name of tory epps, and a Round larger than 8?
|
CREATE TABLE table_name_96 (pick__number VARCHAR, name VARCHAR, round VARCHAR)
|
SELECT chairman FROM table_26593762_2 WHERE manager = "Mark Robins"
|
Who is the chairman of Mark Robins team?
|
CREATE TABLE table_26593762_2 (chairman VARCHAR, manager VARCHAR)
|
SELECT description FROM table_256286_39 WHERE _percentage_yes = "44.06%"
|
What is the measure where the yes% is 44.06%?
|
CREATE TABLE table_256286_39 (description VARCHAR, _percentage_yes VARCHAR)
|
SELECT role_name, role_description FROM ROLES WHERE role_code = "MG"
|
What are the name and description for role code "MG"?
|
CREATE TABLE ROLES (role_name VARCHAR, role_description VARCHAR, role_code VARCHAR)
|
SELECT home_team FROM table_name_28 WHERE away_team = "melbourne"
|
What home team played an away team of melbourne?
|
CREATE TABLE table_name_28 (home_team VARCHAR, away_team VARCHAR)
|
SELECT COUNT(title) FROM table_23287683_1 WHERE directed_by = "Sarah Pia Anderson"
|
How many episodes were directed by Sarah Pia Anderson?
|
CREATE TABLE table_23287683_1 (title VARCHAR, directed_by VARCHAR)
|
SELECT AVG(age), sex FROM Student GROUP BY sex
|
Show the average age for male and female students.
|
CREATE TABLE Student (sex VARCHAR, age INTEGER)
|
SELECT latest_stable_release FROM table_name_83 WHERE name = "crawltrack"
|
What is the latest stable release date for Crawltrack?
|
CREATE TABLE table_name_83 (latest_stable_release VARCHAR, name VARCHAR)
|
SELECT location_attendance FROM table_27755603_8 WHERE high_points = "Austin Daye , Tracy McGrady , Tayshaun Prince (20)"
|
Name the location attendance for austin daye , tracy mcgrady , tayshaun prince (20)
|
CREATE TABLE table_27755603_8 (location_attendance VARCHAR, high_points VARCHAR)
|
SELECT choreographer_s_ FROM table_name_29 WHERE style = "jazz"
|
Who was the choreographer for the dance style of Jazz?
|
CREATE TABLE table_name_29 (choreographer_s_ VARCHAR, style VARCHAR)
|
SELECT nationality FROM table_name_34 WHERE position = "guard" AND school_club_team = "virginia"
|
What is the nationality of the guard for the chool/Club Team in Virginia?
|
CREATE TABLE table_name_34 (nationality VARCHAR, position VARCHAR, school_club_team VARCHAR)
|
SELECT time_retired FROM table_name_89 WHERE constructor = "brabham - climax" AND grid = 10
|
What is the Time/Retired for brabham - climax, on Grid of 10?
|
CREATE TABLE table_name_89 (time_retired VARCHAR, constructor VARCHAR, grid VARCHAR)
|
SELECT tournament FROM table_name_78 WHERE surface = "hard" AND date = "apr. 12, 1998"
|
Which tournament has hard as the surface and apr. 12, 1998 as the date?
|
CREATE TABLE table_name_78 (tournament VARCHAR, surface VARCHAR, date VARCHAR)
|
SELECT celebrity FROM table_name_23 WHERE famous_for = "rapper"
|
Which celebrity was famous for being a rapper?
|
CREATE TABLE table_name_23 (celebrity VARCHAR, famous_for VARCHAR)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.