answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT MAX(october) FROM table_name_19 WHERE game < 1 | Name the most october for game less than 1 | CREATE TABLE table_name_19 (october INTEGER, game INTEGER) |
SELECT home_team FROM table_24887326_8 WHERE away_team = "Plymouth Argyle" | Who was the home team who played plymouth argyle? | CREATE TABLE table_24887326_8 (home_team VARCHAR, away_team VARCHAR) |
SELECT date FROM table_name_67 WHERE circuit = "syracuse" | Which date was the syracuse circuit? | CREATE TABLE table_name_67 (date VARCHAR, circuit VARCHAR) |
SELECT time FROM table_name_42 WHERE lane < 4 AND rank > 4 | For the swimmer in the lane less than 4, and is ranked greater than 4 what was the time? | CREATE TABLE table_name_42 (time VARCHAR, lane VARCHAR, rank VARCHAR) |
SELECT COUNT(womens_doubles) FROM table_28138035_4 WHERE year_location = "2011 Rio de Janeiro" | Name the number of womens doubles for 2011 rio de janeiro | CREATE TABLE table_28138035_4 (womens_doubles VARCHAR, year_location VARCHAR) |
SELECT hdtv FROM table_15887683_10 WHERE package_option = "Sky Famiglia" AND dar = "16:9" AND television_service = "myDeejay" | Name the hdtv for sky famiglia and dar 16:9 for mydeejay | CREATE TABLE table_15887683_10 (hdtv VARCHAR, television_service VARCHAR, package_option VARCHAR, dar VARCHAR) |
SELECT COUNT(purse__) AS $_ FROM table_15315276_1 WHERE champion = "Jenny Shin" | How many prizes were available when Jenny Shin became the champion? | CREATE TABLE table_15315276_1 (purse__ VARCHAR, champion VARCHAR) |
SELECT ungegn FROM table_name_70 WHERE word_form = "ត្រីទស" | what's the ungen for ត្រីទស? | CREATE TABLE table_name_70 (ungegn VARCHAR, word_form VARCHAR) |
SELECT date FROM table_name_92 WHERE winning_score = –5(70 - 65 - 69 - 75 = 279) | On which date was the Winning score –5 (70-65-69-75=279)? | CREATE TABLE table_name_92 (date VARCHAR, winning_score VARCHAR) |
SELECT MIN(l) FROM table_29565120_2 WHERE w = 4 | What is the L when the W is 4? | CREATE TABLE table_29565120_2 (l INTEGER, w VARCHAR) |
SELECT COUNT(moto2_250cc) FROM table_2889810_2 WHERE country = "United States" | how many total number of moto2/250cc when country is united states | CREATE TABLE table_2889810_2 (moto2_250cc VARCHAR, country VARCHAR) |
SELECT MIN(year) FROM table_name_35 WHERE winner = "new york jets" AND location = "harvard stadium" | What is the earliest year the new york jets won at harvard stadium? | CREATE TABLE table_name_35 (year INTEGER, winner VARCHAR, location VARCHAR) |
SELECT MIN(losses) FROM table_name_75 WHERE season < 1920 AND draws > 0 | Which Losses is the lowest one that has a Season smaller than 1920, and Draws larger than 0? | CREATE TABLE table_name_75 (losses INTEGER, season VARCHAR, draws VARCHAR) |
SELECT 1985 FROM table_name_70 WHERE career_sr = "0 / 5" AND 1986 = "nh" | With a 1986 of NH and a career SR of 0 / 5 what is the results in 1985? | CREATE TABLE table_name_70 (career_sr VARCHAR) |
SELECT AVG(played) FROM table_name_64 WHERE goals_for < 43 AND draws > 9 AND position > 17 AND points = "30-8" | What are the average number of played with goals of less than 43, more than 9 draws, a higher position than 17 and 30-8 points? | CREATE TABLE table_name_64 (played INTEGER, points VARCHAR, position VARCHAR, goals_for VARCHAR, draws VARCHAR) |
SELECT diameter__km_ FROM table_16799784_8 WHERE name = "Colette Patera" | What is the diameter in km of the feature named Colette Patera? | CREATE TABLE table_16799784_8 (diameter__km_ VARCHAR, name VARCHAR) |
SELECT rank FROM table_name_66 WHERE event = "lapt4 são paulo" | What is Rank, when Event is "LAPT4 São Paulo"? | CREATE TABLE table_name_66 (rank VARCHAR, event VARCHAR) |
SELECT genus_ & _species FROM table_26957063_3 WHERE ncbi_accession_number = "XP_002439156.1" | What is the genus & species of the animal whose accession number is XP_002439156.1? | CREATE TABLE table_26957063_3 (genus_ VARCHAR, _species VARCHAR, ncbi_accession_number VARCHAR) |
SELECT winning_score FROM table_name_94 WHERE runner_s__up = "garth mulroy" | What was the winning score for the tournament where Garth Mulroy was the runner-up? | CREATE TABLE table_name_94 (winning_score VARCHAR, runner_s__up VARCHAR) |
SELECT state FROM table_name_70 WHERE average < 8.67 AND swimsuit = 8.27 AND evening_gown = 8.78 AND interview = 8.52 | Which state had an average of less than 8.67, a swimsuit score of 8.27, an evening gown score of 8.78, and an interview number of 8.52? | CREATE TABLE table_name_70 (state VARCHAR, interview VARCHAR, evening_gown VARCHAR, average VARCHAR, swimsuit VARCHAR) |
SELECT place FROM table_name_1 WHERE to_par = "−1" AND player = "don pooley" | Which Place has a To par of −1 and don pooley? | CREATE TABLE table_name_1 (place VARCHAR, to_par VARCHAR, player VARCHAR) |
SELECT SUM(crowd) FROM table_name_93 WHERE venue = "kardinia park" | How many people in total have attended games at Kardinia Park? | CREATE TABLE table_name_93 (crowd INTEGER, venue VARCHAR) |
SELECT DISTINCT Name FROM WINE WHERE Price > (SELECT MIN(Price) FROM wine WHERE Winery = "John Anthony") | Find the distinct names of all wines that have prices higher than some wines from John Anthony winery. | CREATE TABLE wine (Name VARCHAR, Price INTEGER, Winery VARCHAR); CREATE TABLE WINE (Name VARCHAR, Price INTEGER, Winery VARCHAR) |
SELECT MAX(attendance) FROM table_name_75 WHERE opponent = "tigers" AND loss = "leiter (0-1)" | What is the largest attendance that has tigers as the opponent and a loss of leiter (0-1)? | CREATE TABLE table_name_75 (attendance INTEGER, opponent VARCHAR, loss VARCHAR) |
SELECT MAX(year) FROM table_name_38 WHERE remixed_by = "laurent boutonnat" | What the highest Year with a Remixed by Laurent Boutonnat? | CREATE TABLE table_name_38 (year INTEGER, remixed_by VARCHAR) |
SELECT date FROM table_name_88 WHERE location = "gold coast" | On what Date was the Tournament in Gold Coast? | CREATE TABLE table_name_88 (date VARCHAR, location VARCHAR) |
SELECT silver FROM table_name_54 WHERE gold > 12 AND bronze = 11 | How many silver medals were won by the participant(s) that had more than 12 gold medals and 11 bronze medals? | CREATE TABLE table_name_54 (silver VARCHAR, gold VARCHAR, bronze VARCHAR) |
SELECT opponent FROM table_14418812_1 WHERE game_site = "Astrodome" | Name the opponent for astrodome | CREATE TABLE table_14418812_1 (opponent VARCHAR, game_site VARCHAR) |
SELECT ratings FROM table_name_86 WHERE year < 2004 AND lap_by_lap = "mike joy" | When the Year is smaller than 2004, and Mike Joy is the Lap-by-lap, what are the Ratings? | CREATE TABLE table_name_86 (ratings VARCHAR, year VARCHAR, lap_by_lap VARCHAR) |
SELECT match FROM table_name_19 WHERE competition = "semifinal" AND location = "san francisco" | Which Match played in a Location of San Francisco has a Competition of Semifinal? | CREATE TABLE table_name_19 (match VARCHAR, competition VARCHAR, location VARCHAR) |
SELECT rank FROM table_name_99 WHERE laps < 137 AND qual = "116.470" | What's the rank when the laps are fewer than 137 and the qual is 116.470? | CREATE TABLE table_name_99 (rank VARCHAR, laps VARCHAR, qual VARCHAR) |
SELECT location_attendance FROM table_name_1 WHERE team = "minnesota" | Where was the location attendance when Minnesota played? | CREATE TABLE table_name_1 (location_attendance VARCHAR, team VARCHAR) |
SELECT original_air_date FROM table_2409041_2 WHERE no_in_series = 21 | When 21 is the number in series what is the air date? | CREATE TABLE table_2409041_2 (original_air_date VARCHAR, no_in_series VARCHAR) |
SELECT seat_of_rcm FROM table_214920_1 WHERE density__pop_per_km2_ = "9.7" | What is the seat of the RCM in the county that has a density of 9.7? | CREATE TABLE table_214920_1 (seat_of_rcm VARCHAR, density__pop_per_km2_ VARCHAR) |
SELECT attendance FROM table_name_41 WHERE week = 1 | What was the attendance on week 1? | CREATE TABLE table_name_41 (attendance VARCHAR, week VARCHAR) |
SELECT pos FROM table_name_52 WHERE team = "audi sport north america" AND year > 2008 | What position did the driver from Audi Sport North America finish in the race after 2008? | CREATE TABLE table_name_52 (pos VARCHAR, team VARCHAR, year VARCHAR) |
SELECT sat_29_aug FROM table_23465864_4 WHERE fri_28_aug = "25' 01.89 90.438mph" | What time was achieved on Saturday 29th August by the rider who recorded 25' 01.89 90.438mph on Friday 28th August? | CREATE TABLE table_23465864_4 (sat_29_aug VARCHAR, fri_28_aug VARCHAR) |
SELECT COUNT(goals_for) FROM table_name_83 WHERE drawn = 10 | How many Goals For have Drawn of 10? | CREATE TABLE table_name_83 (goals_for VARCHAR, drawn VARCHAR) |
SELECT high_rebounds FROM table_name_15 WHERE date = "may 1" | Who had high rebounds on May 1? | CREATE TABLE table_name_15 (high_rebounds VARCHAR, date VARCHAR) |
SELECT coach FROM table_name_69 WHERE location = "oakden" | Who is the coach located in Oakden? | CREATE TABLE table_name_69 (coach VARCHAR, location VARCHAR) |
SELECT date FROM table_name_36 WHERE away_team = "leeds united" | What date was Leeds United the away team? | CREATE TABLE table_name_36 (date VARCHAR, away_team VARCHAR) |
SELECT AVG(points) FROM table_name_14 WHERE chassis = "stevens" AND year < 1950 | Name the average points for chassis of stevens and year less than 1950 | CREATE TABLE table_name_14 (points INTEGER, chassis VARCHAR, year VARCHAR) |
SELECT MIN(attendance) FROM table_name_30 WHERE home = "linköpings hc" AND date = "monday, november 10" AND round > 18 | What is the lowest attendance on Monday, November 10 when linköpings hc was the home team and there were more than 18 rounds? | CREATE TABLE table_name_30 (attendance INTEGER, round VARCHAR, home VARCHAR, date VARCHAR) |
SELECT COUNT(report) FROM table_10527215_3 WHERE pole_position = "Al Unser" AND winning_team = "Penske Racing" | What's the report on Penske Racing winning while the pole position was Al Unser? | CREATE TABLE table_10527215_3 (report VARCHAR, pole_position VARCHAR, winning_team VARCHAR) |
SELECT MIN(1960) FROM table_name_66 WHERE 2000 < 8.4 AND 1950 > 3.5 AND 1990 < 3.3 | What is the lowest value for 1960, when the value for 2000 is less than 8.4, when the value for 1950 is greater than 3.5, and when the value for 1990 is less than 3.3? | CREATE TABLE table_name_66 (Id VARCHAR) |
SELECT MIN(rank) FROM table_26986076_3 WHERE rider = "Paul Coward 492cc Nourish Weslake" | What is Paul Coward 492cc nourish Weslake's lowest rank? | CREATE TABLE table_26986076_3 (rank INTEGER, rider VARCHAR) |
SELECT rating FROM table_25751274_2 WHERE share = 4 AND rating / SHARE(18 - 49) = 0.7 / 2 | What is the rating of the episode with a share of 4 and a rating/share (18-49) of 0.7/2? | CREATE TABLE table_25751274_2 (rating VARCHAR, share VARCHAR) |
SELECT district FROM table_1341453_20 WHERE incumbent = "John Cooksey" | What district does John Cooksey represent? | CREATE TABLE table_1341453_20 (district VARCHAR, incumbent VARCHAR) |
SELECT title FROM table_2618152_1 WHERE original_air_date = "October 21, 1998" | What is the title of the episode with the original air date October 21, 1998? | CREATE TABLE table_2618152_1 (title VARCHAR, original_air_date VARCHAR) |
SELECT AVG(year) FROM table_name_92 WHERE result = "nominated" AND film_series = "thirst" AND award = "best actress" AND group = "baeksang arts awards" | What is the average year in which Kim was nominated for Thirst as Best Actress at the Baeksang Arts Awards? | CREATE TABLE table_name_92 (year INTEGER, group VARCHAR, award VARCHAR, result VARCHAR, film_series VARCHAR) |
SELECT venue FROM table_name_26 WHERE champion = "steve gotsche" | Where did Steve Gotsche win? | CREATE TABLE table_name_26 (venue VARCHAR, champion VARCHAR) |
SELECT a_dyck FROM table_name_68 WHERE j_thiessen = "du" | Which of the A. Dyck has J. Thiessen of Du? | CREATE TABLE table_name_68 (a_dyck VARCHAR, j_thiessen VARCHAR) |
SELECT tonnes FROM table_18047346_5 WHERE iata_code = "IND" | How many tonnes of cargo did the airport have with the IATA Code IND? | CREATE TABLE table_18047346_5 (tonnes VARCHAR, iata_code VARCHAR) |
SELECT finish FROM table_name_91 WHERE to_par = "+2" | What was the finish for the golfer with a To par of +2? | CREATE TABLE table_name_91 (finish VARCHAR, to_par VARCHAR) |
SELECT them_two__the_two_ FROM table_1015914_24 WHERE we_two = "ngalbelpa" | What is them two (the two) when we two is ngalbelpa? | CREATE TABLE table_1015914_24 (them_two__the_two_ VARCHAR, we_two VARCHAR) |
SELECT try_bonus FROM table_name_16 WHERE points_for = "332" | For a team with 332 points for, what was the try bonus? | CREATE TABLE table_name_16 (try_bonus VARCHAR, points_for VARCHAR) |
SELECT branding FROM table_10333757_1 WHERE calls = "WRKO" | What Branding does WRKO calls use? | CREATE TABLE table_10333757_1 (branding VARCHAR, calls VARCHAR) |
SELECT championship FROM table_name_89 WHERE outcome = "runner-up" AND surface = "clay" AND opponent_in_the_final = "ivan lendl" | Against Opponent in the Final Ivan Lendl, on a Surface of clay, with an Outcome of runner-up, where was the Championship? | CREATE TABLE table_name_89 (championship VARCHAR, opponent_in_the_final VARCHAR, outcome VARCHAR, surface VARCHAR) |
SELECT word_form FROM table_name_30 WHERE other = "sam sep" | What can you say is the word from of sam sep? | CREATE TABLE table_name_30 (word_form VARCHAR, other VARCHAR) |
SELECT status FROM table_name_68 WHERE against = 11 | What is the status when the against is 11? | CREATE TABLE table_name_68 (status VARCHAR, against VARCHAR) |
SELECT record FROM table_17325580_10 WHERE team = "Boston" | What was the record when the team played Boston? | CREATE TABLE table_17325580_10 (record VARCHAR, team VARCHAR) |
SELECT title FROM table_name_69 WHERE start_of_reign = 1993 | What Title's Start of Reign is 1993? | CREATE TABLE table_name_69 (title VARCHAR, start_of_reign VARCHAR) |
SELECT MIN(season__number) FROM table_19852975_3 WHERE arties_disguises = "Herr Ostropolyer, pastry chef" | Name the season number for herr ostropolyer, pastry chef | CREATE TABLE table_19852975_3 (season__number INTEGER, arties_disguises VARCHAR) |
SELECT MIN(height__ft_) FROM table_name_55 WHERE name = "messeturm" AND floors > 55 | what is the lowest height (ft) for messeturm and more than 55 floors? | CREATE TABLE table_name_55 (height__ft_ INTEGER, name VARCHAR, floors VARCHAR) |
SELECT MAX(games) FROM table_name_90 WHERE season > 2001 AND average < 10 OFFSET 838 | What is the maximum number of games when the season is more recent than 2001 and the average is less than 10,838? | CREATE TABLE table_name_90 (games INTEGER, season VARCHAR, average VARCHAR) |
SELECT MAX(season) FROM table_name_8 WHERE home_team = "chonburi" AND away_team = "melbourne victory" | Can you tell me the highest Season that has the Home Team of chonburi, and the Away Team of melbourne victory? | CREATE TABLE table_name_8 (season INTEGER, home_team VARCHAR, away_team VARCHAR) |
SELECT score FROM table_name_64 WHERE team = "chicago" | What is the score of team chicago? | CREATE TABLE table_name_64 (score VARCHAR, team VARCHAR) |
SELECT player FROM table_name_4 WHERE caps < 49 AND position = "wing" AND club_province = "ulster" | Which Ulster player has fewer than 49 caps and plays the wing position? | CREATE TABLE table_name_4 (player VARCHAR, club_province VARCHAR, caps VARCHAR, position VARCHAR) |
SELECT competition FROM table_name_78 WHERE year > 1911 AND position = "1st" AND event = "rings" | what is the competition in a year after 1911 with the position of 1st for the rings? | CREATE TABLE table_name_78 (competition VARCHAR, event VARCHAR, year VARCHAR, position VARCHAR) |
SELECT place FROM table_name_92 WHERE score = 67 - 74 - 73 = 214 | What place was the scorer of 67-74-73=214? | CREATE TABLE table_name_92 (place VARCHAR, score VARCHAR) |
SELECT season FROM table_2771237_1 WHERE average_attendance = 16043 | What season was the average attendance is 16043? | CREATE TABLE table_2771237_1 (season VARCHAR, average_attendance VARCHAR) |
SELECT losing_bonus FROM table_name_89 WHERE try_bonus = "try bonus" | What is the Losing bonus with an extra try bonus? | CREATE TABLE table_name_89 (losing_bonus VARCHAR, try_bonus VARCHAR) |
SELECT english_spelling FROM table_1242447_1 WHERE strongs_transliteration = "Y e howram" | What is the english spelling of the word that has the strongs trasliteration of y e howram? | CREATE TABLE table_1242447_1 (english_spelling VARCHAR, strongs_transliteration VARCHAR) |
SELECT loss FROM table_name_9 WHERE time = "2:42" | Who lost with a time of 2:42? | CREATE TABLE table_name_9 (loss VARCHAR, time VARCHAR) |
SELECT score FROM table_name_71 WHERE date = "july 18" AND record = "41-51" | What is the Score on July 18 that has Record of 41-51? | CREATE TABLE table_name_71 (score VARCHAR, date VARCHAR, record VARCHAR) |
SELECT SUM(pages) FROM table_name_36 WHERE translated_title = "thistle among roses" | I want the sum of pages for thistle among roses | CREATE TABLE table_name_36 (pages INTEGER, translated_title VARCHAR) |
SELECT winning_team FROM table_name_6 WHERE circuit = "zandvoort" | Who was the winning team at Zandvoort? | CREATE TABLE table_name_6 (winning_team VARCHAR, circuit VARCHAR) |
SELECT qual_1 FROM table_name_49 WHERE best = "1:18.067" | What is the qual 1 for the best of 1:18.067? | CREATE TABLE table_name_49 (qual_1 VARCHAR, best VARCHAR) |
SELECT Name FROM mountain WHERE NOT Mountain_ID IN (SELECT Mountain_ID FROM climber) | List the names of mountains that do not have any climber. | CREATE TABLE mountain (Name VARCHAR, Mountain_ID VARCHAR); CREATE TABLE climber (Name VARCHAR, Mountain_ID VARCHAR) |
SELECT country FROM table_name_50 WHERE youth__15_24__literacy_rate_total = "99%" AND youth_men = "98%" | What country has a Youth (15-24) Literacy Rate Total of 99%, and a Youth Men of 98%? | CREATE TABLE table_name_50 (country VARCHAR, youth__15_24__literacy_rate_total VARCHAR, youth_men VARCHAR) |
SELECT MAX(first_elected) FROM table_1341472_12 | What's the first elected year of the district who's been the last one to do so? | CREATE TABLE table_1341472_12 (first_elected INTEGER) |
SELECT date_released FROM table_name_33 WHERE _number_of_discs > 4 | What Date Released, when # Of Discs is greater than 4? | CREATE TABLE table_name_33 (date_released VARCHAR, _number_of_discs INTEGER) |
SELECT ball_diameter FROM table_name_54 WHERE culture = "olmec" | What's the Ball Diameter with the Culture of Olmec? | CREATE TABLE table_name_54 (ball_diameter VARCHAR, culture VARCHAR) |
SELECT COUNT(fl_cup_goals) FROM table_name_28 WHERE division = "one" AND other_apps > 3 AND fa_cup_goals > 0 | What is Division One's total number of FL Cup Goals, with an Other Apps greater than 3, and a FA Cup Goals greater than 0? | CREATE TABLE table_name_28 (fl_cup_goals VARCHAR, fa_cup_goals VARCHAR, division VARCHAR, other_apps VARCHAR) |
SELECT score FROM table_name_69 WHERE date = "february 8" | What was the score of the game on February 8? | CREATE TABLE table_name_69 (score VARCHAR, date VARCHAR) |
SELECT socket FROM table_16400024_1 WHERE sspec_number = "SL3F7(kC0)SL3FJ(kC0)" | What is the socket location for sSPEC number sl3f7(kc0)sl3fj(kc0)? | CREATE TABLE table_16400024_1 (socket VARCHAR, sspec_number VARCHAR) |
SELECT meaning FROM table_12784134_1 WHERE non_present_stem = "-erama-" | What does the non-present stem -erama- mean? | CREATE TABLE table_12784134_1 (meaning VARCHAR, non_present_stem VARCHAR) |
SELECT country FROM table_name_49 WHERE player = "chad campbell" | What country is Chad Campbell from? | CREATE TABLE table_name_49 (country VARCHAR, player VARCHAR) |
SELECT SUM(wins) FROM table_name_2 WHERE club = "port fairy" AND against < 1510 | What is the sum of wins for Port Fairy with under 1510 against? | CREATE TABLE table_name_2 (wins INTEGER, club VARCHAR, against VARCHAR) |
SELECT AVG(attendance) FROM table_name_5 WHERE week < 4 AND result = "w 31-20" | What is the attendance in a week earlier than 4, and result is w 31-20? | CREATE TABLE table_name_5 (attendance INTEGER, week VARCHAR, result VARCHAR) |
SELECT date FROM table_name_76 WHERE location = "long beach" | On what date did a race occur at Long Beach? | CREATE TABLE table_name_76 (date VARCHAR, location VARCHAR) |
SELECT number_of_contestants FROM table_name_81 WHERE cycle = 4 | What is Number of Contestants, when Cycle is 4? | CREATE TABLE table_name_81 (number_of_contestants VARCHAR, cycle VARCHAR) |
SELECT nation FROM table_name_27 WHERE date = "8 june 1983" AND athlete = "marlies gohr" | Name the nation for 8 june 1983 for marlies gohr | CREATE TABLE table_name_27 (nation VARCHAR, date VARCHAR, athlete VARCHAR) |
SELECT total_area FROM table_name_53 WHERE code < 1862 AND density__per_km_2_land_ = 21.6 | What is the total area for a code less than 1862 and a density (per km 2 land) of 21.6? | CREATE TABLE table_name_53 (total_area VARCHAR, code VARCHAR, density__per_km_2_land_ VARCHAR) |
SELECT MAX(week) FROM table_name_67 WHERE opponent = "buffalo bills" | What is the highest Week with the Opponent Buffalo Bills? | CREATE TABLE table_name_67 (week INTEGER, opponent VARCHAR) |
SELECT currency_name FROM table_13681_2 WHERE highest_monthly_inflation_rate = "29,500%" | what's the currency name with highest monthly inflation rate being 29,500% | CREATE TABLE table_13681_2 (currency_name VARCHAR, highest_monthly_inflation_rate VARCHAR) |
SELECT MAX(points) FROM table_name_51 WHERE entrant = "arrows racing team" AND year > 1982 | What was arrows racing team's highest points after 1982? | CREATE TABLE table_name_51 (points INTEGER, entrant VARCHAR, year VARCHAR) |
SELECT T2.Hardware_Model_name FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model WHERE T1.Launch_year = 2002 ORDER BY T1.RAM_MiB DESC LIMIT 1 | List the name of the phone model launched in year 2002 and with the highest RAM size. | CREATE TABLE chip_model (Model_name VARCHAR, Launch_year VARCHAR, RAM_MiB VARCHAR); CREATE TABLE phone (Hardware_Model_name VARCHAR, chip_model VARCHAR) |
SELECT israeli_and_or_foreigner_wounded FROM table_name_45 WHERE israeli_deaths > 1 | How many Israelis and or foreigners were wounded in the attack with more than 1 Israeli death? | CREATE TABLE table_name_45 (israeli_and_or_foreigner_wounded VARCHAR, israeli_deaths INTEGER) |
SELECT MAX(steals) FROM table_24912693_4 WHERE player = "Tiffani Johnson" | What is Tiffani Johnson's maximum steals? | CREATE TABLE table_24912693_4 (steals INTEGER, player VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.