sql
stringlengths 9
2.37k
| table
stringclasses 9
values | query
stringlengths 51
503
|
---|---|---|
SELECT incoming_manager FROM table_26914854_3 WHERE date_of_appointment = "9 March 2011"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who is the incoming manager when the date of appointment is 9 march 2011?It is not neccessary to use all the tables.
|
SELECT Time ( ET ) FROM table WHERE Opponent = new england patriots
|
CREATE TABLE INST, Here is a database schema( table schema);
|
When is the Opponent of new england patriots?.It is not neccessary to use all the tables.
|
SELECT MAX Grid FROM table WHERE Constructor = mclaren - mercedes AND Driver = david coulthard AND Laps < 66
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the highest grid value with constructor Mclaren - Mercedes, driver David Coulthard, and has fewer than 66 laps?.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 = 15821) AND microbiologyevents.spec_type_desc = 'sputum' AND NOT microbiologyevents.org_name IS NULL ORDER BY microbiologyevents.charttime DESC LIMIT 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
had there been any organism found in patient 15821's last sputum microbiology test?It is not neccessary to use all the tables.
|
SELECT Date FROM table WHERE Round = 2
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is Date, when Round is "2"?.It is not neccessary to use all the tables.
|
SELECT * FROM table_train_98 WHERE mini_mental_state_examination_mmse >= 10 AND mini_mental_state_examination_mmse <= 28
|
CREATE TABLE INST, Here is a database schema( table schema);
|
mmse range: 10 to 28It is not neccessary to use all the tables.
|
SELECT weblink FROM table_name_76 WHERE college_or_campus_name = "anna university college of engineering tindivanam"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What Weblink has a College or Campus Name of anna university college of engineering tindivanam?It is not neccessary to use all the tables.
|
SELECT rice_[b_] FROM table_name_7 WHERE potato_[d_] = "79"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the rice amount when the potato amount is 79?It is not neccessary to use all the tables.
|
SELECT Series FROM table WHERE Visitor = vancouver AND Date = april 16
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the series score of the game with Vancouver as the visiting team on April 16?.It is not neccessary to use all the tables.
|
SELECT Away team score FROM table WHERE Home team = south melbourne
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the away team's score when South Melbourne was the home team?.It is not neccessary to use all the tables.
|
SELECT Year FROM table WHERE Position = linebacker AND Pick = 17
|
CREATE TABLE INST, Here is a database schema( table schema);
|
In which year was a linebacker pick 17?.It is not neccessary to use all the tables.
|
SELECT Language FROM table WHERE Origin of Programming = india AND Genre = general AND Network = ptc punjabi AND Service = bell fibe tv
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which language has Programming from India, general genre, a network of ptc punjabi and bell fibe tv service?.It is not neccessary to use all the tables.
|
SELECT outcome FROM table_name_84 WHERE score_in_final = "5–7, 6–4, [10–7]"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the outcome for the match that ended in a score of 5–7 6–4 [10–7]?It is not neccessary to use all the tables.
|
SELECT COUNT(overall) FROM table_name_26 WHERE position = "safety" AND round > 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the total of overall values with a safety position in a round greater than 1?It is not neccessary to use all the tables.
|
SELECT AVG(bronze) FROM table_name_70 WHERE rank < 5 AND gold > 2 AND total = 9 AND silver < 4
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many Bronze medals were received by the nation that Ranked less than 5 and received more than 2 Gold medals less than 4 Silver medals with a Total of 9 medals?It is not neccessary to use all the tables.
|
SELECT "Nominee" FROM table_46415 WHERE "Category" = 'best theatre choreographer'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who was nominated for Best Theatre Choreographer?It is not neccessary to use all the tables.
|
SELECT Height FROM table WHERE Hometown = huntington, wv
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the height of the player who is from Huntington, WV?.It is not neccessary to use all the tables.
|
SELECT COUNT(game) FROM table_name_4 WHERE date = "april 11"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
On the date April 11 what is the total game number?It is not neccessary to use all the tables.
|
SELECT score FROM table_name_33 WHERE third_place = "stefan edberg"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the score with third place of stefan edberg?It is not neccessary to use all the tables.
|
SELECT SUM Wins FROM table WHERE Fastest Laps = 0 AND Races < 16 AND Season = 2007 AND Podiums < 0
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the total number of wins in the 2007 season when the fastest laps is 0, there are less than 0 podiums, and there are less than 16 races?.It is not neccessary to use all the tables.
|
SELECT "2nd leg" FROM table_48623 WHERE "Team 2" = 'werder bremen'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the 2nd leg score for the match with a team 2 of Werder Bremen?It is not neccessary to use all the tables.
|
SELECT Directed by FROM table WHERE Title = "Blue Christmas"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the directed by for "blue christmas".It is not neccessary to use all the tables.
|
SELECT Date FROM table WHERE Opponent = hearts
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the Date with an Opponent that is hearts?.It is not neccessary to use all the tables.
|
SELECT MIN Heat FROM table WHERE Nationality = germany AND Rank < 9 AND Name = mike fenner AND Time < 13.52
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the lowest heat for Germany with a rank smaller than 9 for Mike Fenner and a time smaller than 13.52?.It is not neccessary to use all the tables.
|
SELECT national_share___percentage_ FROM table_171666_1 WHERE administrative_division = "Guizhou"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the national share of Guizhou's administrative division?It is not neccessary to use all the tables.
|
SELECT aspect_ratio FROM table_1180228_1 WHERE released = "12/10/2009"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the aspect ratio of the DVD released on 12/10/2009?It is not neccessary to use all the tables.
|
SELECT Country FROM table WHERE Rank = 2
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What country is ranked #2?.It is not neccessary to use all the tables.
|
SELECT example_meaning_in_english FROM table_name_49 WHERE standard_thai = "ผ่า"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What example in English has a Standard Thai of ผ่า?It is not neccessary to use all the tables.
|
SELECT AVG(founded) FROM table_name_6 WHERE location = "claremont"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the average year founded for schools in claremont?It is not neccessary to use all the tables.
|
SELECT Away team FROM table WHERE Away team score = 17.19 (121)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
In the game where the away team score is 17.19 (121), who was the away team?.It is not neccessary to use all the tables.
|
SELECT COUNT(average) FROM table_19662262_6 WHERE economy_rate = "2.26"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many averages are there when the economy rate is 2.26?It is not neccessary to use all the tables.
|
SELECT played FROM table_13564637_4 WHERE points_against = "321"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the played total when the points against was 321?It is not neccessary to use all the tables.
|
SELECT MIN Towns FROM table WHERE Land Area (km²) = 110
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many towns exist on the government area with a surface of 110 square kilometers?.It is not neccessary to use all the tables.
|
SELECT team FROM table_17001658_6 WHERE game = 21
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Against which team was game 21?It is not neccessary to use all the tables.
|
SELECT outcome FROM table_2009095_2 WHERE championship = "Wimbledon"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the outcome for wimbledonIt is not neccessary to use all the tables.
|
SELECT GDP world rank FROM table WHERE Asian rank = 20
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the gdp world rank for asian rank being 20.It is not neccessary to use all the tables.
|
SELECT dominant_religion__2002_ FROM table_2562572_26 WHERE settlement = "Gornji Tavankut"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the dominant religion in Gornji Tavankut?It is not neccessary to use all the tables.
|
SELECT COUNT(DISTINCT t1.subject_id) FROM (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 = 'insert endotracheal tube') AND STRFTIME('%y', procedures_icd.charttime) >= '2104') 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 = 'cont inv mec ven <96 hrs') AND STRFTIME('%y', procedures_icd.charttime) >= '2104') 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);
|
what are the number of patients who received cont inv mec ven <96 hrs during the same hospital encounter after having received insert endotracheal tube since 2104?It is not neccessary to use all the tables.
|
SELECT COUNT Height FROM table WHERE Position = DE
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the height if de is the position?.It is not neccessary to use all the tables.
|
SELECT "District" FROM table_74009 WHERE "Incumbent" = 'Thomas Wilson'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the distrct for thomas wilsonIt is not neccessary to use all the tables.
|
SELECT county AS seat FROM table_name_72 WHERE license_plate_code = "5c"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the country seat for the license plate code 5c?It is not neccessary to use all the tables.
|
SELECT Schwaben FROM table WHERE Oberbayern = fc ingolstadt 04 AND Mittelfranken = sv seligenporten
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Schwaben has an Oberbayern of fc ingolstadt 04 and a Mittelfranken of sv seligenporten.It is not neccessary to use all the tables.
|
SELECT Game FROM table WHERE Date = May 25
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What game was on May 25?.It is not neccessary to use all the tables.
|
SELECT 2013 FROM table WHERE 2012 = grand slam tournaments
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What value in 2013 corresponds to Grand Slam Tournaments in 2012?.It is not neccessary to use all the tables.
|
SELECT Time/Retired FROM table WHERE Grid > 16 AND Driver = nelson philippe
|
CREATE TABLE INST, Here is a database schema( table schema);
|
When Nelson Philippe drove with a grid larger than 16, what was the timre/retired?.It is not neccessary to use all the tables.
|
SELECT Circuit FROM table WHERE Date = 15 april
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the circuit held on 15 april?.It is not neccessary to use all the tables.
|
SELECT Highest elevation FROM table WHERE Lowest point = allaine river, national border
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the highest elevation of a place where the lowest point is the Allaine River, National border?.It is not neccessary to use all the tables.
|
SELECT Category FROM table WHERE Result = nominated AND Year = 2010 AND Award = kids' choice awards mexico AND Recipient(s) = joe jonas
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What category was Joe Jonas nominated for at the Kids' Choice Awards Mexico in 2010?.It is not neccessary to use all the tables.
|
SELECT date FROM table_name_47 WHERE record = "79-48"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What date has 79-48 as the record?It is not neccessary to use all the tables.
|
SELECT AVG(crowd) FROM table_name_70 WHERE home_team = "melbourne"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the crowd when Melbourne was the home team?It is not neccessary to use all the tables.
|
SELECT AVG(points) FROM table_name_48 WHERE fgm___fga = "11-28" AND number < 7
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the point average for the game that has FGM-FGA of 11-28 and a number smaller than 7?It is not neccessary to use all the tables.
|
SELECT theme FROM table_23871828_1 WHERE week__number = "Top 9"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
List all themes from the top 9.It is not neccessary to use all the tables.
|
SELECT MIN(number_in_fleet) FROM table_1425948_1 WHERE chassis_model = "Scania K360UA"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Chassis model Scania K360ua has what minimum number in fleet?It is not neccessary to use all the tables.
|
SELECT MAX Prominence (ft) FROM table WHERE Prominence (m) < 103
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the highest prominence in ft of the peak with a prominence in m less than 103?.It is not neccessary to use all the tables.
|
SELECT lap_length FROM table_name_50 WHERE category = "grand prix fia"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the Lap Length of the race with a Grand Prix Fia Category?It is not neccessary to use all the tables.
|
SELECT MIN Year FROM table WHERE Venue = vienna, austria
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What year was the race in Vienna, Austria?.It is not neccessary to use all the tables.
|
SELECT score FROM table_name_46 WHERE year = "1929"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the score in 1929?It is not neccessary to use all the tables.
|
SELECT home_team FROM table_name_23 WHERE tie_no = "27"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What team was the home team when the tie no was 27?It is not neccessary to use all the tables.
|
SELECT COUNT State FROM table WHERE July 1, 2010 density (/mi²) = 1209
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the total number of states for july 1 2010 density is 1209.It is not neccessary to use all the tables.
|
SELECT Driver FROM table WHERE Constructor = Mercedes-Benz
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who is the driver of the entry constructed by Mercedes-Benz?.It is not neccessary to use all the tables.
|
SELECT Original air date FROM table WHERE U.S. viewers (million) = 5.72
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the air date where there were 5.72 million viewers?.It is not neccessary to use all the tables.
|
SELECT name FROM table_name_96 WHERE time > 53.06 AND lane < 8 AND rank > 2 AND nationality = "japan"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Name has a Time larger than 53.06 and a Lane smaller than 8 and a Rank larger than 2 and a Nationality of japan?It is not neccessary to use all the tables.
|
SELECT Tie no FROM table WHERE Date = 24 november 1971 AND Away team = king's lynn
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what is the tie no, on 24 november 1971 and the away team is king's lynn?.It is not neccessary to use all the tables.
|
SELECT Record FROM table WHERE Opponent = bye
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the record of the opponent that has a bye?.It is not neccessary to use all the tables.
|
SELECT COUNT Lane FROM table WHERE Time = 2:08.11 AND Rank > 3
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many Lanes have a rank higher than 3 with a time of 2:08.11?.It is not neccessary to use all the tables.
|
SELECT Tournament FROM table WHERE 2009 = 1r
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which tournament had a 2009 result of 1R?.It is not neccessary to use all the tables.
|
SELECT SUM Rank FROM table WHERE Team = tau cerámica AND Name = igor rakočević AND Points > 377
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What's the rank of Igor Rakočević of Tau Cerámica with more than 377 points?.It is not neccessary to use all the tables.
|
SELECT 8:00 FROM table WHERE 8:30 = costello
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is on the at 8:00 on the same channel that has Costello on at 8:30?.It is not neccessary to use all the tables.
|
SELECT "Party" FROM table_18713 WHERE "First elected" = '1923'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the party for first elected 1923?It is not neccessary to use all the tables.
|
SELECT Three FROM table WHERE Four = william prewett AND Five = richard ellis AND Seven = nicholas king AND Date = 5 november 1693
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the three for william prewett for four and five being richard ellis with seven being nicholas king on 5 november 1693.It is not neccessary to use all the tables.
|
SELECT version FROM table_27329061_2 WHERE codename = "Ada"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the version when the codename is ada?It is not neccessary to use all the tables.
|
SELECT *, CASE WHEN 'unscored_answers' > 10 AND 'percentage_unscored' >= 25 THEN 'Unsung Hero Indeed !!' ELSE 'Not just yet..' END AS "is_user_unsung_?" FROM (SELECT COUNT(a.Id) AS "accepted_answers", SUM(CASE WHEN a.Score = 0 THEN 0 ELSE 1 END) AS "scored_answers", SUM(CASE WHEN a.Score = 0 THEN 1 ELSE 0 END) AS "unscored_answers", SUM(CASE WHEN a.Score = 0 THEN 1 ELSE 0 END) * 1000 / COUNT(a.Id) / 10.0 AS "percentage_unscored" FROM Posts AS q INNER JOIN Posts AS a ON a.Id = q.AcceptedAnswerId WHERE a.CommunityOwnedDate IS NULL AND a.OwnerUserId = '##UserId##' AND q.OwnerUserId != '##UserId##' AND a.PostTypeId = 2) AS UnsungInfo
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How Unsung am I? (+verdict). Zero and non-zero accepted count.
Self-accepted answers do not count.
Identifies unsung heroes visually as well.It is not neccessary to use all the tables.
|
SELECT Player FROM table WHERE Position = end AND School/Club Team = oregon state
|
CREATE TABLE INST, Here is a database schema( table schema);
|
WHo has a Position of end and a School/Club Team of oregon state?.It is not neccessary to use all the tables.
|
SELECT 1st member FROM table WHERE 2nd member = william benne AND Elected = 1300/01
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is 1st Member, when 2nd Member is "William Benne", and when Elected is "1300/01"?.It is not neccessary to use all the tables.
|
SELECT Candidates FROM table WHERE District = New York 29
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who are the contenders In the New York 29 polling area race?.It is not neccessary to use all the tables.
|
SELECT AVG(pick) FROM table_name_15 WHERE player = "mark joseph kong"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is Mark Joseph Kong's pick?It is not neccessary to use all the tables.
|
SELECT Position FROM table WHERE Venue = tampere, finland
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the position of the competition in Tampere, Finland?.It is not neccessary to use all the tables.
|
SELECT race FROM table_name_72 WHERE replica = "dnf"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which race has a replica of DNF?It is not neccessary to use all the tables.
|
SELECT Try bonus FROM table WHERE Points for = 418
|
CREATE TABLE INST, Here is a database schema( table schema);
|
That is the value for Try bonus when the value for Points is 418?.It is not neccessary to use all the tables.
|
SELECT Points FROM table WHERE Time/Retired = 1:44:59.557
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many points were scored in 1:44:59.557 of time?.It is not neccessary to use all the tables.
|
SELECT COUNT(*) > 0 FROM course WHERE department = 'EECS' AND has_lab = 'Y' AND number = 527
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Is there a lab for 527 ?It is not neccessary to use all the tables.
|
SELECT EDO Flight FROM table WHERE Duration = 17 days, 15 hours, 53 minutes, 18 seconds
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what's the edo flight with duration being 17 days, 15 hours, 53 minutes, 18 seconds.It is not neccessary to use all the tables.
|
SELECT COUNT(inaug) FROM table_name_96 WHERE type = "public" AND name = "mei lam estate" AND no_units > 4 OFFSET 156
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the number of Inaug. when the Type is Public when the Name is Mei Lam Estate and when the No Units is larger than 4156?It is not neccessary to use all the tables.
|
SELECT MIN(poles) FROM table_25352318_1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the lowest overall amount of poles?It is not neccessary to use all the tables.
|
SELECT "Born-Died" FROM table_36348 WHERE "Left office" = '1021' AND "Throne Name" = '315'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is teh born-died dates of the king with a throne name 315 and left office in 1021?It is not neccessary to use all the tables.
|
SELECT Miles (km) FROM table WHERE Average Speed (mph) = 116.81
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many miles were driven with the average speed at 116.81?.It is not neccessary to use all the tables.
|
SELECT Engine FROM table WHERE Chassis = mclaren mp4-20
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What engine did the mclaren mp4-20 use?.It is not neccessary to use all the tables.
|
SELECT Laps FROM table WHERE Time/Retired = +0.4865
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many laps have a +0.4865 time/retired?.It is not neccessary to use all the tables.
|
SELECT Date FROM table WHERE Circuit = eastern creek raceway
|
CREATE TABLE INST, Here is a database schema( table schema);
|
The Eastern Creek Raceway circuit is on what date?.It is not neccessary to use all the tables.
|
SELECT Name FROM table WHERE 2008 club = voléro zürich
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Tell me the name for 2008 club of voléro zürich.It is not neccessary to use all the tables.
|
SELECT MAX Attempts FROM table WHERE Net yards < 631 AND Touchdowns = 2
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What are the highest attempts that have net yards less than 631, and 2 for the touchdowns?.It is not neccessary to use all the tables.
|
SELECT name FROM table_name_93 WHERE royal_house = "ji" AND state = "cai"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is Name when Royal House is "Ji" and when State is "Cai"?It is not neccessary to use all the tables.
|
SELECT name FROM table_name_17 WHERE decile = "3" AND roll < 310 AND area = "onehunga"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the Onehunga school with a decile 3 and smaller than 310 rolls?It is not neccessary to use all the tables.
|
SELECT party FROM table_name_75 WHERE member = "david jull"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Party has a Member of david jull?It is not neccessary to use all the tables.
|
SELECT Date FROM game ORDER BY home_team DESC
|
CREATE TABLE INST, Here is a database schema( table schema);
|
List the dates of games by the home team name in descending order.It is not neccessary to use all the tables.
|
SELECT MAX("Season") FROM table_24337
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the last season?It is not neccessary to use all the tables.
|
SELECT game FROM table_name_8 WHERE field_judge = "al jury"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What game had Al Jury as field judge?It is not neccessary to use all the tables.
|
SELECT Country FROM table WHERE Winner = ole ellefsæter
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What country was ole ellefsæter from?.It is not neccessary to use all the tables.
|
SELECT Year FROM table WHERE Runner-up = wisconsin
|
CREATE TABLE INST, Here is a database schema( table schema);
|
In what year was Wisconsin the runner-up?.It is not neccessary to use all the tables.
|
SELECT Film of the Year FROM table WHERE Date = may 8, 1964
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which movie was awarded Film of the Year on May 8, 1964?.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.