sql stringlengths 9 2.37k | table stringclasses 9
values | query stringlengths 51 503 |
|---|---|---|
SELECT Points FROM table WHERE Tries for = correct as of 00:00 11 june 2008 | CREATE TABLE INST, Here is a database schema( table schema); | What is Points, when Tries For is "correct as of 00:00 11 June 2008"?.It is not neccessary to use all the tables. |
SELECT SUM Rank FROM table WHERE Period = 1973–89 AND Games < 423 | CREATE TABLE INST, Here is a database schema( table schema); | What is the rank for the period of 1973–89, with less than 423 games..It is not neccessary to use all the tables. |
SELECT Address FROM LOCATIONS WHERE Location_Name = "UK Gallery" | CREATE TABLE INST, Here is a database schema( table schema); | What is the address of the location "UK Gallery"?It is not neccessary to use all the tables. |
SELECT Tournament FROM table WHERE Semi finalists = monica seles sandrine testud | CREATE TABLE INST, Here is a database schema( table schema); | Which Tournament has a Semi finalists of monica seles sandrine testud?.It is not neccessary to use all the tables. |
SELECT Platelet count FROM table WHERE Condition = factor v deficiency | CREATE TABLE INST, Here is a database schema( table schema); | Which Platelet count has a Condition of factor v deficiency?.It is not neccessary to use all the tables. |
SELECT series_ep FROM table_name_98 WHERE segment_b = "deli meats" | CREATE TABLE INST, Here is a database schema( table schema); | What series episode has deli meats under segment B?It is not neccessary to use all the tables. |
SELECT Status Date FROM table WHERE City/State = indor, madhya pradesh | CREATE TABLE INST, Here is a database schema( table schema); | What is the status of the city/state of Indor, Madhya Pradesh?.It is not neccessary to use all the tables. |
SELECT Time FROM table WHERE Record = 15-7 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Time with a Record that is 15-7?.It is not neccessary to use all the tables. |
SELECT graphics FROM table_name_43 WHERE vram = "512mb" | CREATE TABLE INST, Here is a database schema( table schema); | Which graphics spec has a VRAM spec of 512MB?It is not neccessary to use all the tables. |
SELECT cb_cw FROM table_name_73 WHERE bb_pop = "11" | CREATE TABLE INST, Here is a database schema( table schema); | What is the CB CW of the song which has a BB Pop of 11?It is not neccessary to use all the tables. |
SELECT 1st round FROM table WHERE Team 1 = lb châteauroux (d2) | CREATE TABLE INST, Here is a database schema( table schema); | What shows for the 1st round when the team 1 was Lb Châteauroux (d2)?.It is not neccessary to use all the tables. |
SELECT Position FROM table WHERE Jersey Number(s) = 15 AND Years = 1987 | CREATE TABLE INST, Here is a database schema( table schema); | what position did the player play who had a number of 15 who played in 1987?.It is not neccessary to use all the tables. |
SELECT Halil Mutlu ( TUR ) FROM table WHERE World record = olympic record AND 138kg = 167kg | CREATE TABLE INST, Here is a database schema( table schema); | What is the Halil Mutlu when the world record is olympic record and the 138kg is 167kg?.It is not neccessary to use all the tables. |
SELECT hebrew_word FROM table_1242447_2 WHERE strongs_words_compounded = "'adown [# 113] & Yahu" | CREATE TABLE INST, Here is a database schema( table schema); | List the hebrew word for the strongs words compounded of 'adown [# 113] & yahuIt is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Game site = candlestick park | CREATE TABLE INST, Here is a database schema( table schema); | What day did they play at candlestick park?.It is not neccessary to use all the tables. |
SELECT NTFS FROM table WHERE FAT32 = yes AND ReFS = no | CREATE TABLE INST, Here is a database schema( table schema); | Which NTFS has a yes for FAT32 and a no for ReFS?.It is not neccessary to use all the tables. |
SELECT MAX(season__number) FROM table_28019988_5 WHERE us_viewers__million_ = "2.31" AND written_by = "Tom Garrigus" | CREATE TABLE INST, Here is a database schema( table schema); | What episode number of the season was written by Tom Garrigus and had 2.31 million u.s. viewers?It is not neccessary to use all the tables. |
SELECT Method of elimination FROM table WHERE Time = 32:32 | CREATE TABLE INST, Here is a database schema( table schema); | What was the styled used to defeat the opponent within the time frame of 32:32?.It is not neccessary to use all the tables. |
SELECT name FROM table_name_91 WHERE year = "1988" | CREATE TABLE INST, Here is a database schema( table schema); | Which event happened in 1988?It is not neccessary to use all the tables. |
SELECT class FROM table_14624447_39 WHERE position = "RT" | CREATE TABLE INST, Here is a database schema( table schema); | Name the class when position is rtIt is not neccessary to use all the tables. |
SELECT Country FROM mountain GROUP BY Country HAVING COUNT(*) > 1 | CREATE TABLE INST, Here is a database schema( table schema); | List the countries that have more than one mountain.It is not neccessary to use all the tables. |
SELECT Debut FROM table WHERE Birthplace = Nara | CREATE TABLE INST, Here is a database schema( table schema); | What are the debut year for wrestlers born in Nara?.It is not neccessary to use all the tables. |
SELECT series FROM table_name_16 WHERE launch_date = "23 february 2013" | CREATE TABLE INST, Here is a database schema( table schema); | What is Series when Launch Date is 23 February 2013?It is not neccessary to use all the tables. |
SELECT year_named FROM table_16799784_12 WHERE latitude = "66.5N" | CREATE TABLE INST, Here is a database schema( table schema); | What is every year named for the latitude of 66.5N?It is not neccessary to use all the tables. |
SELECT no_in_season FROM table_11562149_1 WHERE no_in_series = "111" | CREATE TABLE INST, Here is a database schema( table schema); | List the episode whose number in the series is 111.It is not neccessary to use all the tables. |
SELECT title FROM table_29273182_1 WHERE no_in_series = 29 | CREATE TABLE INST, Here is a database schema( table schema); | What is the name of episode number 29 in the series?It is not neccessary to use all the tables. |
SELECT edition FROM table_18183850_12 WHERE surface = "Clay (i)" AND outcome = "Winner" | CREATE TABLE INST, Here is a database schema( table schema); | What was the game edition when they played on the clay (i) surface and the outcome was a winner?It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Streak = L5 | CREATE TABLE INST, Here is a database schema( table schema); | What is the score of the game with the streak l5.It is not neccessary to use all the tables. |
SELECT displacement_ & _configuration FROM table_name_36 WHERE max_speed = "km/h (mph)" AND car_model = "panamera 4s" | CREATE TABLE INST, Here is a database schema( table schema); | What is the displacement and configuration with a max speed of km/h (mph) and the car model Panamera 4s?It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE High assists = joel przybilla (4) | CREATE TABLE INST, Here is a database schema( table schema); | For the game where Joel Przybilla (4) received high assists, what was the final score?.It is not neccessary to use all the tables. |
SELECT Dominant religion (2002) FROM table WHERE Settlement = Srpska Crnja | CREATE TABLE INST, Here is a database schema( table schema); | Name the dominant religion of srpska crnja.It is not neccessary to use all the tables. |
SELECT Visitor FROM table WHERE Date = january 24 | CREATE TABLE INST, Here is a database schema( table schema); | What is the name of the visitor on January 24?.It is not neccessary to use all the tables. |
SELECT country FROM table_name_49 WHERE total = 295 | CREATE TABLE INST, Here is a database schema( table schema); | Which country had a total of 295?It is not neccessary to use all the tables. |
SELECT Long-term capital gain rate FROM table WHERE Long-term gain on commercial buildings* = 25% AND Long-term gain on collectibles = 28% AND Short-term capital gain rate = 33% | CREATE TABLE INST, Here is a database schema( table schema); | What is the long-term capital gain rate when the long-term gain on commercial buildings is 25% and long term gain on collectibles is 28% while short-term capital gain rate is 33%?.It is not neccessary to use all the tables. |
SELECT 1994 FROM table_name_98 WHERE career_sr = "0 / 3" | CREATE TABLE INST, Here is a database schema( table schema); | What are the 1994 results with a career SR of 0 / 3?It is not neccessary to use all the tables. |
SELECT "Tonnage" FROM table_13829 WHERE "U-boats destroyed (KuK)" = '2' AND "Ships sunk (Pola)" = '(not recorded)' | CREATE TABLE INST, Here is a database schema( table schema); | What is the listed Tonnage that has U-boats destroyed (KuK) of 2 and Ships sunk (Pola) of (not recorded)?It is not neccessary to use all the tables. |
SELECT vmax FROM table_name_78 WHERE type = "p4-1 (24/36 ps)" | CREATE TABLE INST, Here is a database schema( table schema); | What was the maximum speed for the P4-1 (24/36 ps)?It is not neccessary to use all the tables. |
SELECT Name FROM table WHERE Transfer fee = free AND Status = transfer AND Country = eng | CREATE TABLE INST, Here is a database schema( table schema); | What is the name of the free transfer fee with a transfer status and an ENG country?.It is not neccessary to use all the tables. |
SELECT COUNT Model - Computer name FROM table WHERE CPU type = AMD Opteron dual-core 2.6GHz | CREATE TABLE INST, Here is a database schema( table schema); | Name the total number of model for amd opteron dual-core 2.6ghz.It is not neccessary to use all the tables. |
SELECT patients.dob FROM patients WHERE patients.subject_id = 7524 | CREATE TABLE INST, Here is a database schema( table schema); | what's the date of the birth of patient 7524?It is not neccessary to use all the tables. |
SELECT stadium FROM table_name_72 WHERE location = "carrick-on-shannon" | CREATE TABLE INST, Here is a database schema( table schema); | What Gaelic Athletic Association stadium is located in Carrick-on-Shannon?It is not neccessary to use all the tables. |
SELECT overs FROM table_18914438_1 WHERE career = "1993-2007" | CREATE TABLE INST, Here is a database schema( table schema); | What was the Overs score of the career played from 1993-2007?It is not neccessary to use all the tables. |
SELECT "2013" FROM table_33908 WHERE "2010" = '1r' | CREATE TABLE INST, Here is a database schema( table schema); | Which 2013 has a 2010 of 1r?It is not neccessary to use all the tables. |
SELECT MIN("Species in the Peruvian Amazon") FROM table_72212 WHERE "Taxonomy" = 's Fern ( Pteridophyta )' | CREATE TABLE INST, Here is a database schema( table schema); | what's the minimum species in the peruvian amazon with taxonomy s fern ( pteridophyta )It is not neccessary to use all the tables. |
SELECT Location Attendance FROM table WHERE Date = June 10 | CREATE TABLE INST, Here is a database schema( table schema); | Name the location on june 10.It is not neccessary to use all the tables. |
SELECT t1.treatmentname FROM (SELECT treatment.treatmentname, COUNT(treatment.treatmenttime) AS c1 FROM treatment WHERE treatment.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid ... | CREATE TABLE INST, Here is a database schema( table schema); | what procedure is provided to patient 006-97726 two times since 104 months ago?It is not neccessary to use all the tables. |
SELECT typhus FROM table_1007688_1 WHERE smallpox = 4 | CREATE TABLE INST, Here is a database schema( table schema); | What are all the typhus number when smallpox is 4It is not neccessary to use all the tables. |
SELECT AVG(year) FROM table_name_45 WHERE points > 3 AND team = "mv agusta" AND rank = "10th" | CREATE TABLE INST, Here is a database schema( table schema); | What is the average Year when there were more than 3 points for MV Agusta and ranked 10th?It is not neccessary to use all the tables. |
SELECT points_for FROM table_name_64 WHERE club = "tycroes rfc" | CREATE TABLE INST, Here is a database schema( table schema); | What is Points For when Club is "Tycroes RFC"?It is not neccessary to use all the tables. |
SELECT date FROM table_name_43 WHERE partner = "elke clijsters" | CREATE TABLE INST, Here is a database schema( table schema); | What date has elke clijsters as the partner?It is not neccessary to use all the tables. |
SELECT "name" FROM table_204_698 WHERE "name" IN ('louis van amstel', 'max valiquette') AND "nationality" = 'canadian' | CREATE TABLE INST, Here is a database schema( table schema); | who was canadian , van amstel or valiquette ?It is not neccessary to use all the tables. |
SELECT MAX(year) FROM table_name_66 WHERE venue = "annecy, france" | CREATE TABLE INST, Here is a database schema( table schema); | What is the latest year in Annecy France?It is not neccessary to use all the tables. |
SELECT writer FROM table_name_20 WHERE arranger = "tarek akef" AND length = "4:58" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the writer that worked with arranger Tarek Akef on a 4:58 song?It is not neccessary to use all the tables. |
SELECT AVG Year FROM table WHERE Runner-up = portugal AND Third place = italy AND Best goalkeeper = nuno hidalgo | CREATE TABLE INST, Here is a database schema( table schema); | What year was the runner-up Portugal with Italy in third place, and the gold keeper Nuno Hidalgo?.It is not neccessary to use all the tables. |
SELECT MAX area 1996 km² FROM table WHERE pop. 1999 = 17,510 AND area 2006 km² > 30 | CREATE TABLE INST, Here is a database schema( table schema); | Which area 1996 km² has a pop 1999 of 17,510, and an area 2006 km² larger than 30?.It is not neccessary to use all the tables. |
SELECT champion FROM table_name_90 WHERE runner_up = "jimmy connors" AND year < 1978 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the champion earlier than 1978 when the runner-up was Jimmy Connors?It is not neccessary to use all the tables. |
SELECT SUM(laps) FROM table_name_16 WHERE year < 1987 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of Laps that's got a Year less than 1987?It is not neccessary to use all the tables. |
SELECT Runner-up FROM table WHERE Season = 2000–01 | CREATE TABLE INST, Here is a database schema( table schema); | Which Runner-up played in the Season of 2000–01?.It is not neccessary to use all the tables. |
SELECT Location FROM table WHERE Winner = hale irwin (19) | CREATE TABLE INST, Here is a database schema( table schema); | Where was the tournament won by Hale Irwin (19)?.It is not neccessary to use all the tables. |
SELECT podiums FROM table_name_82 WHERE poles = "3" | CREATE TABLE INST, Here is a database schema( table schema); | What are the Podiums that has a Poles of 3?It is not neccessary to use all the tables. |
SELECT Rank (#) FROM table WHERE Viewers (m) = 2.65 | CREATE TABLE INST, Here is a database schema( table schema); | How did the episode rank that had 2.65 million viewers?.It is not neccessary to use all the tables. |
SELECT the_mole FROM table_13036251_1 WHERE prize_money = "€24,475" | CREATE TABLE INST, Here is a database schema( table schema); | what's the mole with prize money being 24,475It is not neccessary to use all the tables. |
SELECT COUNT(result) FROM table_26263322_1 WHERE background = "University Student" | CREATE TABLE INST, Here is a database schema( table schema); | How many times was the background university student?It is not neccessary to use all the tables. |
SELECT 2007 FROM table WHERE 2005 = a AND 2003 = a AND 2009 = sf | CREATE TABLE INST, Here is a database schema( table schema); | Name the 2007 for 2005 of a and 003 of a with 2009 of sf.It is not neccessary to use all the tables. |
SELECT MIN New points FROM table WHERE Points defending = 1200 | CREATE TABLE INST, Here is a database schema( table schema); | Name the least new points for points defending is 1200.It is not neccessary to use all the tables. |
SELECT MIN(round) FROM table_name_87 WHERE location = "las vegas, nevada" AND method = "decision (unanimous)" AND event = "k-1 world grand prix 2003 in las vegas ii" | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest Round with the Location Las Vegas Nevada the Method Decision (unanimous) and the Event K-1 World Grand Prix 2003 in Las Vegas II?It is not neccessary to use all the tables. |
SELECT Games FROM table WHERE Tied = 10 | CREATE TABLE INST, Here is a database schema( table schema); | What is the number of games for the season with 10 ties?.It is not neccessary to use all the tables. |
SELECT Title FROM table WHERE Length = 3:38 | CREATE TABLE INST, Here is a database schema( table schema); | Which title is 3:38 long?.It is not neccessary to use all the tables. |
SELECT points FROM table_name_3 WHERE engine = "ford v8" AND chassis = "tyrrell 007" | CREATE TABLE INST, Here is a database schema( table schema); | How many points did the Ford V8 with a Tyrrell 007 have?It is not neccessary to use all the tables. |
SELECT round FROM table_name_41 WHERE date = "13 october 1984" | CREATE TABLE INST, Here is a database schema( table schema); | What is the round played on 13 October 1984?It is not neccessary to use all the tables. |
SELECT Week FROM table WHERE Opponent = Amsterdam Admirals | CREATE TABLE INST, Here is a database schema( table schema); | What week did the Galaxy play the Amsterdam Admirals?.It is not neccessary to use all the tables. |
SELECT COUNT(drawn) FROM table_name_78 WHERE played > 15 | CREATE TABLE INST, Here is a database schema( table schema); | How many games that ended in a draw were played by a team with more than 15 total games?It is not neccessary to use all the tables. |
SELECT Country FROM table WHERE Player = darren clarke | CREATE TABLE INST, Here is a database schema( table schema); | What country is Darren Clarke from?.It is not neccessary to use all the tables. |
SELECT name FROM table_16799784_12 WHERE longitude = "152.0E" | CREATE TABLE INST, Here is a database schema( table schema); | What is every name for longitude of 152.0E?It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Date = 20/6/97 | CREATE TABLE INST, Here is a database schema( table schema); | What was the score on 20/6/97?.It is not neccessary to use all the tables. |
SELECT opponent FROM table_name_80 WHERE date = "december 18, 2005" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the opponent on December 18, 2005?It is not neccessary to use all the tables. |
SELECT SUM(games) FROM table_name_54 WHERE assist > 54 | CREATE TABLE INST, Here is a database schema( table schema); | How many games had an assist number greater than 54?It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Race Name = gp città di camaiore | CREATE TABLE INST, Here is a database schema( table schema); | What is the date of the gp città di camaiore race?.It is not neccessary to use all the tables. |
SELECT MLS team FROM table WHERE Player = Babayele Sodade | CREATE TABLE INST, Here is a database schema( table schema); | What MLS team picked Babayele Sodade?.It is not neccessary to use all the tables. |
SELECT Group FROM table WHERE Distance = 1200 m | CREATE TABLE INST, Here is a database schema( table schema); | What group has 1200 m as the distance?.It is not neccessary to use all the tables. |
SELECT COUNT Draws FROM table WHERE Wins < 3 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of draws when there are fewer than 3 wins?.It is not neccessary to use all the tables. |
SELECT event FROM table_name_44 WHERE venue = "beijing" | CREATE TABLE INST, Here is a database schema( table schema); | Which event was held in Beijing?It is not neccessary to use all the tables. |
SELECT lead FROM table_name_56 WHERE third = "jeanne ellegaard" | CREATE TABLE INST, Here is a database schema( table schema); | Which Lead has a Third of jeanne ellegaard?It is not neccessary to use all the tables. |
SELECT Event FROM table WHERE Opponent = jason yee | CREATE TABLE INST, Here is a database schema( table schema); | Which Event has the Opponent, Jason Yee?.It is not neccessary to use all the tables. |
SELECT title FROM table_name_81 WHERE director = "friz freleng" AND production_number = "443" | CREATE TABLE INST, Here is a database schema( table schema); | What is the name of the title that was directed by Friz Freleng and has a production number of 443?It is not neccessary to use all the tables. |
SELECT country FROM table_name_73 WHERE money___$__ = "playoff" AND score = 66 - 67 - 70 - 67 = 270 | CREATE TABLE INST, Here is a database schema( table schema); | What is the country of the player with playoff money and a score of 66-67-70-67=270?It is not neccessary to use all the tables. |
SELECT SUM(year) FROM table_name_24 WHERE bsu_head_coach = "bus conner" | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum of the years with bus conner as the BSU head coach?It is not neccessary to use all the tables. |
SELECT Joined FROM table WHERE Women’s Nickname = Wolfpack | CREATE TABLE INST, Here is a database schema( table schema); | Name the joined for the wolfpack women's nickname.It is not neccessary to use all the tables. |
SELECT Plural Word FROM table WHERE Plural abbreviation = ll. | CREATE TABLE INST, Here is a database schema( table schema); | The plural abbreviation of ll. uses what plural word?.It is not neccessary to use all the tables. |
SELECT home_team FROM table_name_90 WHERE away_team = "collingwood" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the home team that played against Collingwood?It is not neccessary to use all the tables. |
SELECT "Constructor" FROM table_34662 WHERE "Grid" = '17' | CREATE TABLE INST, Here is a database schema( table schema); | Which Constructor has a Grid of 17?It is not neccessary to use all the tables. |
SELECT Chassis FROM table WHERE Engine = cosworth AND Drivers = gordon johncock | CREATE TABLE INST, Here is a database schema( table schema); | What chassis did Gordon Johncock use with his cosworth engine?.It is not neccessary to use all the tables. |
SELECT Money ( $ ) FROM table WHERE Place = t4 AND Player = ben crenshaw | CREATE TABLE INST, Here is a database schema( table schema); | How much money does player ben crenshaw, who has a t4 place, have?.It is not neccessary to use all the tables. |
SELECT Rank FROM table WHERE Annual interchanges (millions) 2011–12 < 1.99 AND Annual entry/exit (millions) 2011–12 < 13.835 AND Total Passengers (millions) 2011–12 > 13.772 | CREATE TABLE INST, Here is a database schema( table schema); | What rank has an annual interchange less than 1.99 million, an annual entry/exit less than 13.835 million, and more than 13.772 million total passengers?.It is not neccessary to use all the tables. |
SELECT bleeding_time FROM table_14006_1 WHERE platelet_count = "Decreased or unaffected" | CREATE TABLE INST, Here is a database schema( table schema); | what's the bleeding time with platelet count being decreased or unaffectedIt is not neccessary to use all the tables. |
SELECT COUNT(*) FROM ASSESSMENT_NOTES | CREATE TABLE INST, Here is a database schema( table schema); | How many assessment notes are there in total?It is not neccessary to use all the tables. |
SELECT MAX Points FROM table WHERE Position = 2 AND Drawn > 3 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest Points in Position 2 with more than 3 Drawn games?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_76 WHERE visitor = "boston" | CREATE TABLE INST, Here is a database schema( table schema); | Which Date has a Visitor of boston?It is not neccessary to use all the tables. |
SELECT Constructor FROM table WHERE Circuit = goodwood | CREATE TABLE INST, Here is a database schema( table schema); | Which Constructor has the goodwood circuit?.It is not neccessary to use all the tables. |
SELECT COUNT(u_wins) FROM table_name_25 WHERE alianza_goals = 0 AND u_goals > 3 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of U Wins when Alianza Goals is "0" and when U Goals is greater than 3?It is not neccessary to use all the tables. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.