answer
stringlengths 18
557
| question
stringlengths 12
244
| context
stringlengths 27
489
|
|---|---|---|
SELECT location_attendance FROM table_name_47 WHERE opponent = "at chicago bulls"
|
When they played at Chicago Bulls, what was the Location/Attendance?
|
CREATE TABLE table_name_47 (location_attendance VARCHAR, opponent VARCHAR)
|
SELECT COUNT(date) FROM table_27734769_8 WHERE high_assists = "Andre Miller (7)"
|
How many times was the high assists andre miller (7)?
|
CREATE TABLE table_27734769_8 (date VARCHAR, high_assists VARCHAR)
|
SELECT MAX(points) FROM table_name_14 WHERE driver = "justin lofton" AND top_10 < 5
|
What are the highest points for Justin Lofton when his top 10 is lower than 5?
|
CREATE TABLE table_name_14 (points INTEGER, driver VARCHAR, top_10 VARCHAR)
|
SELECT installation_date FROM table_21821014_1 WHERE location = "El Paso, Texas"
|
What was the installation date in El Paso, Texas?
|
CREATE TABLE table_21821014_1 (installation_date VARCHAR, location VARCHAR)
|
SELECT loss FROM table_name_26 WHERE score = "7-1"
|
What was the loss when the score was 7-1?
|
CREATE TABLE table_name_26 (loss VARCHAR, score VARCHAR)
|
SELECT magnitude FROM table_name_49 WHERE date = "may 28, 2004"
|
What is the Magnitude on the Date May 28, 2004?
|
CREATE TABLE table_name_49 (magnitude VARCHAR, date VARCHAR)
|
SELECT SUM(total__kg_) FROM table_name_94 WHERE bodyweight > 57.8 AND clean_ & _jerk < 103
|
What is the total (kg when the bodyweight is more than 57.8, and the clean & jerk is less than 103?
|
CREATE TABLE table_name_94 (total__kg_ INTEGER, bodyweight VARCHAR, clean_ VARCHAR, _jerk VARCHAR)
|
SELECT category FROM table_name_33 WHERE date < 2006 AND rider_2 = "bart brentjens"
|
Which category earlier than 2006 has Bart Brentjens as rider 2?
|
CREATE TABLE table_name_33 (category VARCHAR, date VARCHAR, rider_2 VARCHAR)
|
SELECT points FROM table_name_58 WHERE club = "newport rfc"
|
How many points did Newport RFC get?
|
CREATE TABLE table_name_58 (points VARCHAR, club VARCHAR)
|
SELECT COUNT(laps) FROM table_name_55 WHERE driver = "jochen rindt"
|
How many laps for jochen rindt?
|
CREATE TABLE table_name_55 (laps VARCHAR, driver VARCHAR)
|
SELECT leftfielder FROM table_name_25 WHERE shortstop = "bill russell" AND second_baseman = "steve sax" AND year = 1983
|
What is the name of the Leftfielder when the Shortstop was bill russell, and the Second Baseman was steve sax in 1983?
|
CREATE TABLE table_name_25 (leftfielder VARCHAR, year VARCHAR, shortstop VARCHAR, second_baseman VARCHAR)
|
SELECT title FROM table_name_23 WHERE podcast_date = "september 25, 2005"
|
What is the title of the episode that aired on September 25, 2005?
|
CREATE TABLE table_name_23 (title VARCHAR, podcast_date VARCHAR)
|
SELECT COUNT(chroma_format) FROM table_1376890_2 WHERE name = "High profile"
|
how many chroma format with name being high profile
|
CREATE TABLE table_1376890_2 (chroma_format VARCHAR, name VARCHAR)
|
SELECT SUM(goals_for) FROM table_name_45 WHERE drawn > 12 AND team = "goole town" AND goals_against > 60
|
How many goals for had a drawn more than 12 for the Goole Town team, as well as more than 60 goals against?
|
CREATE TABLE table_name_45 (goals_for INTEGER, goals_against VARCHAR, drawn VARCHAR, team VARCHAR)
|
SELECT MIN(gain) FROM table_name_35 WHERE name = "toben opurum" AND avg_g < 54.1
|
What is the lowest gain that has toben opurum as the name, with an avg/g less than 54.1?
|
CREATE TABLE table_name_35 (gain INTEGER, name VARCHAR, avg_g VARCHAR)
|
SELECT country FROM table_name_83 WHERE tournament = "paris masters"
|
What country was the Paris Masters tournament played in?
|
CREATE TABLE table_name_83 (country VARCHAR, tournament VARCHAR)
|
SELECT player FROM table_11545282_18 WHERE years_for_jazz = "2000-02"
|
Which player played for years 2000-02
|
CREATE TABLE table_11545282_18 (player VARCHAR, years_for_jazz VARCHAR)
|
SELECT COUNT(party) FROM table_1346118_5 WHERE candidates = "Henry E. Barbour (R) 52.1% Henry Hawson (D) 47.9%"
|
Which party was the incumbent from when the cadidates were henry e. barbour (r) 52.1% henry hawson (d) 47.9%? Answer: Democratic
|
CREATE TABLE table_1346118_5 (party VARCHAR, candidates VARCHAR)
|
SELECT COUNT(wins) FROM table_name_31 WHERE rank = "6th"
|
How many wins occurred for 6th rank?
|
CREATE TABLE table_name_31 (wins VARCHAR, rank VARCHAR)
|
SELECT november FROM table_name_52 WHERE year > 1988 AND october = "prinzzess"
|
Who is in November after 1988 when Prinzzess is in October?
|
CREATE TABLE table_name_52 (november VARCHAR, year VARCHAR, october VARCHAR)
|
SELECT result FROM table_name_55 WHERE opponent = "hamilton academical" AND attendance > 33 OFFSET 684
|
An attendance larger than 33,684 and an opponent of Hamilton Academical had this listed as a result?
|
CREATE TABLE table_name_55 (result VARCHAR, opponent VARCHAR, attendance VARCHAR)
|
SELECT rank FROM table_145439_1 WHERE country = "Iceland"
|
what's the rank for iceland
|
CREATE TABLE table_145439_1 (rank VARCHAR, country VARCHAR)
|
SELECT date FROM table_name_92 WHERE opponent = "lamine ouahab"
|
On which date was the opponent lamine ouahab?
|
CREATE TABLE table_name_92 (date VARCHAR, opponent VARCHAR)
|
SELECT written_by FROM table_name_33 WHERE production_code = "ad1d09"
|
tell me the writer of production code ad1d09.
|
CREATE TABLE table_name_33 (written_by VARCHAR, production_code VARCHAR)
|
SELECT record FROM table_name_9 WHERE loss = "guardado"
|
What is the record number of the game where Guardado lost?
|
CREATE TABLE table_name_9 (record VARCHAR, loss VARCHAR)
|
SELECT event FROM table_name_62 WHERE venue = "toronto, canada"
|
What is the name of the Event with a venue that was in toronto, canada?
|
CREATE TABLE table_name_62 (event VARCHAR, venue VARCHAR)
|
SELECT SUM(league) AS Cup FROM table_name_42 WHERE scottish_cup > 69
|
Which League Cup has a Scottish Cup larger than 69?
|
CREATE TABLE table_name_42 (league INTEGER, scottish_cup INTEGER)
|
SELECT away_team AS score FROM table_name_63 WHERE home_team = "essendon"
|
What was the away team score when the home team essendon was playing?
|
CREATE TABLE table_name_63 (away_team VARCHAR, home_team VARCHAR)
|
SELECT visitor FROM table_name_82 WHERE record = "26-18"
|
What was the visiting team that had a record of 26-18?
|
CREATE TABLE table_name_82 (visitor VARCHAR, record VARCHAR)
|
SELECT rider FROM table_name_46 WHERE laps = 14 AND grid > 23 AND bike = "honda cbr1000rr" AND time = "+1'04.877"
|
Who was the rider who went 14 laps on a Honda CBR1000rr, with a time of +1'04.877 on a grid larger than 23?
|
CREATE TABLE table_name_46 (rider VARCHAR, time VARCHAR, bike VARCHAR, laps VARCHAR, grid VARCHAR)
|
SELECT runs FROM table_name_47 WHERE venue = "adelaide oval , adelaide"
|
Name the Runs which has Venue of adelaide oval , adelaide?
|
CREATE TABLE table_name_47 (runs VARCHAR, venue VARCHAR)
|
SELECT attendance FROM table_name_13 WHERE tie_no = "32"
|
Which Attendance has a Tie # of 32?
|
CREATE TABLE table_name_13 (attendance VARCHAR, tie_no VARCHAR)
|
SELECT DISTINCT T3.product_name FROM customer_orders AS T1 JOIN order_items AS T2 ON T1.order_id = T2.order_id JOIN products AS T3 ON T2.product_id = T3.product_id GROUP BY T3.product_id HAVING COUNT(DISTINCT T1.customer_id) >= 2
|
Find the names of products that were bought by at least two distinct customers.
|
CREATE TABLE products (product_name VARCHAR, product_id VARCHAR); CREATE TABLE customer_orders (order_id VARCHAR, customer_id VARCHAR); CREATE TABLE order_items (order_id VARCHAR, product_id VARCHAR)
|
SELECT MAX(round) FROM table_13079788_3 WHERE gt3_winner = "Hector Lester Tim Mullen" AND pole_position = "Jonny Cocker Paul Drayson"
|
what is the maximum round for gt3 winner hector lester tim mullen and pole position of jonny cocker paul drayson
|
CREATE TABLE table_13079788_3 (round INTEGER, gt3_winner VARCHAR, pole_position VARCHAR)
|
SELECT MIN(year) FROM table_name_90 WHERE west = "borussia dortmund" AND berlin = "bfc viktoria 1889"
|
What is the earliest year borussia dortmund was west and bfc viktoria 1889 was Berlin?
|
CREATE TABLE table_name_90 (year INTEGER, west VARCHAR, berlin VARCHAR)
|
SELECT title FROM table_25341765_1 WHERE written_by = "Alan Yang"
|
What was the name of the episode Alan Yang wrote?
|
CREATE TABLE table_25341765_1 (title VARCHAR, written_by VARCHAR)
|
SELECT T1.lot_details FROM LOTS AS T1 JOIN TRANSACTIONS_LOTS AS T2 ON T1.lot_id = T2.transaction_id JOIN TRANSACTIONS AS T3 ON T2.transaction_id = T3.transaction_id WHERE T3.share_count > 100 AND T3.transaction_type_code = "PUR"
|
What are the lot details of lots associated with transactions whose share count is bigger than 100 and whose type code is "PUR"?
|
CREATE TABLE LOTS (lot_details VARCHAR, lot_id VARCHAR); CREATE TABLE TRANSACTIONS_LOTS (transaction_id VARCHAR); CREATE TABLE TRANSACTIONS (transaction_id VARCHAR, share_count VARCHAR, transaction_type_code VARCHAR)
|
SELECT score FROM table_name_94 WHERE place = "t4" AND player = "lee janzen"
|
What's the score of Lee Janzen in T4 place?
|
CREATE TABLE table_name_94 (score VARCHAR, place VARCHAR, player VARCHAR)
|
SELECT time_retired FROM table_name_75 WHERE driver = "howden ganley"
|
What is Driver Howden Ganley's Time/Retired?
|
CREATE TABLE table_name_75 (time_retired VARCHAR, driver VARCHAR)
|
SELECT south FROM table_name_40 WHERE west = "tsv kottern" AND east = "ehf passau"
|
Who was in the South when TSV Kottern was in the West and EHF Passau was in the East?
|
CREATE TABLE table_name_40 (south VARCHAR, west VARCHAR, east VARCHAR)
|
SELECT MAX(earnings__) AS $__ FROM table_name_41 WHERE player = "dave stockton"
|
How much has dave stockton earned?
|
CREATE TABLE table_name_41 (earnings__ INTEGER, player VARCHAR)
|
SELECT away_team FROM table_24887326_6 WHERE tie_no = 15
|
Who is the away team for tie no 15?
|
CREATE TABLE table_24887326_6 (away_team VARCHAR, tie_no VARCHAR)
|
SELECT country FROM table_name_62 WHERE city = "san juan"
|
Tell me the country for san juan
|
CREATE TABLE table_name_62 (country VARCHAR, city VARCHAR)
|
SELECT unit FROM table_name_58 WHERE name = "anas cheuen"
|
What is the Unit with a Name that is anas cheuen?
|
CREATE TABLE table_name_58 (unit VARCHAR, name VARCHAR)
|
SELECT MIN(grid) FROM table_name_20 WHERE constructor = "brm" AND laps > 54
|
What is the low grid that has brm and over 54 laps?
|
CREATE TABLE table_name_20 (grid INTEGER, constructor VARCHAR, laps VARCHAR)
|
SELECT winner FROM table_21330550_2 WHERE challenge_leader = "BigTen (2-1)"
|
Who is the winner when bigten (2-1) is the challenge leader?
|
CREATE TABLE table_21330550_2 (winner VARCHAR, challenge_leader VARCHAR)
|
SELECT winning_constructor FROM table_name_52 WHERE winning_driver = "felice nazzaro"
|
Which Winning constructor has a Winning driver of felice nazzaro?
|
CREATE TABLE table_name_52 (winning_constructor VARCHAR, winning_driver VARCHAR)
|
SELECT plural FROM table_name_85 WHERE meaning = "night"
|
What is the plural for the Meaning of night?
|
CREATE TABLE table_name_85 (plural VARCHAR, meaning VARCHAR)
|
SELECT high_rebounds FROM table_22669044_9 WHERE team = "New York"
|
Name the high rebounds for new york
|
CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, team VARCHAR)
|
SELECT location FROM table_name_13 WHERE winning_skip = "sherry middaugh"
|
What location did Sherry Middaugh win in?
|
CREATE TABLE table_name_13 (location VARCHAR, winning_skip VARCHAR)
|
SELECT engine_family FROM table_26352332_4 WHERE displacement_s_ = "10.5L"
|
Where the displacement(s) is 10.5L is, what is the engine family?
|
CREATE TABLE table_26352332_4 (engine_family VARCHAR, displacement_s_ VARCHAR)
|
SELECT record FROM table_name_19 WHERE opponent = "sharks"
|
What was the record after the game against the Sharks?
|
CREATE TABLE table_name_19 (record VARCHAR, opponent VARCHAR)
|
SELECT location_attendance FROM table_name_91 WHERE game = "14"
|
What Location Attendance has a Game of 14?
|
CREATE TABLE table_name_91 (location_attendance VARCHAR, game VARCHAR)
|
SELECT MAX(wins) FROM table_name_99 WHERE class = "500cc" AND points < 6
|
Which Wins is the highest one that has a Class of 500cc, and Points smaller than 6?
|
CREATE TABLE table_name_99 (wins INTEGER, class VARCHAR, points VARCHAR)
|
SELECT COUNT(year) FROM table_name_45 WHERE surface = "clay" AND score = "4 : 0"
|
How many years have a Surface of clay, and a Score of 4 : 0?
|
CREATE TABLE table_name_45 (year VARCHAR, surface VARCHAR, score VARCHAR)
|
SELECT MAX(week) FROM table_name_76 WHERE attendance < 51 OFFSET 423
|
What week had a lower attendance than 51,423 but was still higher than the other weeks?
|
CREATE TABLE table_name_76 (week INTEGER, attendance INTEGER)
|
SELECT SUM(wins) FROM table_name_2 WHERE year = 1959
|
What is the sum of Wins, when Year is 1959?
|
CREATE TABLE table_name_2 (wins INTEGER, year VARCHAR)
|
SELECT COUNT(team_s_) FROM table_2182562_2 WHERE avg_start = "12.9"
|
How many different teams had an average start of 12.9?
|
CREATE TABLE table_2182562_2 (team_s_ VARCHAR, avg_start VARCHAR)
|
SELECT year_made FROM table_name_76 WHERE wheel_arrangement = "0-6-0" AND class = "302"
|
What year was the wheel arrangement 0-6-0 and a class 302?
|
CREATE TABLE table_name_76 (year_made VARCHAR, wheel_arrangement VARCHAR, class VARCHAR)
|
SELECT MAX(podiums) FROM table_name_62 WHERE season < 2008 AND position = "5th" AND f_laps > 0
|
What is the highest number of podiums before 2008 with a 5th position and more than 0 f/laps?
|
CREATE TABLE table_name_62 (podiums INTEGER, f_laps VARCHAR, season VARCHAR, position VARCHAR)
|
SELECT country FROM table_name_26 WHERE player = "greg norman"
|
What country does Greg Norman represent?
|
CREATE TABLE table_name_26 (country VARCHAR, player VARCHAR)
|
SELECT winning_team FROM table_10548224_1 WHERE losing_team = "New York Yankees"
|
Which winning team beat the New York Yankees?
|
CREATE TABLE table_10548224_1 (winning_team VARCHAR, losing_team VARCHAR)
|
SELECT COUNT(high_points) FROM table_27756014_6 WHERE date = "December 10"
|
How many people scored the most points during the game on December 10?
|
CREATE TABLE table_27756014_6 (high_points VARCHAR, date VARCHAR)
|
SELECT railway FROM table_name_63 WHERE built = "1909"
|
Which railway was built in 1909?
|
CREATE TABLE table_name_63 (railway VARCHAR, built VARCHAR)
|
SELECT 1861 FROM table_name_97 WHERE 1851 = "5291"
|
Name the 1861 with 1851 of 5291
|
CREATE TABLE table_name_97 (Id VARCHAR)
|
SELECT rufus_guest FROM table_19930660_1 WHERE episode = "1x07"
|
Name the rufus guest for episode 1x07
|
CREATE TABLE table_19930660_1 (rufus_guest VARCHAR, episode VARCHAR)
|
SELECT T2.created, T2.state, T2.phone_number FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number WHERE T1.contestant_name = 'Tabatha Gehling'
|
What are the create dates, states, and phone numbers of the votes that were for the contestant named 'Tabatha Gehling'?
|
CREATE TABLE contestants (contestant_number VARCHAR, contestant_name VARCHAR); CREATE TABLE votes (created VARCHAR, state VARCHAR, phone_number VARCHAR, contestant_number VARCHAR)
|
SELECT week__number FROM table_19508635_1 WHERE theme = "The Beatles"
|
Name the week number for the beatles
|
CREATE TABLE table_19508635_1 (week__number VARCHAR, theme VARCHAR)
|
SELECT population FROM table_1300525_1 WHERE pinyin = "Héngfēng Xiàn"
|
How many people live in the district who's capital is héngfēng xiàn?
|
CREATE TABLE table_1300525_1 (population VARCHAR, pinyin VARCHAR)
|
SELECT place FROM table_name_7 WHERE money___$__ = "7,500" AND player = "peter oosterhuis"
|
What is the place of player peter oosterhuis, who has $7,500?
|
CREATE TABLE table_name_7 (place VARCHAR, money___$__ VARCHAR, player VARCHAR)
|
SELECT COUNT(population) FROM table_19605700_1 WHERE capital = "Hong Kong"
|
How many populations have a capital of Hong Kong?
|
CREATE TABLE table_19605700_1 (population VARCHAR, capital VARCHAR)
|
SELECT ship FROM table_name_54 WHERE commissioned = "13 march 1982"
|
What is Ship, when Commissioned is "13 March 1982"?
|
CREATE TABLE table_name_54 (ship VARCHAR, commissioned VARCHAR)
|
SELECT city FROM table_name_6 WHERE results¹ = "1:0" AND opponent = "bulgaria"
|
In what City was Bulgaria the Opponent with Results¹ of 1:0?
|
CREATE TABLE table_name_6 (city VARCHAR, results¹ VARCHAR, opponent VARCHAR)
|
SELECT date FROM table_name_14 WHERE high_points = "mehmet okur (24)"
|
What date did mehmet okur (24) have the most points?
|
CREATE TABLE table_name_14 (date VARCHAR, high_points VARCHAR)
|
SELECT date FROM table_name_8 WHERE score = "80-79"
|
What is Date, when Score is "80-79"?
|
CREATE TABLE table_name_8 (date VARCHAR, score VARCHAR)
|
SELECT league FROM table_name_20 WHERE attendance_average = "7,975"
|
Which League showed 7,975 for an average attendance?
|
CREATE TABLE table_name_20 (league VARCHAR, attendance_average VARCHAR)
|
SELECT rank FROM table_name_32 WHERE director = "danny devito"
|
What is the rank of the film directed by danny devito?
|
CREATE TABLE table_name_32 (rank VARCHAR, director VARCHAR)
|
SELECT COUNT(region) FROM table_name_76 WHERE area__km_2__ = 58.81
|
Tell me the number of regions with an area of 58.81
|
CREATE TABLE table_name_76 (region VARCHAR, area__km_2__ VARCHAR)
|
SELECT round FROM table_name_26 WHERE time = "0:37"
|
Which Round has a Time of 0:37?
|
CREATE TABLE table_name_26 (round VARCHAR, time VARCHAR)
|
SELECT year_s__won FROM table_name_42 WHERE total < 292 AND player = "hale irwin"
|
Which Year(s) won has a Total smaller than 292, and a Player of hale irwin?
|
CREATE TABLE table_name_42 (year_s__won VARCHAR, total VARCHAR, player VARCHAR)
|
SELECT SUM(attendance) FROM table_name_44 WHERE record = "8-10"
|
How many people went to the game with the record of 8-10?
|
CREATE TABLE table_name_44 (attendance INTEGER, record VARCHAR)
|
SELECT score_in_the_final FROM table_name_96 WHERE date = "october 8, 2006"
|
What final score was there on October 8, 2006?
|
CREATE TABLE table_name_96 (score_in_the_final VARCHAR, date VARCHAR)
|
SELECT score FROM table_name_84 WHERE attendance = "76" AND home_team = "meir ka"
|
What is Score, when Attendance is "76", and when Home Team is "Meir Ka"?
|
CREATE TABLE table_name_84 (score VARCHAR, attendance VARCHAR, home_team VARCHAR)
|
SELECT SUM(week) FROM table_name_55 WHERE date = "october 30, 1994"
|
What is the sum for the week with the date october 30, 1994?
|
CREATE TABLE table_name_55 (week INTEGER, date VARCHAR)
|
SELECT order FROM table_19744915_3 WHERE public_vote = "18.155%"
|
what is the order when public vote was 18.155%
|
CREATE TABLE table_19744915_3 (order VARCHAR, public_vote VARCHAR)
|
SELECT COUNT(2010) FROM table_name_9 WHERE 2007 > 4.6 AND 2006 = 8.2
|
How many 2010s have a 2007 greater than 4.6, and 8.2 as a 2006?
|
CREATE TABLE table_name_9 (Id VARCHAR)
|
SELECT character FROM table_11210576_4 WHERE fate = "Deceased: Knife Wound"
|
what's the character with fate being deceased: knife wound
|
CREATE TABLE table_11210576_4 (character VARCHAR, fate VARCHAR)
|
SELECT date FROM table_name_71 WHERE loss = "francis (4–10)"
|
Loss of francis (4–10) happened on what date?
|
CREATE TABLE table_name_71 (date VARCHAR, loss VARCHAR)
|
SELECT MAX(attendance) FROM table_name_40 WHERE date = "december 14, 1958" AND week > 12
|
What is the highest attendance for December 14, 1958 for after week 12
|
CREATE TABLE table_name_40 (attendance INTEGER, date VARCHAR, week VARCHAR)
|
SELECT difficulty FROM table_24463470_1 WHERE circuit = "Athens"
|
What is the difficulty of the athens circuit?
|
CREATE TABLE table_24463470_1 (difficulty VARCHAR, circuit VARCHAR)
|
SELECT written_by FROM table_name_71 WHERE original_air_date = "october 9, 2000"
|
What is the name of the writer for the episode with an Original air date of october 9, 2000?
|
CREATE TABLE table_name_71 (written_by VARCHAR, original_air_date VARCHAR)
|
SELECT T1.id, T1.name FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id GROUP BY T1.id HAVING COUNT(*) >= 2
|
What are the id and name of the mountains that have at least 2 photos?
|
CREATE TABLE mountain (id VARCHAR, name VARCHAR); CREATE TABLE photos (mountain_id VARCHAR)
|
SELECT opponent FROM table_name_54 WHERE tournament = "herceg novi"
|
What is the name of the opponent at the Herceg Novi tournament?
|
CREATE TABLE table_name_54 (opponent VARCHAR, tournament VARCHAR)
|
SELECT dates FROM table_name_89 WHERE location = "honolulu, hawaii" AND grade = "kindergarten"
|
What were the dates for Honolulu, Hawaii in Kindergarten?
|
CREATE TABLE table_name_89 (dates VARCHAR, location VARCHAR, grade VARCHAR)
|
SELECT set_4 FROM table_name_37 WHERE set_1 = "25-18" AND date = "jun 2"
|
What is Set 4, when Set 1 is 25-18, and when Date is Jun 2?
|
CREATE TABLE table_name_37 (set_4 VARCHAR, set_1 VARCHAR, date VARCHAR)
|
SELECT COUNT(laps) FROM table_name_98 WHERE grid > 14 AND time_retired = "accident" AND driver = "emerson fittipaldi"
|
How many laps did Emerson Fittipaldi do on a grid larger than 14, and when was the Time/Retired of accident?
|
CREATE TABLE table_name_98 (laps VARCHAR, driver VARCHAR, grid VARCHAR, time_retired VARCHAR)
|
SELECT AVG(react) FROM table_name_72 WHERE lane < 4 AND rank > 4 AND time > 23.22
|
Which React has a Lane smaller than 4, and a Rank larger than 4, and a Time larger than 23.22?
|
CREATE TABLE table_name_72 (react INTEGER, time VARCHAR, lane VARCHAR, rank VARCHAR)
|
SELECT high_points FROM table_27902171_7 WHERE score = "W 112-110"
|
Who had the high points when the score was w 112-110?
|
CREATE TABLE table_27902171_7 (high_points VARCHAR, score VARCHAR)
|
SELECT new_conference FROM table_name_64 WHERE location = "greentown"
|
Which new conference is located in Greentown?
|
CREATE TABLE table_name_64 (new_conference VARCHAR, location VARCHAR)
|
SELECT opponent FROM table_name_18 WHERE record = "0-1"
|
Who was the opponent when the Seattle Seahawks had a record of 0-1?
|
CREATE TABLE table_name_18 (opponent VARCHAR, record VARCHAR)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.