answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT translation FROM table_name_81 WHERE unit = "chetvert" | What is the translation of chetvert? | CREATE TABLE table_name_81 (translation VARCHAR, unit VARCHAR) |
SELECT series FROM table_name_92 WHERE actor = "tom ward" | Which Series has an Actor of tom ward? | CREATE TABLE table_name_92 (series VARCHAR, actor VARCHAR) |
SELECT MIN(week) FROM table_24481478_1 WHERE team_record = "7–2" | In which week was the team record 7–2? | CREATE TABLE table_24481478_1 (week INTEGER, team_record VARCHAR) |
SELECT score FROM table_name_39 WHERE date = "november 3" | what was the score on november 3? | CREATE TABLE table_name_39 (score VARCHAR, date VARCHAR) |
SELECT date FROM table_name_12 WHERE score = "24-7" AND record = "4-10" | Which Date has a Score of 24-7, and a Record of 4-10? | CREATE TABLE table_name_12 (date VARCHAR, score VARCHAR, record VARCHAR) |
SELECT MAX(rank) FROM table_name_5 WHERE mountain_range = "kuskokwim mountains" | Where does the Kuskokwim Mountains rank on the chart? | CREATE TABLE table_name_5 (rank INTEGER, mountain_range VARCHAR) |
SELECT us__1912_ FROM table_name_34 WHERE us__2013_ = "amethyst" | What was the U.S birthstone in 1912 when in 2013 the birthstone was amethyst? | CREATE TABLE table_name_34 (us__1912_ VARCHAR, us__2013_ VARCHAR) |
SELECT COUNT(number) FROM table_name_10 WHERE builder = "ruston hornsby" AND date = 1961 AND name = "topsy" | What number has the builder ruston hornsby, the date 1961, and the name Topsy? | CREATE TABLE table_name_10 (number VARCHAR, name VARCHAR, builder VARCHAR, date VARCHAR) |
SELECT event FROM table_16308030_1 WHERE time = "1:48.322" | How many events have a time of 1:48.322? | CREATE TABLE table_16308030_1 (event VARCHAR, time VARCHAR) |
SELECT result FROM table_name_69 WHERE date = "august 30, 1968" | What was the result of the game on august 30, 1968? | CREATE TABLE table_name_69 (result VARCHAR, date VARCHAR) |
SELECT COUNT(episode) FROM table_name_18 WHERE airdate__canada_ = "22 october 2004" | What is the total number of episodes aired in Canada on 22 October 2004? | CREATE TABLE table_name_18 (episode VARCHAR, airdate__canada_ VARCHAR) |
SELECT MIN(enrollment) FROM table_name_17 WHERE left = 2012 AND current_conference = "mid-south" | What is the lowest enrollment amount for a year left of 2012 and a current conference of Mid-South? | CREATE TABLE table_name_17 (enrollment INTEGER, left VARCHAR, current_conference VARCHAR) |
SELECT 2012 FROM table_name_46 WHERE 2010 = "0–0" | Which 2012 has a 2010 of 0–0? | CREATE TABLE table_name_46 (Id VARCHAR) |
SELECT second FROM table_name_97 WHERE lead = "jordan moulton" | What is the second that has jordan moulton as the lead? | CREATE TABLE table_name_97 (second VARCHAR, lead VARCHAR) |
SELECT city FROM table_name_67 WHERE iata = "amm" | What is City, when IATA is "amm"? | CREATE TABLE table_name_67 (city VARCHAR, iata VARCHAR) |
SELECT score FROM table_name_99 WHERE tie_no = "32" | What is the score if the Tie no is 32? | CREATE TABLE table_name_99 (score VARCHAR, tie_no VARCHAR) |
SELECT date FROM table_name_36 WHERE loss = "reuschel (12-3)" | what date did reuschel (12-3) lose? | CREATE TABLE table_name_36 (date VARCHAR, loss VARCHAR) |
SELECT stages FROM table_name_59 WHERE distance = "1,648 km" | What stage was 1,648 km achieved? | CREATE TABLE table_name_59 (stages VARCHAR, distance VARCHAR) |
SELECT MAX(Price), MAX(Score), YEAR FROM WINE GROUP BY YEAR | What are the maximum price and score of wines in each year? | CREATE TABLE WINE (YEAR VARCHAR, Price INTEGER, Score INTEGER) |
SELECT platelet_count FROM table_1557752_1 WHERE condition = "Hemophilia" | What is the condition of the platelet counts in hemophilia? | CREATE TABLE table_1557752_1 (platelet_count VARCHAR, condition VARCHAR) |
SELECT COUNT(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" | How many instruments does the song "Le Pop" use? | CREATE TABLE instruments (songid VARCHAR); CREATE TABLE songs (songid VARCHAR) |
SELECT MIN(pick) FROM table_name_15 WHERE round < 3 AND overall > 4 | What is the lowest pick with fewer than 3 rounds and more than 4 overall? | CREATE TABLE table_name_15 (pick INTEGER, round VARCHAR, overall VARCHAR) |
SELECT result FROM table_name_37 WHERE venue = "singapore" AND date = "september 8, 1996" | what is the result when the venue is singapore on september 8, 1996? | CREATE TABLE table_name_37 (result VARCHAR, venue VARCHAR, date VARCHAR) |
SELECT city FROM table_name_69 WHERE iata = "bva" | Where has an IATA of BVA? | CREATE TABLE table_name_69 (city VARCHAR, iata VARCHAR) |
SELECT no_of_cities FROM table_name_38 WHERE voivodeship = "elbląg voivodeship" | Namem the number of cities that contains Voivodeship of elbląg voivodeship | CREATE TABLE table_name_38 (no_of_cities VARCHAR, voivodeship VARCHAR) |
SELECT award FROM table_name_90 WHERE year > 1947 AND category = "best actor in a leading role" | Who was awarded after 1947 in the category of, the best actor in a leading role? | CREATE TABLE table_name_90 (award VARCHAR, year VARCHAR, category VARCHAR) |
SELECT position FROM table_name_30 WHERE year > 2008 AND player = "greg fredlund" | What was the position of Greg Fredlund in years after 2008? | CREATE TABLE table_name_30 (position VARCHAR, year VARCHAR, player VARCHAR) |
SELECT 2007 FROM table_name_90 WHERE 2008 = "0 / 4" | Which 2007 has a 2008 of 0 / 4? | CREATE TABLE table_name_90 (Id VARCHAR) |
SELECT MAX(ranking) FROM table_name_80 WHERE years = "1996–13" AND goals > 17 | Who has the highest ranking from 1996–13, and more than 17 goals? | CREATE TABLE table_name_80 (ranking INTEGER, years VARCHAR, goals VARCHAR) |
SELECT AVG(decile) FROM table_name_64 WHERE authority = "state" AND name = "ruapehu college" | What is the average decile of Ruapehu college, which has a state authority? | CREATE TABLE table_name_64 (decile INTEGER, authority VARCHAR, name 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 MAX(year) FROM table_name_4 WHERE chassis = "toro rosso str1" AND points < 1 | When is the latest year that an entrant has toro rosso str1 chassis and under 1 point? | CREATE TABLE table_name_4 (year INTEGER, chassis VARCHAR, points VARCHAR) |
SELECT score FROM table_name_9 WHERE attendance = "5,298" | What is the score for the game that has an attendance of 5,298? | CREATE TABLE table_name_9 (score VARCHAR, attendance VARCHAR) |
SELECT country FROM table_name_64 WHERE player = "eduardo romero" | Where is Eduardo Romero from? | CREATE TABLE table_name_64 (country VARCHAR, player VARCHAR) |
SELECT set_2 FROM table_name_74 WHERE set_4 = "21-25" | What set 2 has a set 4 of 21-25? | CREATE TABLE table_name_74 (set_2 VARCHAR, set_4 VARCHAR) |
SELECT record FROM table_name_81 WHERE round > 1 | What was his record when he went over 1 round? | CREATE TABLE table_name_81 (record VARCHAR, round INTEGER) |
SELECT status FROM table_name_31 WHERE artist = "neil sedaka" | What is the status when the artist is Neil Sedaka? | CREATE TABLE table_name_31 (status VARCHAR, artist VARCHAR) |
SELECT MAX(tonnage) FROM table_name_73 WHERE flag = "canada" | What is the Tonnage of the ship from Canada? | CREATE TABLE table_name_73 (tonnage INTEGER, flag VARCHAR) |
SELECT team_nickname FROM table_28243691_2 WHERE enrollment = 40747 | What's the nickname of the team with enrollment of 40747? | CREATE TABLE table_28243691_2 (team_nickname VARCHAR, enrollment VARCHAR) |
SELECT LOCATION FROM perpetrator ORDER BY Killed DESC LIMIT 1 | What is the location of the perpetrator with the largest kills. | CREATE TABLE perpetrator (LOCATION VARCHAR, Killed VARCHAR) |
SELECT SUM(money___) AS $__ FROM table_name_59 WHERE country = "united states" AND to_par = "e" AND score = 72 - 75 - 70 - 71 = 288 | How much is the money ($) when the country is united states, to par is e and the score is 72-75-70-71=288? | CREATE TABLE table_name_59 (money___ INTEGER, country VARCHAR, to_par VARCHAR, score VARCHAR) |
SELECT viewers__m_ FROM table_name_64 WHERE episode = "40 days" | What Viewers (m) has an Episode of 40 days? | CREATE TABLE table_name_64 (viewers__m_ VARCHAR, episode VARCHAR) |
SELECT COUNT(player) FROM table_23670057_7 WHERE height__m_ = "2.07" | How many players have a height of 2.07? | CREATE TABLE table_23670057_7 (player VARCHAR, height__m_ VARCHAR) |
SELECT T1.WiFi, T3.Type FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model JOIN screen_mode AS T3 ON T2.screen_mode = T3.Graphics_mode WHERE T2.Hardware_Model_name = "LG-P760" | What are the wifi and screen mode type of the hardware model named "LG-P760"? | CREATE TABLE phone (chip_model VARCHAR, screen_mode VARCHAR, Hardware_Model_name VARCHAR); CREATE TABLE chip_model (WiFi VARCHAR, Model_name VARCHAR); CREATE TABLE screen_mode (Type VARCHAR, Graphics_mode VARCHAR) |
SELECT winner FROM table_1594772_2 WHERE match_date = "Nov 5, 1987" | Name the winner for date of nov 5, 1987 | CREATE TABLE table_1594772_2 (winner VARCHAR, match_date VARCHAR) |
SELECT date FROM table_name_73 WHERE venue = "exhibition stadium" | On what Date was the Venue at Exhibition Stadium? | CREATE TABLE table_name_73 (date VARCHAR, venue VARCHAR) |
SELECT score FROM table_name_47 WHERE result = "2–2" AND date = "04 dec 2005" | What is the Score that has a Result of 2–2 on 04 Dec 2005? | CREATE TABLE table_name_47 (score VARCHAR, result VARCHAR, date VARCHAR) |
SELECT gender FROM table_1930857_1 WHERE year_founded = "1894" | What's the gender of the students taught in the school founded in 1894? | CREATE TABLE table_1930857_1 (gender VARCHAR, year_founded VARCHAR) |
SELECT score FROM table_name_60 WHERE home = "etobicoke kangaroos" | What is the Score with a Hoe that is etobicoke kangaroos? | CREATE TABLE table_name_60 (score VARCHAR, home VARCHAR) |
SELECT phonetic_realisation FROM table_name_12 WHERE phonemic_value = "/v/" AND without_niqqud = "as initial letter: ו" | What is the phonetic realisation if the phonemic value is /v/ and the without niqqud is as initial letter: ו? | CREATE TABLE table_name_12 (phonetic_realisation VARCHAR, phonemic_value VARCHAR, without_niqqud VARCHAR) |
SELECT split_off___continuation_of FROM table_name_40 WHERE church_name = "pure church of christ" | What was the Pure Church of Christ's Split off/ Continuation? | CREATE TABLE table_name_40 (split_off___continuation_of VARCHAR, church_name VARCHAR) |
SELECT MAX(events) FROM table_name_93 WHERE top_5 > 5 AND top_10 > 28 | Which Events is the highest one that has a Top-5 larger than 5, and a Top-10 larger than 28? | CREATE TABLE table_name_93 (events INTEGER, top_5 VARCHAR, top_10 VARCHAR) |
SELECT nationality FROM table_name_23 WHERE years_of_nba_experience_[a_] = 2 AND previous_team = "los angeles lakers" | What is the nationality of the player with 2 years of NBA experience for the previously played for the Los Angeles Lakers? | CREATE TABLE table_name_23 (nationality VARCHAR, previous_team VARCHAR, years_of_nba_experience_ VARCHAR, a_ VARCHAR) |
SELECT scoring_rank FROM table_name_19 WHERE events_played < 21 AND rank = "n/a" AND year < 2011 | What is the Scoring rank when there are less than 21 events played with a rank of n/a in years less than 2011? | CREATE TABLE table_name_19 (scoring_rank VARCHAR, year VARCHAR, events_played VARCHAR, rank VARCHAR) |
SELECT MIN(won) FROM table_15405904_1 WHERE team = "Ypiranga-SP" | When the team is ypiranga-sp what is the number of won games? | CREATE TABLE table_15405904_1 (won INTEGER, team VARCHAR) |
SELECT artist FROM table_name_89 WHERE theme = "billboard #1" | What artist's song was performed in the week with theme of Billboard #1? | CREATE TABLE table_name_89 (artist VARCHAR, theme VARCHAR) |
SELECT AVG(pick__number) FROM table_name_21 WHERE college = "carson-newman" AND round < 7 | What's the average draft pick number from Carson-Newman College before Round 7? | CREATE TABLE table_name_21 (pick__number INTEGER, college VARCHAR, round VARCHAR) |
SELECT nationality FROM table_name_62 WHERE round = "semifinal" AND time = "29.51" | What was the nationality of the swimmer in the semifinal with a time of 29.51? | CREATE TABLE table_name_62 (nationality VARCHAR, round VARCHAR, time VARCHAR) |
SELECT MIN(series_no) FROM table_21025437_3 | what is the lowest value under the column series no.? | CREATE TABLE table_21025437_3 (series_no INTEGER) |
SELECT player FROM table_name_90 WHERE school = "western washington university" AND position = "midfield" AND year > 2009 | Which player was from Western Washington University, played midfield, and was from years after 2009? | CREATE TABLE table_name_90 (player VARCHAR, year VARCHAR, school VARCHAR, position VARCHAR) |
SELECT kerry_number FROM table_1302886_1 WHERE county = "Cook" | In cook county Kerry# is? | CREATE TABLE table_1302886_1 (kerry_number VARCHAR, county VARCHAR) |
SELECT fast_laps FROM table_name_54 WHERE points = "0" AND series = "world series by nissan" | How many fast laps have 0 points in the World Series by Nissan? | CREATE TABLE table_name_54 (fast_laps VARCHAR, points VARCHAR, series VARCHAR) |
SELECT stacks FROM table_23958917_1 WHERE in_service_dates = "1 1969 2 1995" | Name the stacks for 1 1969 2 1995 | CREATE TABLE table_23958917_1 (stacks VARCHAR, in_service_dates VARCHAR) |
SELECT total_points FROM table_name_29 WHERE games = "30" AND bonus_points = "9" AND match_points = "68" | What are the total points that had 68 match points, 9 bonus points and 30 games? | CREATE TABLE table_name_29 (total_points VARCHAR, match_points VARCHAR, games VARCHAR, bonus_points VARCHAR) |
SELECT dorm_name FROM dorm EXCEPT SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'TV Lounge' | Find the name of dorms that do not have amenity TV Lounge. | CREATE TABLE dorm (dorm_name VARCHAR, dormid VARCHAR); CREATE TABLE has_amenity (dormid VARCHAR, amenid VARCHAR); CREATE TABLE dorm (dorm_name VARCHAR); CREATE TABLE dorm_amenity (amenid VARCHAR, amenity_name VARCHAR) |
SELECT circumstances FROM table_name_3 WHERE location = "mazar-i-sharif" | What happened in Mazar-i-sharif? | CREATE TABLE table_name_3 (circumstances VARCHAR, location VARCHAR) |
SELECT numbers FROM table_name_49 WHERE power__horsepower_ > 220 AND type = "thn" | What is the numbers of the thn unit with a power greater than 220? | CREATE TABLE table_name_49 (numbers VARCHAR, power__horsepower_ VARCHAR, type VARCHAR) |
SELECT position FROM table_name_89 WHERE years_for_grizzlies = "2007-2009" | What position did the player who was with the grizzlies from 2007-2009 play? | CREATE TABLE table_name_89 (position VARCHAR, years_for_grizzlies VARCHAR) |
SELECT decor, AVG(basePrice), MIN(basePrice) FROM Rooms GROUP BY decor | Find the average and minimum price of the rooms in different decor. | CREATE TABLE Rooms (decor VARCHAR, basePrice INTEGER) |
SELECT written_by FROM table_23242933_2 WHERE production_code = "1AJN05" | Who wrote the episode with production code 1AJN05? | CREATE TABLE table_23242933_2 (written_by VARCHAR, production_code VARCHAR) |
SELECT points FROM table_27293285_6 WHERE won = "15" | For teams that won exactly 15, how many points were scored? | CREATE TABLE table_27293285_6 (points VARCHAR, won VARCHAR) |
SELECT AVG(high_temperature), day_of_week FROM weekly_weather GROUP BY day_of_week | What is the average high temperature for each day of week? | CREATE TABLE weekly_weather (day_of_week VARCHAR, high_temperature INTEGER) |
SELECT constructor FROM table_name_86 WHERE chassis = "250f" AND rounds = "1" | Who constructed the car in round 1 with a Chassis of 250F? | CREATE TABLE table_name_86 (constructor VARCHAR, chassis VARCHAR, rounds VARCHAR) |
SELECT AVG(goals_for) FROM table_name_99 WHERE losses > 12 AND wins > 10 AND points < 29 AND draws > 3 | What is the average number of goals for entries with more than 12 losses, more than 10 wins, more than 3 draws, and fewer than 29 points? | CREATE TABLE table_name_99 (goals_for INTEGER, draws VARCHAR, points VARCHAR, losses VARCHAR, wins VARCHAR) |
SELECT socket FROM table_name_75 WHERE release_price___usd__ = "$378" AND turbo = "6/6/8/9" | Which socket goes with the item with release price of $378 and turbo of 6/6/8/9? | CREATE TABLE table_name_75 (socket VARCHAR, release_price___usd__ VARCHAR, turbo VARCHAR) |
SELECT AVG(draws) FROM table_name_11 WHERE club = "mortlake" AND wins < 0 | What is the average number of draws for Mortlake club when they have less than 0 wins? | CREATE TABLE table_name_11 (draws INTEGER, club VARCHAR, wins VARCHAR) |
SELECT 2001 FROM table_name_1 WHERE 1996 = "0 / 2" | What is 2001, when 1996 is "0 / 2"? | CREATE TABLE table_name_1 (Id VARCHAR) |
SELECT name FROM table_name_45 WHERE format = "contemporary christian music" AND frequency = "97.9 fm" | Which owner has a Contemporary Christian music station on 97.9 FM? | CREATE TABLE table_name_45 (name VARCHAR, format VARCHAR, frequency VARCHAR) |
SELECT particle FROM table_name_61 WHERE rest_mass_mev___c_2 = "1192.642(24)" | Which Particle has a Rest mass MeV/c 2 of 1192.642(24)? | CREATE TABLE table_name_61 (particle VARCHAR, rest_mass_mev___c_2 VARCHAR) |
SELECT record FROM table_name_50 WHERE opponent = "devil rays" AND date = "september 6" | What was the home team's record when they played the Devil Rays on September 6? | CREATE TABLE table_name_50 (record VARCHAR, opponent VARCHAR, date VARCHAR) |
SELECT AVG(partial_failures) FROM table_name_87 WHERE rocket = "ariane 5" | What were the average partial failures when the rocket was Ariane 5? | CREATE TABLE table_name_87 (partial_failures INTEGER, rocket VARCHAR) |
SELECT class FROM table_name_72 WHERE year < 2011 AND chassis = "audi r15 tdi" | Which class has a year prior to 2011 and audi r15 tdi as the chassis? | CREATE TABLE table_name_72 (class VARCHAR, year VARCHAR, chassis VARCHAR) |
SELECT results¹ FROM table_name_90 WHERE type_of_game = "euro '84 qualifying" AND opponent = "norway" | What results has euro '84 qualifying as the type of game and norway as the opponent? | CREATE TABLE table_name_90 (results¹ VARCHAR, type_of_game VARCHAR, opponent VARCHAR) |
SELECT county FROM table_22815568_6 WHERE poverty_rate = "12.9%" | If the poverty rate is 12.9%, what is the county? | CREATE TABLE table_22815568_6 (county VARCHAR, poverty_rate VARCHAR) |
SELECT COUNT(series_percent) FROM table_name_63 WHERE total_attempted < 49 AND percent_made = 0.777 | what is the total series percent that has total attempted less than 49, and a percent made of 0.777 | CREATE TABLE table_name_63 (series_percent VARCHAR, total_attempted VARCHAR, percent_made VARCHAR) |
SELECT team_2 FROM table_name_79 WHERE team_1 = "al-ismaily" | What team played against Al-Ismaily (team 1)? | CREATE TABLE table_name_79 (team_2 VARCHAR, team_1 VARCHAR) |
SELECT genre FROM table_name_95 WHERE number_of_episodes > 20 AND english_title__chinese_title_ = "wong fei hung - master of kung fu 我師傅係黃飛鴻" | What genre has over 20 episodes, with an English title (Chinese title) of wong fei hung - master of kung fu 我師傅係黃飛鴻? | CREATE TABLE table_name_95 (genre VARCHAR, number_of_episodes VARCHAR, english_title__chinese_title_ VARCHAR) |
SELECT result FROM table_1342013_9 WHERE district = "Florida 4" | what's the result with dbeingtrict being florida 4 | CREATE TABLE table_1342013_9 (result VARCHAR, district VARCHAR) |
SELECT call_sign FROM table_name_33 WHERE owner = "ckua radio foundation" | What is the Call Sign of the Frequency by Owner CKUA Radio Foundation? | CREATE TABLE table_name_33 (call_sign VARCHAR, owner VARCHAR) |
SELECT atlantic_europe FROM table_22860_1 WHERE central_europe = "Wisconsin Stage" | What is every entry for Atlantic Europe when Central Europe is Wisconsin stage? | CREATE TABLE table_22860_1 (atlantic_europe VARCHAR, central_europe VARCHAR) |
SELECT network_protocols FROM table_1300080_1 WHERE notes = "Discontinued in favor of the en1700" | What are the network protocols for the model that has been discontinued in favor of the EN1700? | CREATE TABLE table_1300080_1 (network_protocols VARCHAR, notes VARCHAR) |
SELECT replaced_by FROM table_22640051_3 WHERE date_of_appointment = "8 July 2009" | Name the replaced by for 8 july 2009 | CREATE TABLE table_22640051_3 (replaced_by VARCHAR, date_of_appointment VARCHAR) |
SELECT frequency_mhz FROM table_name_92 WHERE erp_w > 4 AND call_sign = "w218ap" | Which Frequency MHz has an ERP W larger than 4, and a Call sign of w218ap? | CREATE TABLE table_name_92 (frequency_mhz VARCHAR, erp_w VARCHAR, call_sign VARCHAR) |
SELECT record FROM table_name_29 WHERE february = 23 | What is the team's record on februrary 23? | CREATE TABLE table_name_29 (record VARCHAR, february VARCHAR) |
SELECT score FROM table_name_66 WHERE opponent = "fabrice martin" | What was the score against fabrice martin? | CREATE TABLE table_name_66 (score VARCHAR, opponent VARCHAR) |
SELECT city_of_license FROM table_name_31 WHERE frequency_mhz < 106.5 AND call_sign = "w218ck" | Which city has frequency under 106.5MHz and a callsign of w218ck? | CREATE TABLE table_name_31 (city_of_license VARCHAR, frequency_mhz VARCHAR, call_sign VARCHAR) |
SELECT sabaean FROM table_26919_6 WHERE arabic = "sabʕ-" | Name the sabaean for sabʕ- | CREATE TABLE table_26919_6 (sabaean VARCHAR, arabic VARCHAR) |
SELECT fate FROM table_name_20 WHERE date = "26 april 1942" | What is the fate of the ship on 26 April 1942? | CREATE TABLE table_name_20 (fate VARCHAR, date VARCHAR) |
SELECT record FROM table_name_72 WHERE time = "2:06" AND event = "njkf magnam 16" | What was the record after the NJKF Magnam 16 event that lasted 2:06? | CREATE TABLE table_name_72 (record VARCHAR, time VARCHAR, event VARCHAR) |
SELECT AVG(dynamo) FROM table_name_25 WHERE draw > 0 AND played < 15 AND spartak > 1 | what is the average dynamo when draw is more than 0, played is less than 15 and spartak is more than 1? | CREATE TABLE table_name_25 (dynamo INTEGER, spartak VARCHAR, draw VARCHAR, played VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.