sql
stringlengths 9
2.37k
| table
stringclasses 9
values | query
stringlengths 51
503
|
---|---|---|
SELECT result FROM table_1341663_10 WHERE candidates = "Sam M. Gibbons (D) Unopposed" | CREATE TABLE INST, Here is a database schema( table schema); | what was the result where the candidates are sam m. gibbons (d) unopposed?It is not neccessary to use all the tables. |
SELECT Party FROM table WHERE First elected = 1990 | CREATE TABLE INST, Here is a database schema( table schema); | From which party is the incumbent who was first elected to office in 1990?.It is not neccessary to use all the tables. |
SELECT tries_for FROM table_12807904_3 WHERE drawn = "3" | CREATE TABLE INST, Here is a database schema( table schema); | HOW MANY GAMES WERE TIED AT 3?It is not neccessary to use all the tables. |
SELECT syracuse FROM table_name_20 WHERE utica = "union springs shale and limestone" AND rochester = "union springs shale and limestone" | CREATE TABLE INST, Here is a database schema( table schema); | What is Syracuse when Utica is Union Springs Shale And Limestone and when Rochester is Union Springs Shale And Limestone?It is not neccessary to use all the tables. |
SELECT Recorded FROM table WHERE Time = 2:12 AND Song Title = i want to be free | CREATE TABLE INST, Here is a database schema( table schema); | What is the date recorded for I Want to Be Free with a length of 2:12?.It is not neccessary to use all the tables. |
SELECT District FROM table WHERE Incumbent = richard neal | CREATE TABLE INST, Here is a database schema( table schema); | What is District, when Incumbent is "Richard Neal"?.It is not neccessary to use all the tables. |
SELECT Deductions FROM table WHERE Pyramids = 49 | CREATE TABLE INST, Here is a database schema( table schema); | What is every deduction for pyramids of 49?.It is not neccessary to use all the tables. |
SELECT Outcome FROM table WHERE Opponent = marina erakovic | CREATE TABLE INST, Here is a database schema( table schema); | What is the outcome with marina erakovic as opponent?.It is not neccessary to use all the tables. |
SELECT genre FROM table_1601792_3 WHERE station = "Hot FM" | CREATE TABLE INST, Here is a database schema( table schema); | What is the genre for the hot fm station?It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Location Attendance = madison square garden unknown AND High rebounds = sidney green (10) | CREATE TABLE INST, Here is a database schema( table schema); | What is Score, when Location Attendance is "Madison Square Garden Unknown", and when High Rebounds is "Sidney Green (10)"?.It is not neccessary to use all the tables. |
SELECT couple FROM table_name_8 WHERE result = "safe" AND style = "lyrical jazz" | CREATE TABLE INST, Here is a database schema( table schema); | What couple had a safe result and a lyrical jazz style?It is not neccessary to use all the tables. |
SELECT SUM(year) FROM table_name_93 WHERE opponent = "penrith panthers" | CREATE TABLE INST, Here is a database schema( table schema); | Name the sum of year for penrith panthers opponentIt is not neccessary to use all the tables. |
SELECT emp_fname FROM employee WHERE emp_jobcode = 'PROF' ORDER BY emp_dob | CREATE TABLE INST, Here is a database schema( table schema); | List the first name of all employees with job code PROF ordered by their date of birth.It is not neccessary to use all the tables. |
SELECT Pali FROM table WHERE Poison/Klesha = pride | CREATE TABLE INST, Here is a database schema( table schema); | What is the pali word for pride in poison/klesha?.It is not neccessary to use all the tables. |
SELECT college FROM table_name_82 WHERE player = "richard ticzon" | CREATE TABLE INST, Here is a database schema( table schema); | What college did Richard Ticzon attend?It is not neccessary to use all the tables. |
SELECT Points FROM table WHERE Tries for = 49 | CREATE TABLE INST, Here is a database schema( table schema); | Name the points when tries for is 49.It is not neccessary to use all the tables. |
SELECT AVG Points FROM table WHERE Tied > 8 AND Games < 82 AND Coach = bryan mclay † morris lallo ‡ gerry moore ‡ AND Goals against > 322 | CREATE TABLE INST, Here is a database schema( table schema); | What is the points average when the tied is greater than 8, less than 82 games and the coach of Bryan Mclay † Morris Lallo ‡ Gerry Moore ‡, and greater than 322 goals?.It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Tournament = tokyo, japan AND Date = october 24, 1982 | CREATE TABLE INST, Here is a database schema( table schema); | What was the Score on October 24, 1982 in Tokyo, Japan?.It is not neccessary to use all the tables. |
SELECT COUNT(gold) FROM table_name_40 WHERE rank = "7" AND nation = "italy" AND silver < 0 | CREATE TABLE INST, Here is a database schema( table schema); | Which Gold has a Rank of 7 a Nation of italy and a Silver smaller than 0?It is not neccessary to use all the tables. |
SELECT MIN McCain# FROM table WHERE Obama% = 48.35% | CREATE TABLE INST, Here is a database schema( table schema); | What was McCain's vote when Obama had 48.35%.It is not neccessary to use all the tables. |
SELECT Product_Name FROM PRODUCTS GROUP BY Product_Name HAVING AVG(Product_Price) < 1000000 | CREATE TABLE INST, Here is a database schema( table schema); | What are the product names with average product price smaller than 1000000?It is not neccessary to use all the tables. |
SELECT Headquarter, MAX(Revenue) FROM Manufacturers GROUP BY Headquarter | CREATE TABLE INST, Here is a database schema( table schema); | Please tell the revenues of the companies with the highest revenues in each headquarter city.It is not neccessary to use all the tables. |
SELECT Name FROM table WHERE Year named = 1994 AND Diameter (km) > 125 AND Latitude = 30.0s | CREATE TABLE INST, Here is a database schema( table schema); | What name was given in 1994 when the diameter (km) was larger than 125 and the latitude was 30.0s?.It is not neccessary to use all the tables. |
SELECT MIN Total Passengers FROM table WHERE Location = salvador AND Rank > 5 | CREATE TABLE INST, Here is a database schema( table schema); | Can you tell me the lowest Total Passengers than has the Location of salvador, and the Rank larger than 5?.It is not neccessary to use all the tables. |
SELECT Women's doubles FROM table WHERE Year > 2004 AND Women's singles = line isberg | CREATE TABLE INST, Here is a database schema( table schema); | What Women's Doubles team played after 2004 and where Line Isberg played Women's Singles?.It is not neccessary to use all the tables. |
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 = 21074)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'admit ht' AND d_items.linksto = 'chartevents') ORDER BY chartevents.charttime DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | what the last height of patient 21074.It is not neccessary to use all the tables. |
SELECT Home team score FROM table WHERE Venue = victoria park | CREATE TABLE INST, Here is a database schema( table schema); | Who was the home team at Victoria Park?.It is not neccessary to use all the tables. |
SELECT date FROM table_name_10 WHERE winning_score = –7(67 - 72 - 69 - 69 = 277) | CREATE TABLE INST, Here is a database schema( table schema); | What was the date of the match with a winning score of –7 (67-72-69-69=277)?It is not neccessary to use all the tables. |
SELECT Clock Multiplier FROM table WHERE Voltage Range (V) = 3.3 - 3.6 AND Input Clock (MHz) = 33 X 3 / 50 X 2 AND Part Number = A80486DX4-100 | CREATE TABLE INST, Here is a database schema( table schema); | What is the clock multiplier if the voltage range (v) is 3.3 - 3.6; input clock (mhz) is 33 x 3 / 50 x 2; and part number is a80486dx4-100?.It is not neccessary to use all the tables. |
SELECT AVG(round) FROM table_name_16 WHERE position = "wide receiver" AND name = "r. jay soward" AND overall < 29 | CREATE TABLE INST, Here is a database schema( table schema); | What is the average Round for wide receiver r. jay soward and Overall smaller than 29?It is not neccessary to use all the tables. |
SELECT Origin of Programming FROM table WHERE Genre = cricket AND Network = star cricket | CREATE TABLE INST, Here is a database schema( table schema); | Where does the network Star Cricket originate?.It is not neccessary to use all the tables. |
SELECT zone FROM table_name_42 WHERE round = "semifinal" AND against = "israel" AND opponent = "anna smashnova" | CREATE TABLE INST, Here is a database schema( table schema); | What zone was the Semifinal game played against Israel with Anna Smashnova as the opponent?It is not neccessary to use all the tables. |
SELECT time FROM table_name_57 WHERE opponent = "shinya aoki" | CREATE TABLE INST, Here is a database schema( table schema); | What was the time when Shinya Aoki was the opponent?It is not neccessary to use all the tables. |
SELECT playoffs FROM table_1427998_1 WHERE team_name = "Bay Area Seals" | CREATE TABLE INST, Here is a database schema( table schema); | What was the playoff result for the team name of bay area sealsIt is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Record = 26-19 | CREATE TABLE INST, Here is a database schema( table schema); | On what date was their record 26-19?.It is not neccessary to use all the tables. |
SELECT COUNT(*) FROM outputevents WHERE outputevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 18866) AND icustays.outtime IS NULL) AND outputevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'or urine' AND d_items.linksto = 'outputevents') | CREATE TABLE INST, Here is a database schema( table schema); | how many times did patient 18866 make a or urine out on the current icu visit?It is not neccessary to use all the tables. |
SELECT form_factor FROM table_27615520_1 WHERE bandwidth__gb_s_ = "10" | CREATE TABLE INST, Here is a database schema( table schema); | What is the shape distortion for the range frequency of 10?It is not neccessary to use all the tables. |
SELECT "Record" FROM table_7817 WHERE "Game" < '7' AND "Date" = 'november 7' | CREATE TABLE INST, Here is a database schema( table schema); | What was the record of the game played on November 7?It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE High points = Josh Powell (13) | CREATE TABLE INST, Here is a database schema( table schema); | what was the final score of the game where josh powell (13) scored the most points?.It is not neccessary to use all the tables. |
SELECT Pop. density People/km 2 FROM table WHERE Population % of EU = 1.1% AND Member State = Slovakia | CREATE TABLE INST, Here is a database schema( table schema); | Name the population density where population % is 1.1% for slovakia.It is not neccessary to use all the tables. |
SELECT Season FROM table WHERE Goals < 6 AND Team = tarbiat yazd | CREATE TABLE INST, Here is a database schema( table schema); | What is Season, when Goals is less than 6, and when Team is "Tarbiat Yazd"?.It is not neccessary to use all the tables. |
SELECT 2009 FROM table WHERE 2008 = 1r AND Tournament = french open | CREATE TABLE INST, Here is a database schema( table schema); | What is 2009, when 2008 is 1R, and when Tournament is French Open?.It is not neccessary to use all the tables. |
SELECT COUNT Club FROM table WHERE Try bonus = 5 | CREATE TABLE INST, Here is a database schema( table schema); | How many clubs have a try bonus value of 5?.It is not neccessary to use all the tables. |
SELECT Opponent FROM table WHERE Attendance = 54,136 | CREATE TABLE INST, Here is a database schema( table schema); | Who was the opponent for the game played with 54,136 people in attendance?.It is not neccessary to use all the tables. |
SELECT Japanese title FROM table WHERE English title = Fantasy | CREATE TABLE INST, Here is a database schema( table schema); | What is the Japanese title for Fantasy?.It is not neccessary to use all the tables. |
SELECT british FROM table_name_93 WHERE australian = "ɔ" | CREATE TABLE INST, Here is a database schema( table schema); | What is the British for the Australian ?It is not neccessary to use all the tables. |
SELECT Status FROM table WHERE Index = f7 | CREATE TABLE INST, Here is a database schema( table schema); | For the event with index f7, what is the status?.It is not neccessary to use all the tables. |
SELECT MAX Crowd FROM table WHERE Date = Saturday 16 February | CREATE TABLE INST, Here is a database schema( table schema); | Name the most crowd for saturday 16 february.It is not neccessary to use all the tables. |
SELECT COUNT(land___sqmi__) FROM table_18600760_19 WHERE longitude = "-100.895783" | CREATE TABLE INST, Here is a database schema( table schema); | how many lands with longitude of -100.895783 are?It is not neccessary to use all the tables. |
SELECT Superlative FROM table WHERE Year > 1984 AND Actress = gloria stuart | CREATE TABLE INST, Here is a database schema( table schema); | Which award was won by Gloria Stuart after 1984?.It is not neccessary to use all the tables. |
SELECT county FROM table_name_7 WHERE name = "broderick wood products" | CREATE TABLE INST, Here is a database schema( table schema); | Which county is named broderick wood products?It is not neccessary to use all the tables. |
SELECT "Date" FROM table_11094 WHERE "Visiting Team" = 'new york giants' AND "Final Score" = '37-34' | CREATE TABLE INST, Here is a database schema( table schema); | What is the date the new york giants were the visiting team and the Final Score was 37-34?It is not neccessary to use all the tables. |
SELECT DISTINCT T2.Name FROM country AS T1 JOIN city AS T2 ON T2.CountryCode = T1.Code WHERE T1.Continent = 'Europe' AND NOT T1.Name IN (SELECT T3.Name FROM country AS T3 JOIN countrylanguage AS T4 ON T3.Code = T4.CountryCode WHERE T4.IsOfficial = 'T' AND T4.Language = 'English') | CREATE TABLE INST, Here is a database schema( table schema); | Which cities are in European countries where English is not the official language?It is not neccessary to use all the tables. |
SELECT date FROM table_name_11 WHERE match < 14 AND ground = "h" AND opponent = "aston villa under 18s" | CREATE TABLE INST, Here is a database schema( table schema); | On what date is there a match lower than 14 with a ground of H and the opponent Aston Villa under 18s?It is not neccessary to use all the tables. |
SELECT "Road race" FROM table_28350 WHERE "Location" = 'Omsk' | CREATE TABLE INST, Here is a database schema( table schema); | What is the name of the road race held in Omsk, Russia?It is not neccessary to use all the tables. |
SELECT Week FROM table WHERE Final score = 6–26 | CREATE TABLE INST, Here is a database schema( table schema); | What week was the final score 6–26?.It is not neccessary to use all the tables. |
SELECT MAX Total votes FROM table WHERE % of popular vote = 0.86% AND # of seats won > 0 | CREATE TABLE INST, Here is a database schema( table schema); | Can you tell me the highest Total votes that has the % of popular vote of 0.86%, and the # of seats won larger than 0?.It is not neccessary to use all the tables. |
SELECT Score FROM table WHERE Home = toronto maple leafs AND Date = february 1 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Score of the Toronto Maple Leafs home game on February 1?.It is not neccessary to use all the tables. |
SELECT MAX(average) FROM table_name_36 WHERE finale > 35 AND hk_viewers = "2.12 million" AND peak > 40 | CREATE TABLE INST, Here is a database schema( table schema); | What is the high average that has a Finale larger than 35 a HK viewers of 2.12 million and a Peak larger than 40?It is not neccessary to use all the tables. |
SELECT "Finalist" FROM table_37207 WHERE "Host City" = 'tartu' AND "Season" = '2010' | CREATE TABLE INST, Here is a database schema( table schema); | Who was the finalist in the 2010 season in the host city tartu?It is not neccessary to use all the tables. |
SELECT tries_against FROM table_12886178_4 WHERE tries_for = "29" | CREATE TABLE INST, Here is a database schema( table schema); | What was the tries against count for the club whose tries for count was 29?It is not neccessary to use all the tables. |
SELECT per_capita_income FROM table_name_61 WHERE median_family_income = "$40,492" | CREATE TABLE INST, Here is a database schema( table schema); | What is the per capita income of the county with a median family income of $40492?It is not neccessary to use all the tables. |
SELECT Reg. Season FROM table WHERE Avg. attendance < 942 | CREATE TABLE INST, Here is a database schema( table schema); | What regular season result had an average attendance less than 942?.It is not neccessary to use all the tables. |
SELECT team FROM table_name_81 WHERE rank < 7 AND rider = "matts nilsson" | CREATE TABLE INST, Here is a database schema( table schema); | What's Matts Nilsson's team that's ranked better than 7?It is not neccessary to use all the tables. |
SELECT "College" FROM table_47858 WHERE "Overall" < '344' AND "Name" = 'jerry hackenbruck' | CREATE TABLE INST, Here is a database schema( table schema); | What college did jerry hackenbruck come from who had an overall pick less than 344?It is not neccessary to use all the tables. |
SELECT "venue" FROM table_203_781 WHERE "position" = 3 | CREATE TABLE INST, Here is a database schema( table schema); | list each venue where the 3rd position was achieved ?It is not neccessary to use all the tables. |
SELECT T1.owner_id, T2.first_name, T2.last_name FROM Dogs AS T1 JOIN Owners AS T2 ON T1.owner_id = T2.owner_id GROUP BY T1.owner_id ORDER BY COUNT(*) DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | Which owner owns the most dogs? List the owner id first name and last name.It is not neccessary to use all the tables. |
SELECT AVG Population FROM table WHERE Median family income = $48,446 AND Number of households > 35,343 | CREATE TABLE INST, Here is a database schema( table schema); | What is the population where the median family income is $48,446 and there are more than 35,343 households?.It is not neccessary to use all the tables. |
SELECT stadium FROM table_21436373_11 WHERE type_of_record = "Regular season game" | CREATE TABLE INST, Here is a database schema( table schema); | Name the stadium for regular season gameIt is not neccessary to use all the tables. |
SELECT tie_no FROM table_name_79 WHERE home_team = "bournemouth" | CREATE TABLE INST, Here is a database schema( table schema); | What was the tie number when Bournemouth was the home team?It is not neccessary to use all the tables. |
SELECT To par FROM table WHERE Country = united states AND Place = t3 AND Player = tim herron | CREATE TABLE INST, Here is a database schema( table schema); | What is the to par of player Tim Herron from the United States with a t3 place?.It is not neccessary to use all the tables. |
SELECT Surface FROM table WHERE Date = 12-apr-2005 | CREATE TABLE INST, Here is a database schema( table schema); | What was the surface for the game that was played on 12-Apr-2005?.It is not neccessary to use all the tables. |
SELECT Developer(s) FROM table WHERE Platform(s) = wii | CREATE TABLE INST, Here is a database schema( table schema); | Who was the developer of Wii?.It is not neccessary to use all the tables. |
SELECT Tie no FROM table WHERE Home team = manchester united | CREATE TABLE INST, Here is a database schema( table schema); | What was the Tie no when Manchester United was the home team?.It is not neccessary to use all the tables. |
SELECT "Played in" FROM table_56254 WHERE "Points for" = '119' | CREATE TABLE INST, Here is a database schema( table schema); | Where was the match that had 119 points for played?It is not neccessary to use all the tables. |
SELECT location FROM table_25572068_1 WHERE winning_driver = "Nathanaël Berthon" | CREATE TABLE INST, Here is a database schema( table schema); | What was the location when the winning driver was Nathana l Berthon?It is not neccessary to use all the tables. |
SELECT start__reg_season_ FROM table_22383603_1 WHERE top_record = "Lindenwood (20–0–0)" | CREATE TABLE INST, Here is a database schema( table schema); | When did the season start that ended with the top record of Lindenwood (20–0–0)?It is not neccessary to use all the tables. |
SELECT MIN(round) FROM table_name_84 WHERE position = "guard" AND pick < 144 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest round for the player whose position is guard and had a pick number smaller than 144?It is not neccessary to use all the tables. |
SELECT MAX Season FROM table WHERE Position = 2nd | CREATE TABLE INST, Here is a database schema( table schema); | What is the most recent year with a finish in 2nd position?.It is not neccessary to use all the tables. |
SELECT notes FROM table_name_59 WHERE khmer = "២៨" | CREATE TABLE INST, Here is a database schema( table schema); | what notes have the khmer ២៨?It is not neccessary to use all the tables. |
SELECT COUNT(*) AS ReppedUsers FROM Users WHERE Reputation >= 15 | CREATE TABLE INST, Here is a database schema( table schema); | Users with reputation at least 15.It is not neccessary to use all the tables. |
SELECT independent_socialist_ticket FROM table_name_35 WHERE office = "comptroller" | CREATE TABLE INST, Here is a database schema( table schema); | Who was the Independent Socialist candidate for the office of comptroller?It is not neccessary to use all the tables. |
SELECT Assists FROM table WHERE Player = DeLisha Milton-Jones | CREATE TABLE INST, Here is a database schema( table schema); | How many assists did Delisha Milton-Jones make?.It is not neccessary to use all the tables. |
SELECT MAX(year) FROM table_name_10 WHERE competition = "new york city marathon" | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest Year with a Competition that is new york city marathon?It is not neccessary to use all the tables. |
SELECT democratic FROM table_27003223_4 WHERE registered_voters = "67.8%" | CREATE TABLE INST, Here is a database schema( table schema); | what is the percentage of democratic voters in which the registered voters is 67.8%?It is not neccessary to use all the tables. |
SELECT Entrant FROM table WHERE Points = 0 AND Year = 1997 | CREATE TABLE INST, Here is a database schema( table schema); | What Entrant has 0 points and from 1997?.It is not neccessary to use all the tables. |
SELECT product_type_code, AVG(product_price) FROM Products GROUP BY product_type_code | CREATE TABLE INST, Here is a database schema( table schema); | Return the average price for each product type by a pie chart.It is not neccessary to use all the tables. |
SELECT 2008 FROM table_name_69 WHERE 2011 = "olympic games" | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the 2008 of 2001 olympic gamesIt is not neccessary to use all the tables. |
SELECT COUNT Match no. FROM table WHERE Team Europe = Osku Palermaa | CREATE TABLE INST, Here is a database schema( table schema); | When osku palermaa is on the europe team how many match numbers are there?.It is not neccessary to use all the tables. |
SELECT Province, Community FROM table WHERE Age = 27 | CREATE TABLE INST, Here is a database schema( table schema); | What is the province where the age of the contestant is 27?.It is not neccessary to use all the tables. |
SELECT Opponent FROM table WHERE Record = 64-51 | CREATE TABLE INST, Here is a database schema( table schema); | Who's the opponent of the game with the record 64-51?.It is not neccessary to use all the tables. |
SELECT COUNT Title FROM table WHERE Original air date = February 13, 1954 | CREATE TABLE INST, Here is a database schema( table schema); | How many episodes aired on february 13, 1954?.It is not neccessary to use all the tables. |
SELECT COUNT(round) FROM table_name_49 WHERE pick > 9 AND school = "duke" | CREATE TABLE INST, Here is a database schema( table schema); | In what Round does Duke have a Pick larger than 9?It is not neccessary to use all the tables. |
SELECT driver FROM table_name_28 WHERE points = 7 AND team = "team australia" | CREATE TABLE INST, Here is a database schema( table schema); | Which driver has 7 points for team Australia?It is not neccessary to use all the tables. |
SELECT AVG Draws FROM table WHERE Al Ahly wins > 59 | CREATE TABLE INST, Here is a database schema( table schema); | What is the average number of draws for Al Ahly wins over 59?.It is not neccessary to use all the tables. |
SELECT Rebounds FROM table WHERE # = 2 | CREATE TABLE INST, Here is a database schema( table schema); | List the number of recovers for player #2..It is not neccessary to use all the tables. |
SELECT Nation FROM table WHERE Record = 7.39 | CREATE TABLE INST, Here is a database schema( table schema); | What is the Nation with a Record that is 7.39?.It is not neccessary to use all the tables. |
SELECT spacecraft FROM table_22385461_9 WHERE start___utc__ = "November 18, 2008 18:09" | CREATE TABLE INST, Here is a database schema( table schema); | If the start (utc) is November 18 2008 18:09 what is the name of the spacecraft?It is not neccessary to use all the tables. |
SELECT H / A FROM table WHERE Date = 20 february 2007 | CREATE TABLE INST, Here is a database schema( table schema); | What is the H/A for 20 february 2007?.It is not neccessary to use all the tables. |
SELECT COUNT Score FROM table WHERE Championship Game Opponent = Miami University | CREATE TABLE INST, Here is a database schema( table schema); | How many scores are there when the championship game opponent is Miami University?.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.