sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT MIN(time) FROM table_name_63 WHERE swimmer = "apostolos tsagkarakis" AND lane < 6
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the least time for apostolos tsagkarakis for lane less than 6It is not neccessary to use all the tables.
SELECT COUNT(year) FROM table_name_9 WHERE score = "734-5d"
CREATE TABLE INST, Here is a database schema( table schema);
How many years had a score of 734-5d?It is not neccessary to use all the tables.
SELECT SUM(total) FROM table_name_95 WHERE rank = "8" AND bronze < 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the sum of Total when Rank is 8 and when Bronze is less than 1?It is not neccessary to use all the tables.
SELECT week FROM table_name_59 WHERE date = "december 21, 2003"
CREATE TABLE INST, Here is a database schema( table schema);
Which week was the December 21 2003 game?It is not neccessary to use all the tables.
SELECT medication.drugname FROM medication WHERE medication.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-36108')) AND DATETIME(medication.drugstarttime, 'start of month...
CREATE TABLE INST, Here is a database schema( table schema);
what is the name of the drug that was last prescribed for patient 006-36108 during the previous month?It is not neccessary to use all the tables.
SELECT Wind farm FROM table WHERE Country = usa AND Notes = multiple farms
CREATE TABLE INST, Here is a database schema( table schema);
Which wind farm is in the USA and is noted as having multiple farms?.It is not neccessary to use all the tables.
SELECT Team FROM table WHERE Start = 33
CREATE TABLE INST, Here is a database schema( table schema);
What team has 33 starts?.It is not neccessary to use all the tables.
SELECT COUNT(prison_connection) FROM table_2933761_1 WHERE name = "Joan Leaven"
CREATE TABLE INST, Here is a database schema( table schema);
How many prisons is Joan Leaven connected with?It is not neccessary to use all the tables.
SELECT Frequency FROM table WHERE Call sign = cihr-fm
CREATE TABLE INST, Here is a database schema( table schema);
Which frequency belongs to the cihr-fm call sign?.It is not neccessary to use all the tables.
SELECT COUNT(whites_as__percentage_of_pop) FROM table_12251936_1 WHERE gfr_2006 = "53.2"
CREATE TABLE INST, Here is a database schema( table schema);
How many times was the GFR 2006 equal to 53.2?It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Home team score = 16.10 (106)
CREATE TABLE INST, Here is a database schema( table schema);
On what date did a home team score 16.10 (106)?.It is not neccessary to use all the tables.
SELECT COUNT(derivatives) FROM table_11869952_1 WHERE rocket_launch = "Rehbar-5"
CREATE TABLE INST, Here is a database schema( table schema);
Which authority has a rocket launch called rehbar-5?It is not neccessary to use all the tables.
SELECT position_in_table FROM table_27374004_4 WHERE outgoing_manager = "Danny Ost"
CREATE TABLE INST, Here is a database schema( table schema);
What was the team's position in table when Danny OST was the outgoing manager?It is not neccessary to use all the tables.
SELECT SUM Grid FROM table WHERE Driver = patrick carpentier AND Laps < 103
CREATE TABLE INST, Here is a database schema( table schema);
What is the sum of a grid for driver Patrick Carpentier and less than 103 laps?.It is not neccessary to use all the tables.
SELECT Poles FROM table WHERE Position = 8th
CREATE TABLE INST, Here is a database schema( table schema);
Which poles were there for the 8th position?.It is not neccessary to use all the tables.
SELECT home_leg FROM table_name_82 WHERE competition = "uefa europa league" AND round = "q1" AND opponents = "motherwell"
CREATE TABLE INST, Here is a database schema( table schema);
Name the home leg for uefa europa league and round of q1 with opponents of motherwellIt is not neccessary to use all the tables.
SELECT Mens doubles FROM table WHERE Womens singles = Zhou Mi
CREATE TABLE INST, Here is a database schema( table schema);
who won mens doubles when zhou mi won womens singles.It is not neccessary to use all the tables.
SELECT date FROM table_name_77 WHERE mach = 0.662
CREATE TABLE INST, Here is a database schema( table schema);
What Date has a Mach of 0.662?It is not neccessary to use all the tables.
SELECT COUNT Earnings( $ ) FROM table WHERE Country = united states AND Wins < 24 AND Player = george archer AND Rank > 5
CREATE TABLE INST, Here is a database schema( table schema);
In total, how much did the United States player George Archer earn with Wins lower than 24 and a rank that was higher than 5?.It is not neccessary to use all the tables.
SELECT position FROM table_name_67 WHERE school_previous_club_team_country = "kentucky"
CREATE TABLE INST, Here is a database schema( table schema);
What is Position when School/Previous Club Team/Country is Kentucky?It is not neccessary to use all the tables.
SELECT First season FROM table WHERE Home ground(s) = Hillcrest Reserve
CREATE TABLE INST, Here is a database schema( table schema);
What is the dates where Hillcrest Reserve is the home grounds?.It is not neccessary to use all the tables.
SELECT opponent FROM table_name_94 WHERE attendance = "24,791"
CREATE TABLE INST, Here is a database schema( table schema);
Which Opponent has an Attendance of 24,791?It is not neccessary to use all the tables.
SELECT COUNT(*) FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'ck-mb index') AND labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 13054) AND DATETIME(labevents.charttime) >= DATETIME(CURRENT_TIME(), '-81 month')
CREATE TABLE INST, Here is a database schema( table schema);
tell me the number of times patient 13054 had received a ck-mb index lab test since 81 months ago.It is not neccessary to use all the tables.
SELECT inhabitants FROM table_name_42 WHERE election = 2009 AND municipality = "cremona"
CREATE TABLE INST, Here is a database schema( table schema);
Which inhabitants have 2009 as the election, with cremona as the municipality?It is not neccessary to use all the tables.
SELECT DISTINCT course.department, course.name, course.number FROM course, program_course WHERE course.department LIKE '%EECS%' AND program_course.category LIKE '%ULCS%' AND program_course.course_id = course.course_id
CREATE TABLE INST, Here is a database schema( table schema);
What ULCS classes are required for EECS majors ?It is not neccessary to use all the tables.
SELECT w_l FROM table_23563375_11 WHERE result = "2–6, 5–7, 7–6 (11–9) , 1–6"
CREATE TABLE INST, Here is a database schema( table schema);
What were the w/l when the final score was 2–6 5–7 7–6 (11–9) 1–6?It is not neccessary to use all the tables.
SELECT position FROM table_2679061_2 WHERE nhl_team = "Toronto Maple Leafs"
CREATE TABLE INST, Here is a database schema( table schema);
what is the position for the nhl team toronto maple leafs?It is not neccessary to use all the tables.
SELECT 2 AS nd_throw FROM table_17265535_7 WHERE equation = "1 × 9² + 4 × 9 + 0"
CREATE TABLE INST, Here is a database schema( table schema);
If the equation is 1 9 + 4 9 + 0, what is the 2nd throw?It is not neccessary to use all the tables.
SELECT Venue FROM table WHERE Away team = collingwood
CREATE TABLE INST, Here is a database schema( table schema);
What was the venue when Collingwood was the away team?.It is not neccessary to use all the tables.
SELECT NATO/U.S DOD code FROM table WHERE NATO reporting name = SABBOT
CREATE TABLE INST, Here is a database schema( table schema);
Name the nato/ us dod code for sabbot.It is not neccessary to use all the tables.
SELECT points FROM table_26454128_9 WHERE athlete = "Barney Berlinger"
CREATE TABLE INST, Here is a database schema( table schema);
What are the point value(s) for when the athlete was Barney Berlinger?It is not neccessary to use all the tables.
SELECT date FROM table_name_17 WHERE venue = "victoria park"
CREATE TABLE INST, Here is a database schema( table schema);
When did the VFL pay at Victoria Park?It is not neccessary to use all the tables.
SELECT venue FROM table_name_58 WHERE against > 9 AND date = "03/02/1996"
CREATE TABLE INST, Here is a database schema( table schema);
What is Venue when Against is greater than 9 and when Date is "03/02/1996"?It is not neccessary to use all the tables.
SELECT attendance FROM table_name_12 WHERE loss = "mercker (3-1)"
CREATE TABLE INST, Here is a database schema( table schema);
What was the attendance at the game that had a loss of Mercker (3-1)?It is not neccessary to use all the tables.
SELECT COUNT Points FROM table WHERE Assists = 5 AND Rebounds < 16
CREATE TABLE INST, Here is a database schema( table schema);
How many points were there when there were less than 16 rebounds and 5 assists?.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 demographic.ethnicity = "HISPANIC OR LATINO" AND diagnoses.icd9_code = "V140"
CREATE TABLE INST, Here is a database schema( table schema);
find how many hispanic or latino patients have been diagnosed under icd9 code v140.It is not neccessary to use all the tables.
SELECT Director FROM table WHERE Film title used in nomination = Gie
CREATE TABLE INST, Here is a database schema( table schema);
Who is the director of the film Gie?.It is not neccessary to use all the tables.
SELECT MAX(against) FROM table_name_7 WHERE opposing_team = "bristol city"
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest Against for a game against Bristol City?It is not neccessary to use all the tables.
SELECT "License" FROM table_27710 WHERE "Description" = 'Tool for designing and executing workflows'
CREATE TABLE INST, Here is a database schema( table schema);
What is the license that is described as a tool for designing and executing workflows?It is not neccessary to use all the tables.
SELECT Soap Opera FROM table WHERE Duration = 13 years AND Actor = marina giulia cavalli
CREATE TABLE INST, Here is a database schema( table schema);
What is the soap opera that has a duration of 13 years, with marina giulia cavalli as the actor?.It is not neccessary to use all the tables.
SELECT away_team FROM table_name_68 WHERE tie_no = "4"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the away team with a tie number of 4?It is not neccessary to use all the tables.
SELECT MIN National University of Ireland FROM table WHERE Cultural and Educational Panel = 0 AND Labour Panel < 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest number of National University of Ireland that has a Cultural and Educational Panel of 0, and a Labour Panel smaller than 1?.It is not neccessary to use all the tables.
SELECT Population (2011) FROM table WHERE Cyrillic Name Other Names = Стари Жедник (Croatian: Stari Žednik)
CREATE TABLE INST, Here is a database schema( table schema);
What is the population in стари жедник (croatian: stari žednik)?.It is not neccessary to use all the tables.
SELECT Points for FROM table WHERE Played = 18 AND Club = bala rfc
CREATE TABLE INST, Here is a database schema( table schema);
What points has 18 for the played and bala rfc as the club?.It is not neccessary to use all the tables.
SELECT Driver FROM table WHERE Date = June 23 AND Team = Penske Racing
CREATE TABLE INST, Here is a database schema( table schema);
Name the driver for june 23 and team of penske racing.It is not neccessary to use all the tables.
SELECT Runners-up FROM table WHERE Champions = stefan edberg AND Year = 1987
CREATE TABLE INST, Here is a database schema( table schema);
In 1987, what is the Runners-up when Stefan Edberg is Champion?.It is not neccessary to use all the tables.
SELECT MIN(losses) FROM table_14997324_5 WHERE team = "12 de Octubre"
CREATE TABLE INST, Here is a database schema( table schema);
How many losses did 12 de Octubre have ?It is not neccessary to use all the tables.
SELECT london_borough FROM table_19149550_9 WHERE pakistani_population = 7797
CREATE TABLE INST, Here is a database schema( table schema);
What's the London borough with 7797 Pakistani citizens?It is not neccessary to use all the tables.
SELECT location FROM table_21330550_2 WHERE time = "9:30PM"
CREATE TABLE INST, Here is a database schema( table schema);
Which location has a time of 9:30pm?It is not neccessary to use all the tables.
SELECT Evapotranspiration (km 3 /year) FROM table WHERE Rainfall by volume (km 3 /year) = 13.2
CREATE TABLE INST, Here is a database schema( table schema);
In the region where the rainfall by volume (km 3 /year) was 13.2, what was the evapotranspiration (km 3 /year)?.It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT cName) FROM tryout
CREATE TABLE INST, Here is a database schema( table schema);
How many different colleges do attend the tryout test?It is not neccessary to use all the tables.
SELECT country FROM table_name_81 WHERE year = 2002
CREATE TABLE INST, Here is a database schema( table schema);
Name the country for 2002It is not neccessary to use all the tables.
SELECT MIN(silver) FROM table_name_3 WHERE bronze = 1 AND total > 1 AND nation = "croatia"
CREATE TABLE INST, Here is a database schema( table schema);
How many Silver medals did the Nation of Croatia receive with a Total medal of more than 1?It is not neccessary to use all the tables.
SELECT Driver FROM table WHERE Engine = chevrolet AND Date = october 3
CREATE TABLE INST, Here is a database schema( table schema);
Who is the Driver, when the Engine is Chevrolet, and when the Date is October 3?.It is not neccessary to use all the tables.
SELECT position FROM table_name_77 WHERE current_club = "alba berlin" AND height > 1.96 AND year_born__age_ = "july 23, 1985 (age28)"
CREATE TABLE INST, Here is a database schema( table schema);
What is the position for the player from the Alba Berlin club who is taller than 1.96 and whose ear born (Age) is july 23 1985 (age28)?It is not neccessary to use all the tables.
SELECT Event FROM table WHERE Games = 1950 auckland AND Medal = bronze
CREATE TABLE INST, Here is a database schema( table schema);
Name the Event of the Games of 1950 auckland and a Medal of bronze?.It is not neccessary to use all the tables.
SELECT AVG Area (km²) FROM table WHERE Rank = south africa AND Population (2011) > 51,770,561
CREATE TABLE INST, Here is a database schema( table schema);
what is the area (km²) when the rank is south africa and the population (2011) is more than 51,770,561?.It is not neccessary to use all the tables.
SELECT COUNT Attendance FROM table WHERE Date = july 18
CREATE TABLE INST, Here is a database schema( table schema);
What was the attendance for july 18?.It is not neccessary to use all the tables.
SELECT SUM(lost) FROM table_name_10 WHERE points > 21 AND draw = 2
CREATE TABLE INST, Here is a database schema( table schema);
What is the total value for Lost when the value for Points is greater than 21 and when the value for Draw is 2?It is not neccessary to use all the tables.
SELECT "Kitmaker" FROM table_50360 WHERE "Shirt sponsor" = 'evonik'
CREATE TABLE INST, Here is a database schema( table schema);
For the team whose shirt sponsor is Evonik, who is the kitmaker?It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Event = wec 24
CREATE TABLE INST, Here is a database schema( table schema);
What was the record at WEC 24?.It is not neccessary to use all the tables.
SELECT record FROM table_27882867_4 WHERE location_attendance = "Oakland-Alameda County Coliseum Arena 15,025"
CREATE TABLE INST, Here is a database schema( table schema);
Name the record for oakland-alameda county coliseum arena 15025It is not neccessary to use all the tables.
SELECT SUM(year) FROM table_name_17 WHERE venue = "budapest, hungary"
CREATE TABLE INST, Here is a database schema( table schema);
What year is the venue in budapest hungary?It is not neccessary to use all the tables.
SELECT login_name, family_name FROM Course_Authors_and_Tutors
CREATE TABLE INST, Here is a database schema( table schema);
List all the login names and family names of course author and tutors.It is not neccessary to use all the tables.
SELECT MAX Total Made FROM table WHERE Percent Made > 0.166 AND 3PM-A = 3-5
CREATE TABLE INST, Here is a database schema( table schema);
what total made has a percent made greater than 0.166 and a 3pm-a of 3-5.It is not neccessary to use all the tables.
SELECT Written by FROM table WHERE Directed by = Ken Whittingham
CREATE TABLE INST, Here is a database schema( table schema);
Who wrote the episode directed by Ken Whittingham?.It is not neccessary to use all the tables.
SELECT Player FROM table WHERE Position = forward
CREATE TABLE INST, Here is a database schema( table schema);
Which player was the forward?.It is not neccessary to use all the tables.
SELECT Home team FROM table WHERE Venue = mcg
CREATE TABLE INST, Here is a database schema( table schema);
Who was the home team at MCG?.It is not neccessary to use all the tables.
SELECT 2008 FROM table_name_46 WHERE 2007 = "a" AND 2010 = "qf"
CREATE TABLE INST, Here is a database schema( table schema);
Which 2008 Tournament has a 2007 of a and a 2010 of qf?It is not neccessary to use all the tables.
SELECT Manager FROM table WHERE Club = Pärnu
CREATE TABLE INST, Here is a database schema( table schema);
Who is the pärnu manager?.It is not neccessary to use all the tables.
SELECT MIN(pick__number) FROM table_name_7 WHERE position = "defensive back" AND overall < 69
CREATE TABLE INST, Here is a database schema( table schema);
Position of defensive back and an Overall smaller than 69 is what lowest pick #?It is not neccessary to use all the tables.
SELECT COUNT(points) FROM table_name_64 WHERE opponent = "@ new york islanders" AND game > 35
CREATE TABLE INST, Here is a database schema( table schema);
How many points have @ new york islanders as the opponent with a game greater than 35?It is not neccessary to use all the tables.
SELECT AVG(wins) FROM table_name_15 WHERE draws > 13 AND goal_difference = -14 AND losses < 14
CREATE TABLE INST, Here is a database schema( table schema);
What is the average wins of the team with more than 13 draws a goal difference of -14 and losses less than 14?It is not neccessary to use all the tables.
SELECT Award FROM table WHERE Category = cabello maluco
CREATE TABLE INST, Here is a database schema( table schema);
What is Award, when Category is Cabello Maluco?.It is not neccessary to use all the tables.
SELECT Country FROM table WHERE Date = october 20, 1976
CREATE TABLE INST, Here is a database schema( table schema);
Which country is dated October 20, 1976?.It is not neccessary to use all the tables.
SELECT location FROM table_name_4 WHERE country = "scotland" AND name = "muirfield"
CREATE TABLE INST, Here is a database schema( table schema);
Where was the location with Muirfield in Scotland?It is not neccessary to use all the tables.
SELECT Status FROM table WHERE Style = ballet/ gymnastics
CREATE TABLE INST, Here is a database schema( table schema);
what's the status in the style of ballet/ gymnastics?.It is not neccessary to use all the tables.
SELECT MAX Pts. FROM table WHERE Engine = ferrari tipo 033 v6 tc AND Year < 1987
CREATE TABLE INST, Here is a database schema( table schema);
How many points have an Engine of ferrari tipo 033 v6 tc, and a Year smaller than 1987?.It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT t2.subject_id) FROM (SELECT t1.subject_id, t1.charttime FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_di...
CREATE TABLE INST, Here is a database schema( table schema);
count the number of patients who have been dead after having been diagnosed with gastroduodenal dis nec within 2 months since 2105.It is not neccessary to use all the tables.
SELECT genre FROM table_name_91 WHERE game = "god of war"
CREATE TABLE INST, Here is a database schema( table schema);
What genre has the game god of war?It is not neccessary to use all the tables.
SELECT Race Time FROM table WHERE Team = Chip Ganassi Racing AND Laps = 228
CREATE TABLE INST, Here is a database schema( table schema);
When 228 is the lap and chip ganassi racing is the team what is the race time?.It is not neccessary to use all the tables.
SELECT home FROM table_name_88 WHERE visitor = "colorado" AND record = "22–13–6"
CREATE TABLE INST, Here is a database schema( table schema);
What team was the home team when Colorado was the visitor and the record became 22–13–6?It is not neccessary to use all the tables.
SELECT T1.Name, COUNT(T1.Name) FROM Physician AS T1 JOIN Trained_In AS T2 ON T1.EmployeeID = T2.Physician JOIN Procedures AS T3 ON T3.Code = T2.Treatment WHERE T3.Cost > 5000 GROUP BY T1.Name ORDER BY T1.Name DESC
CREATE TABLE INST, Here is a database schema( table schema);
A bar chart for finding the number of the physicians who are trained in a procedure that costs more than 5000, could you rank x axis in desc order please?It is not neccessary to use all the tables.
SELECT casualties FROM table_name_64 WHERE location = "baghlan"
CREATE TABLE INST, Here is a database schema( table schema);
What were the casualties in the Baghlan location?It is not neccessary to use all the tables.
SELECT MAX Area (km 2 ) FROM table WHERE LGA Name = Ahoada East
CREATE TABLE INST, Here is a database schema( table schema);
What is the area when the Iga name is Ahoada East?.It is not neccessary to use all the tables.
SELECT Result FROM table WHERE Incumbent = Hale Boggs
CREATE TABLE INST, Here is a database schema( table schema);
What was the result in the election where Hale Boggs was the incumbent? .It is not neccessary to use all the tables.
SELECT gold FROM table_name_68 WHERE year = 1994
CREATE TABLE INST, Here is a database schema( table schema);
What Gold has the Year of 1994?It is not neccessary to use all the tables.
SELECT Horsepower FROM table WHERE VIN Code = h AND Engine = 351-2v cleveland v8
CREATE TABLE INST, Here is a database schema( table schema);
Name the horsepower for VIN code of h and engine for 351-2v cleveland v8.It is not neccessary to use all the tables.
SELECT train_number, TIME FROM train WHERE origin = 'Chennai' AND destination = 'Guruvayur'
CREATE TABLE INST, Here is a database schema( table schema);
Find the number and time of the train that goes from Chennai to Guruvayur.It is not neccessary to use all the tables.
SELECT host_city FROM table_name_85 WHERE president_in_office = "margaret thatcher" AND year = 1981
CREATE TABLE INST, Here is a database schema( table schema);
In which host city was Margaret Thatcher the President-in-Office in 1981?It is not neccessary to use all the tables.
SELECT us_viewers__in_millions_ FROM table_23399481_4 WHERE written_by = "Andrea Conway Kagey"
CREATE TABLE INST, Here is a database schema( table schema);
How many millions of viewers did the episode written by Andrea Conway Kagey?It is not neccessary to use all the tables.
SELECT District FROM table WHERE First elected > 1858
CREATE TABLE INST, Here is a database schema( table schema);
Which District has a First elected larger than 1858?.It is not neccessary to use all the tables.
SELECT Party FROM table WHERE Incumbent = charles van wyck
CREATE TABLE INST, Here is a database schema( table schema);
What party is Charles Van Wyck part of?.It is not neccessary to use all the tables.
SELECT Country FROM table WHERE Score = 274 AND Runner(s)-up = virginie lagoutte-clément
CREATE TABLE INST, Here is a database schema( table schema);
I want the country for score of 274 and runner-up of virginie lagoutte-clément.It is not neccessary to use all the tables.
SELECT tebe_career FROM table_28730459_3 WHERE league_matches = 163
CREATE TABLE INST, Here is a database schema( table schema);
What are the years of TeBe career for the players whose league matches are exactly 163?It is not neccessary to use all the tables.
SELECT AVG(react) FROM table_name_53 WHERE time < 20.05 AND nationality = "jamaica" AND lane > 5
CREATE TABLE INST, Here is a database schema( table schema);
Name the average React of the Time smaller than 20.05 in jamaica with a Lane larger than 5?It is not neccessary to use all the tables.
SELECT MIN(round) FROM table_name_99 WHERE player = "melvin johnson"
CREATE TABLE INST, Here is a database schema( table schema);
What was the lowest round that Melvin Johnson played?It is not neccessary to use all the tables.
SELECT tournament FROM table_name_93 WHERE date = "may 31, 1987"
CREATE TABLE INST, Here is a database schema( table schema);
What tournament was on May 31 1987?It is not neccessary to use all the tables.
SELECT title FROM table_name_86 WHERE release_date = "1938-12-17" AND production_num = "8610"
CREATE TABLE INST, Here is a database schema( table schema);
what is the title when the release date is 1938-12-17 and the production number is 8610?It is not neccessary to use all the tables.
SELECT pos FROM table_name_20 WHERE tier > 1 AND cup_competitions = "pokal slovenije 1. round"
CREATE TABLE INST, Here is a database schema( table schema);
What is the pos with more than 1 tier during Pokal Slovenije 1. round?It is not neccessary to use all the tables.