context
stringlengths 0
489
| instruction
stringlengths 16
244
| response
stringlengths 38
557
|
---|---|---|
CREATE TABLE table_name_38 (stories INTEGER, height__m_ VARCHAR, location VARCHAR, year_of_completion VARCHAR) | What is the largest number of stories in Recife completed later than 2007 with a height less than 135 meters? | SELECT MAX(stories) FROM table_name_38 WHERE location = "recife" AND year_of_completion > 2007 AND height__m_ < 135 |
CREATE TABLE table_27615520_1 (latency__microseconds_ VARCHAR, product_name VARCHAR) | What is the ramsan-810 transfer delay? | SELECT COUNT(latency__microseconds_) FROM table_27615520_1 WHERE product_name = "RamSan-810" |
CREATE TABLE table_27615520_1 (storage_medium VARCHAR, product_name VARCHAR) | List the number of ramsan-720 hard drives? | SELECT COUNT(storage_medium) FROM table_27615520_1 WHERE product_name = "RamSan-720" |
CREATE TABLE table_27704991_1 (close_ranged_weapons VARCHAR, special_weapon VARCHAR) | If the special weapon is glass egg, what is the close ranged weapon? | SELECT close_ranged_weapons FROM table_27704991_1 WHERE special_weapon = "Glass egg" |
CREATE TABLE table_27713583_11 (high_assists VARCHAR, location_attendance VARCHAR, record VARCHAR) | Name the high assists for madison square garden 19,763 and record is 39–38 | SELECT high_assists FROM table_27713583_11 WHERE location_attendance = "Madison Square Garden 19,763" AND record = "39–38" |
CREATE TABLE table_name_89 (city VARCHAR, name_in_english VARCHAR) | What is the name of the city with the Socialist Party of the Extremadurian People? | SELECT city FROM table_name_89 WHERE name_in_english = "socialist party of the extremadurian people" |
CREATE TABLE table_name_83 (away_team VARCHAR, ground VARCHAR, date VARCHAR) | Name the Away team which have a Ground of colonial stadium on friday, 2 march? | SELECT away_team FROM table_name_83 WHERE ground = "colonial stadium" AND date = "friday, 2 march" |
CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, mixed_doubles VARCHAR) | Who is the women's doubles when the mixed doubles are sudket prapakamol saralee thungthongkam? | SELECT womens_doubles FROM table_27753492_2 WHERE mixed_doubles = "Sudket Prapakamol Saralee Thungthongkam" |
CREATE TABLE table_27753492_2 (womens_doubles VARCHAR, tour VARCHAR) | Who is the womens doubles on the tour french super series? | SELECT womens_doubles FROM table_27753492_2 WHERE tour = "French Super Series" |
CREATE TABLE table_name_41 (points INTEGER, team VARCHAR, wins VARCHAR) | Name the Points which has a Team of sportivo luqueño, and Wins larger than 1? | SELECT MIN(points) FROM table_name_41 WHERE team = "sportivo luqueño" AND wins > 1 |
CREATE TABLE table_name_89 (year INTEGER, earnings___$__ VARCHAR, tournaments_played VARCHAR, cuts_made VARCHAR) | what is the year when tournaments played is less than 2, cuts made is 1 and earnings ($) is less than 10,547? | SELECT SUM(year) FROM table_name_89 WHERE tournaments_played < 2 AND cuts_made = 1 AND earnings___$__ < 10 OFFSET 547 |
CREATE TABLE table_name_41 (best_finish VARCHAR, cuts_made VARCHAR, money_list_rank VARCHAR, earnings___$__ VARCHAR) | what is the best finish when money list rank is n/a, earnings ($) is more than 0 and cuts made is more than 1? | SELECT best_finish FROM table_name_41 WHERE money_list_rank = "n/a" AND earnings___$__ > 0 AND cuts_made > 1 |
CREATE TABLE table_name_97 (tournaments_played VARCHAR, money_list_rank VARCHAR, cuts_made VARCHAR) | how many times is the money list rank 221 and cuts more than 2? | SELECT COUNT(tournaments_played) FROM table_name_97 WHERE money_list_rank = "221" AND cuts_made > 2 |
CREATE TABLE table_name_17 (original_air_date INTEGER, dvd_region_2_release_date VARCHAR, number_of_episodes VARCHAR) | What's the latest original air date with more than 10 episodes and a DVD Region 2 release date of 23 april 2012? | SELECT MAX(original_air_date) FROM table_name_17 WHERE dvd_region_2_release_date = "23 april 2012" AND number_of_episodes > 10 |
CREATE TABLE table_name_99 (number_of_episodes INTEGER, dvd_region_2_release_date VARCHAR, original_air_date VARCHAR, series_number VARCHAR) | What's the sum of the number of episodes that originally aired after 1991 with a series number smaller than 21 and a DVD Region 2 release date of 26 march 2012? | SELECT SUM(number_of_episodes) FROM table_name_99 WHERE original_air_date > 1991 AND series_number < 21 AND dvd_region_2_release_date = "26 march 2012" |
CREATE TABLE table_name_69 (series_number INTEGER, number_of_episodes VARCHAR, original_air_date VARCHAR, dvd_region_2_release_date VARCHAR) | What's the lowest series number that originally aired before 2009 with more than 7 episodes and had a DVD Region 2 release date of 26 july 2004? | SELECT MIN(series_number) FROM table_name_69 WHERE original_air_date < 2009 AND dvd_region_2_release_date = "26 july 2004" AND number_of_episodes > 7 |
CREATE TABLE table_28138035_33 (mens_doubles VARCHAR, mens_singles VARCHAR) | How many times has Ma Long won the men's singles? | SELECT COUNT(mens_doubles) FROM table_28138035_33 WHERE mens_singles = "Ma Long" |
CREATE TABLE table_name_17 (opponent VARCHAR, event VARCHAR) | What is Opponent, when Event is "ISCF - Southeast Championships"? | SELECT opponent FROM table_name_17 WHERE event = "iscf - southeast championships" |
CREATE TABLE table_name_99 (method VARCHAR, event VARCHAR) | What methos did Keith Wisniewski use in the ufc fight night: teixeira vs. bader? | SELECT method FROM table_name_99 WHERE event = "ufc fight night: teixeira vs. bader" |
CREATE TABLE table_28211674_3 (u21_mens VARCHAR, mixed_restricted VARCHAR, u21_womens VARCHAR) | Who was the U21 Mens winner when Mike Marsden was the mixed restricted winner and Claire Nelson was the U21 Womens winner? | SELECT u21_mens FROM table_28211674_3 WHERE mixed_restricted = "Mike Marsden" AND u21_womens = "Claire Nelson" |
CREATE TABLE table_name_60 (vmax VARCHAR, type VARCHAR, cylinder VARCHAR, capacity VARCHAR) | What was the maximum speed for straight-4, 1.466 cc Type r 150? | SELECT vmax FROM table_name_60 WHERE cylinder = "straight-4" AND capacity = "1.466 cc" AND type = "r 150" |
CREATE TABLE table_28211674_3 (mixed_restricted VARCHAR, mixed_veteran VARCHAR, u21_womens VARCHAR) | Who won the mixed restricted when Tomasz Rzeszotko won the mixed veteran and Karina Le Fevre won the U21 womens? | SELECT mixed_restricted FROM table_28211674_3 WHERE mixed_veteran = "Tomasz Rzeszotko" AND u21_womens = "Karina Le Fevre" |
CREATE TABLE table_28211674_3 (mixed_restricted VARCHAR, mens_singles VARCHAR) | When Matt Ware won the mens singles, who won the mixed restricted? | SELECT mixed_restricted FROM table_28211674_3 WHERE mens_singles = "Matt Ware" |
CREATE TABLE table_name_17 (to_par VARCHAR, country VARCHAR, player VARCHAR) | What was the To par for United States golfer fred couples? | SELECT to_par FROM table_name_17 WHERE country = "united states" AND player = "fred couples" |
CREATE TABLE table_2840500_4 (position VARCHAR, player VARCHAR) | How many draft pick positions did Matt Bradley have? | SELECT COUNT(position) FROM table_2840500_4 WHERE player = "Matt Bradley" |
CREATE TABLE table_name_56 (year VARCHAR, score VARCHAR, class VARCHAR, program_title VARCHAR) | What was the total number for the PIW Class' The Adventures Of... and had a score bigger than 94.6? | SELECT COUNT(year) FROM table_name_56 WHERE class = "piw" AND program_title = "the adventures of..." AND score > 94.6 |
CREATE TABLE table_2840500_8 (college_junior_club_team VARCHAR, player VARCHAR) | Name the college for andrej podkonicky | SELECT college_junior_club_team FROM table_2840500_8 WHERE player = "Andrej Podkonicky" |
CREATE TABLE table_28418916_3 (opponents_head_coach VARCHAR, fbs_opponent VARCHAR) | How many head coaches did Kent state golden flashes have? | SELECT COUNT(opponents_head_coach) FROM table_28418916_3 WHERE fbs_opponent = "Kent State Golden Flashes" |
CREATE TABLE table_name_52 (dcsf_number INTEGER, name VARCHAR, ofsted_number VARCHAR) | Can you tell me the highest DCSF number that has the Name of field, and the Ofsted number larger than 117160? | SELECT MAX(dcsf_number) FROM table_name_52 WHERE name = "field" AND ofsted_number > 117160 |
CREATE TABLE table_name_11 (name VARCHAR, dcsf_number VARCHAR) | Can you tell me the Name that has the DCSF number of 2117? | SELECT name FROM table_name_11 WHERE dcsf_number = 2117 |
CREATE TABLE table_name_45 (date VARCHAR, week VARCHAR) | What is Date, when Week is 11? | SELECT date FROM table_name_45 WHERE week = 11 |
CREATE TABLE table_name_75 (international_freight VARCHAR, change VARCHAR, international_mail VARCHAR) | How much international freight has a change of +0,2% with more than 0 international mail? | SELECT COUNT(international_freight) FROM table_name_75 WHERE change = "+0,2%" AND international_mail > 0 |
CREATE TABLE table_name_82 (international_mail INTEGER, total_freight_and_mail VARCHAR, year VARCHAR, domestic_freight VARCHAR, domestic_mail VARCHAR) | What is the international mail with the lowest number to have less than 72 domestic freight, 0 domestic mail later than 2012 with total freight and mail more than 4,695? | SELECT MIN(international_mail) FROM table_name_82 WHERE domestic_freight < 72 AND domestic_mail = 0 AND year < 2012 AND total_freight_and_mail > 4 OFFSET 695 |
CREATE TABLE table_2850912_12 (pick__number INTEGER, college_junior_club_team VARCHAR) | What selection was the springfield olympics (nejhl)? | SELECT MAX(pick__number) FROM table_2850912_12 WHERE college_junior_club_team = "Springfield Olympics (NEJHL)" |
CREATE TABLE table_name_95 (tenure VARCHAR, cause_of_death VARCHAR, badge_serial_number VARCHAR) | What is the Tenure of the Officer who died in a helicopter accident with Badge/Serial Number 16805? | SELECT tenure FROM table_name_95 WHERE cause_of_death = "helicopter accident" AND badge_serial_number = "16805" |
CREATE TABLE table_name_58 (badge_serial_number VARCHAR, date_of_death VARCHAR, rank VARCHAR, cause_of_death VARCHAR) | What is the Badge/Serial Number of the Policeman who died in Gunfire on 1919-02-18? | SELECT badge_serial_number FROM table_name_58 WHERE rank = "policeman" AND cause_of_death = "gunfire" AND date_of_death = "1919-02-18" |
CREATE TABLE table_name_40 (team VARCHAR, tries_against VARCHAR) | What is Team, when Tries Against is 8? | SELECT team FROM table_name_40 WHERE tries_against = "8" |
CREATE TABLE table_name_88 (points_against VARCHAR, try_diff VARCHAR) | What is Points Against, when Try Diff is +22? | SELECT points_against FROM table_name_88 WHERE try_diff = "+22" |
CREATE TABLE table_name_2 (record VARCHAR, event VARCHAR, method VARCHAR) | What is Record, when Event is "Independent Event", and when Method is "Submission (Peruvian Necktie)"? | SELECT record FROM table_name_2 WHERE event = "independent event" AND method = "submission (peruvian necktie)" |
CREATE TABLE table_28715942_2 (original_artist VARCHAR, track VARCHAR) | Who were the original artist(s) on harder to breathe? | SELECT original_artist FROM table_28715942_2 WHERE track = "Harder To Breathe" |
CREATE TABLE table_28715942_6 (original_artist VARCHAR, vocal_percussionist VARCHAR) | Who is the artist where the vocal percussionist is Benjamin Holder? | SELECT original_artist FROM table_28715942_6 WHERE vocal_percussionist = "Benjamin Holder" |
CREATE TABLE table_name_82 (channel VARCHAR, studio_analysts VARCHAR, play_by_play VARCHAR, studio_host VARCHAR) | which channel will have play by play commentator Paul Sunderland, Studio Host Bill Macdonald and Studi Analysty Jack Haley? | SELECT channel FROM table_name_82 WHERE play_by_play = "paul sunderland" AND studio_host = "bill macdonald" AND studio_analysts = "jack haley" |
CREATE TABLE table_name_47 (destination VARCHAR, stopping_pattern VARCHAR) | Which Destination has a Stopping pattern of [2777] mciver station platforms? | SELECT destination FROM table_name_47 WHERE stopping_pattern = "[2777] mciver station platforms" |
CREATE TABLE table_28884858_2 (capacity_percentage VARCHAR, team VARCHAR) | What was the capacity for the Denver Broncos? | SELECT capacity_percentage FROM table_28884858_2 WHERE team = "Denver Broncos" |
CREATE TABLE table_name_50 (stopping_pattern VARCHAR, platform VARCHAR) | Which Stopping pattern has a Platform of [2777] mciver station platforms? | SELECT stopping_pattern FROM table_name_50 WHERE platform = "[2777] mciver station platforms" |
CREATE TABLE table_28891101_3 (postal_code INTEGER, administrative_capital VARCHAR) | What is the postal code when the administrative capital in Bori? | SELECT MAX(postal_code) FROM table_28891101_3 WHERE administrative_capital = "Bori" |
CREATE TABLE table_name_39 (year INTEGER, attendance VARCHAR, runner_up VARCHAR) | What is the sum of the years where the attendance was 95,000 and the runner-up was dresdner sc? | SELECT SUM(year) FROM table_name_39 WHERE attendance = "95,000" AND runner_up = "dresdner sc" |
CREATE TABLE table_2897457_5 (player VARCHAR, college_junior_club_team VARCHAR) | What player attended avon old farms (ushs-ct)? | SELECT player FROM table_2897457_5 WHERE college_junior_club_team = "Avon Old Farms (USHS-CT)" |
CREATE TABLE table_name_81 (game VARCHAR, location VARCHAR, record VARCHAR) | Which game is located in Boston Garden and has a record of 49-17? | SELECT game FROM table_name_81 WHERE location = "boston garden" AND record = "49-17" |
CREATE TABLE table_name_53 (race_title VARCHAR, winner VARCHAR, circuit VARCHAR) | what is the race title when the winner is dick johnson and the circuit is sandown raceway? | SELECT race_title FROM table_name_53 WHERE winner = "dick johnson" AND circuit = "sandown raceway" |
CREATE TABLE table_name_78 (record VARCHAR, opponent VARCHAR) | What is Record, when Opponent is San Francisco Warriors? | SELECT record FROM table_name_78 WHERE opponent = "san francisco warriors" |
CREATE TABLE table_name_19 (takeover_date VARCHAR, fa_division_s_ VARCHAR) | What is the takeover date of the FA division mitre? | SELECT takeover_date FROM table_name_19 WHERE fa_division_s_ = "mitre" |
CREATE TABLE table_name_16 (race_name VARCHAR, winning_team VARCHAR, pole_position VARCHAR) | What race did the team Mi-Jack Conquest racing win with a pole position of andreas wirth? | SELECT race_name FROM table_name_16 WHERE winning_team = "mi-jack conquest racing" AND pole_position = "andreas wirth" |
CREATE TABLE table_name_59 (race_name VARCHAR, pole_position VARCHAR, winning_driver VARCHAR, round VARCHAR) | What race after round 6 did Graham Rahal win with a pole position of graham rahal? | SELECT race_name FROM table_name_59 WHERE winning_driver = "graham rahal" AND round > 6 AND pole_position = "graham rahal" |
CREATE TABLE table_name_49 (score VARCHAR, player VARCHAR, country VARCHAR, to_par VARCHAR) | what is the score when the country is united states, the to par is +2 and the player is phil hancock? | SELECT score FROM table_name_49 WHERE country = "united states" AND to_par = "+2" AND player = "phil hancock" |
CREATE TABLE table_29535057_4 (time VARCHAR, location VARCHAR) | What was the time of the games that took place at the cassell coliseum • blacksburg, va? | SELECT time FROM table_29535057_4 WHERE location = "Cassell Coliseum • Blacksburg, VA" |
CREATE TABLE table_name_93 (player VARCHAR, country VARCHAR, score VARCHAR) | who is the player when the country is united states and the score is 71-73=144? | SELECT player FROM table_name_93 WHERE country = "united states" AND score = 71 - 73 = 144 |
CREATE TABLE table_29612224_1 (institution VARCHAR, school_website VARCHAR) | What's the name of the city or town of the school that operates the http://www.mfschools.org/high/ website? | SELECT institution FROM table_29612224_1 WHERE school_website = "http://www.mfschools.org/high/" |
CREATE TABLE table_29690363_3 (pole_position VARCHAR, rd VARCHAR, most_laps_led VARCHAR, fastest_lap VARCHAR) | Who had the pole(s) when esteban guerrieri led the most laps round 8a and josef newgarden had the fastest lap? | SELECT pole_position FROM table_29690363_3 WHERE most_laps_led = "Esteban Guerrieri" AND fastest_lap = "Josef Newgarden" AND rd = "8A" |
CREATE TABLE table_29743928_4 (years VARCHAR, name VARCHAR) | When chase harrison category:articles with hcards is the name what is the year? | SELECT years FROM table_29743928_4 WHERE name = "Chase Harrison Category:Articles with hCards" |
CREATE TABLE table_29756040_1 (song_choice VARCHAR, week__number VARCHAR) | Which song was chosen during the audition week? | SELECT song_choice FROM table_29756040_1 WHERE week__number = "Audition" |
CREATE TABLE table_name_8 (voltage VARCHAR, socket VARCHAR, model_number VARCHAR) | What is the voltage of the Pentiumiii866 microprocessor with a socket 370? | SELECT voltage FROM table_name_8 WHERE socket = "socket 370" AND model_number = "pentiumiii866" |
CREATE TABLE table_29803475_3 (directed_by VARCHAR, us_viewers__million_ VARCHAR) | who directed the episode that have 0.25 million u.s viewers | SELECT directed_by FROM table_29803475_3 WHERE us_viewers__million_ = "0.25" |
CREATE TABLE table_name_9 (date VARCHAR, score_in_the_final VARCHAR) | What is the Date of the match with a Score in the final of 6–3, 6–3, 2–6, 6–4? | SELECT date FROM table_name_9 WHERE score_in_the_final = "6–3, 6–3, 2–6, 6–4" |
CREATE TABLE table_29836557_2 (pick__number INTEGER, mls_team VARCHAR) | What pick number did Real Salt Lake get? | SELECT MIN(pick__number) FROM table_29836557_2 WHERE mls_team = "Real Salt Lake" |
CREATE TABLE table_name_85 (against INTEGER, favour VARCHAR, lost VARCHAR, draw VARCHAR) | What is the highest Against where they lost less than 20 games, tied more than 2 of them, and they had Favour less than 11? | SELECT MAX(against) FROM table_name_85 WHERE lost < 20 AND draw > 2 AND favour < 11 |
CREATE TABLE table_name_60 (long INTEGER, gain VARCHAR, avg_g VARCHAR, name VARCHAR) | What is the lowest long with an avg/G more than -2.2 and a total name and a gain of more than 2,488? | SELECT MIN(long) FROM table_name_60 WHERE avg_g > -2.2 AND name = "total" AND gain > 2 OFFSET 488 |
CREATE TABLE table_name_76 (accreditation_level VARCHAR, network_brand_name VARCHAR) | What is the accreditation level of the network brand Movistar? | SELECT accreditation_level FROM table_name_76 WHERE network_brand_name = "movistar" |
CREATE TABLE table_30120664_1 (townland VARCHAR, poor_law_union VARCHAR, civil_parish VARCHAR) | Name the townland for fermoy and ballynoe | SELECT townland FROM table_30120664_1 WHERE poor_law_union = "Fermoy" AND civil_parish = "Ballynoe" |
CREATE TABLE table_30121046_1 (poor_law_union VARCHAR, townland VARCHAR) | What is the poor law union of the Kilmaloda townland? | SELECT poor_law_union FROM table_30121046_1 WHERE townland = "Kilmaloda" |
CREATE TABLE table_name_95 (date_of_official_foundation_of_municipality VARCHAR) | What is the total number in 2006, which has an official foundation of municipality of 1918? | SELECT COUNT(2006) FROM table_name_95 WHERE date_of_official_foundation_of_municipality = 1918 |
CREATE TABLE table_name_21 (rank VARCHAR, premiere VARCHAR) | What is the rank for the episode that premiered on September 13, 1978? | SELECT rank FROM table_name_21 WHERE premiere = "september 13, 1978" |
CREATE TABLE table_name_28 (rank VARCHAR, gold VARCHAR, bronze VARCHAR, silver VARCHAR) | Tell me the rank for bronze less than 17 and gold less than 1 | SELECT rank FROM table_name_28 WHERE bronze < 17 AND silver > 1 AND gold < 1 |
CREATE TABLE table_name_39 (points VARCHAR, team VARCHAR, grid VARCHAR) | What was Herdez Competition's total points with a grid larger than 1? | SELECT COUNT(points) FROM table_name_39 WHERE team = "herdez competition" AND grid > 1 |
CREATE TABLE table_name_59 (top_25 VARCHAR, cuts_made VARCHAR, wins VARCHAR) | Tell me the total number of top 25 for wins less than 1 and cuts made of 22 | SELECT COUNT(top_25) FROM table_name_59 WHERE cuts_made = 22 AND wins < 1 |
CREATE TABLE table_name_92 (partner VARCHAR, score_in_final VARCHAR) | What is the Partner of the match with a Score in Final of 5–7, 4–6? | SELECT partner FROM table_name_92 WHERE score_in_final = "5–7, 4–6" |
CREATE TABLE table_name_94 (tournament VARCHAR) | What is 2001, when 1989 is "A", and when Tournament is "U.S. Open"? | SELECT 2001 FROM table_name_94 WHERE 1989 = "a" AND tournament = "u.s. open" |
CREATE TABLE table_name_17 (english_title VARCHAR, director VARCHAR) | Name the title of jean-pierre jeunet | SELECT english_title FROM table_name_17 WHERE director = "jean-pierre jeunet" |
CREATE TABLE table_name_79 (power_output__kw_ VARCHAR, model VARCHAR, total_production VARCHAR, builder__family_ VARCHAR) | What is the power output (kw) of builder zhuzhou, model hxd1d, with a total production of 2? | SELECT power_output__kw_ FROM table_name_79 WHERE total_production = "2" AND builder__family_ = "zhuzhou" AND model = "hxd1d" |
CREATE TABLE table_name_1 (location_attendance VARCHAR, record VARCHAR) | What is the location/attendance of the game with a 3-1 record? | SELECT location_attendance FROM table_name_1 WHERE record = "3-1" |
CREATE TABLE table_name_72 (week INTEGER, game_site VARCHAR, date VARCHAR) | What was the lowest week at Ralph Wilson Stadium on October 7, 2001? | SELECT MIN(week) FROM table_name_72 WHERE game_site = "ralph wilson stadium" AND date = "october 7, 2001" |
CREATE TABLE table_name_16 (to_par VARCHAR, score VARCHAR) | What is the total number of To Par, when Score is "70-75-76=221"? | SELECT COUNT(to_par) FROM table_name_16 WHERE score = 70 - 75 - 76 = 221 |
CREATE TABLE table_name_34 (trainer VARCHAR, year VARCHAR, time VARCHAR) | Which trainer had a time of 1:10.09 with a year less than 2009? | SELECT trainer FROM table_name_34 WHERE year < 2009 AND time = "1:10.09" |
CREATE TABLE table_name_76 (overall VARCHAR, position VARCHAR, round VARCHAR) | How much Overall has a Position of ot, and a Round larger than 5? | SELECT COUNT(overall) FROM table_name_76 WHERE position = "ot" AND round > 5 |
CREATE TABLE table_name_27 (date VARCHAR, position VARCHAR, class VARCHAR, driver VARCHAR) | what date has the class of non-championship f2 as well as a driver name josé froilán gonzález that has a position larger than 2? | SELECT date FROM table_name_27 WHERE class = "non-championship f2" AND driver = "josé froilán gonzález" AND position > 2 |
CREATE TABLE table_name_46 (team VARCHAR, driver VARCHAR, position VARCHAR, date VARCHAR) | what team has a drive name emmanuel de graffenried and a position larger than 1 as well as the date of 9/1953? | SELECT team FROM table_name_46 WHERE position > 1 AND date = "9/1953" AND driver = "emmanuel de graffenried" |
CREATE TABLE table_name_6 (total_apps VARCHAR, fa_cup_goals VARCHAR, fa_cup_apps VARCHAR) | It has a FA Cup Goals smaller than 4, and a FA Cup Apps larger than 7, what is the total number of total apps? | SELECT COUNT(total_apps) FROM table_name_6 WHERE fa_cup_goals < 4 AND fa_cup_apps > 7 |
CREATE TABLE table_name_43 (opponent VARCHAR, attendance VARCHAR, result VARCHAR) | Which opponent has unknown attendance, and lost 2-0? | SELECT opponent FROM table_name_43 WHERE attendance = "unknown" AND result = "lost 2-0" |
CREATE TABLE table_name_3 (round VARCHAR, res VARCHAR, event VARCHAR) | What round did he win rof 29: aftershock in? | SELECT round FROM table_name_3 WHERE res = "win" AND event = "rof 29: aftershock" |
CREATE TABLE table_name_86 (tv_time VARCHAR, attendance VARCHAR) | Tell me the tv time for attendance of 60,894 | SELECT tv_time FROM table_name_86 WHERE attendance = "60,894" |
CREATE TABLE table_name_26 (result VARCHAR, week__number VARCHAR) | What was the result during the week # of top 8? | SELECT result FROM table_name_26 WHERE week__number = "top 8" |
CREATE TABLE table_name_73 (theme VARCHAR, week__number VARCHAR) | What was the theme during the week # of top 24 (12 men) | SELECT theme FROM table_name_73 WHERE week__number = "top 24 (12 men)" |
CREATE TABLE table_name_84 (result VARCHAR, week__number VARCHAR) | What was the result after the week # top 11? | SELECT result FROM table_name_84 WHERE week__number = "top 11" |
CREATE TABLE table_name_45 (winning_applicant VARCHAR, block VARCHAR, ensemble_name VARCHAR) | Who is the Winning Applicant of Ensemble Name Muxco Lincolnshire in Block 10D? | SELECT winning_applicant FROM table_name_45 WHERE block = "10d" AND ensemble_name = "muxco lincolnshire" |
CREATE TABLE table_name_45 (opponent VARCHAR, date VARCHAR) | Who is the Opponent on January 16? | SELECT opponent FROM table_name_45 WHERE date = "january 16" |
CREATE TABLE table_name_24 (lane INTEGER, nationality VARCHAR, split__50m_ VARCHAR) | What is the total of lane(s) for swimmers from Sweden with a 50m split of faster than 26.25? | SELECT SUM(lane) FROM table_name_24 WHERE nationality = "sweden" AND split__50m_ < 26.25 |
CREATE TABLE table_name_33 (player VARCHAR, position VARCHAR, year VARCHAR) | What player has a no pick position in 1976? | SELECT player FROM table_name_33 WHERE position = "no pick" AND year = 1976 |
CREATE TABLE table_name_39 (ceremony VARCHAR, name VARCHAR, award VARCHAR, outcome VARCHAR) | What is the category Anuya Bhagvath was nominated for at vijay award? | SELECT ceremony FROM table_name_39 WHERE award = "vijay award" AND outcome = "nominated" AND name = "anuya bhagvath" |
CREATE TABLE table_name_61 (best_3_year_period VARCHAR, best_15_year_period VARCHAR, position VARCHAR) | Which best 3-year period has a best 15-year period of smyslov; kasparov, and a Position of 5? | SELECT best_3_year_period FROM table_name_61 WHERE best_15_year_period = "smyslov; kasparov" AND position = 5 |
CREATE TABLE table_name_77 (away_team VARCHAR, date VARCHAR, venue VARCHAR) | Which team was at Corio Oval on 4 June 1927? | SELECT away_team FROM table_name_77 WHERE date = "4 june 1927" AND venue = "corio oval" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.