sql stringlengths 9 2.37k | table stringclasses 9
values | query stringlengths 51 503 |
|---|---|---|
SELECT goals FROM table_name_6 WHERE player = "mike eruzione" | CREATE TABLE INST, Here is a database schema( table schema); | How many goals does Mike Eruzione have in total?It is not neccessary to use all the tables. |
SELECT AVG(enr) FROM College | CREATE TABLE INST, Here is a database schema( table schema); | What is the average enrollment number?It is not neccessary to use all the tables. |
SELECT SUM December FROM table WHERE Opponent = atlanta flames AND Game < 40 | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum of the dates in december that were against the atlanta flames before game 40?.It is not neccessary to use all the tables. |
SELECT score FROM table_23186738_9 WHERE team = "Chicago" | CREATE TABLE INST, Here is a database schema( table schema); | Name the score for chicagoIt is not neccessary to use all the tables. |
SELECT directed_by FROM table_25923164_1 WHERE us_viewers__million_ = "12.88" | CREATE TABLE INST, Here is a database schema( table schema); | Who directed the episode that had 12.88 million viewers?It is not neccessary to use all the tables. |
SELECT MAX Seats FROM table WHERE Share of votes = 18% AND Share of seats = 3% AND General election > 1992 | CREATE TABLE INST, Here is a database schema( table schema); | Which Seats have a Share of votes of 18%, and a Share of seats of 3%, and a General election larger than 1992?.It is not neccessary to use all the tables. |
SELECT 1997 FROM table_name_93 WHERE 1998 = "a" AND tournament = "hamburg masters" | CREATE TABLE INST, Here is a database schema( table schema); | During the Hamburg Masters Tournament during which Jiří Novák was absent(A) in 1998 how did he do in 1997?It is not neccessary to use all the tables. |
SELECT Treasurer FROM table WHERE Gen.-Secretary = jonneke de koning AND Vice President = laura tolen | CREATE TABLE INST, Here is a database schema( table schema); | Which treasurer has a Gen.-Secretary of jonneke de koning, and a Vice President of laura tolen?.It is not neccessary to use all the tables. |
SELECT t3.drugname FROM (SELECT t2.drugname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, medication.drugstarttime, patient.patienthealthsystemstayid FROM medication JOIN patient ON medication.patientunitstayid = patient.patientunitstayid WHERE medication.drugname = 'sodium phosphate 3 mmol/ml 15 ml inj' AND STRFTIME('%y', medication.drugstarttime) >= '2102') AS t1 JOIN (SELECT patient.uniquepid, medication.drugname, medication.drugstarttime, patient.patienthealthsystemstayid FROM medication JOIN patient ON medication.patientunitstayid = patient.patientunitstayid WHERE STRFTIME('%y', medication.drugstarttime) >= '2102') AS t2 ON t1.uniquepid = t2.uniquepid WHERE t1.drugstarttime < t2.drugstarttime AND t1.patienthealthsystemstayid = t2.patienthealthsystemstayid GROUP BY t2.drugname) AS t3 WHERE t3.c1 <= 3 | CREATE TABLE INST, Here is a database schema( table schema); | what were the top three most common medications that followed during the same hospital visit for patients who were prescribed sodium phosphate 3 mmol/ml 15 ml inj since 2102?It is not neccessary to use all the tables. |
SELECT winning_constructor FROM table_name_96 WHERE date = "31 may" AND circuit = "madonie" | CREATE TABLE INST, Here is a database schema( table schema); | Name the Winning constructor on 31 may and a Circuit of madonie?It is not neccessary to use all the tables. |
SELECT Hand FROM table WHERE 2 credits = 16 | CREATE TABLE INST, Here is a database schema( table schema); | Which hand results in a 2 credits of 16?.It is not neccessary to use all the tables. |
SELECT MIN(official_itv1_rating) FROM table_name_32 WHERE share = "45.4%" | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest official ITV1 rating with 45.4% share?It is not neccessary to use all the tables. |
SELECT Builder FROM table WHERE Date = 1925 | CREATE TABLE INST, Here is a database schema( table schema); | What is Builder, when Date is 1925?.It is not neccessary to use all the tables. |
SELECT steals FROM table_name_87 WHERE rebounds = "travis watson (9)" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the leader in Steals when Travis Watson (9) was the leader in Rebounds?It is not neccessary to use all the tables. |
SELECT COUNT(seat_order__right_to_left_) FROM table_name_83 WHERE series_3 = "deborah meaden" | CREATE TABLE INST, Here is a database schema( table schema); | How many Seat Orders (Right to Left) have a Series 3 of deborah meaden?It is not neccessary to use all the tables. |
SELECT SUM Lost FROM table WHERE Goals Scored > 63 AND Place < 3 | CREATE TABLE INST, Here is a database schema( table schema); | What the lost in place less than 3 and having more than 63 goals scored?.It is not neccessary to use all the tables. |
SELECT Operator FROM table WHERE Departure = 11.02 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the train operator when the train departed at 11.02 in 1922?.It is not neccessary to use all the tables. |
SELECT COUNT 2006/07 FROM table WHERE 2003/04 = 191,321 AND 2001/02 < 160,920 | CREATE TABLE INST, Here is a database schema( table schema); | What is the total duration in 2006/07 with 191,321 in 2003/04 and less than 160,920 in 2001/02?.It is not neccessary to use all the tables. |
SELECT MIN GP FROM table | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest gp?.It is not neccessary to use all the tables. |
SELECT apps FROM table_name_81 WHERE ratio = 0.52 AND goals = 150 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Apps for the player with 150 Goals and a Ratio of 0.52?It is not neccessary to use all the tables. |
SELECT COUNT(*) > 0 FROM microbiologyevents WHERE microbiologyevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 14611) AND microbiologyevents.spec_type_desc = 'sputum' AND STRFTIME('%y-%m', microbiologyevents.charttime) <= '2104-08' | CREATE TABLE INST, Here is a database schema( table schema); | was there any microbiological test results for patient 14611's sputum until 08/2104?It is not neccessary to use all the tables. |
SELECT MIN(reg_gp) FROM table_name_69 WHERE rd__number > 2 AND pick__number = 80 AND pl_gp > 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest reg gp of the player with a round # more than 2 a pick # of 80 and a PI GP larger than 0?It is not neccessary to use all the tables. |
SELECT MAX(overall) FROM table_name_32 WHERE position = "linebacker" AND pick__number > 9 | CREATE TABLE INST, Here is a database schema( table schema); | What is the largest overall where the position was linebacker and the pick number was more than 9?It is not neccessary to use all the tables. |
SELECT DISTINCT cost.cost FROM cost WHERE cost.eventtype = 'lab' AND cost.eventid IN (SELECT lab.labid FROM lab WHERE lab.labname = 'creatinine') | CREATE TABLE INST, Here is a database schema( table schema); | whats the cost for creatinine?It is not neccessary to use all the tables. |
SELECT Worldwide Gross FROM table WHERE Rank = 16 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Worldwide Gross of the Film with a Rank of 16?.It is not neccessary to use all the tables. |
SELECT COUNT(report) FROM table_10527215_3 WHERE pole_position = "Al Unser" AND winning_team = "Penske Racing" | CREATE TABLE INST, Here is a database schema( table schema); | What's the report on Penske Racing winning while the pole position was Al Unser?It is not neccessary to use all the tables. |
SELECT date FROM table_name_9 WHERE game_site = "griffith stadium" | CREATE TABLE INST, Here is a database schema( table schema); | What Date was the Game at Griffith Stadium?It is not neccessary to use all the tables. |
SELECT region_s_ FROM table_21530474_1 WHERE chassis_code = "USF45" | CREATE TABLE INST, Here is a database schema( table schema); | Name the regions for usf45It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Score = 203 (-13) | CREATE TABLE INST, Here is a database schema( table schema); | What are all the dates with a score of 203 (-13)?.It is not neccessary to use all the tables. |
SELECT weight FROM table_name_88 WHERE denomination = "one rupee" | CREATE TABLE INST, Here is a database schema( table schema); | What weight has one rupee as the denomination?It is not neccessary to use all the tables. |
SELECT Dialcode FROM table WHERE Location = whitechapel | CREATE TABLE INST, Here is a database schema( table schema); | What is the Dialcode of whitechapel?.It is not neccessary to use all the tables. |
SELECT position FROM table_name_52 WHERE player = "gerald carter" | CREATE TABLE INST, Here is a database schema( table schema); | What position does gerald carter play?It is not neccessary to use all the tables. |
SELECT position FROM table_name_24 WHERE competition = "world championships" AND venue = "tokyo, japan" | CREATE TABLE INST, Here is a database schema( table schema); | What Position was achieved in the World Championships Competition in Tokyo Japan?It is not neccessary to use all the tables. |
SELECT date_of_enrolment, date_of_completion FROM Student_Course_Enrolment | CREATE TABLE INST, Here is a database schema( table schema); | List all the dates of enrollment and completion of students.It is not neccessary to use all the tables. |
SELECT MIN Points FROM table WHERE Against = 50 AND Played < 20 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest Points when against is 50, and there are less than 20 played?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_96 WHERE competition = "2014 fifa world cup qualification" | CREATE TABLE INST, Here is a database schema( table schema); | When was the 2014 fifa world cup qualification?It is not neccessary to use all the tables. |
SELECT AVG(byes) FROM table_name_76 WHERE draws = 1 AND mininera_dfl = "smw rovers" AND wins > 6 | CREATE TABLE INST, Here is a database schema( table schema); | WHAT ARE THE BYES WITH A DRAWS OF 1 SMW ROVERS AND WINS LARGER THAN 6?It is not neccessary to use all the tables. |
SELECT service_charge FROM table_name_38 WHERE number_made = 456 | CREATE TABLE INST, Here is a database schema( table schema); | What is the service charge of the boat howitzers with 456 made?It is not neccessary to use all the tables. |
SELECT time FROM table_name_97 WHERE rider = "valentino rossi" | CREATE TABLE INST, Here is a database schema( table schema); | what was valentino rossi's rider time?It is not neccessary to use all the tables. |
SELECT "Away team" FROM table_33223 WHERE "Home team score" = '13.22 (100)' | CREATE TABLE INST, Here is a database schema( table schema); | Who is the away side, when the home side scores 13.22 (100)?It is not neccessary to use all the tables. |
SELECT tatsuhito_takaiwa FROM table_name_50 WHERE ryusuke_taguchi = "taguchi (14:31)" | CREATE TABLE INST, Here is a database schema( table schema); | Name for me the tatsuhito takaiwa for Ryusuke Taguchi of taguchi (14:31)It is not neccessary to use all the tables. |
SELECT 2004 FROM table WHERE 2009 = grand slam tournaments | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2004 value for the 2009 Grand slam tournaments?.It is not neccessary to use all the tables. |
SELECT final_venue FROM table_28601467_1 WHERE host_nation_s_ = "England" AND runner_up = "[[|]] 4 points" AND winner = "[[|]] 6 points" | CREATE TABLE INST, Here is a database schema( table schema); | What was the final venue whene England hasted the competition and the runner-up record is [[|]] 4 points and the winner record is [[|]] 6 points?It is not neccessary to use all the tables. |
SELECT MIN Played FROM table WHERE Position = 2 AND Losses < 9 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest played for the entry with position of 2 and fewer than 9 losses?.It is not neccessary to use all the tables. |
SELECT Mountain Peak FROM table WHERE Rank < 6 AND Location = 81.9083°n 75.0250°w | CREATE TABLE INST, Here is a database schema( table schema); | Name the mountain peak with rank less than 6 abd location of 81.9083°n 75.0250°w.It is not neccessary to use all the tables. |
SELECT AVG(pujehun) FROM table_name_10 WHERE measure = "female enrollment" | CREATE TABLE INST, Here is a database schema( table schema); | What is the average pjehun measured by female enrollment?It is not neccessary to use all the tables. |
SELECT Club FROM table 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 engine FROM table_name_66 WHERE introduced = "1935" | CREATE TABLE INST, Here is a database schema( table schema); | What engine was introduced in 1935?It is not neccessary to use all the tables. |
SELECT avoirdupois_value FROM table_name_76 WHERE translation = "grain" | CREATE TABLE INST, Here is a database schema( table schema); | Which Avoirdupois value is translated to grain?It is not neccessary to use all the tables. |
SELECT AVG(enrollment) FROM table_name_6 WHERE institution = "whitman college" AND founded > 1859 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Enrollment at Whitman College Founded after 1859?It is not neccessary to use all the tables. |
SELECT place FROM table_name_6 WHERE weapon = "35mm/small arms fire" | CREATE TABLE INST, Here is a database schema( table schema); | What is Place when Weapon is "35mm/Small arms fire"?It is not neccessary to use all the tables. |
SELECT 2 AS nd_party FROM table_name_16 WHERE election = "1874" | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2nd party in the 1874 election?It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Decision = niittymaki AND Attendance > 19,207 AND Record = 28–17–5 | CREATE TABLE INST, Here is a database schema( table schema); | What was the date that the decision was Niittymaki, the attendance larger than 19,207, and the record 28–17–5?.It is not neccessary to use all the tables. |
SELECT Name FROM conductor ORDER BY Year_of_Work DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | List the name of the conductor with the most years of work.It is not neccessary to use all the tables. |
SELECT Directed by FROM table WHERE Title = "Fever" | CREATE TABLE INST, Here is a database schema( table schema); | Who directed "Fever"?.It is not neccessary to use all the tables. |
SELECT 2009 FROM table WHERE Tournament = cincinnati | CREATE TABLE INST, Here is a database schema( table schema); | What tournament what held in Cincinnati in 2009?.It is not neccessary to use all the tables. |
SELECT address FROM member EXCEPT SELECT address FROM member WHERE Membership_card = 'Black' | CREATE TABLE INST, Here is a database schema( table schema); | Which address do not have any member with the black membership card?It is not neccessary to use all the tables. |
SELECT opponent_number FROM table_name_1 WHERE attendance = "48,165" | CREATE TABLE INST, Here is a database schema( table schema); | Who were the opponents when there was an attendance of 48165?It is not neccessary to use all the tables. |
SELECT controller FROM table_name_37 WHERE interface = "pcie 2.0 × 8" | CREATE TABLE INST, Here is a database schema( table schema); | Which controller has an interface of pcie 2.0 × 8?It is not neccessary to use all the tables. |
SELECT T1.director, T1.title FROM movie AS T1 JOIN rating AS T2 ON T1.mid = T2.mid WHERE T2.stars = 5 | CREATE TABLE INST, Here is a database schema( table schema); | What are the names of the directors who created a movie with a 5 star rating, and what was the name of those movies?It is not neccessary to use all the tables. |
SELECT date FROM table_name_91 WHERE winner = "ram vaswani" | CREATE TABLE INST, Here is a database schema( table schema); | Ram Vaswani was a winner on what date?It is not neccessary to use all the tables. |
SELECT Women's 35 FROM table WHERE Men's 50 = n/a AND Men's 40 = southern suns def sunwest razorbacks | CREATE TABLE INST, Here is a database schema( table schema); | Which Women's 35 has a Men's 50 of n/A, and a Men's 40 of southern suns def sunwest razorbacks?.It is not neccessary to use all the tables. |
SELECT MIN(SOl) FROM table_1888157_1 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest SOL?It is not neccessary to use all the tables. |
SELECT studio FROM table_name_7 WHERE worldwide_gross = "$457,640,427" | CREATE TABLE INST, Here is a database schema( table schema); | In what studio was the film grossing $457640427 made?It is not neccessary to use all the tables. |
SELECT Away team score FROM table WHERE Home team score = 14.15 (99) | CREATE TABLE INST, Here is a database schema( table schema); | What did the away team score when the home team scored 14.15 (99)?.It is not neccessary to use all the tables. |
SELECT name FROM table_name_3 WHERE overall < 123 AND team = "detroit lions" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Name with an overall of less than 123 for the Detroit Lions?It is not neccessary to use all the tables. |
SELECT COUNT Title and source FROM table WHERE Developer = Clover Studio | CREATE TABLE INST, Here is a database schema( table schema); | How many titles/sources have a developer of Clover Studio?.It is not neccessary to use all the tables. |
SELECT Format FROM table WHERE Frequency = 790 AM | CREATE TABLE INST, Here is a database schema( table schema); | When 790 am is the frequency what is the format?.It is not neccessary to use all the tables. |
SELECT COUNT(drawn) FROM table_27293285_6 WHERE won = "10" | CREATE TABLE INST, Here is a database schema( table schema); | How many matches were drawn by the teams that won exactly 10?It is not neccessary to use all the tables. |
SELECT T2.address FROM store AS T1 JOIN address AS T2 ON T1.address_id = T2.address_id WHERE store_id = 1 | CREATE TABLE INST, Here is a database schema( table schema); | Where is store 1 located?It is not neccessary to use all the tables. |
SELECT Home team FROM table WHERE Away team score = 6.9 (45) | CREATE TABLE INST, Here is a database schema( table schema); | Which Home team has an Away team score of 6.9 (45)?.It is not neccessary to use all the tables. |
SELECT Launched FROM table WHERE Laid down = September 1, 1964 | CREATE TABLE INST, Here is a database schema( table schema); | When were the ships launched that were laid down on september 1, 1964?.It is not neccessary to use all the tables. |
SELECT incumbent FROM table_name_45 WHERE party = "democratic" AND results = "re-elected" AND first_elected > 1992 AND district = "new york 1" | CREATE TABLE INST, Here is a database schema( table schema); | Who is the Incumbent of the Democratic Party at an election after 1992 in the New York 1 District who was Re-elected?It is not neccessary to use all the tables. |
SELECT points_for FROM table_27293285_2 WHERE club = "Munster" | CREATE TABLE INST, Here is a database schema( table schema); | How many points for did Munster have?It is not neccessary to use all the tables. |
SELECT MAX Assists FROM table WHERE Goals < 0 | CREATE TABLE INST, Here is a database schema( table schema); | what is the most assists when the goals is less than 0?.It is not neccessary to use all the tables. |
SELECT frequency FROM table_27588823_2 WHERE location = "Polangui, Albay" | CREATE TABLE INST, Here is a database schema( table schema); | What is the frequency of the station located in polangui albay?It is not neccessary to use all the tables. |
SELECT COUNT(*) > 0 FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '028-55868')) AND DATETIME(medication.drugstarttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') AND STRFTIME('%m', medication.drugstarttime) = '09' | CREATE TABLE INST, Here is a database schema( table schema); | in 09/this year has patient 028-55868 received any medication?It is not neccessary to use all the tables. |
SELECT AVG Against FROM table WHERE Losses > 2 AND Wins > 3 AND Draws > 0 | CREATE TABLE INST, Here is a database schema( table schema); | What's the against when there were more than 2 losses, more than 3 wins, and draws more than 0?.It is not neccessary to use all the tables. |
SELECT MIN(mundubbera) FROM table_12526990_1 WHERE biggenden = 1882 | CREATE TABLE INST, Here is a database schema( table schema); | What is the minimum mundubbera when biggenden is 1882It is not neccessary to use all the tables. |
SELECT No. 7 FROM table WHERE No. 4 = madison AND No. 10 = amelia | CREATE TABLE INST, Here is a database schema( table schema); | What is No. 7, when No. 4 is Madison, and when No. 10 is Amelia?.It is not neccessary to use all the tables. |
SELECT maac FROM table_21756039_1 WHERE overall = "26-8" | CREATE TABLE INST, Here is a database schema( table schema); | What is the maac when the overall is 26-8?It is not neccessary to use all the tables. |
SELECT political_party FROM table_name_5 WHERE monarchs_served = "george v" AND birth_place = "manchester" | CREATE TABLE INST, Here is a database schema( table schema); | To which political party did the prime minister who served under George V and was born in Manchester belong?It is not neccessary to use all the tables. |
SELECT Starts FROM table WHERE Position = 16th | CREATE TABLE INST, Here is a database schema( table schema); | Name the starts when position is 16th.It is not neccessary to use all the tables. |
SELECT Rebounds FROM table WHERE Name = pom baskets jena | CREATE TABLE INST, Here is a database schema( table schema); | Can you tell me the Rebounds that has the Name of pom baskets jena?.It is not neccessary to use all the tables. |
SELECT entrepreneur_s_ FROM table_name_28 WHERE first_aired = "24 august 2006" | CREATE TABLE INST, Here is a database schema( table schema); | Which Entrepreneur(s) first aired on 24 August 2006?It is not neccessary to use all the tables. |
SELECT Result FROM table WHERE Score = 2-2 | CREATE TABLE INST, Here is a database schema( table schema); | What's the result when the score is 2-2?.It is not neccessary to use all the tables. |
SELECT Venue FROM table WHERE Status = five nations AND Against = 22 | CREATE TABLE INST, Here is a database schema( table schema); | Which venue has a status of Five Nations and an against of 22?.It is not neccessary to use all the tables. |
SELECT Country FROM table WHERE Place = t6 AND Player = robert karlsson | CREATE TABLE INST, Here is a database schema( table schema); | From what Country is T6 Place Player Robert Karlsson?.It is not neccessary to use all the tables. |
SELECT line FROM table_name_54 WHERE name = "mangalore" | CREATE TABLE INST, Here is a database schema( table schema); | What is the line of Mangalore station?It is not neccessary to use all the tables. |
SELECT Poll Source FROM table WHERE Date administered = october 30 – november 2, 2008 | CREATE TABLE INST, Here is a database schema( table schema); | Which Poll Source has a Date administered of october 30 – november 2, 2008?.It is not neccessary to use all the tables. |
SELECT institution FROM table_2293402_2 WHERE type = "Private" | CREATE TABLE INST, Here is a database schema( table schema); | Name the school that is privateIt is not neccessary to use all the tables. |
SELECT Constructor FROM table WHERE Driver = jackie stewart | CREATE TABLE INST, Here is a database schema( table schema); | What is the constructor for Jackie Stewart's car?.It is not neccessary to use all the tables. |
SELECT MAX Pick FROM table WHERE Position = wr AND Overall < 15 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest pick of the wr player with an overall less than 15?.It is not neccessary to use all the tables. |
SELECT team FROM table_17058178_8 WHERE date = "January 2" | CREATE TABLE INST, Here is a database schema( table schema); | Who did the Trail Blazers play on January 2?It is not neccessary to use all the tables. |
SELECT theatre_name FROM table_2461720_1 WHERE language_of_films = "French" | CREATE TABLE INST, Here is a database schema( table schema); | Name the theatre name for frenchIt is not neccessary to use all the tables. |
SELECT AVG Round FROM table WHERE Name = bob randall | CREATE TABLE INST, Here is a database schema( table schema); | What is the round for bob randall?.It is not neccessary to use all the tables. |
SELECT AVG Election FROM table WHERE Province = grosseto AND established < 1766 | CREATE TABLE INST, Here is a database schema( table schema); | What is the average election result for the province of Grosseto from 1766 and prior?.It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE To par = e AND Player = fred funk | CREATE TABLE INST, Here is a database schema( table schema); | When Fred Funk had a to par of E, what was the score?.It is not neccessary to use all the tables. |
SELECT COUNT Total Drivers FROM table WHERE Current March 20, 2010 = 2 | CREATE TABLE INST, Here is a database schema( table schema); | How many countries have 2 current drivers as of March 20, 2010?.It is not neccessary to use all the tables. |
SELECT result FROM table_name_23 WHERE competition = "europe/africa group i, play-off" | CREATE TABLE INST, Here is a database schema( table schema); | What is the result of the Europe/Africa Group I, play-off competition?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.