sql stringlengths 9 2.37k | table stringclasses 9
values | query stringlengths 51 503 |
|---|---|---|
SELECT MAX(bronze) FROM table_name_70 WHERE gold = 0 AND total > 0 AND silver > 1 | CREATE TABLE INST, Here is a database schema( table schema); | Gold of 0, and a Total larger than 0, and a Silver larger than 1 and what is the highest bronze?It is not neccessary to use all the tables. |
SELECT position FROM table_name_48 WHERE round > 6 AND pick__number < 25 AND college = "southern illinois" | CREATE TABLE INST, Here is a database schema( table schema); | Round larger than 6 and a Pick # smaller than 25 and a College of southern Illinois has what position?It is not neccessary to use all the tables. |
SELECT event FROM table_name_75 WHERE alternate = "sun yue" AND skip = "wang bingyu(3rd)" | CREATE TABLE INST, Here is a database schema( table schema); | What event was Sun Yue the alternate and wang bingyu(3rd) the skip?It is not neccessary to use all the tables. |
SELECT Game FROM table WHERE Result = 136-112 | CREATE TABLE INST, Here is a database schema( table schema); | What Game had a Result of 136-112?.It is not neccessary to use all the tables. |
SELECT SUM(money___) AS £__ FROM table_name_90 WHERE player = "payne stewart" | CREATE TABLE INST, Here is a database schema( table schema); | What is the total amount of money that Payne Stewart has?It is not neccessary to use all the tables. |
SELECT Winner FROM table WHERE Score = 7–6 (7–3) , 2–6, [10–6] | CREATE TABLE INST, Here is a database schema( table schema); | Who was the winner with a score of 7–6 (7–3) , 2–6, [10–6]?.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.diagnosis = "HYPERGLYCEMIA;HYPONATREMIA" AND procedures.short_title = "Nonop remov hrt asst sys" | CREATE TABLE INST, Here is a database schema( table schema); | count the number of patients whose primary disease is hyperglycemia;hyponatremia and procedure short title is nonop remov hrt asst sys?It is not neccessary to use all the tables. |
SELECT Laps FROM table WHERE Grid = 26 | CREATE TABLE INST, Here is a database schema( table schema); | WHAT IS THE LAPS WITH A GRID OF 26?.It is not neccessary to use all the tables. |
SELECT MIN(lost) FROM table_name_27 WHERE _percentage_pts = 93.45 | CREATE TABLE INST, Here is a database schema( table schema); | If the points scored were 93.45% what's the lowest amount of games lost?It is not neccessary to use all the tables. |
SELECT race FROM table_name_3 WHERE date = "10/10/2008" | CREATE TABLE INST, Here is a database schema( table schema); | What is the race on 10/10/2008?It is not neccessary to use all the tables. |
SELECT Season FROM table WHERE Points < 26 AND Games > 18 AND Losses = 13 | CREATE TABLE INST, Here is a database schema( table schema); | Which season has less than 26 points, more than 18 games, and exactly 13 losses?.It is not neccessary to use all the tables. |
SELECT (SELECT chartevents.valuenum FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 1902) AND icustays.outtime IS NULL) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_it... | CREATE TABLE INST, Here is a database schema( table schema); | is the heart rate of patient 1902's body last measured on the current intensive care unit visit less than the value second to last measured on the current intensive care unit visit?It is not neccessary to use all the tables. |
SELECT Tries for FROM table WHERE Tries against = 38 | CREATE TABLE INST, Here is a database schema( table schema); | Name the tries with tries against of 38.It is not neccessary to use all the tables. |
SELECT SUM(pick__number) FROM table_name_59 WHERE college = "tennessee" AND overall < 270 | CREATE TABLE INST, Here is a database schema( table schema); | How many Picks have a College of tennessee, and an Overall smaller than 270?It is not neccessary to use all the tables. |
SELECT Name FROM table WHERE Company = quantcast corporation | CREATE TABLE INST, Here is a database schema( table schema); | Which Name has a Company of quantcast corporation?.It is not neccessary to use all the tables. |
SELECT Team FROM table WHERE Year = 2005 | CREATE TABLE INST, Here is a database schema( table schema); | What Team was in 2005?.It is not neccessary to use all the tables. |
SELECT place FROM table_name_3 WHERE score = 71 - 71 - 69 - 71 = 282 | CREATE TABLE INST, Here is a database schema( table schema); | What is Place when Score is "71-71-69-71=282"?It is not neccessary to use all the tables. |
SELECT customer_phone FROM available_policies WHERE policy_type_code = "Life Insurance" | CREATE TABLE INST, Here is a database schema( table schema); | What are the customer phone numbers under the policy "Life Insurance"?It is not neccessary to use all the tables. |
SELECT CFL Team FROM table WHERE Player = will grant | CREATE TABLE INST, Here is a database schema( table schema); | What is the CFL Team with Will Grant?.It is not neccessary to use all the tables. |
SELECT MAX Laps FROM table WHERE Qual = 106.185 | CREATE TABLE INST, Here is a database schema( table schema); | What is the most laps with a qualification of 106.185?.It is not neccessary to use all the tables. |
SELECT tour FROM table_14496232_2 WHERE mens_singles = "Chen Jin" AND womens_doubles = "Zhang Yawen Zhao Tingting" | CREATE TABLE INST, Here is a database schema( table schema); | Name the tour when mens singles is chen jin and womens doubles is zhang yawen zhao tingtingIt is not neccessary to use all the tables. |
SELECT llws FROM table_name_37 WHERE year = 2003 | CREATE TABLE INST, Here is a database schema( table schema); | What is the LLWS when the Year is 2003?It is not neccessary to use all the tables. |
SELECT COUNT Date of Birth FROM table WHERE Previous Club = Chelsea | CREATE TABLE INST, Here is a database schema( table schema); | how many date of birts are if the previous club is chelsea.It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Tie no = 15 | CREATE TABLE INST, Here is a database schema( table schema); | What was the score of tie number 15?.It is not neccessary to use all the tables. |
SELECT MAX("Year") FROM table_43739 WHERE "Laps" > '161' | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest Year, when Laps is greater than 161?It is not neccessary to use all the tables. |
SELECT surface FROM table_name_82 WHERE score = "4–6, 6–3, 6–1" | CREATE TABLE INST, Here is a database schema( table schema); | On what surface was the match played with a score of 4–6 6–3 6–1?It is not neccessary to use all the tables. |
SELECT MAX(attendance) FROM table_name_4 WHERE opponent = "tamworth" AND venue = "home" | CREATE TABLE INST, Here is a database schema( table schema); | Name the most attendance for tamworth with home venueIt is not neccessary to use all the tables. |
SELECT higgins FROM table_name_90 WHERE davis = "9%" | CREATE TABLE INST, Here is a database schema( table schema); | What is the Higgins with a Davis that is 9%?It is not neccessary to use all the tables. |
SELECT State FROM table WHERE Electorate = petrie | CREATE TABLE INST, Here is a database schema( table schema); | In which state is the Petrie electorate?.It is not neccessary to use all the tables. |
SELECT Home team score FROM table WHERE Home team = melbourne | CREATE TABLE INST, Here is a database schema( table schema); | When melbourne was the home team what was their score?.It is not neccessary to use all the tables. |
SELECT pennant FROM table_name_13 WHERE name = "narbada" | CREATE TABLE INST, Here is a database schema( table schema); | What pennant does Narbada have?It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.marital_status = "MARRIED" AND demographic.ethnicity = "ASIAN" | CREATE TABLE INST, Here is a database schema( table schema); | give me the number of patients whose marital status is married and ethnicity is asian?It is not neccessary to use all the tables. |
SELECT airdate FROM table_29281529_2 WHERE winner = "Guy Grossi" | CREATE TABLE INST, Here is a database schema( table schema); | What date did the episode air when guy grossi won?It is not neccessary to use all the tables. |
SELECT SUM(match) FROM table_name_73 WHERE draw < 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the sum for the match with a draw less than 0?It is not neccessary to use all the tables. |
SELECT MIN(crowd) FROM table_name_57 WHERE venue = "princes park" | CREATE TABLE INST, Here is a database schema( table schema); | What is the smallest crowd at princes park?It is not neccessary to use all the tables. |
SELECT Opponent team FROM table WHERE Scorers = ronaldinho 90+3' | CREATE TABLE INST, Here is a database schema( table schema); | Who was the opposing team when the scorer was ronaldinho 90+3'?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_78 WHERE home___away = "away" AND location_attendance = "blue cross arena" | CREATE TABLE INST, Here is a database schema( table schema); | What is the date of the away game at the Blue Cross Arena?It is not neccessary to use all the tables. |
SELECT points_1 FROM table_name_75 WHERE position > 4 AND goals_for = 54 AND lost > 11 | CREATE TABLE INST, Here is a database schema( table schema); | What is listed under points 1 when the position was greater than 4 there were 54 goals for and more than 11 losses?It is not neccessary to use all the tables. |
SELECT Content FROM table WHERE Television service = LA7 | CREATE TABLE INST, Here is a database schema( table schema); | What is the content of la7 television service?.It is not neccessary to use all the tables. |
SELECT MIN Extra points FROM table WHERE Player = ross kidston AND Points < 5 | CREATE TABLE INST, Here is a database schema( table schema); | Which Extra points is the lowest one that has a Player of ross kidston, and Points smaller than 5?.It is not neccessary to use all the tables. |
SELECT COUNT Accreditation FROM table WHERE Founded = 2006 | CREATE TABLE INST, Here is a database schema( table schema); | How many schools founded in 2006?.It is not neccessary to use all the tables. |
SELECT Player FROM table WHERE Score = 73-68-66=207 | CREATE TABLE INST, Here is a database schema( table schema); | What player scored 73-68-66=207?.It is not neccessary to use all the tables. |
SELECT Number stayed in Southeast FROM table WHERE Total number emigrated or forcibly removed = over 4,000 | CREATE TABLE INST, Here is a database schema( table schema); | Which Number stayed in Southeast has over 4,000 emigrated or forcibly removed?.It is not neccessary to use all the tables. |
SELECT Race Name FROM table WHERE Constructor = ferrari AND Date = 25 april | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the race name for ferrari on 25 april.It is not neccessary to use all the tables. |
SELECT record FROM table_27700530_9 WHERE date = "November 10" | CREATE TABLE INST, Here is a database schema( table schema); | What was the team's record on november 10?It is not neccessary to use all the tables. |
SELECT AVG(laps) FROM table_name_96 WHERE race_number < 8 AND country = "nl" | CREATE TABLE INST, Here is a database schema( table schema); | What is the average number of laps when the country was NL and the race number was smaller than 8?It is not neccessary to use all the tables. |
SELECT hanja FROM table_160510_1 WHERE province = "Sangju" | CREATE TABLE INST, Here is a database schema( table schema); | What is the hanja for the province of 'sangju'?It is not neccessary to use all the tables. |
SELECT MIN(ranking) FROM table_name_67 WHERE name = "paul mctiernan" | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest ranking for Paul Mctiernan?It is not neccessary to use all the tables. |
SELECT COUNT(year) FROM table_name_3 WHERE award_ceremony = "laurence olivier award" AND result = "won" AND nominee = "imelda staunton" | CREATE TABLE INST, Here is a database schema( table schema); | How many times is the award ceremony laurence olivier award result is won and the nominee is imelda staunton?It is not neccessary to use all the tables. |
SELECT Drawn FROM table WHERE Tries for = 54 | CREATE TABLE INST, Here is a database schema( table schema); | Risca RFC has 54 tries for and how many draws? .It is not neccessary to use all the tables. |
SELECT MIN(year) FROM table_1529260_2 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest year listed?It is not neccessary to use all the tables. |
SELECT U.S. viewers (in millions) FROM table WHERE Directed by = Daniel H. Forer | CREATE TABLE INST, Here is a database schema( table schema); | How many million U.S. viewers watched the episode that Daniel H. Forer directed?.It is not neccessary to use all the tables. |
SELECT City of license FROM table WHERE Call sign = k248am | CREATE TABLE INST, Here is a database schema( table schema); | What city does call sign K248am have its license in?.It is not neccessary to use all the tables. |
SELECT MIN Rank FROM table WHERE Technology = CDMA EVDO | CREATE TABLE INST, Here is a database schema( table schema); | What was the rank of operator whose technology is CDMA EVDO?.It is not neccessary to use all the tables. |
SELECT MAX Rank FROM table WHERE Bronze = 0 AND Silver > 1 AND Gold > 0 | CREATE TABLE INST, Here is a database schema( table schema); | Name the most rank with bronze of 0 and silver more than 1 and gold more than 0.It is not neccessary to use all the tables. |
SELECT SUM(intakeoutput.cellvaluenumeric) FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-3355')) AND intakeoutput.cellpath LIKE '%int... | CREATE TABLE INST, Here is a database schema( table schema); | what is the total amount of input patient 031-3355 had received?It is not neccessary to use all the tables. |
SELECT AFL Team FROM table WHERE Player = Bob Johnson | CREATE TABLE INST, Here is a database schema( table schema); | Bob Johnson plays for which AFL team?.It is not neccessary to use all the tables. |
SELECT COUNT Party FROM table WHERE Incumbent = Mac Collins | CREATE TABLE INST, Here is a database schema( table schema); | how many party classifications are there for the incumbent Mac Collins? .It is not neccessary to use all the tables. |
SELECT opponent FROM table_name_31 WHERE record = "10-1" | CREATE TABLE INST, Here is a database schema( table schema); | What opponent does she fight when she is 10-1?It is not neccessary to use all the tables. |
SELECT compatible_repository FROM table_27329061_2 WHERE version = "Old version, no longer supported: 9" AND default_desktop_environment = "LXDE" | CREATE TABLE INST, Here is a database schema( table schema); | What is the compatible repository when the version is old version no longer supported: 9 and default desktop environment is lxde?It is not neccessary to use all the tables. |
SELECT name FROM table_name_12 WHERE result = 54.67 | CREATE TABLE INST, Here is a database schema( table schema); | Who has a Result of 54.67?It is not neccessary to use all the tables. |
SELECT city___state FROM table_name_83 WHERE circuit = "eastern creek raceway" AND winner = "michael donaher" | CREATE TABLE INST, Here is a database schema( table schema); | What is City / State when Circuit is Eastern Creek Raceway and when Winner is Michael Donaher?It is not neccessary to use all the tables. |
SELECT COUNT Sail number FROM table WHERE Skipper = Geoff Ross | CREATE TABLE INST, Here is a database schema( table schema); | How many sail numbers for boat skippered by Geoff Ross?.It is not neccessary to use all the tables. |
SELECT High points FROM table WHERE Record = 30-23 | CREATE TABLE INST, Here is a database schema( table schema); | Name the high points for 30-23.It is not neccessary to use all the tables. |
SELECT water_park FROM table_name_72 WHERE rank = 20 | CREATE TABLE INST, Here is a database schema( table schema); | what is the water park with the rank 20?It is not neccessary to use all the tables. |
SELECT researched_at FROM table_30057479_1 WHERE geometry = "D: ~100nm, L: 1 μm" | CREATE TABLE INST, Here is a database schema( table schema); | Where was d: ~100nm l: 1 μm geometry researched?It is not neccessary to use all the tables. |
SELECT Decision FROM table WHERE Record = 45–18–6 | CREATE TABLE INST, Here is a database schema( table schema); | What was the decision of the Red Wings game when they had a record of 45–18–6?.It is not neccessary to use all the tables. |
SELECT "Time/Retired" FROM table_34053 WHERE "Laps" = '86' AND "Team" = 'hvm racing' | CREATE TABLE INST, Here is a database schema( table schema); | What Time/Retired has a Laps of 86 and the Team of HVM Racing?It is not neccessary to use all the tables. |
SELECT COUNT(production_code) FROM table_26429543_1 WHERE us_viewers__millions_ = "4.69" | CREATE TABLE INST, Here is a database schema( table schema); | How many different production codes are there for the episode with 4.69 million US viewers?It is not neccessary to use all the tables. |
SELECT COUNT Losing bonus FROM table WHERE Won = 10 AND Points against = 283 | CREATE TABLE INST, Here is a database schema( table schema); | how many losing bonus with won being 10 and points against being 283.It is not neccessary to use all the tables. |
SELECT Original Airdate FROM table WHERE Prod. Code = IPEA345A | CREATE TABLE INST, Here is a database schema( table schema); | What are the original air date(s) for episodes with production code ipea345a?.It is not neccessary to use all the tables. |
SELECT MAX(cuts_made) FROM table_name_99 WHERE top_5 < 3 AND top_10 > 4 | CREATE TABLE INST, Here is a database schema( table schema); | Name the highest cuts made when top 5 is less than 3 and top ten is more than 4It is not neccessary to use all the tables. |
SELECT Manner of departure FROM table WHERE Team = Notts County AND Incoming manager = Martin Allen | CREATE TABLE INST, Here is a database schema( table schema); | What was the manner of departure for notts county with an incoming manager of martin allen.It is not neccessary to use all the tables. |
SELECT Away team FROM table WHERE Home team = footscray | CREATE TABLE INST, Here is a database schema( table schema); | What is the visiting team that has a home team related to footscray?.It is not neccessary to use all the tables. |
SELECT party AS a FROM table_22754310_1 WHERE runner_up_a = "M. S. K. Sathiyendran" | CREATE TABLE INST, Here is a database schema( table schema); | Name the party a for m. s. k. sathiyendran runner upIt is not neccessary to use all the tables. |
SELECT report FROM table_name_11 WHERE race_name = "v grand prix de paris" | CREATE TABLE INST, Here is a database schema( table schema); | Name the report for v grand prix de parisIt is not neccessary to use all the tables. |
SELECT MAX(to_par) FROM table_name_22 WHERE place = "1" | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest To Par when Place is "1"?It is not neccessary to use all the tables. |
SELECT Construction start FROM table WHERE Commercial operation = 04.03.1987 | CREATE TABLE INST, Here is a database schema( table schema); | When was the start of the construction of the unit that's been in commercial operation since 04.03.1987?.It is not neccessary to use all the tables. |
SELECT Location Attendance FROM table WHERE Record = 16-44 | CREATE TABLE INST, Here is a database schema( table schema); | What was the location and attendance when the team's record was 16-44?.It is not neccessary to use all the tables. |
SELECT Sweet potato [G ] FROM table WHERE Soybean (Green) [F ] = 1.65 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Sweet Potato amount when the soybean amount is 1.65?.It is not neccessary to use all the tables. |
SELECT "women's team" FROM table_204_132 WHERE NOT "women's team" IS NULL ORDER BY "year" DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | what women 's team won the last competition ?It is not neccessary to use all the tables. |
SELECT AVG Attendance FROM table WHERE Date = september 26, 1971 | CREATE TABLE INST, Here is a database schema( table schema); | What was the Attendance on September 26, 1971?.It is not neccessary to use all the tables. |
SELECT Opponent FROM table WHERE Record = 4-0 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the opponent when Raphael was 4-0?.It is not neccessary to use all the tables. |
SELECT Support_rate, Consider_rate, Oppose_rate FROM candidate ORDER BY unsure_rate | CREATE TABLE INST, Here is a database schema( table schema); | Please list support consider and oppose rates for each candidate in ascending order by unsure rate.It is not neccessary to use all the tables. |
SELECT political_party FROM table_name_22 WHERE name = "rexhep bej mitrovica" | CREATE TABLE INST, Here is a database schema( table schema); | Which Political Party has a Name of rexhep bej mitrovica?It is not neccessary to use all the tables. |
SELECT Competition FROM table WHERE Score = 2-0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the name of the competition that has a score of 2-0?.It is not neccessary to use all the tables. |
SELECT MAX Seats FROM table WHERE Share of votes = 45.3% AND Total seats < 166 | CREATE TABLE INST, Here is a database schema( table schema); | with shares of 45.3% and total seats less than 166. what is the greatest number of seat?.It is not neccessary to use all the tables. |
SELECT COUNT C/W 15+ FROM table WHERE 55 to 59 < 1,677 AND Oblast\Age = gorod moscow AND 50 to 54 > 1,562 | CREATE TABLE INST, Here is a database schema( table schema); | How many times is 55 to 59 less than 1,677, oblast\age is gorod moscow and 50 to 54 is more than 1,562?.It is not neccessary to use all the tables. |
SELECT player FROM table_name_70 WHERE score < 69 AND country = "united states" | CREATE TABLE INST, Here is a database schema( table schema); | What is Player when Score is less than 69 and when Country is "United States"?It is not neccessary to use all the tables. |
SELECT COUNT(played) FROM table_name_57 WHERE against > 11 AND team = "botafogo" AND position < 2 | CREATE TABLE INST, Here is a database schema( table schema); | How much Played has an Against larger than 11 and a Team of botafogo and a Position smaller than 2?It is not neccessary to use all the tables. |
SELECT T2.organisation_id, T2.organisation_details FROM Grants AS T1 JOIN Organisations AS T2 ON T1.organisation_id = T2.organisation_id GROUP BY T2.organisation_id HAVING SUM(T1.grant_amount) > 6000 | CREATE TABLE INST, Here is a database schema( table schema); | Find the organisation ids and details of the organisations which are involved inIt is not neccessary to use all the tables. |
SELECT Assisted FROM table WHERE Solo = 6 AND Sack < 5 | CREATE TABLE INST, Here is a database schema( table schema); | what is the assisted when the solo is 6 and sack is less than 5?.It is not neccessary to use all the tables. |
SELECT Result FROM table WHERE Opponent# = indiana | CREATE TABLE INST, Here is a database schema( table schema); | What result did Indiana have when they were an opponent?.It is not neccessary to use all the tables. |
SELECT MIN # of Bids FROM table WHERE Win % = .667 | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the lowest # of bids for win percent of .667.It is not neccessary to use all the tables. |
SELECT driver FROM table_20159025_1 WHERE part_1 = "1:31.386" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the driver when the time in part 3 was 1:31.386?It is not neccessary to use all the tables. |
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, flight WHERE (((flight.departure_time BETWEEN 0 AND 1200) AND date_day.day_number = 20 AND date_day.month_number = 9 AND date_day.year = 1991 AND days.day_nam... | CREATE TABLE INST, Here is a database schema( table schema); | all right give me the flight times in the morning on 9 20 from PITTSBURGH to SAN FRANCISCOIt is not neccessary to use all the tables. |
SELECT Area FROM table WHERE Name = mangamahu primary school | CREATE TABLE INST, Here is a database schema( table schema); | What is the area of Mangamahu primary school?.It is not neccessary to use all the tables. |
SELECT Years FROM table WHERE Decile < 4 AND Name = tkkm o te ara rima | CREATE TABLE INST, Here is a database schema( table schema); | Tkkm o te ara rima has a decile less than 4 in what years?.It is not neccessary to use all the tables. |
SELECT Studio, COUNT(*) FROM film GROUP BY Studio | CREATE TABLE INST, Here is a database schema( table schema); | List the studios of each film and the number of films produced by that studio.It is not neccessary to use all the tables. |
SELECT Incumbent FROM table WHERE District = Pennsylvania 27 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the incumbent in Pennsylvania 27?.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.