sql
stringlengths 9
2.37k
| table
stringclasses 9
values | query
stringlengths 51
503
|
---|---|---|
SELECT Dutch FROM table WHERE Old English = /d/ | CREATE TABLE INST, Here is a database schema( table schema); | What's the Dutch when then Old English is /d/?.It is not neccessary to use all the tables. |
SELECT MAX Gayndah FROM table WHERE Perry = 304 | CREATE TABLE INST, Here is a database schema( table schema); | What is the gayndah when perry is 304?.It is not neccessary to use all the tables. |
SELECT MAX December FROM table WHERE Record = 15-12-4 AND Game > 31 | CREATE TABLE INST, Here is a database schema( table schema); | Record of 15-12-4, and a Game larger than 31 involves what highest December?.It is not neccessary to use all the tables. |
SELECT fourth_quarter FROM table_name_86 WHERE rank > 3 AND second_quarter = "johnson & johnson 156,515.9" | CREATE TABLE INST, Here is a database schema( table schema); | When the rank is larger than 3 with a second quarter of johnson & johnson 156515.9 what is the fourth quarter?It is not neccessary to use all the tables. |
SELECT overall FROM table_name_49 WHERE player = "petter ronnquist" | CREATE TABLE INST, Here is a database schema( table schema); | When was petter ronnquist picked?It is not neccessary to use all the tables. |
SELECT date FROM table_name_60 WHERE tie_no = "1" | CREATE TABLE INST, Here is a database schema( table schema); | What date has 1 as the tie no.?It is not neccessary to use all the tables. |
SELECT ROW_NUMBER() OVER (ORDER BY Reputation DESC) AS "#", Id AS "user_link", Reputation FROM Users WHERE LOWER(Location) LIKE '%ital%' ORDER BY Reputation DESC LIMIT 20 | CREATE TABLE INST, Here is a database schema( table schema); | Top 20 user from Italy by reputation.It is not neccessary to use all the tables. |
SELECT Winning team FROM table WHERE Race = 17 | CREATE TABLE INST, Here is a database schema( table schema); | What team won Race 17?.It is not neccessary to use all the tables. |
SELECT - 500m FROM table WHERE Name = Theo Bos | CREATE TABLE INST, Here is a database schema( table schema); | What is the -500 number for Theo Bos?.It is not neccessary to use all the tables. |
SELECT Home team score FROM table WHERE Away team score = 12.11 (83) | CREATE TABLE INST, Here is a database schema( table schema); | What did the home team score when the away team scored 12.11 (83)?.It is not neccessary to use all the tables. |
SELECT name FROM table_name_64 WHERE date_of_birth = "1980-07-29" | CREATE TABLE INST, Here is a database schema( table schema); | Who has a Date of Birth 1980-07-29?It is not neccessary to use all the tables. |
SELECT result FROM table_name_83 WHERE award = "bafta tv awards" | CREATE TABLE INST, Here is a database schema( table schema); | Name the result for the bafta tv awardsIt is not neccessary to use all the tables. |
SELECT dept_store_chain_id FROM department_stores GROUP BY dept_store_chain_id ORDER BY COUNT(*) DESC LIMIT 2 | CREATE TABLE INST, Here is a database schema( table schema); | Return the ids of the two department store chains with the most department stores.It is not neccessary to use all the tables. |
SELECT pba_team FROM table_name_42 WHERE player = "richard bachmann" | CREATE TABLE INST, Here is a database schema( table schema); | What is Richard Bachmann's PBA team?It is not neccessary to use all the tables. |
SELECT winner FROM table_name_97 WHERE finalist = "andre agassi" | CREATE TABLE INST, Here is a database schema( table schema); | WHo is the Winner of andre agassi Finalist?It is not neccessary to use all the tables. |
SELECT AVG Capacity FROM table WHERE Annual change = 53.4% AND Total Passengers < 7,822,848 | CREATE TABLE INST, Here is a database schema( table schema); | How many Capacity has a Annual change of 53.4% and Total Passengers smaller than 7,822,848?.It is not neccessary to use all the tables. |
SELECT MAX(division) FROM table_21602734_1 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest number of divisions mentioned?It is not neccessary to use all the tables. |
SELECT AVG 1990-1991 FROM table WHERE Played = 38 AND Points = 40 | CREATE TABLE INST, Here is a database schema( table schema); | Which 1990-1991 is the average one that has Played of 38, and Points of 40?.It is not neccessary to use all the tables. |
SELECT AVG(round) FROM table_name_52 WHERE record = "1-1" | CREATE TABLE INST, Here is a database schema( table schema); | What is the average number of rounds that Lance Gibson fought when his record was 1-1?It is not neccessary to use all the tables. |
SELECT COUNT Draws FROM table WHERE Name = ali said gouled | CREATE TABLE INST, Here is a database schema( table schema); | what is the number of draws for ali said gouled?.It is not neccessary to use all the tables. |
SELECT COUNT(population) FROM table_16278825_1 WHERE towns__villages = 217 | CREATE TABLE INST, Here is a database schema( table schema); | NJame the total number of population for towns/villages for 217It is not neccessary to use all the tables. |
SELECT Date performed FROM table WHERE Main contestant = Jatin Shah AND Co-contestant (Yaar vs. Pyaar) = Shalini Chandran | CREATE TABLE INST, Here is a database schema( table schema); | What date did Jatin Shah and Shalini Chandran perform?.It is not neccessary to use all the tables. |
SELECT band FROM table_name_17 WHERE album_or_song = "self versus self - immersion" | CREATE TABLE INST, Here is a database schema( table schema); | Which band plays Self Versus Self - Immersion?It is not neccessary to use all the tables. |
SELECT SUM(pop__2004_) FROM table_name_15 WHERE governorate = "al mahrah" AND area_km² < 78 OFFSET 073 | CREATE TABLE INST, Here is a database schema( table schema); | Count the sum of Pop (2004) which has a Governorate of al mahrah with an Area km² smaller than 78073?It is not neccessary to use all the tables. |
SELECT SUM(faculty) FROM faculty WHERE YEAR = 2002 | CREATE TABLE INST, Here is a database schema( table schema); | How many faculty is there in total in the year of 2002?It is not neccessary to use all the tables. |
SELECT AVG(floors) FROM table_name_19 WHERE name = "meridian condominiums" | CREATE TABLE INST, Here is a database schema( table schema); | with name meridian condominiums what is number of floors?It is not neccessary to use all the tables. |
SELECT COUNT(stage) FROM table_26010857_13 WHERE teams_classification = "Cervélo TestTeam" | CREATE TABLE INST, Here is a database schema( table schema); | What is the number of stages where the teams classification leader is Cervélo Testteam?It is not neccessary to use all the tables. |
SELECT mens_singles FROM table_28138035_27 WHERE year_location = "2009 Doha" | CREATE TABLE INST, Here is a database schema( table schema); | Who is listed under mens singles when the year location is 2009 doha?It is not neccessary to use all the tables. |
SELECT COUNT Number FROM table WHERE Builder = hunslet AND Works number > 822 | CREATE TABLE INST, Here is a database schema( table schema); | What is the number with the builder hunslet and a works number greater than 822?.It is not neccessary to use all the tables. |
SELECT Rowers FROM table WHERE Rank > 3 AND Country = finland | CREATE TABLE INST, Here is a database schema( table schema); | Who are the rowers ranked greater than 3 from Finland?.It is not neccessary to use all the tables. |
SELECT title FROM table_name_85 WHERE platform = "xbox" AND year < 2006 | CREATE TABLE INST, Here is a database schema( table schema); | Which title has xbox as the platform with a year prior to 2006?It is not neccessary to use all the tables. |
SELECT package_option, series_name FROM TV_Channel WHERE hight_definition_TV = "yes" | CREATE TABLE INST, Here is a database schema( table schema); | Find the package choice and series name of the TV channel that has high definition TV.It is not neccessary to use all the tables. |
SELECT AVG Points FROM table WHERE Against < 16 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Points with an Against smaller than 16?.It is not neccessary to use all the tables. |
SELECT weekday FROM table_name_68 WHERE against = "kashima antlers" | CREATE TABLE INST, Here is a database schema( table schema); | What weekday has an against of kashima antlers?It is not neccessary to use all the tables. |
SELECT annual_change FROM table_name_48 WHERE location = "manaus" | CREATE TABLE INST, Here is a database schema( table schema); | Can you tell me the Annual change that has the Location of manaus?It is not neccessary to use all the tables. |
SELECT Class AAA FROM table WHERE Class AAAAA = Brownsville Pace | CREATE TABLE INST, Here is a database schema( table schema); | Who was Class AAA during the same year that Class AAAAA was Brownsville Pace?.It is not neccessary to use all the tables. |
SELECT discipline FROM table_name_93 WHERE session = "pre-race test" | CREATE TABLE INST, Here is a database schema( table schema); | What type of motorsport has a session of pre-race test?It is not neccessary to use all the tables. |
SELECT eliminated FROM table_28742659_2 WHERE finish = "15th voted Out 9th Jury Member Day 46" | CREATE TABLE INST, Here is a database schema( table schema); | What is listed in eliminated when the finish is 15th voted out 9th jury Member Day 46?It is not neccessary to use all the tables. |
SELECT COUNT(*) FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T2.dept_name = 'Accounting' OR T2.dept_name = 'Biology' | CREATE TABLE INST, Here is a database schema( table schema); | How many professors who are from either Accounting or Biology department?It is not neccessary to use all the tables. |
SELECT Name FROM table WHERE Withdrawn = 19/05/2002 | CREATE TABLE INST, Here is a database schema( table schema); | When 19/05/2002 is the date of withdrawn what is the name?.It is not neccessary to use all the tables. |
SELECT Left office FROM table WHERE Entered office = 1012 | CREATE TABLE INST, Here is a database schema( table schema); | When did the king who entered office in 1012 leave office?.It is not neccessary to use all the tables. |
SELECT TV Time FROM table WHERE Date = december 6, 1998 | CREATE TABLE INST, Here is a database schema( table schema); | What was the tv time on december 6, 1998?.It is not neccessary to use all the tables. |
SELECT rank FROM table_name_67 WHERE judge_m = "65.93" AND judge_e = "65.56" | CREATE TABLE INST, Here is a database schema( table schema); | what is the rank when judge m is 65.93 and judge e is 65.56?It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Home = toronto AND Date = january 28 | CREATE TABLE INST, Here is a database schema( table schema); | What was teh score of the game where Toronto was the home team on January 28?.It is not neccessary to use all the tables. |
SELECT location_attendance FROM table_17104539_12 WHERE game = 32 | CREATE TABLE INST, Here is a database schema( table schema); | What was the location and where did the team play game number 32?It is not neccessary to use all the tables. |
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, flight WHERE ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'NEW YORK' AND CITY_1.state_code = 'state_code0' AND date_day.day_number = 26 AND date_day.month_number = 7 AND date_day.year = 1991 AND days.day_name = date_day.day_name AND flight.flight_days = days.days_code AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'CINCINNATI' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code) AND flight.airline_code = 'UA' | CREATE TABLE INST, Here is a database schema( table schema); | i'd like to book a flight from CINCINNATI to NEW YORK on UA for next saturdayIt is not neccessary to use all the tables. |
SELECT title FROM table_23513241_5 WHERE series_episode = 38 | CREATE TABLE INST, Here is a database schema( table schema); | List the title of series episode 38.It is not neccessary to use all the tables. |
SELECT 2011 FROM table WHERE 2008 = 0.3 AND Member State = european union | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2011 value with a 2008 value of 0.3 and is a member state of the European Union?.It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Decision = johnson | CREATE TABLE INST, Here is a database schema( table schema); | Which score has a Decision of johnson?.It is not neccessary to use all the tables. |
SELECT province FROM table_name_55 WHERE election > 2009 | CREATE TABLE INST, Here is a database schema( table schema); | What province has an election after 2009?It is not neccessary to use all the tables. |
SELECT MIN("Overall") FROM table_45026 WHERE "Player" = 'dan jennings' AND "Round" > '9' | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest Overall, when Player is 'Dan Jennings', and when Round is greater than 9?It is not neccessary to use all the tables. |
SELECT Venue FROM table WHERE Crowd > 14,534 AND Home team score = 13.22 (100) | CREATE TABLE INST, Here is a database schema( table schema); | Where was the game played when the crowd was more than 14,534 and the home team scored 13.22 (100)?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_31 WHERE loss = "schilling (5–2)" | CREATE TABLE INST, Here is a database schema( table schema); | Name the date for Loss of schilling (5 2)It is not neccessary to use all the tables. |
SELECT MIN(draw) FROM table_name_22 WHERE points > 43 AND rank = "6th" | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest draw number for the song ranked 6th with more than 43 points?It is not neccessary to use all the tables. |
SELECT Location Attendance FROM table WHERE Date = december 14 | CREATE TABLE INST, Here is a database schema( table schema); | Where is the location of attendance for the Date of december 14?.It is not neccessary to use all the tables. |
SELECT election FROM table_name_37 WHERE total_seats < 144 AND seats = 32 | CREATE TABLE INST, Here is a database schema( table schema); | If the total number of seats is under 144 and the seats won is 32 which election is this?It is not neccessary to use all the tables. |
SELECT hometown FROM table_11677691_7 WHERE school = "Trinity High school" | CREATE TABLE INST, Here is a database schema( table schema); | What is the hometown of trinity high school?It is not neccessary to use all the tables. |
SELECT original_air_date FROM table_15026994_3 WHERE director = "Paul Marcus" | CREATE TABLE INST, Here is a database schema( table schema); | What is the original air date of the episode directed by Paul Marcus?It is not neccessary to use all the tables. |
SELECT Department FROM table WHERE Acronym = DepEd (KEd) | CREATE TABLE INST, Here is a database schema( table schema); | what's the department with acronym being deped (ked).It is not neccessary to use all the tables. |
SELECT Record FROM table WHERE Home = dallas mavericks | CREATE TABLE INST, Here is a database schema( table schema); | What is the record for the game when the Dallas Mavericks was the home team?.It is not neccessary to use all the tables. |
SELECT season FROM table_name_81 WHERE opponent = "queensland" AND wicket = "4" | CREATE TABLE INST, Here is a database schema( table schema); | What season did they play queensland at wicket 4?It is not neccessary to use all the tables. |
SELECT ncbi_accession_number__mrna_protein_ FROM table_16849531_2 WHERE length__bp_aa_ = "5304bp/377aa" | CREATE TABLE INST, Here is a database schema( table schema); | What is the NCBI Accession Number for the length of 5304bp/377aa?It is not neccessary to use all the tables. |
SELECT COUNT Tor Fløysvik FROM table WHERE Christer Tornell = 7 | CREATE TABLE INST, Here is a database schema( table schema); | how many for floysvik and christer tornell is 7?.It is not neccessary to use all the tables. |
SELECT salmonella FROM table_10321124_1 WHERE shigella = "IpgC" | CREATE TABLE INST, Here is a database schema( table schema); | what's the salmonella with shigella being ipgcIt is not neccessary to use all the tables. |
SELECT MIN(profits__billion_) AS $_ FROM table_name_14 WHERE sales__billion_$_ = 425.7 AND rank > 4 | CREATE TABLE INST, Here is a database schema( table schema); | Name the lowest Profits (billion $) which has a Sales (billion $) of 425.7 and a Rank larger than 4?It is not neccessary to use all the tables. |
SELECT result FROM table_name_47 WHERE original_title = "tiānmǎ cháfáng (天馬茶房)" | CREATE TABLE INST, Here is a database schema( table schema); | What is Result when Original Title is "Tiānmǎ Cháfáng (天馬茶房)"?It is not neccessary to use all the tables. |
SELECT method FROM table_name_27 WHERE record = "3-0" | CREATE TABLE INST, Here is a database schema( table schema); | Which method has a record of 3-0?It is not neccessary to use all the tables. |
SELECT COUNT Opponent FROM table WHERE Date = Saturday, June 9 | CREATE TABLE INST, Here is a database schema( table schema); | How many opponents were played on Saturday, June 9?.It is not neccessary to use all the tables. |
SELECT capacity FROM table_name_77 WHERE colors = "purple and white" | CREATE TABLE INST, Here is a database schema( table schema); | Which capacity has a purple and white colors?It is not neccessary to use all the tables. |
SELECT Residence FROM table WHERE Party = dem AND Representative = linda lawson | CREATE TABLE INST, Here is a database schema( table schema); | Which Residence has a Party of dem, and a Representative of linda lawson?.It is not neccessary to use all the tables. |
SELECT Length FROM table WHERE Country = soviet union AND Year > 1975 | CREATE TABLE INST, Here is a database schema( table schema); | Which Length has a Country of soviet union, and a Year larger than 1975?.It is not neccessary to use all the tables. |
SELECT COUNT Top-25 FROM table WHERE Wins = 0 AND Cuts made = 1 AND Events > 5 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total number of top-25s for tournaments that had 0 wins, 1 cut made, and more than 5 events?.It is not neccessary to use all the tables. |
SELECT Crowd FROM table WHERE Home team = footscray | CREATE TABLE INST, Here is a database schema( table schema); | What is the size of the crowd for the home team of Footscray?.It is not neccessary to use all the tables. |
SELECT "2006\u201307" FROM table_10012 WHERE "2012\u201313" = 'pavlis' | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2006-07 of the 2012-13 pavlis?It is not neccessary to use all the tables. |
SELECT School FROM table WHERE Team = golden knights | CREATE TABLE INST, Here is a database schema( table schema); | What is the School, when the Team is Golden Knights?.It is not neccessary to use all the tables. |
SELECT COUNT Points FROM table WHERE Player = Sophia Witherspoon | CREATE TABLE INST, Here is a database schema( table schema); | How many values for points have Sophia Witherspoon as the player?.It is not neccessary to use all the tables. |
SELECT english_title FROM table_11839306_2 WHERE rōmaji_title = "Getto Daun" | CREATE TABLE INST, Here is a database schema( table schema); | What is the English version of the title Getto Daun?It is not neccessary to use all the tables. |
SELECT STU_FNAME, SUM(STU_GPA) FROM STUDENT WHERE STU_GPA < (SELECT AVG(STU_GPA) FROM STUDENT) GROUP BY STU_FNAME ORDER BY SUM(STU_GPA) | CREATE TABLE INST, Here is a database schema( table schema); | Draw a bar chart for what is the first name and GPA of every student that has a GPA lower than average?, display in asc by the Y-axis.It is not neccessary to use all the tables. |
SELECT Islam FROM table WHERE Ethnicity = Tajik | CREATE TABLE INST, Here is a database schema( table schema); | When tajik is the ethnicity what is islam?.It is not neccessary to use all the tables. |
SELECT AVG(votes) FROM table_name_14 WHERE constituency = "dublin south" AND spoilt < 3 OFFSET 387 | CREATE TABLE INST, Here is a database schema( table schema); | WHAT IS THE AVERAGE VOTE FOR DUBLIN SOUTH AND SPOILT SMALLER THAN 3387?It is not neccessary to use all the tables. |
SELECT SUM(rank) FROM table_name_6 WHERE silver < 0 | CREATE TABLE INST, Here is a database schema( table schema); | what is the rank when silver is less than 0?It is not neccessary to use all the tables. |
SELECT MAX(wins) FROM table_name_65 WHERE losses < 2 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest win for losses less than 2?It is not neccessary to use all the tables. |
SELECT position FROM table_name_89 WHERE college = "louisiana state" | CREATE TABLE INST, Here is a database schema( table schema); | What position does the College of Louisiana State have?It is not neccessary to use all the tables. |
SELECT SUM Grid FROM table WHERE Laps = 24 AND Rider = marco melandri | CREATE TABLE INST, Here is a database schema( table schema); | Which Grid has Laps of 24, and a Rider of marco melandri?.It is not neccessary to use all the tables. |
SELECT MIN L FROM table WHERE Country = Czech Republic | CREATE TABLE INST, Here is a database schema( table schema); | When czech republic is the country what is the lowest amount l?.It is not neccessary to use all the tables. |
SELECT Winner FROM table WHERE Year < 1956 AND Date = october 21 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the winning team before 1956 on October 21?.It is not neccessary to use all the tables. |
SELECT Round FROM table WHERE Event = ritc 89 - triple main event 89 | CREATE TABLE INST, Here is a database schema( table schema); | What is Round, when Event is RITC 89 - Triple Main Event 89?.It is not neccessary to use all the tables. |
SELECT SUM(wins) FROM table_name_15 WHERE player = "greg norman" | CREATE TABLE INST, Here is a database schema( table schema); | How many wins does Greg Norman have?It is not neccessary to use all the tables. |
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', intakeoutput.intakeoutputtime)) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '022-187132') AND patient.unitdischargetime IS NULL) AND intakeoutput.celllabel = 'po reg diet' AND intakeoutput.cellpath LIKE '%intake%' ORDER BY intakeoutput.intakeoutputtime DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | how many days have elapsed since the last time patient 022-187132 had an intake of po reg diet on the current icu visit?It is not neccessary to use all the tables. |
SELECT AVG(laps) FROM table_name_51 WHERE grid = 6 | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the average Laps for grid of 6It is not neccessary to use all the tables. |
SELECT MIN Lost FROM table WHERE Points 1 = 53 AND Goals For > 73 | CREATE TABLE INST, Here is a database schema( table schema); | What is the fewest losses for teams with points of 53 and more than 73 goals for?.It is not neccessary to use all the tables. |
SELECT Owner(s) FROM table WHERE Team = nts motorsports AND Primary Sponsor(s) = qore-24 | CREATE TABLE INST, Here is a database schema( table schema); | Who is the owner of NTS Motorsports sponsored by Qore-24?.It is not neccessary to use all the tables. |
SELECT hessen FROM table_name_23 WHERE saar = "fk pirmasens" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the Hessen the year that Saar was FK Pirmasens?It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Location Attendance = Arco Arena 17361 | CREATE TABLE INST, Here is a database schema( table schema); | On which datebis arco arena 17361 the location attendance?.It is not neccessary to use all the tables. |
SELECT Evening Gown FROM table WHERE Swimsuit = 9.134 | CREATE TABLE INST, Here is a database schema( table schema); | what's the evening gown with swimsuit being 9.134.It is not neccessary to use all the tables. |
SELECT Ship Types Delivered FROM table WHERE Yard Name = froemming brothers | CREATE TABLE INST, Here is a database schema( table schema); | What types of ships were made at the Froemming Brothers ship yard?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_3 WHERE catalog = "reveal50cd/lp" AND region = "united kingdom" | CREATE TABLE INST, Here is a database schema( table schema); | What's the date in the United Kingdom having a catalog of reveal50cd/lp?It is not neccessary to use all the tables. |
SELECT MIN(week) FROM table_name_6 WHERE transition = "pat mccready" | CREATE TABLE INST, Here is a database schema( table schema); | What was the first week that had a transition with Pat Mccready?It is not neccessary to use all the tables. |
SELECT notes FROM table_name_78 WHERE competition = "venice marathon" | CREATE TABLE INST, Here is a database schema( table schema); | Which Notes has a Competition of venice marathon?It is not neccessary to use all the tables. |
SELECT callback_venue FROM table_27455867_1 WHERE episode_air_date = "January 20, 2011" | CREATE TABLE INST, Here is a database schema( table schema); | What was the callback venue for the audition city in the episode aired on January 20 2011?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.