answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT away_team FROM table_name_50 WHERE venue = "lake oval" | Which away team played at Lake Oval? | CREATE TABLE table_name_50 (away_team VARCHAR, venue VARCHAR) |
SELECT couple FROM table_26375386_17 WHERE vote_percentage = "5.2%" | What couple had a vote percentage of 5.2%? | CREATE TABLE table_26375386_17 (couple VARCHAR, vote_percentage VARCHAR) |
SELECT 1994 FROM table_name_46 WHERE 1996 = "3r" | What is 1994 when 1996 is 3R? | CREATE TABLE table_name_46 (Id VARCHAR) |
SELECT output FROM table_17157367_1 WHERE short_description = "massive" | what ist he output where the short description is massive? | CREATE TABLE table_17157367_1 (output VARCHAR, short_description VARCHAR) |
SELECT t1.gdp, t1.Regional_Population FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city GROUP BY t2.Host_City HAVING COUNT(*) > 1 | What are the GDP and population of the city that already served as a host more than once? | CREATE TABLE hosting_city (host_city VARCHAR); CREATE TABLE city (city_id VARCHAR) |
SELECT to_par FROM table_name_73 WHERE total > 294 AND country = "united states" AND player = "lee trevino" | Lee Trevino of the United States with a total greater than 294 had what To par? | CREATE TABLE table_name_73 (to_par VARCHAR, player VARCHAR, total VARCHAR, country VARCHAR) |
SELECT COUNT(games) FROM table_name_44 WHERE name = "pablo prigioni" AND rank < 4 | With a Rank of less than 4, what is Pablo Prigioni's total number of Games? | CREATE TABLE table_name_44 (games VARCHAR, name VARCHAR, rank VARCHAR) |
SELECT COUNT(compound_name) FROM table_12715053_1 WHERE chemical_class = "Depsipeptide" AND clinical_trials_β = "1/7" | How many compound names list a chemical class of depsipeptide and a clinical trials β value of 1/7? | CREATE TABLE table_12715053_1 (compound_name VARCHAR, chemical_class VARCHAR, clinical_trials_β VARCHAR) |
SELECT location FROM table_name_38 WHERE team = "dynamo-2" | Where is Dynamo-2 located? | CREATE TABLE table_name_38 (location VARCHAR, team VARCHAR) |
SELECT MAX(overall) FROM table_name_62 WHERE position = "guard" AND college = "rice" | What is the College of Rice's highest overall for the guard position? | CREATE TABLE table_name_62 (overall INTEGER, position VARCHAR, college VARCHAR) |
SELECT MAX(march) FROM table_name_34 WHERE record = "35–16–6–3" | What is the latest in March when the record of 35–16–6–3? | CREATE TABLE table_name_34 (march INTEGER, record VARCHAR) |
SELECT MAX(num) FROM table_1585112_2 WHERE l < 6.0 | Name the maximum mum l is less than 6.0 | CREATE TABLE table_1585112_2 (num INTEGER, l INTEGER) |
SELECT COUNT(result) FROM table_14984126_1 WHERE date = "October 25, 1964" | how many result with date being october 25, 1964 | CREATE TABLE table_14984126_1 (result VARCHAR, date VARCHAR) |
SELECT _number_tubes FROM table_name_30 WHERE audio_amp = "x" | Name the # tubes with audio amp of x | CREATE TABLE table_name_30 (_number_tubes VARCHAR, audio_amp VARCHAR) |
SELECT socket FROM table_name_16 WHERE fsb_speed = "400 mhz" AND voltage_range = "1.004 v" | Which Socket has a FSB Speed of 400 mhz, and a Voltage Range of 1.004 v? | CREATE TABLE table_name_16 (socket VARCHAR, fsb_speed VARCHAR, voltage_range VARCHAR) |
SELECT lens__35mm_equiv__zoom, _aperture FROM table_name_79 WHERE model = "coolpix 5400" | What is the lens zoom and aperture for the coolpix 5400? | CREATE TABLE table_name_79 (lens__35mm_equiv__zoom VARCHAR, _aperture VARCHAR, model VARCHAR) |
SELECT pick FROM table_1013129_3 WHERE college_junior_club_team = "Springfield Olympics (NEJHL)" | What's the pick number of the player from Springfield Olympics (Nejhl)? | CREATE TABLE table_1013129_3 (pick VARCHAR, college_junior_club_team VARCHAR) |
SELECT MAX(no_in_season) FROM table_23225927_1 WHERE written_by = "Jonathan Greene" | What is the maximum season number for the episode written by Jonathan Greene? | CREATE TABLE table_23225927_1 (no_in_season INTEGER, written_by VARCHAR) |
SELECT location_attendance FROM table_13619135_5 WHERE team = "Portland" | What was the location and attendance of the game against Portland? | CREATE TABLE table_13619135_5 (location_attendance VARCHAR, team VARCHAR) |
SELECT score FROM table_name_96 WHERE location = "richfield coliseum" | Which Score has a Location of richfield coliseum? | CREATE TABLE table_name_96 (score VARCHAR, location VARCHAR) |
SELECT SUM(t1.undergraduate) FROM discipline_enrollments AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t1.year = 2004 AND t2.campus = "San Jose State University" | How many undergraduates are there in "San Jose State University" in year 2004? | CREATE TABLE discipline_enrollments (undergraduate INTEGER, campus VARCHAR, year VARCHAR); CREATE TABLE campuses (id VARCHAR, campus VARCHAR) |
SELECT results FROM table_name_4 WHERE first_elected = 1996 | What are the results of the incumbent who was first elected in 1996? | CREATE TABLE table_name_4 (results VARCHAR, first_elected VARCHAR) |
SELECT COUNT(goals_for) FROM table_name_40 WHERE draws = 3 AND losses > 18 AND played < 38 | What is the total number of goals when there are 3 draws, more than 18 losses, and played is smaller than 38? | CREATE TABLE table_name_40 (goals_for VARCHAR, played VARCHAR, draws VARCHAR, losses VARCHAR) |
SELECT home FROM table_name_40 WHERE date = "march 5, 2008" | Who was the home team on March 5, 2008? | CREATE TABLE table_name_40 (home VARCHAR, date VARCHAR) |
SELECT date FROM table_name_83 WHERE outcome = "runner-up" AND score = "5–7, 3–6, 6–3, 2–6" | What is the Date of the game with an Outcome of runner-up and Score of 5–7, 3–6, 6–3, 2–6? | CREATE TABLE table_name_83 (date VARCHAR, outcome VARCHAR, score VARCHAR) |
SELECT year FROM table_name_3 WHERE points = "29 (32)" | What year were there 29 (32) points? | CREATE TABLE table_name_3 (year VARCHAR, points VARCHAR) |
SELECT top_25 FROM table_name_47 WHERE events < 13 AND cuts_made < 3 AND top_10 = 1 | What is the number of top-25s in events under 13, cuts made under 3, and 1 top-10? | CREATE TABLE table_name_47 (top_25 VARCHAR, top_10 VARCHAR, events VARCHAR, cuts_made VARCHAR) |
SELECT player FROM table_name_1 WHERE country = "united states" AND place = "t10" AND score = 67 - 77 = 144 | Who was the player from the United States in T10 place with a score of 67-77=144? | CREATE TABLE table_name_1 (player VARCHAR, country VARCHAR, place VARCHAR, score VARCHAR) |
SELECT COUNT(title) FROM table_15472061_1 WHERE production_code = "3020" | Name the total number of titles for 3020 production code | CREATE TABLE table_15472061_1 (title VARCHAR, production_code VARCHAR) |
SELECT hdtv FROM table_name_67 WHERE package_option = "sky famiglia" AND television_service = "boomerang +1" | What is the HDTV when the Package/Option is sky famiglia, and a Television service of boomerang +1? | CREATE TABLE table_name_67 (hdtv VARCHAR, package_option VARCHAR, television_service VARCHAR) |
SELECT tournament_venue__city_ FROM table_22849575_6 WHERE conference = "Big Sky conference" | Name the tournament venue for big sky conference | CREATE TABLE table_22849575_6 (tournament_venue__city_ VARCHAR, conference VARCHAR) |
SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id | Find the names of users who do not have a first notification of loss record. | CREATE TABLE first_notification_of_loss (customer_id VARCHAR); CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR); CREATE TABLE customers (customer_name VARCHAR) |
SELECT nomination FROM table_10236830_6 WHERE film_name = "27 Stolen Kisses" | Which nominations was the film 27 Stolen Kisses nominated for? | CREATE TABLE table_10236830_6 (nomination VARCHAR, film_name VARCHAR) |
SELECT college FROM table_name_84 WHERE round > 6 AND position = "defensive end" | Which college has a defensive end with a round less than 6? | CREATE TABLE table_name_84 (college VARCHAR, round VARCHAR, position VARCHAR) |
SELECT wheel_arrangement FROM table_name_46 WHERE fleet_number_s_ = "45–46" | What wheel arrangement has a fleet number(s) of 45–46? | CREATE TABLE table_name_46 (wheel_arrangement VARCHAR, fleet_number_s_ VARCHAR) |
SELECT name_of_administrative_unit FROM table_14465924_1 WHERE number = 4 | Name the number of administrative unit for number 4 | CREATE TABLE table_14465924_1 (name_of_administrative_unit VARCHAR, number VARCHAR) |
SELECT years_active FROM table_272865_20 WHERE asian_cup_played_as_a_captain = "Iran 1976" | What were the years active where Asian Cup played as a captain is Iran 1976? | CREATE TABLE table_272865_20 (years_active VARCHAR, asian_cup_played_as_a_captain VARCHAR) |
SELECT AVG(launches) FROM table_name_63 WHERE rocket = "ariane 5" AND partial_failures < 0 | What were the average launches for Ariane 5 and 0 partial failures? | CREATE TABLE table_name_63 (launches INTEGER, rocket VARCHAR, partial_failures VARCHAR) |
SELECT date FROM table_name_77 WHERE status = "test match" AND opposing_teams = "south africa" | When was the status test match with an opposing team of south africa? | CREATE TABLE table_name_77 (date VARCHAR, status VARCHAR, opposing_teams VARCHAR) |
SELECT MIN(ofsted_number) FROM table_name_72 WHERE type = "primary" AND faith = "ce" AND intake = 30 AND dcsf_number < 3349 | What is the lowest Ofsted number for a primary with a CE faith, intake of 30 and a DCSF number lower than 3349? | CREATE TABLE table_name_72 (ofsted_number INTEGER, dcsf_number VARCHAR, intake VARCHAR, type VARCHAR, faith VARCHAR) |
SELECT race_1_pts_ FROM table_23293785_2 WHERE race_total_pts_ = 180 | What is every points value for race 1 if the total race points is 180? | CREATE TABLE table_23293785_2 (race_1_pts_ VARCHAR, race_total_pts_ VARCHAR) |
SELECT height_from_sea_level_in_meters FROM table_1430913_1 WHERE category = "Extremely Adventures" | If extremely adventures is the category what is the height from sea level in meters? | CREATE TABLE table_1430913_1 (height_from_sea_level_in_meters VARCHAR, category VARCHAR) |
SELECT MIN(1992) FROM table_name_12 WHERE 1977 < 385577 AND 2011 > 340310 AND 2002 > 300123 AND 1948 > 280524 | Which 1992 is the lowest one that has a 1977 smaller than 385577, and a 2011 larger than 340310, and a 2002 larger than 300123, and a 1948 larger than 280524? | CREATE TABLE table_name_12 (Id VARCHAR) |
SELECT SUM(overall) FROM table_name_2 WHERE player = "charles white" AND round < 1 | What is the total overall in round 1, in which Charles White was a player? | CREATE TABLE table_name_2 (overall INTEGER, player VARCHAR, round VARCHAR) |
SELECT MAX(platform) FROM table_name_32 WHERE frequency__per_hour_ = 4 AND operator = "london overground" AND destination = "west croydon" | what is the highest platform number when the frequency (per hour) is 4, the operator is london overground and the destination is west croydon? | CREATE TABLE table_name_32 (platform INTEGER, destination VARCHAR, frequency__per_hour_ VARCHAR, operator VARCHAR) |
SELECT fte_teachers FROM table_1414743_1 WHERE pupil_teacher_ratio = "19" | How many FTE teachers are there when the student:teacher ration is 19? | CREATE TABLE table_1414743_1 (fte_teachers VARCHAR, pupil_teacher_ratio VARCHAR) |
SELECT 1 AS st_stage FROM table_16537783_2 WHERE parameter = "Diameter" | Name the 1st stage for parameter being diameter | CREATE TABLE table_16537783_2 (parameter VARCHAR) |
SELECT fastest_lap FROM table_name_2 WHERE constructor = "mercedes" AND race = "british grand prix" | What was the fastest lap time at the British Grand Prix with Mercedes as the constructor? | CREATE TABLE table_name_2 (fastest_lap VARCHAR, constructor VARCHAR, race VARCHAR) |
SELECT COUNT(christer_tornell) FROM table_28677723_11 WHERE total = 30 | how many for christer tornell where the total is 30? | CREATE TABLE table_28677723_11 (christer_tornell VARCHAR, total VARCHAR) |
SELECT player FROM table_15353123_1 WHERE college = "Pittsburg State" | Which player went to Pittsburg State | CREATE TABLE table_15353123_1 (player VARCHAR, college VARCHAR) |
SELECT player FROM table_name_15 WHERE draft = 1971 AND pick > 7 | Who is the player from the 1971 draft with a pick greater than 7? | CREATE TABLE table_name_15 (player VARCHAR, draft VARCHAR, pick VARCHAR) |
SELECT SUM(score) FROM table_name_63 WHERE event = "27 arrow match" | For the 27 arrow match event, what's the sum of all scores for that event? | CREATE TABLE table_name_63 (score INTEGER, event VARCHAR) |
SELECT pick FROM table_name_26 WHERE school_club_team = "kentucky" | Which pick has a school/club team that is kentucky? | CREATE TABLE table_name_26 (pick VARCHAR, school_club_team VARCHAR) |
SELECT MIN(no_votes) FROM table_256286_20 WHERE _percentage_yes = "45.60%" | HOw many no votes were there when there were 45.60% yes votes | CREATE TABLE table_256286_20 (no_votes INTEGER, _percentage_yes VARCHAR) |
SELECT SUM(crowd) FROM table_name_17 WHERE venue = "junction oval" | How many people attended Junction Oval? | CREATE TABLE table_name_17 (crowd INTEGER, venue 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 endowment_as_of_2008 FROM table_name_55 WHERE established = 1961 | What was the endowment in 2008 of the college that was established in 1961? | CREATE TABLE table_name_55 (endowment_as_of_2008 VARCHAR, established VARCHAR) |
SELECT COUNT(avg_g) FROM table_name_88 WHERE att_cmp_int = "143–269–16" AND effic < 116.9 | How many players had an Att-Cmp-Int of 143–269–16, and an efficiency of less than 116.9? | CREATE TABLE table_name_88 (avg_g VARCHAR, att_cmp_int VARCHAR, effic VARCHAR) |
SELECT player FROM table_2508633_9 WHERE nfl_team = "Kansas City Chiefs" | Who was the draft pick for Kansas City Chiefs? | CREATE TABLE table_2508633_9 (player VARCHAR, nfl_team VARCHAR) |
SELECT game FROM table_name_16 WHERE result = "88-85 ot (1-0)" | Result of 88-85 ot (1-0) involves what game? | CREATE TABLE table_name_16 (game VARCHAR, result VARCHAR) |
SELECT original_operator FROM table_name_65 WHERE class = "25nc" | Which original operator is in the 25nc class? | CREATE TABLE table_name_65 (original_operator VARCHAR, class VARCHAR) |
SELECT circuit FROM table_name_30 WHERE round > 5 | Which circuit had a round larger than 5? | CREATE TABLE table_name_30 (circuit VARCHAR, round INTEGER) |
SELECT production FROM table_26686908_2 WHERE championship = "David Wall" AND challenge = "Jordan Ormsby" | Who handled production for the race when the championship went to david wall and challenge was jordan ormsby? | CREATE TABLE table_26686908_2 (production VARCHAR, championship VARCHAR, challenge VARCHAR) |
SELECT high_assists FROM table_name_58 WHERE team = "san antonio" | Who had the high assists against San Antonio? | CREATE TABLE table_name_58 (high_assists VARCHAR, team VARCHAR) |
SELECT population__millions, _2011_ FROM table_2155836_1 WHERE gdp__nominal___billions_usd_ = "4" | What is the population in millions for 2011 where the GDP (nominal) (billions USD) is 4? | CREATE TABLE table_2155836_1 (population__millions VARCHAR, _2011_ VARCHAR, gdp__nominal___billions_usd_ VARCHAR) |
SELECT call_sign FROM table_name_33 WHERE frequency_mhz = "91.1 fm" | What is the name of call sign that uses a Frequency MHz of 91.1 fm? | CREATE TABLE table_name_33 (call_sign VARCHAR, frequency_mhz VARCHAR) |
SELECT name FROM table_name_43 WHERE pos = "cf" | What's the name of the person in the CF Pos? | CREATE TABLE table_name_43 (name VARCHAR, pos VARCHAR) |
SELECT date FROM table_name_33 WHERE score = "4–5" AND game < 4 | Which Date has a Score of 4–5, and a Game smaller than 4? | CREATE TABLE table_name_33 (date VARCHAR, score VARCHAR, game VARCHAR) |
SELECT lithium FROM table_name_54 WHERE rubidium = "nabr (1.9)" | what is the type of lithium when rubidium is nabr (1.9)? | CREATE TABLE table_name_54 (lithium VARCHAR, rubidium VARCHAR) |
SELECT original_airdate FROM table_27547668_2 WHERE viewers = 908000 | What is the original air date of the episode with 908000 viewers? | CREATE TABLE table_27547668_2 (original_airdate VARCHAR, viewers VARCHAR) |
SELECT f_laps FROM table_name_94 WHERE points = "n/a" AND poles = "1" AND wins = "0" | What F/Laps listing has entries of n/a Points, 1 Poles, and 0 Wins? | CREATE TABLE table_name_94 (f_laps VARCHAR, wins VARCHAR, points VARCHAR, poles VARCHAR) |
SELECT result FROM table_name_99 WHERE opponent = "columbus destroyers" | What is the result where the opponent is Columbus Destroyers? | CREATE TABLE table_name_99 (result VARCHAR, opponent VARCHAR) |
SELECT SUM(seats_up_for_election) FROM table_name_10 WHERE election_result = 9 AND new_council > 27 | How many seats were up for election during the vote where the election result was 9 and the new council 27? | CREATE TABLE table_name_10 (seats_up_for_election INTEGER, election_result VARCHAR, new_council VARCHAR) |
SELECT mind FROM table_19760_1 WHERE reason = "qut" | What is the mind of the one that has qut reason? | CREATE TABLE table_19760_1 (mind VARCHAR, reason VARCHAR) |
SELECT races FROM table_name_19 WHERE poles = "0" AND team = "asm" | What is the number of races associated with Team ASM and 0 poles? | CREATE TABLE table_name_19 (races VARCHAR, poles VARCHAR, team VARCHAR) |
SELECT language_dialect FROM table_name_63 WHERE basikal = "sepeda" AND boleh = "bulih" | what is the language/dialect when basikal is sepeda and boleh is bulih? | CREATE TABLE table_name_63 (language_dialect VARCHAR, basikal VARCHAR, boleh VARCHAR) |
SELECT AVG(week) FROM table_name_9 WHERE attendance = 60 OFFSET 671 | Attendance of 60,671 had what average week? | CREATE TABLE table_name_9 (week INTEGER, attendance VARCHAR) |
SELECT cust_name FROM customer WHERE acc_type = 'saving' INTERSECT SELECT cust_name FROM customer WHERE acc_type = 'checking' | Find the name of customers who have both saving and checking account types. | CREATE TABLE customer (cust_name VARCHAR, acc_type VARCHAR) |
SELECT customer_phone FROM available_policies | Find all the phone numbers. | CREATE TABLE available_policies (customer_phone VARCHAR) |
SELECT COUNT(womens_doubles) FROM table_13845918_3 WHERE year = "1986" | Name the number of women's doubles for 1986 | CREATE TABLE table_13845918_3 (womens_doubles VARCHAR, year VARCHAR) |
SELECT co_contestant__yaar_vs_pyaar_ FROM table_name_90 WHERE main_contestant = "vishal singh" | Who is the co-contestant (yaar vs. Pyaar) with Vishal Singh as the main contestant? | CREATE TABLE table_name_90 (co_contestant__yaar_vs_pyaar_ VARCHAR, main_contestant VARCHAR) |
SELECT MAX(points) FROM table_14342367_11 | Who scored the most points? | CREATE TABLE table_14342367_11 (points INTEGER) |
SELECT entrant FROM table_name_25 WHERE year = 1975 AND chassis = "hill gh1" | Name the entrant for 1975 and chassis of hill gh1 | CREATE TABLE table_name_25 (entrant VARCHAR, year VARCHAR, chassis VARCHAR) |
SELECT d_41 FROM table_name_97 WHERE d_46 = "r 6" | Name the D 41 which has a D 46 of r 6 | CREATE TABLE table_name_97 (d_41 VARCHAR, d_46 VARCHAR) |
SELECT bore__mm_ FROM table_23722304_2 WHERE vehicle_code = "T214" | what is the bore where the vehicle code is t214? | CREATE TABLE table_23722304_2 (bore__mm_ VARCHAR, vehicle_code VARCHAR) |
SELECT record FROM table_name_76 WHERE home = "bucks" AND date = "24 november 2007" | Name the record with home of bucks on 24 november 2007 | CREATE TABLE table_name_76 (record VARCHAR, home VARCHAR, date VARCHAR) |
SELECT source FROM table_name_94 WHERE clinton = "39%" AND undecided = "7%" | Which Source has a Clinton of 39% and a Undecided of 7%? | CREATE TABLE table_name_94 (source VARCHAR, clinton VARCHAR, undecided VARCHAR) |
SELECT MAX(ending_with) FROM table_1852650_1 | Name the most ending with | CREATE TABLE table_1852650_1 (ending_with INTEGER) |
SELECT wins FROM table_name_19 WHERE starts > 1 AND top_5 = 3 | Can you tell me the Wins that has the Starts larger than 1, and the Top 5 of 3? | CREATE TABLE table_name_19 (wins VARCHAR, starts VARCHAR, top_5 VARCHAR) |
SELECT COUNT(name) FROM table_22977424_8 WHERE promoted_from_league = "Exeter Chiefs" | Name the number of names for exeter chiefs | CREATE TABLE table_22977424_8 (name VARCHAR, promoted_from_league VARCHAR) |
SELECT tournament FROM table_name_42 WHERE 2009 = "a" | Which tournament has a value of a for 2009? | CREATE TABLE table_name_42 (tournament VARCHAR) |
SELECT MAX(cuts_made) FROM table_name_61 WHERE top_25 > 4 AND top_5 = 1 AND wins > 0 | Name the most cuts made with top-25 more than 4 and top 5 of 1 with wins more than 0 | CREATE TABLE table_name_61 (cuts_made INTEGER, wins VARCHAR, top_25 VARCHAR, top_5 VARCHAR) |
SELECT country FROM table_name_88 WHERE player = "geoff ogilvy" | what is the country for geoff ogilvy? | CREATE TABLE table_name_88 (country VARCHAR, player VARCHAR) |
SELECT airport FROM table_name_60 WHERE city = "muscat" | What airport is in Muscat? | CREATE TABLE table_name_60 (airport VARCHAR, city VARCHAR) |
SELECT high_points FROM table_name_18 WHERE game < 10 AND high_assists = "chauncey billups (8)" | What is High Points, when Game is less than 10, and when High Assists is "Chauncey Billups (8)"? | CREATE TABLE table_name_18 (high_points VARCHAR, game VARCHAR, high_assists VARCHAR) |
SELECT record FROM table_name_93 WHERE visitor = "tampa bay" | What is the record when Tampa Bay is the visitor? | CREATE TABLE table_name_93 (record VARCHAR, visitor VARCHAR) |
SELECT result FROM table_2668387_18 WHERE candidates = "Walter Jones (DR) 99.0% Henry Lee (F) 1.0%" | Name the result for walter jones (dr) 99.0% henry lee (f) 1.0% | CREATE TABLE table_2668387_18 (result VARCHAR, candidates VARCHAR) |
SELECT make FROM table_name_88 WHERE year = 2008 | what is the make for the year 2008? | CREATE TABLE table_name_88 (make VARCHAR, year VARCHAR) |
SELECT at_austin FROM table_name_21 WHERE texas_vs = "kansas state" | What is the Austin record of Kansas State? | CREATE TABLE table_name_21 (at_austin VARCHAR, texas_vs VARCHAR) |
SELECT COUNT(sat_21_aug) FROM table_26986076_1 WHERE thurs_26_aug = "20' 05.19 112.703mph" | How many times was the time 20' 05.19 112.703mph on Thurs Aug 26th? | CREATE TABLE table_26986076_1 (sat_21_aug VARCHAR, thurs_26_aug VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.