sql
stringlengths 9
2.37k
| table
stringclasses 9
values | query
stringlengths 51
503
|
---|---|---|
SELECT COUNT(attendance) FROM table_name_84 WHERE visitor = "cavaliers"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the total number of attendance when the cavaliers visitedIt is not neccessary to use all the tables.
|
SELECT MIN Against FROM table WHERE Round = fourth round
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Against has a Round of fourth round?.It is not neccessary to use all the tables.
|
SELECT MAX(best_score) FROM table_name_47 WHERE dance = "mambo"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the highest Best score for the Dance Mambo?It is not neccessary to use all the tables.
|
SELECT MIN Bronze FROM table WHERE Nation = egypt (egy) AND Gold < 2
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the lowest Bronze with a Nation of egypt (egy) and with a Gold that is smaller than 2?.It is not neccessary to use all the tables.
|
SELECT Year FROM table WHERE Note = vocals AND Album = north (original motion picture soundtrack)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
When was the note a vocals and the album north (original motion picture soundtrack)?.It is not neccessary to use all the tables.
|
SELECT SUM Starts FROM table WHERE Winnings = $1,636,827 AND Avg. Start < 37
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many starts had an avg start of less than 37 and won $1,636,827?.It is not neccessary to use all the tables.
|
SELECT microlab.culturesite FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-24513')) AND DATETIME(microlab.culturetakentime) <= DATETIME(CURRENT_TIME(), '-20 month') ORDER BY microlab.culturetakentime LIMIT 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what was the name of the specimen test that patient 031-24513 had received the first time until 20 months ago?It is not neccessary to use all the tables.
|
SELECT MIN(total) FROM table_28677723_9 WHERE style = "Pasodoble"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the smallest total score for the Pasodoble style?It is not neccessary to use all the tables.
|
SELECT club FROM table_name_99 WHERE league_cup_goals = "0" AND fa_cup_goals = "1" AND total > 11 AND league_goals = "13"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Club has a League Cup goals of 0, and a FA Cup goals of 1, and a Total larger than 11, and a League goals of 13?It is not neccessary to use all the tables.
|
SELECT "Position" FROM table_31556 WHERE "Nationality" = 'ukraine'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the position of the player from the Ukraine?It is not neccessary to use all the tables.
|
SELECT "Year" FROM table_58161 WHERE "Label" = 'latenight weeknight' AND "Release title" = 'neverchanger'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What year was Neverchanger with the label of Latenight weeknight?It is not neccessary to use all the tables.
|
SELECT MIN(goals_against) FROM table_name_57 WHERE club = "cd alcoyano" AND points > 25
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the fewest goals of CD Alcoyano with more than 25 points?It is not neccessary to use all the tables.
|
SELECT Dance FROM table WHERE Worst dancer(s) = priscilla presley AND Worst score = 21
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the dance that has priscilla presley is the worst dancer(s), and the worst score of 21?.It is not neccessary to use all the tables.
|
SELECT Appointment FROM table WHERE Name = william a. costello
|
CREATE TABLE INST, Here is a database schema( table schema);
|
When was William A. Costello appointed?.It is not neccessary to use all the tables.
|
SELECT catalog_entry_name FROM catalog_contents ORDER BY height DESC LIMIT 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the product with the highest height? Give me the catalog entry name.It is not neccessary to use all the tables.
|
SELECT SUM(pick__number) FROM table_name_27 WHERE name = "anthony maddox"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the sum of the Pick # Anthony Maddox?It is not neccessary to use all the tables.
|
SELECT AVG Rank (Week) FROM table WHERE Rating = 1.2 AND Viewers (millions) < 1.94 AND Rank (Night) < 11
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the average week rank with 1.2 ratings, less than 1.94 million viewers, and a night rank less than 11?.It is not neccessary to use all the tables.
|
SELECT record FROM table_name_36 WHERE date = "dec 16"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the record for Dec 16?It is not neccessary to use all the tables.
|
SELECT Score FROM table WHERE Tie no = 11
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What's the score of Tie number 11?.It is not neccessary to use all the tables.
|
SELECT Date FROM table WHERE Attendance = 82,500
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What date was the attendance 82,500?.It is not neccessary to use all the tables.
|
SELECT season FROM table_name_33 WHERE postseason = "promoted runner-up"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Season has a Postseason of promoted runner-up?It is not neccessary to use all the tables.
|
SELECT COUNT Pick FROM table WHERE Name = matt moran AND Round > 6
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many picks does Matt Moran have altogether after round 6?.It is not neccessary to use all the tables.
|
SELECT opponent FROM table_name_50 WHERE location_attendance = "keyarena at seattle center"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who was the opponent, during the game at the location of keyarena at seattle center?It is not neccessary to use all the tables.
|
SELECT "Venue" FROM table_70921 WHERE "Year" < '2008' AND "Position" = '14th (q)'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What venue did he play in before 2008 and finished 14th (q)?It is not neccessary to use all the tables.
|
SELECT Spouse FROM table WHERE Birth = 29 october 1451
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who is the Spouse of the Duchess that has a Birth on 29 october 1451?.It is not neccessary to use all the tables.
|
SELECT COUNT Average FROM table WHERE County = tipperary AND Rank < 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the average total in the county of tipperary with a rank less than 1?.It is not neccessary to use all the tables.
|
SELECT SUM(T1.games) FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year BETWEEN 1990 AND 2000
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Count the total number of games the team Boston Red Stockings attended from 1990 to 2000.It is not neccessary to use all the tables.
|
SELECT opponent FROM table_name_86 WHERE date = "november 26, 1989"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who was the opponent on November 26 1989?It is not neccessary to use all the tables.
|
SELECT COUNT Population (2013) FROM table WHERE Largest city = nelspruit
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is Nelspruit's population?.It is not neccessary to use all the tables.
|
SELECT colors FROM table_26466528_1 WHERE location = "North Canton"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the colors for north cantonIt is not neccessary to use all the tables.
|
SELECT opponent FROM table_name_97 WHERE week < 11 AND date = "october 31, 1976"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who was the opponent of the game before week 11 on October 31 1976?It is not neccessary to use all the tables.
|
SELECT MIN(apps) FROM table_name_79 WHERE country = "honduras" AND goals < 2 AND team = "club deportivo victoria" AND division > 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the smallest apps in Honduras with less than 2 goals for Club Deportivo Victoria in a division over 1?It is not neccessary to use all the tables.
|
SELECT location_attendance FROM table_name_24 WHERE game > 35 AND date = "january 30"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the loaction attendance that has a game greater than 35 with January 30 as the date?It is not neccessary to use all the tables.
|
SELECT date FROM table_name_54 WHERE opponent = "chicago bears"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
On which date was the opponent the Chicago Bears?It is not neccessary to use all the tables.
|
SELECT COUNT Members FROM table WHERE Borough = Bandon Bridge
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the number of members that have boroughs of Bandon Bridge?.It is not neccessary to use all the tables.
|
SELECT Film title used in nomination FROM table WHERE Original title = La boca del lobo
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the film title for la boca del lobo.It is not neccessary to use all the tables.
|
SELECT Owner, SUM(Rating_in_percent) FROM channel GROUP BY Owner ORDER BY SUM(Rating_in_percent)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
A bar chart about what is the total rating of channel for each channel owner?, display in ascending by the y axis.It is not neccessary to use all the tables.
|
SELECT Total Games FROM table WHERE Years = 117 AND Pac-12 = california
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many total games associated with the Pac-12 of california and 117 years?.It is not neccessary to use all the tables.
|
SELECT COUNT Game FROM table WHERE Record = 61-16
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many games have 61-16 as the record?.It is not neccessary to use all the tables.
|
SELECT loss FROM table_name_58 WHERE opponent = "tigers" AND date = "june 8"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
On June 8 what's the loss when the Blue Jays played the Tigers?It is not neccessary to use all the tables.
|
SELECT total FROM table_name_20 WHERE year_s__won = "1987"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the total for the golfer who had a year won of 1987?It is not neccessary to use all the tables.
|
SELECT COUNT Finish FROM table WHERE Start = 15
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the number of finishes having a start of 15?.It is not neccessary to use all the tables.
|
SELECT COUNT(_number) FROM table_27905664_1 WHERE directed_by = "Ken Fink"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many episodes were directed by Ken Fink?It is not neccessary to use all the tables.
|
SELECT Player FROM table WHERE Nationality = canada AND Pick = 199
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who is the player from Canada with a 199 pick?.It is not neccessary to use all the tables.
|
SELECT SUM Televote FROM table WHERE Artist = pokeris AND Place < 10
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the total of televote for the artist Pokeris when the place was less than 10?.It is not neccessary to use all the tables.
|
SELECT 102kg FROM table WHERE World record = olympic record AND Snatch = snatch
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What's the 102kg when the snatch was snatch and the olympic record was the world record?.It is not neccessary to use all the tables.
|
SELECT COUNT Team record FROM table WHERE Date = Friday, May 25
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many records are listed on Friday, May 25?.It is not neccessary to use all the tables.
|
SELECT class FROM table_name_12 WHERE rank = "89th"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Tell me the class with rank of 89thIt is not neccessary to use all the tables.
|
SELECT opponent FROM table_23308178_8 WHERE date = "February 5"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many games did they play on february 5?It is not neccessary to use all the tables.
|
SELECT "Population (2011)" FROM table_73828 WHERE "Cyrillic Name Other Names" = 'Јарковац'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
The pooulation of is?It is not neccessary to use all the tables.
|
SELECT Regular Season FROM table WHERE Playoffs = 0 mls cups
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which regular season had the playoffs of 0 mls cups?.It is not neccessary to use all the tables.
|
SELECT COUNT(team) FROM table_19905183_1 WHERE head_coach = "Waqar Younis"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
In how many teams is Waqar Younis the head coach?It is not neccessary to use all the tables.
|
SELECT Original Name FROM table WHERE Location = orillia, on
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the original name of the restaurant located in Orillia, ON?.It is not neccessary to use all the tables.
|
SELECT MAX(goals_against) FROM table_name_12 WHERE points > 31 AND goal_difference < 9 AND wins = 13 AND draws > 6
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the highest goals against when points are larger than 31 the goal difference is smaller than 9 wins are 13 and draws are larger than 6?It is not neccessary to use all the tables.
|
SELECT 2012 AS _club FROM table_name_23 WHERE name = "norbert hosnyánszky category:articles with hcards"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the 012 club which has of norbert hosnyánszky category:articles with hcards?It is not neccessary to use all the tables.
|
SELECT Links FROM table WHERE Flight Day = day 16
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What links were used on flight day 16?.It is not neccessary to use all the tables.
|
SELECT MIN(game) FROM table_20928682_1 WHERE opponent = "Georgia"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which game number was played against Georgia?It is not neccessary to use all the tables.
|
SELECT Date FROM table WHERE Team = Chicago
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the date for chicago.It is not neccessary to use all the tables.
|
SELECT MAX(product_price), MIN(product_price), product_type_code FROM products GROUP BY product_type_code ORDER BY product_type_code
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What are the highest and lowest prices of products grouped by and alphabetically ordered by product type?It is not neccessary to use all the tables.
|
SELECT Score FROM table WHERE Record = 44-49
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which score has a Record of 44-49?.It is not neccessary to use all the tables.
|
SELECT Date FROM table WHERE Record = 9–5–2
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the date of the game when the record was 9–5–2?.It is not neccessary to use all the tables.
|
SELECT Internet Plan FROM table WHERE Downstream = 4,096 kbit
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the name of the plan that has a downstream rate of 4,096 kbit?.It is not neccessary to use all the tables.
|
SELECT date FROM table_name_3 WHERE venue = "junction oval"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the date of the game at Junction Oval?It is not neccessary to use all the tables.
|
SELECT entrant FROM table_name_47 WHERE year < 1958 AND chassis = "cooper t43"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who is the entrant with a cooper t43 chassis before 1958?It is not neccessary to use all the tables.
|
SELECT outgoing_manager FROM table_27057070_3 WHERE team = "Simurq PFC"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who is the outgoing manager when the team is simurq pfc?It is not neccessary to use all the tables.
|
SELECT district FROM table_name_21 WHERE party = "republican" AND results = "re-elected"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What district re-elected a Republican?It is not neccessary to use all the tables.
|
SELECT Record FROM table WHERE Date = December 29
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what's the record with date being december 29.It is not neccessary to use all the tables.
|
SELECT tottenham_hotspur_career FROM table_name_26 WHERE goals = "10" AND nationality = "england" AND position = "df" AND club_apps = "118"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What were the years of the Tottenham Hotspur career for the player with 10 goals from England played the df position and had 118 club apps?It is not neccessary to use all the tables.
|
SELECT COUNT(total) FROM table_name_23 WHERE first_round = "0" AND finals < 5
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Can you tell me the total number of Total that has the First round of 0 and the Finals smaller than 5?It is not neccessary to use all the tables.
|
SELECT MAX Laps FROM table WHERE Time/retired = +2 laps AND Driver = felice bonetto
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Tell me the highest laps for time/retired of +2 laps and driver of felice bonetto.It is not neccessary to use all the tables.
|
SELECT SUM River Mile FROM table WHERE Location [L ] = greenup, kentucky
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the total of the River Mile in Greenup, Kentucky?.It is not neccessary to use all the tables.
|
SELECT Format FROM table WHERE Date = october 29, 2004
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What format is dated October 29, 2004?.It is not neccessary to use all the tables.
|
SELECT scott FROM table_1818471_1 WHERE date = "(15.12)"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is every entry for Scott when the date is (15.12)?It is not neccessary to use all the tables.
|
SELECT type FROM table_262527_1 WHERE joined = "1902 5"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what type was joined in 1902 5?It is not neccessary to use all the tables.
|
SELECT COUNT Attendance FROM table WHERE Date = October 1, 1978
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the total number of values for attendance for the date October 1, 1978?.It is not neccessary to use all the tables.
|
SELECT MIN(grid) FROM table_name_79 WHERE team = "mi-jack conquest racing" AND points = "16"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the smallest grid value that had 16 points and a team of Mi-Jack Conquest Racing?It is not neccessary to use all the tables.
|
SELECT Score FROM table WHERE Tie no = 12
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the score for the Tie no. 12?.It is not neccessary to use all the tables.
|
SELECT Opponent FROM table WHERE Game = 31
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Opponent has a Game of 31?.It is not neccessary to use all the tables.
|
SELECT Games started FROM table WHERE Player = Hugh White
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many Games Started are there for Hugh White ?.It is not neccessary to use all the tables.
|
SELECT Written by FROM table WHERE Original air date = July20,2007
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who wrote the episode where the original air date is july20,2007?.It is not neccessary to use all the tables.
|
SELECT MAX Nepalis admitted FROM table WHERE Bangladeshis admitted < 1,896
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the most Nepalis admitted when fewer than 1,896 Bangladeshis were admitted?.It is not neccessary to use all the tables.
|
SELECT Audition City FROM table WHERE Callback Venue = amelia island plantation
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which audition city held callbacks at Amelia Island Plantation?.It is not neccessary to use all the tables.
|
SELECT winner FROM table_name_62 WHERE loser = "philadelphia eagles" AND location = "yankee stadium" AND year > 1958
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who was the winner when the Philadelphia eagles were the losers after 1958 at Yankee Stadium?It is not neccessary to use all the tables.
|
SELECT luma_samples_s FROM table_237036_2 WHERE level = "1.3"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What are the luma samples at level 1.3?It is not neccessary to use all the tables.
|
SELECT winning_driver FROM table_26267607_2 WHERE fastest_lap = "Mike Rockenfeller"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Where the fastest lap is Mike Rockenfeller, who is the winning driver?It is not neccessary to use all the tables.
|
SELECT AVG(draws) FROM table_name_69 WHERE wins < 3 AND points > 5
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the average draws with less than 3 wins and more than 5 points?It is not neccessary to use all the tables.
|
SELECT Score FROM table WHERE Loss = gubicza (0-1)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which score has a Loss of gubicza (0-1)?.It is not neccessary to use all the tables.
|
SELECT Name of Award FROM table WHERE Awardee(s) = Zubeen Garg
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the name of award for zubeen garg.It is not neccessary to use all the tables.
|
SELECT record FROM table_name_56 WHERE team = "detroit" AND date = "june 10"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the Record with a Team that is detroit and a Date that is june 10?It is not neccessary to use all the tables.
|
SELECT school_club_team FROM table_name_25 WHERE player = "kenny smith"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What team does Kenny Smith play for?It is not neccessary to use all the tables.
|
SELECT COUNT Player FROM table WHERE Position = DT
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many players are at the DT position? .It is not neccessary to use all the tables.
|
SELECT "Home team" FROM table_56902 WHERE "Away team" = 'carlton'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which home team played against the away team Carlton?It is not neccessary to use all the tables.
|
SELECT 2 AS nd_leg FROM table_name_98 WHERE team__number2 = "sumykhimprom"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the 2nd leg when second team is Sumykhimprom?It is not neccessary to use all the tables.
|
SELECT Nationality, COUNT(*) FROM host GROUP BY Nationality ORDER BY COUNT(*)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many hosts does each nationality have? List the nationality and the count Visualize by bar chart, could you list in ascending by the y axis?It is not neccessary to use all the tables.
|
SELECT 1985 FROM table_30133_3 WHERE gdp_as_of_2012_after_purchasing_power_parity__ppp__calculations__usd_billions_ = "369.38"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the 1985 value for the year when GDP as of 2012 after PPP was 369.38?It is not neccessary to use all the tables.
|
SELECT result FROM table_name_82 WHERE opponent = "st. louis cardinals"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the score of the game against the St. Louis Cardinals?It is not neccessary to use all the tables.
|
SELECT opponents FROM table_21058836_1 WHERE opponent = "Santa Clara"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Santa Clara was played how many times?It is not neccessary to use all the tables.
|
SELECT COUNT(population__2011_) FROM table_name_2 WHERE population__2006_ < 7083 AND population_density < 342.8 AND change___percentage_ = 5 AND area__km²_ > 4.5
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the Population (2011) when the Population (2006) was less than 7083 and the Population density less than 342.8 and the Change (%) of 5 and an Area (km²) larger than 4.5?It is not neccessary to use all the tables.
|
SELECT Year FROM table WHERE Rank-Final = 6
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What year was the rank final of 6?.It is not neccessary to use all the tables.
|
SELECT Party FROM table WHERE District = New York 20
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the party for new york 20?.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.