sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT Season FROM table WHERE Winning mentor = Ida Corr
CREATE TABLE INST, Here is a database schema( table schema);
Which season did Ida Corr win?.It is not neccessary to use all the tables.
SELECT COUNT("state") FROM table_203_9 WHERE "last execution date" = 'never used'
CREATE TABLE INST, Here is a database schema( table schema);
what is the total number of states that have never used capital punishment ?It is not neccessary to use all the tables.
SELECT Background FROM table WHERE Candidate = Daniel Phillips
CREATE TABLE INST, Here is a database schema( table schema);
What is the background of the candidate daniel phillips?.It is not neccessary to use all the tables.
SELECT Record FROM table WHERE Game = 13
CREATE TABLE INST, Here is a database schema( table schema);
what is the record when the game is 13?.It is not neccessary to use all the tables.
SELECT MAX(round) FROM table_name_68 WHERE school_club_team = "arizona" AND pick < 298
CREATE TABLE INST, Here is a database schema( table schema);
Which Round has a School/Club Team of arizona, and a Pick smaller than 298?It is not neccessary to use all the tables.
SELECT rider FROM table_name_61 WHERE speed = "80.18mph"
CREATE TABLE INST, Here is a database schema( table schema);
Which Rider finished with a speed of 80.18mph?It is not neccessary to use all the tables.
SELECT Location FROM table WHERE Mascot = lakers
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me the Location that has the Mascot of lakers?.It is not neccessary to use all the tables.
SELECT MIN(no_in_series) FROM table_2818164_4 WHERE directed_by = "Jay Sandrich" AND original_air_date = "October 23, 1986"
CREATE TABLE INST, Here is a database schema( table schema);
What is the series number for the episode directed by jay sandrich that aired October 23 1986?It is not neccessary to use all the tables.
SELECT Language FROM table WHERE Title = strong heart
CREATE TABLE INST, Here is a database schema( table schema);
What is the language for Strong Heart?.It is not neccessary to use all the tables.
SELECT Country FROM table WHERE Year = 2002
CREATE TABLE INST, Here is a database schema( table schema);
Name the country for 2002.It is not neccessary to use all the tables.
SELECT AVG Total FROM table WHERE Gymnast = danny pinheiro rodrigues ( fra ) AND Position < 7
CREATE TABLE INST, Here is a database schema( table schema);
What is the total for Danny Pinheiro Rodrigues ( fra ), in a Position smaller than 7?.It is not neccessary to use all the tables.
SELECT "Rank" FROM table_64049 WHERE "React" < '0.168' AND "Nationality" = 'virgin islands'
CREATE TABLE INST, Here is a database schema( table schema);
What the rank of the Virgin Islands athlete with react under 0.168?It is not neccessary to use all the tables.
SELECT AVG(game) FROM table_name_90 WHERE score = "l 102–114 (ot)"
CREATE TABLE INST, Here is a database schema( table schema);
Which Game has a Score of l 102–114 (ot)?It is not neccessary to use all the tables.
SELECT location FROM table_name_98 WHERE county = "rockingham"
CREATE TABLE INST, Here is a database schema( table schema);
Where was the county of rockingham?It is not neccessary to use all the tables.
SELECT Total FROM table WHERE Score points = olympic bronze medalist
CREATE TABLE INST, Here is a database schema( table schema);
What is the total when the score points show Olympic bronze medalist?.It is not neccessary to use all the tables.
SELECT AVG Round FROM table WHERE Opponent = sam sotello
CREATE TABLE INST, Here is a database schema( table schema);
How many rounds did the match last with Sam Sotello as the opponent?.It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.age < "77" AND procedures.short_title = "Percu endosc gastrostomy"
CREATE TABLE INST, Here is a database schema( table schema);
how many patients below 77 years of age have undergone the procedure with short title percu endosc gastrostomy?It is not neccessary to use all the tables.
SELECT Decile FROM table WHERE Years = – AND Gender = coed
CREATE TABLE INST, Here is a database schema( table schema);
Which Decile has Years of –, and a Gender of coed?.It is not neccessary to use all the tables.
SELECT Format FROM table WHERE Catalog = rtradcd491 AND Date = september 22, 2008
CREATE TABLE INST, Here is a database schema( table schema);
What is the Format of the September 22, 2008 release with Catalog number RTRADCD491?.It is not neccessary to use all the tables.
SELECT patient.uniquepid FROM patient WHERE patient.patientunitstayid IN (SELECT diagnosis.patientunitstayid FROM diagnosis WHERE diagnosis.diagnosisname = 'hypercalcemia' AND DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year'))
CREATE TABLE INST, Here is a database schema( table schema);
retrieve patient ids of patients who are diagnosed with hypercalcemia during this year.It is not neccessary to use all the tables.
SELECT Formula FROM table WHERE Driver = Stirling Moss
CREATE TABLE INST, Here is a database schema( table schema);
What type of formula did Stirling Moss drive?.It is not neccessary to use all the tables.
SELECT Chassis FROM table WHERE Year = 1971
CREATE TABLE INST, Here is a database schema( table schema);
Which chassis was used in 1971?.It is not neccessary to use all the tables.
SELECT MIN Silver FROM table WHERE Rank = 9 AND Bronze < 2
CREATE TABLE INST, Here is a database schema( table schema);
Tell me the lowest silver for rank of 9 and bronze less than 2.It is not neccessary to use all the tables.
SELECT MIN(founded) FROM table_name_51 WHERE home_city = "mayagüez"
CREATE TABLE INST, Here is a database schema( table schema);
what is the earliest founded when the home city is mayagüez?It is not neccessary to use all the tables.
SELECT MAX(games) FROM table_name_33 WHERE draws > 0 AND lost = 11
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest number of games with more than 0 draws and 11 losses?It is not neccessary to use all the tables.
SELECT MAX(crowd) FROM table_name_74 WHERE venue = "victoria park"
CREATE TABLE INST, Here is a database schema( table schema);
What was the highest crowd in Victoria Park?It is not neccessary to use all the tables.
SELECT MIN(points) FROM table_name_9 WHERE place = "3rd" AND position > 8
CREATE TABLE INST, Here is a database schema( table schema);
Who had the smallest points in 3rd place but had a position greater than 8?It is not neccessary to use all the tables.
SELECT DISTINCT advisory_requirement FROM course WHERE department = 'RCHUMS' AND number = 381
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me some useful courses to take before taking RCHUMS 381 ?It is not neccessary to use all the tables.
SELECT exited FROM table_name_53 WHERE finished = "12th"
CREATE TABLE INST, Here is a database schema( table schema);
What day did the person who finished in 12th place leave on?It is not neccessary to use all the tables.
SELECT City FROM table WHERE ERP (Analog/ Digital) = 600kw 500kw
CREATE TABLE INST, Here is a database schema( table schema);
Which City has 600kw 500kw ERP ?.It is not neccessary to use all the tables.
SELECT MAX Rank FROM table WHERE React = 0.198 AND Time > 20.42
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest rank for the react of 0.198, and the time more than 20.42?.It is not neccessary to use all the tables.
SELECT Set 1 FROM table WHERE Set 2 = 26–24
CREATE TABLE INST, Here is a database schema( table schema);
Which Set 1 has a Set 2 of 26–24?.It is not neccessary to use all the tables.
SELECT date FROM table_name_22 WHERE score = "6-1 6-3"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Date of the tournament with a Score of 6-1 6-3?It is not neccessary to use all the tables.
SELECT film_title_used_in_nomination FROM table_name_27 WHERE original_title = "báng-kah (艋舺)"
CREATE TABLE INST, Here is a database schema( table schema);
What is Film Title Used In Nomination when Original Title is "Báng-Kah (艋舺)"It is not neccessary to use all the tables.
SELECT MAX(preliminary) FROM table_name_63 WHERE state = "oklahoma" AND evening_gown < 8.853
CREATE TABLE INST, Here is a database schema( table schema);
What is the best preliminary score from a contestant from Oklahoma with evening gown less than 8.853?It is not neccessary to use all the tables.
SELECT League Cup FROM table WHERE Years = 1947–1958
CREATE TABLE INST, Here is a database schema( table schema);
What is the League Cup for 1947–1958?.It is not neccessary to use all the tables.
SELECT percentage FROM table_name_80 WHERE first_game = 1998
CREATE TABLE INST, Here is a database schema( table schema);
What Percentage did the First game of 1998 have?It is not neccessary to use all the tables.
SELECT Lost FROM table WHERE Played = 26 AND Points = 83
CREATE TABLE INST, Here is a database schema( table schema);
What is the lost number when the team played 26 games and there were 83 points?.It is not neccessary to use all the tables.
SELECT Song FROM volume WHERE Weeks_on_Top > 1
CREATE TABLE INST, Here is a database schema( table schema);
What are the songs in volumes with more than 1 week on top?It is not neccessary to use all the tables.
SELECT COUNT (Pine Rivers) FROM table WHERE Year > 1947 AND (Redcliffe) < 68,877 AND Population (Total) > 50,785 AND (Caboolture) > 12,207
CREATE TABLE INST, Here is a database schema( table schema);
What is the Pine Rivers total population after 1947 with a Redcliffe population smaller than 68,877, a total population greater than 50,785, and a Caboolture population greater than 12,207?.It is not neccessary to use all the tables.
SELECT 1994 FROM table WHERE 1993 = grand slam tournaments
CREATE TABLE INST, Here is a database schema( table schema);
What is 1994 Grand Slam Tournament if 1993 is also grand slam tournaments?.It is not neccessary to use all the tables.
SELECT Country, COUNT(Country) FROM manager WHERE Age > 50 OR Age < 46 GROUP BY Country ORDER BY Country
CREATE TABLE INST, Here is a database schema( table schema);
Show the number of the countries that have managers of age above 50 or below 46, and could you show by the bars from low to high?It is not neccessary to use all the tables.
SELECT Country FROM table WHERE Athlete = ziedonis zaļkalns
CREATE TABLE INST, Here is a database schema( table schema);
Name the country for athlete of ziedonis zaļkalns.It is not neccessary to use all the tables.
SELECT Id AS "comment_link" FROM Comments WHERE LOWER(Text) LIKE 'what have you tried%' AND LENGTH(Text) < 75 ORDER BY LENGTH(Text), Id
CREATE TABLE INST, Here is a database schema( table schema);
Short WHYT comments, Id only.It is not neccessary to use all the tables.
SELECT fire_control FROM table_12834315_2 WHERE name = "Sporter Target"
CREATE TABLE INST, Here is a database schema( table schema);
What is the fire control for the sporter targetIt is not neccessary to use all the tables.
SELECT MIN("position") FROM table_203_715 WHERE "year" < 2010
CREATE TABLE INST, Here is a database schema( table schema);
before 2010 what was their best position ?It is not neccessary to use all the tables.
SELECT attendance FROM table_name_64 WHERE date = "december 20, 1964"
CREATE TABLE INST, Here is a database schema( table schema);
How many people attended the game on December 20 1964?It is not neccessary to use all the tables.
SELECT january FROM table_name_53 WHERE april = "courtney rachel culkin"
CREATE TABLE INST, Here is a database schema( table schema);
Name the january when april is courtney rachel culkinIt is not neccessary to use all the tables.
SELECT date_successor_seated FROM table_224837_4 WHERE reason_for_change = "Contested election; served until February 14, 1794"
CREATE TABLE INST, Here is a database schema( table schema);
Name the date successor seated for contested election; served until february 14 1794It is not neccessary to use all the tables.
SELECT Leading scorer FROM table WHERE Attendance = gund arena 20,562 AND Record = 20-10
CREATE TABLE INST, Here is a database schema( table schema);
What is Leading Scorer, when Attendance is Gund Arena 20,562, and when Record is 20-10?.It is not neccessary to use all the tables.
SELECT Gene FROM table WHERE Route of administration = intramuscular AND Status = ongoing
CREATE TABLE INST, Here is a database schema( table schema);
Which gene is ongoing and has an intramuscular route of administration?.It is not neccessary to use all the tables.
SELECT MIN(opponents) FROM table_name_79 WHERE raiders_points > 38 AND attendance > 51 OFFSET 267
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest Opponents when Raiders Poinsts is greater than 38 and when Attendance is greater than 51267?It is not neccessary to use all the tables.
SELECT COUNT(rnd) FROM table_19722436_2 WHERE gt1_winning_team = "Julien Jousse Patrice Goueslard Yann Clairay"
CREATE TABLE INST, Here is a database schema( table schema);
When julien jousse patrice goueslard yann clairay is teh gt1 of the winning team how many measurements of rnd. are there?It is not neccessary to use all the tables.
SELECT competition FROM table_name_13 WHERE date = "1999-08-07"
CREATE TABLE INST, Here is a database schema( table schema);
What is Competition when Date is "1999-08-07"?It is not neccessary to use all the tables.
SELECT MAX(total) FROM table_1161065_27 WHERE team = "Port Adelaide"
CREATE TABLE INST, Here is a database schema( table schema);
What is the total of port adelaideIt is not neccessary to use all the tables.
SELECT MAX Attendance FROM table WHERE Record = 45-57
CREATE TABLE INST, Here is a database schema( table schema);
Name the most attendance whent he record is 45-57.It is not neccessary to use all the tables.
SELECT COUNT(uninterrupted_rank) FROM table_name_87 WHERE name = "john dingell"
CREATE TABLE INST, Here is a database schema( table schema);
How many uninterrupted ranks does john dingell have?It is not neccessary to use all the tables.
SELECT average FROM table_name_3 WHERE rank = "2"
CREATE TABLE INST, Here is a database schema( table schema);
What is the average that has 2 for the rank?It is not neccessary to use all the tables.
SELECT Score FROM table WHERE Attendance = 23,493
CREATE TABLE INST, Here is a database schema( table schema);
What was the score when the Rangers' attendance was 23,493?.It is not neccessary to use all the tables.
SELECT televote_points FROM table_name_49 WHERE jury_points = "0" AND draw = 23
CREATE TABLE INST, Here is a database schema( table schema);
What is the televote points for 0 jury points and 23 draws?It is not neccessary to use all the tables.
SELECT Country FROM table WHERE First store = 1991 AND Hard Discounters = 397
CREATE TABLE INST, Here is a database schema( table schema);
What country has a fire store of 1991 and a hard discounter of 397?.It is not neccessary to use all the tables.
SELECT founded FROM table_2076490_1 WHERE enrollment__2005_ = "963"
CREATE TABLE INST, Here is a database schema( table schema);
What year is the founding year for the school that had an enrollment in 2005 of 963?It is not neccessary to use all the tables.
SELECT MIN Goals for FROM table WHERE Wins = 18 AND Goals against < 38
CREATE TABLE INST, Here is a database schema( table schema);
What is the smallest number of "goals for" out of the clubs where there were 18 wins and fewer than 38 "goals against"?.It is not neccessary to use all the tables.
SELECT COUNT Date FROM table WHERE Team = Phoenix
CREATE TABLE INST, Here is a database schema( table schema);
On how many dates did the Timberwolves play Phoenix? .It is not neccessary to use all the tables.
SELECT Stolen Ends Against FROM table WHERE Skip = Thomas Dufour
CREATE TABLE INST, Here is a database schema( table schema);
How many stolen ends against where there when Thomas Dufour was skip? .It is not neccessary to use all the tables.
SELECT SUM(CASE WHEN patient.hospitaldischargestatus = 'alive' THEN 1 WHEN STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', t4.diagnosistime) > 2 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.uniquepid, t2.diagnosistime FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'septic shock' GROUP BY patient.uniquepid HAVING MIN(diagnosis.diagnosistime) = diagnosis.diagnosistime) AS t1) AS t2 JOIN (SELECT patient.uniquepid, medication.drugstarttime FROM medication JOIN patient ON medication.patientunitstayid = patient.patientunitstayid WHERE medication.drugname = '20.3 ml cup : acetaminophen 160 mg/5ml po soln') AS t3 ON t2.uniquepid = t3.uniquepid WHERE t2.diagnosistime < t3.drugstarttime) AS t4 JOIN patient ON t4.uniquepid = patient.uniquepid
CREATE TABLE INST, Here is a database schema( table schema);
what is the two year survival rate of patients who were prescribed 20.3 ml cup : acetaminophen 160 mg/5ml po soln after being diagnosed with septic shock?It is not neccessary to use all the tables.
SELECT MAX Founded FROM table WHERE Institution = Piedmont College
CREATE TABLE INST, Here is a database schema( table schema);
When was Piedmont College founded?.It is not neccessary to use all the tables.
SELECT Province FROM table WHERE Number of Dairy Farms = 200
CREATE TABLE INST, Here is a database schema( table schema);
what is the location where there are over 200 cattle businesses.It is not neccessary to use all the tables.
SELECT MIN Games Played FROM table WHERE Goals For/Against = 7-5
CREATE TABLE INST, Here is a database schema( table schema);
what is the minimum games played with goals for/against being 7-5.It is not neccessary to use all the tables.
SELECT COUNT Bronze FROM table WHERE Rank = 11 AND Total < 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number of Bronze when rank is 11, and the total is less than 1?.It is not neccessary to use all the tables.
SELECT COUNT(*) FROM prescriptions WHERE prescriptions.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 32160) AND STRFTIME('%y', prescriptions.startdate) = '2105'
CREATE TABLE INST, Here is a database schema( table schema);
how many prescribed drugs were prescribed to patient 32160 in 2105?It is not neccessary to use all the tables.
SELECT location FROM table_name_65 WHERE authors = "molnar"
CREATE TABLE INST, Here is a database schema( table schema);
What is the location of the authors of Molnar?It is not neccessary to use all the tables.
SELECT Term end FROM table WHERE Political Party = albanian fascist party AND Term start = 12 april 1939
CREATE TABLE INST, Here is a database schema( table schema);
What is Term End, when Political Party is Albanian Fascist Party, and when Term Start is 12 April 1939?.It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, diagnoses_icd.charttime, admissions.hadm_id 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_diagnoses.short_title = 'personal history of fall') AND DATETIME(diagnoses_icd.charttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year')) AS t1 JOIN (SELECT admissions.subject_id, procedures_icd.charttime, admissions.hadm_id FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'circumcision') AND DATETIME(procedures_icd.charttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year')) AS t2 ON t1.subject_id = t2.subject_id WHERE t1.charttime < t2.charttime AND t1.hadm_id = t2.hadm_id
CREATE TABLE INST, Here is a database schema( table schema);
how many patients have undergone a circumcision within the same hospital visit after having been diagnosed with personal history of fall, last year?It is not neccessary to use all the tables.
SELECT MAX(heat) FROM table_name_8 WHERE mark = "6.76" AND name = "ihor bodrov" AND lane < 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest heat for Ihor Bodrov when the mark is 6.76 and the lane is less than 1?It is not neccessary to use all the tables.
SELECT tournament FROM table_name_22 WHERE surface = "hard"
CREATE TABLE INST, Here is a database schema( table schema);
Which tournament had a hard surface?It is not neccessary to use all the tables.
SELECT Stadium FROM table WHERE City = seoul
CREATE TABLE INST, Here is a database schema( table schema);
What stadium is in Seoul?.It is not neccessary to use all the tables.
SELECT code FROM table_name_34 WHERE currency = "croatian kuna"
CREATE TABLE INST, Here is a database schema( table schema);
What code is used to represent the currency of Croatian Kuna?It is not neccessary to use all the tables.
SELECT Host Team FROM table WHERE Stadium = candlestick park
CREATE TABLE INST, Here is a database schema( table schema);
Who was the host team at Candlestick Park?.It is not neccessary to use all the tables.
SELECT mls_cup_winner FROM table_11148572_1 WHERE mls_cup_runner_up = "Colorado Rapids"
CREATE TABLE INST, Here is a database schema( table schema);
What is the name of the shield winner in which the mls cup winner and mls cup runner up is colorado rapids?It is not neccessary to use all the tables.
SELECT date FROM table_name_2 WHERE against = "pohang steelers"
CREATE TABLE INST, Here is a database schema( table schema);
What date has an against of pohang steelers?It is not neccessary to use all the tables.
SELECT date FROM table_name_74 WHERE loss = "rojas (9–8)"
CREATE TABLE INST, Here is a database schema( table schema);
What was the date of the game that had a loss of Rojas (9–8)?It is not neccessary to use all the tables.
SELECT Mascot FROM table WHERE County = 32 hendricks
CREATE TABLE INST, Here is a database schema( table schema);
What is the mascot for the school in 32 Hendricks County?.It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Songwriter(s) = Adam Sandahl
CREATE TABLE INST, Here is a database schema( table schema);
What is the position of the song that adam sandahl wrote?.It is not neccessary to use all the tables.
SELECT COUNT(*) FROM player WHERE birth_country = 'USA' AND bats = 'R'
CREATE TABLE INST, Here is a database schema( table schema);
How many players born in USA are right-handed batters? That is have the batter value 'R'.It is not neccessary to use all the tables.
SELECT median_family_income FROM table_name_8 WHERE median_household_income = "$38,137"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Median family income when the Median household income is $38,137?It is not neccessary to use all the tables.
SELECT result FROM table_name_70 WHERE week > 9 AND attendance = "69,714"
CREATE TABLE INST, Here is a database schema( table schema);
What was the Result of the game after Week 9 with an Attendance of 69714?It is not neccessary to use all the tables.
SELECT MIN Money ( $ ) FROM table WHERE Player = craig stadler
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest amount of money that Craig Stadler won?.It is not neccessary to use all the tables.
SELECT COUNT(*), position FROM player WHERE points < 30 GROUP BY position
CREATE TABLE INST, Here is a database schema( table schema);
find the number of players whose points are lower than 30 in each position.It is not neccessary to use all the tables.
SELECT Score in Final FROM table WHERE Outcome = runner-up AND Date = 9 february 1992
CREATE TABLE INST, Here is a database schema( table schema);
What is the final score of the runner-up on 9 February 1992?.It is not neccessary to use all the tables.
SELECT MAX Aggravated assault FROM table WHERE Robbery = 3811
CREATE TABLE INST, Here is a database schema( table schema);
What was the largest number of aggravated assaults when there were 3811 robberies? .It is not neccessary to use all the tables.
SELECT Semifinals FROM table WHERE Athlete = Dorrie Timmermans-Van Hall
CREATE TABLE INST, Here is a database schema( table schema);
What is the semifinal result for Dorrie Timmermans-Van Hall?.It is not neccessary to use all the tables.
SELECT MIN(silver) FROM table_name_41 WHERE rank < 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest number of silver owned by a nation that is not ranked number 1?It is not neccessary to use all the tables.
SELECT MAX(game) FROM table_27755603_11 WHERE date = "April 5"
CREATE TABLE INST, Here is a database schema( table schema);
What numbered game did they play on april 5?It is not neccessary to use all the tables.
SELECT MAX Date FROM table WHERE U-boats destroyed (Pola) = 1
CREATE TABLE INST, Here is a database schema( table schema);
What's the highest Date listed that has U-boats destroyed (Pola) of 1?.It is not neccessary to use all the tables.
SELECT MIN Opponents FROM table WHERE Opponent = Baltimore Colts
CREATE TABLE INST, Here is a database schema( table schema);
What is the minimum number of points given up to the Baltimore Colts.It is not neccessary to use all the tables.
SELECT High assists FROM table WHERE Date = January 5
CREATE TABLE INST, Here is a database schema( table schema);
Who had the most assists and how many did they have on January 5?.It is not neccessary to use all the tables.
SELECT opponent_in_the_final FROM table_name_52 WHERE date = "july 4, 2005"
CREATE TABLE INST, Here is a database schema( table schema);
Name the Opponent in the final on july 4 2005?It is not neccessary to use all the tables.
SELECT Duration FROM table WHERE Soap Opera = the archers AND Actor = norman painting
CREATE TABLE INST, Here is a database schema( table schema);
What's the duration of the Archers with Norman Painting as an actor?.It is not neccessary to use all the tables.
SELECT Result FROM table WHERE Category = outstanding actor (drama)
CREATE TABLE INST, Here is a database schema( table schema);
Which Result has a Category of outstanding actor (drama)?.It is not neccessary to use all the tables.