sql stringlengths 9 2.37k | table stringclasses 9
values | query stringlengths 51 503 |
|---|---|---|
SELECT SUM Area (km²) FROM table WHERE County = nairnshire AND Population < 11,050 | CREATE TABLE INST, Here is a database schema( table schema); | What is the area (km²) of Nairnshire county, which has a population less than 11,050?.It is not neccessary to use all the tables. |
SELECT gcm__kg__technical_capacity FROM table_11497980_1 WHERE transmission_make_type_speed = "Eaton FS 5306-A Manual Synchromesh 6 Speed" | CREATE TABLE INST, Here is a database schema( table schema); | When the transmission make/type/speed is eaton fs 5306-a manual synchromesh 6 speed what is the value of the gcm (kg) technical capacity?It is not neccessary to use all the tables. |
SELECT COUNT Laps FROM table WHERE Driver = antônio pizzonia | CREATE TABLE INST, Here is a database schema( table schema); | How many laps did antônio pizzonia do?.It is not neccessary to use all the tables. |
SELECT notes FROM table_name_26 WHERE status = "nomen dubium" AND location = "china" | CREATE TABLE INST, Here is a database schema( table schema); | What are the Notes of the dinosaur whose Status is nomen dubium and whose Location is China?It is not neccessary to use all the tables. |
SELECT Ended FROM table WHERE Loan Club = spartak moscow | CREATE TABLE INST, Here is a database schema( table schema); | when was the loan ended when the loan club is spartak moscow?.It is not neccessary to use all the tables. |
SELECT High rebounds FROM table WHERE Team = Sacramento | CREATE TABLE INST, Here is a database schema( table schema); | Who had the high rebounds when the team played Sacramento?.It is not neccessary to use all the tables. |
SELECT Insurgents FROM table WHERE Total per period = 156 | CREATE TABLE INST, Here is a database schema( table schema); | How many insurgents are there when the total per period is 156?.It is not neccessary to use all the tables. |
SELECT apt_type_code, MIN(room_count) FROM Apartments GROUP BY apt_type_code ORDER BY MIN(room_count) | CREATE TABLE INST, Here is a database schema( table schema); | Return a bar chart showing the minimum room count of apartments in different type, and show by the total number from low to high.It is not neccessary to use all the tables. |
SELECT tournament FROM table_name_8 WHERE date = "jan 29, 2012" | CREATE TABLE INST, Here is a database schema( table schema); | What tournament was on Jan 29 2012?It is not neccessary to use all the tables. |
SELECT Unit FROM table WHERE Location = greenland | CREATE TABLE INST, Here is a database schema( table schema); | What is the unit of the non-mammal from greenland?.It is not neccessary to use all the tables. |
SELECT local_networked FROM table_name_1 WHERE ad_freq = "15 minutes" | CREATE TABLE INST, Here is a database schema( table schema); | What is the local/network with an Ad frequency of 15 minutes?It is not neccessary to use all the tables. |
SELECT event FROM table_name_51 WHERE record = "2-0" | CREATE TABLE INST, Here is a database schema( table schema); | What event did he have a 2-0 record?It is not neccessary to use all the tables. |
SELECT Round of 32 FROM table WHERE Round of 16 = Drenovak ( SRB ) W 20–11 | CREATE TABLE INST, Here is a database schema( table schema); | What is the round of 32 if the round of 16 is drenovak ( srb ) w 20–11?.It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE diagnoses.icd9_code = "5856" | CREATE TABLE INST, Here is a database schema( table schema); | which patients have diagnoses icd9 code 5856?It is not neccessary to use all the tables. |
SELECT Position FROM table WHERE Character = frank tripp | CREATE TABLE INST, Here is a database schema( table schema); | What was the position of Frank Tripp?.It is not neccessary to use all the tables. |
SELECT CFL Team FROM table WHERE Player = Ryan Folk | CREATE TABLE INST, Here is a database schema( table schema); | What is the cfl team with ryan folk?.It is not neccessary to use all the tables. |
SELECT school_club_team FROM table_10015132_7 WHERE player = "Rudy Gay" | CREATE TABLE INST, Here is a database schema( table schema); | what school is rudy gay fromIt is not neccessary to use all the tables. |
SELECT COUNT Game FROM table WHERE Date = May 1 | CREATE TABLE INST, Here is a database schema( table schema); | How many games were there on May 1?.It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Set 1 = 25–21 AND Score = 3–0 AND Time = 11:00 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Date when the Set 1 is 25–21, and the Score is 3–0, and the Time is 11:00?.It is not neccessary to use all the tables. |
SELECT 3 AS rd_liga_3rd FROM table_name_36 WHERE game_1 = "0-1" AND date = "2008-09" | CREATE TABLE INST, Here is a database schema( table schema); | What is the 3rd Liga from Game 1 of 0-1 between the years 2008-09?It is not neccessary to use all the tables. |
SELECT COUNT Year FROM table WHERE Pick = 12 AND Position = dt AND College = penn state | CREATE TABLE INST, Here is a database schema( table schema); | How many years have a Pick of 12, and a Position of dt, and a College of penn state?.It is not neccessary to use all the tables. |
SELECT activity_name, COUNT(*) FROM Activity AS T1 JOIN Faculty_Participates_in AS T2 ON T1.actid = T2.actid GROUP BY T1.actid | CREATE TABLE INST, Here is a database schema( table schema); | How many faculty members participate in each activity? Return the activity names and the number of faculty members. Show bar chart.It is not neccessary to use all the tables. |
SELECT "name" FROM table_203_642 ORDER BY "area\n(km2)" LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | which residential neighborhood has the least area ?It is not neccessary to use all the tables. |
SELECT fcc_info FROM table_name_35 WHERE frequency_mhz > 92.7 AND call_sign = "w262al" | CREATE TABLE INST, Here is a database schema( table schema); | What is the FCC frequency for the station w262al which has a Frequency MHz larger than 92.7?It is not neccessary to use all the tables. |
SELECT Runner(s)-Up FROM table WHERE Winner = sarah brice | CREATE TABLE INST, Here is a database schema( table schema); | Who was the runner(s)-Up to winner Sarah Brice?.It is not neccessary to use all the tables. |
SELECT AVG(lost) FROM table_name_33 WHERE diff > -16 AND points = 19 AND against > 24 | CREATE TABLE INST, Here is a database schema( table schema); | What is the average number lost with a difference of -16, 19 points, and more than 24 against?It is not neccessary to use all the tables. |
SELECT area_km² FROM table_name_92 WHERE density__hab_km²_ = "8,546.1" | CREATE TABLE INST, Here is a database schema( table schema); | What is the area of the city with a density of 8,546.1?It is not neccessary to use all the tables. |
SELECT Episode FROM table WHERE Graemes guest = Maria McErlane | CREATE TABLE INST, Here is a database schema( table schema); | what is the number of the episode where maria mcerlane where gramer guest.It is not neccessary to use all the tables. |
SELECT Time FROM table WHERE Name = mina clavero 2 | CREATE TABLE INST, Here is a database schema( table schema); | What was the Time in the Mina Clavero 2 Stage?.It is not neccessary to use all the tables. |
SELECT COUNT(*), constructorId FROM constructorStandings GROUP BY constructorId | CREATE TABLE INST, Here is a database schema( table schema); | For each constructor id, how many races are there. Show scatter chart.It is not neccessary to use all the tables. |
SELECT presidential_majority_2000_2004 FROM table_14700336_1 WHERE presidential_majority_2012 = "Non-voting" | CREATE TABLE INST, Here is a database schema( table schema); | What was the recorded result under presidential majority 2000/2004 when the presiditial majority in 2012 was non-voting?It is not neccessary to use all the tables. |
SELECT MAX McCain# FROM table WHERE Parish = Webster | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of votes McCain had in Webster?.It is not neccessary to use all the tables. |
SELECT COUNT(pick) FROM table_name_7 WHERE round = "round 8" AND position = "kicker" | CREATE TABLE INST, Here is a database schema( table schema); | What was the pick number for the kicker in round 8?It is not neccessary to use all the tables. |
SELECT COUNT(*) FROM table_204_461 WHERE "res." = 'loss' | CREATE TABLE INST, Here is a database schema( table schema); | how many loses did virgil zwicker have ?It is not neccessary to use all the tables. |
SELECT MAX Played FROM table WHERE Season = 2003-04 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest amount of games played in the 2003-04 season?.It is not neccessary to use all the tables. |
SELECT COUNT Tropical Lows FROM table WHERE Tropical Cyclones > 11 AND Season = 1998–99 AND Severe Tropical Cyclones > 9 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of Tropical Lows for more than 11 tropical cyclones in 1998–99, and a Severe Tropical Cyclones larger than 9?.It is not neccessary to use all the tables. |
SELECT location_attendance FROM table_23248910_6 WHERE team = "Cavaliers" | CREATE TABLE INST, Here is a database schema( table schema); | What location and it's attendance was the game against the cavaliers?It is not neccessary to use all the tables. |
SELECT Missouri FROM table WHERE Year = 2002 | CREATE TABLE INST, Here is a database schema( table schema); | Name the missouri for 2002.It is not neccessary to use all the tables. |
SELECT total FROM table_name_57 WHERE year_s__won = "1997" | CREATE TABLE INST, Here is a database schema( table schema); | In 1997 what was the final total?It is not neccessary to use all the tables. |
SELECT MAX Total FROM table WHERE Date = 1602 AND Greater Doubles < 16 | CREATE TABLE INST, Here is a database schema( table schema); | Which Total has a Date of 1602, and Greater Doubles smaller than 16?.It is not neccessary to use all the tables. |
SELECT Data FROM table WHERE Percent gain = 28.4% | CREATE TABLE INST, Here is a database schema( table schema); | Name the data with a percent gain of 28.4%.It is not neccessary to use all the tables. |
SELECT 2012 FROM table WHERE 2007 = a AND 2010 = a AND Tournament = canada masters | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2012 value with an A value in 2007 and A value in 2010 in the Canada Masters?.It is not neccessary to use all the tables. |
SELECT Round FROM table WHERE Position = f/c AND College = iowa | CREATE TABLE INST, Here is a database schema( table schema); | What round has a position of F/C from Iowa College?.It is not neccessary to use all the tables. |
SELECT location FROM table_283203_1 WHERE capacity = "10,517 5,006" | CREATE TABLE INST, Here is a database schema( table schema); | Where is the team that has a stadium capable of a capacity of 10517 5006 located?It is not neccessary to use all the tables. |
SELECT home_team AS score FROM table_name_78 WHERE home_team = "north melbourne" | CREATE TABLE INST, Here is a database schema( table schema); | When the home team north melbourne was playing what did they score?It is not neccessary to use all the tables. |
SELECT alternate FROM table_name_38 WHERE second = "magnus swartling" | CREATE TABLE INST, Here is a database schema( table schema); | Who is the alternate for Magnus Swartling as Second?It is not neccessary to use all the tables. |
SELECT grid FROM table_name_6 WHERE driver = "johnny herbert" | CREATE TABLE INST, Here is a database schema( table schema); | What is the grid for johnny herbert?It is not neccessary to use all the tables. |
SELECT testclass FROM resultsdata15 WHERE sample_pk = 7498 | CREATE TABLE INST, Here is a database schema( sampledata15); | What's the code for test for sample 7498?. It is not neccessary to use all the tables. |
SELECT MAX(total) FROM table_30008638_1 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest total for any country/territory?It is not neccessary to use all the tables. |
SELECT Position FROM table WHERE Nationality = russia | CREATE TABLE INST, Here is a database schema( table schema); | WHich Position is from russia?.It is not neccessary to use all the tables. |
SELECT Prothrombin time FROM table WHERE Condition = Von Willebrand disease | CREATE TABLE INST, Here is a database schema( table schema); | What is the prothrombin time in Von willebrand disease?.It is not neccessary to use all the tables. |
SELECT song FROM table_name_76 WHERE status = "nominated" AND name = "tan dun" | CREATE TABLE INST, Here is a database schema( table schema); | Which song named Tan Dun was nominated?It is not neccessary to use all the tables. |
SELECT COUNT(*) FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '032-21820')) AND lab.labname = 'lpm o2' AND DATETIME(lab.labresulttime, 'start of year') = D... | CREATE TABLE INST, Here is a database schema( table schema); | tell me the number of times that patient 032-21820 has received an lpm o2 lab test in 12/this year.It is not neccessary to use all the tables. |
SELECT Election FROM table WHERE 2nd Party = constituency abolished | CREATE TABLE INST, Here is a database schema( table schema); | What is Election, when 2nd Party is "Constituency Abolished"?.It is not neccessary to use all the tables. |
SELECT _percentage_of_popular_vote FROM table_19769687_3 WHERE election = "1926" | CREATE TABLE INST, Here is a database schema( table schema); | Name the % of popular vote for election for 1926It is not neccessary to use all the tables. |
SELECT MotoGP winner FROM table WHERE 125cc winner = gábor talmácsi AND Round = 13 | CREATE TABLE INST, Here is a database schema( table schema); | Name the motogp winner with 125cc winner of gábor talmácsi and round of 13.It is not neccessary to use all the tables. |
SELECT Years FROM table WHERE Roll > 296 AND Area = murupara | CREATE TABLE INST, Here is a database schema( table schema); | Murupara has a roll greater than 296 for what years?.It is not neccessary to use all the tables. |
SELECT COUNT Cook Islands FROM table WHERE Bosnian = Macedonian | CREATE TABLE INST, Here is a database schema( table schema); | how many bosnian in cook islands is macedonian.It is not neccessary to use all the tables. |
SELECT Dec. ( J2000 ) FROM table WHERE Redshift (km/ s ) = 1331 ± 3 | CREATE TABLE INST, Here is a database schema( table schema); | Which Dec. (J2000) has a Redshift (km/ s) of 1331 ± 3?.It is not neccessary to use all the tables. |
SELECT location___state FROM table_name_5 WHERE circuit = "wanneroo raceway" | CREATE TABLE INST, Here is a database schema( table schema); | What is the location/state of the race on the Wanneroo raceway?It is not neccessary to use all the tables. |
SELECT Games played FROM table WHERE Wins = 13 AND Goals conceded = 45 | CREATE TABLE INST, Here is a database schema( table schema); | How many games have been played when there are 13 wins and 45 goals were conceded?.It is not neccessary to use all the tables. |
SELECT MAX Goals FROM table WHERE Nat. = geo AND Ends > 2010 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest goal for a GEO nat., that ended after 2010?.It is not neccessary to use all the tables. |
SELECT Away team score FROM table WHERE Home team score = 19.15 (129) | CREATE TABLE INST, Here is a database schema( table schema); | What is the away team's score when the Home team score is 19.15 (129)?.It is not neccessary to use all the tables. |
SELECT Title FROM table WHERE Download = crazy frog AND Issue Date = july 2 | CREATE TABLE INST, Here is a database schema( table schema); | What is the title of the July 2 song that is downloaded as Crazy Frog?.It is not neccessary to use all the tables. |
SELECT Ratings (Kanto) FROM table WHERE Episode = 11 | CREATE TABLE INST, Here is a database schema( table schema); | What was the ratings for episode 11?.It is not neccessary to use all the tables. |
SELECT Visiting team FROM table WHERE Date = october 15, 2006 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the visiting team on October 15, 2006?.It is not neccessary to use all the tables. |
SELECT product_category_code, AVG(product_price) FROM Products GROUP BY product_category_code ORDER BY AVG(product_price) DESC | CREATE TABLE INST, Here is a database schema( table schema); | Show me a bar chart for what is the average price of the products for each category?, could you show from high to low by the y axis?It is not neccessary to use all the tables. |
SELECT "Results" FROM table_18144 WHERE "Incumbent" = 'Robert Wexler' | CREATE TABLE INST, Here is a database schema( table schema); | How did the election end for Robert Wexler?It is not neccessary to use all the tables. |
SELECT COUNT Comment FROM table WHERE Borough or Census area = Bethel (CA) | CREATE TABLE INST, Here is a database schema( table schema); | How many comments are there in the Bethel (CA) Borough area?.It is not neccessary to use all the tables. |
SELECT 2010 FROM table_name_10 WHERE 2009 = "q2" | CREATE TABLE INST, Here is a database schema( table schema); | What's the 2010 when they had a Q2 in 2009?It is not neccessary to use all the tables. |
SELECT Surface FROM table WHERE Partner = jürgen melzer AND Date = july 16, 2011 | CREATE TABLE INST, Here is a database schema( table schema); | What was the Surface for the Partner of Jürgen Melzer, and a Date of July 16, 2011?.It is not neccessary to use all the tables. |
SELECT Users.Id AS "user_link", COUNT(Posts.Id) AS Answers, CAST(AVG(CAST(Score AS FLOAT)) AS FLOAT(6, 2)) AS "average_answer_score" FROM Posts INNER JOIN Users ON Users.Id = OwnerUserId WHERE PostTypeId = 2 AND CommunityOwnedDate IS NULL AND ClosedDate IS NULL GROUP BY Users.Id, DisplayName HAVING COUNT(Posts.Id) > 10... | CREATE TABLE INST, Here is a database schema( table schema); | Top 500 answerers on the site. A list of the top 500 users with the highest average answer score excluding
community wiki / closed posts or users with less than 10 answersIt is not neccessary to use all the tables. |
SELECT votes_swing FROM table_149330_1 WHERE general_election = "12th Lok Sabha" | CREATE TABLE INST, Here is a database schema( table schema); | What was the vote swing for the general election of the 12th lok sabha?It is not neccessary to use all the tables. |
SELECT T3.cell_mobile_number FROM candidates AS T1 JOIN candidate_assessments AS T2 ON T1.candidate_id = T2.candidate_id JOIN people AS T3 ON T1.candidate_id = T3.person_id WHERE T2.asessment_outcome_code = "Fail" | CREATE TABLE INST, Here is a database schema( table schema); | Find the cell mobile number of the candidates whose assessment code is "Fail"?It is not neccessary to use all the tables. |
SELECT date FROM table_name_93 WHERE road_team = "boston" AND game = "game 3" | CREATE TABLE INST, Here is a database schema( table schema); | On what Date is Game 3 with Boston Road Team?It is not neccessary to use all the tables. |
SELECT result FROM table_name_66 WHERE date = "may 30" | CREATE TABLE INST, Here is a database schema( table schema); | What was the Result on May 30?It is not neccessary to use all the tables. |
SELECT bats_throws FROM table_name_87 WHERE players = "clayton allison" | CREATE TABLE INST, Here is a database schema( table schema); | What side does Clayton Allison Bat/Throw from?It is not neccessary to use all the tables. |
SELECT t1.labname FROM (SELECT lab.labname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.age BETWEEN 40 AND 49) AND DATETIME(lab.labresulttime) <= DATETIME(CURRENT_TIME(), '-4 year') GROUP BY lab.labname) AS t1 WHER... | CREATE TABLE INST, Here is a database schema( table schema); | what is the five most frequently ordered lab test until 4 years ago for patients whose age is 40s?It is not neccessary to use all the tables. |
SELECT COUNT(rank) FROM table_19870086_24 WHERE player = "Adam Gilchrist" | CREATE TABLE INST, Here is a database schema( table schema); | what is the rank of adam gilchristIt is not neccessary to use all the tables. |
SELECT MIN Year FROM table WHERE Notes = dnf | CREATE TABLE INST, Here is a database schema( table schema); | Which Year that has Notes of dnf?.It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.admission_type = "EMERGENCY" AND prescriptions.drug = "Sodium Polystyrene Sulfonate" | CREATE TABLE INST, Here is a database schema( table schema); | provide the number of patients whose admission type is emergency and drug name is sodium polystyrene sulfonate?It is not neccessary to use all the tables. |
SELECT MAX(prod__number) FROM table_2289806_1 WHERE episode__number = 1 | CREATE TABLE INST, Here is a database schema( table schema); | How many product # have episode 1?It is not neccessary to use all the tables. |
SELECT show_name FROM table_name_25 WHERE news_freq = "60 minutes" | CREATE TABLE INST, Here is a database schema( table schema); | What's the show that has 60 minutes as the news freq?It is not neccessary to use all the tables. |
SELECT COUNT Elected FROM table WHERE Incumbent = Saxby Chambliss | CREATE TABLE INST, Here is a database schema( table schema); | How many elected catagories are there for the district with Saxby Chambliss as the incumbent? .It is not neccessary to use all the tables. |
SELECT place FROM table_name_13 WHERE player = "bobby wadkins" | CREATE TABLE INST, Here is a database schema( table schema); | What place did bobby wadkins come in?It is not neccessary to use all the tables. |
SELECT # FROM table WHERE Title = The Empty House | CREATE TABLE INST, Here is a database schema( table schema); | The Empty House audiobook has what #?.It is not neccessary to use all the tables. |
SELECT MIN(third) FROM table_name_37 WHERE club = "es sahel" AND rank < 3 | CREATE TABLE INST, Here is a database schema( table schema); | What is the smallest number of third place earned for the Es Sahel at a rank less than 3?It is not neccessary to use all the tables. |
SELECT city FROM table_name_20 WHERE region = "east" AND state = "north carolina" AND host = "university of richmond" | CREATE TABLE INST, Here is a database schema( table schema); | What city in the east region in North Carolina was the round where the University of Richmond was the host?It is not neccessary to use all the tables. |
SELECT "Roll" FROM table_14695 WHERE "Authority" = 'state' AND "Decile" = '9' | CREATE TABLE INST, Here is a database schema( table schema); | What is the roll for the school with state authority and a decile of 9?It is not neccessary to use all the tables. |
SELECT flag FROM table_19872699_1 WHERE builder = "Green Marine" | CREATE TABLE INST, Here is a database schema( table schema); | Which flag was on the Green Marine's boat?It is not neccessary to use all the tables. |
SELECT elimination FROM table_name_2 WHERE eliminated_by = "sonjay dutt" | CREATE TABLE INST, Here is a database schema( table schema); | What Elimination number is listed againt Eliminated by Sonjay Dutt?It is not neccessary to use all the tables. |
SELECT Team Name FROM table WHERE Total = 243 | CREATE TABLE INST, Here is a database schema( table schema); | What is the team name when 243 is the total?.It is not neccessary to use all the tables. |
SELECT location_attendance FROM table_27537870_6 WHERE opponent = "@ Boston Bruins" | CREATE TABLE INST, Here is a database schema( table schema); | If the opponent was @ Boston Bruins, what was the Location/Attendance?It is not neccessary to use all the tables. |
SELECT "Constructor" FROM table_52756 WHERE "Laps" = '66' | CREATE TABLE INST, Here is a database schema( table schema); | What Constructor had 66 Laps?It is not neccessary to use all the tables. |
SELECT Director FROM table WHERE Title = "Episode 5" | CREATE TABLE INST, Here is a database schema( table schema); | Who directed "episode 5"?.It is not neccessary to use all the tables. |
SELECT race FROM table_name_83 WHERE time = "17:11.572" | CREATE TABLE INST, Here is a database schema( table schema); | Who holds the time of 17:11.572?It is not neccessary to use all the tables. |
SELECT club FROM table_name_75 WHERE points_against = "556" | CREATE TABLE INST, Here is a database schema( table schema); | Which of the clubs had 556 points against?It is not neccessary to use all the tables. |
SELECT home__1st_leg_ FROM table_17968233_2 WHERE aggregate = "3-4" | CREATE TABLE INST, Here is a database schema( table schema); | If the aggregate is 3-4 what is the first leg?It is not neccessary to use all the tables. |
SELECT song_choice FROM table_26250189_1 WHERE original_artist = "Stevie Wonder" | CREATE TABLE INST, Here is a database schema( table schema); | What was the choice of song where the original artist was Stevie Wonder?It is not neccessary to use all the tables. |
SELECT # FROM table WHERE Hardcover = ISBN 0-441-01400-3 | CREATE TABLE INST, Here is a database schema( table schema); | isbn 0-441-01400-3 is book number?.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.