answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT position FROM table_name_16 WHERE wins > 0 AND podiums < 3 | What position has over 0 wins and under 3 podiums? | CREATE TABLE table_name_16 (position VARCHAR, wins VARCHAR, podiums VARCHAR) |
SELECT COUNT(title) FROM table_20942925_1 WHERE production_code = "NABF07" | How many titles for the production code of NABF07? | CREATE TABLE table_20942925_1 (title VARCHAR, production_code VARCHAR) |
SELECT origin FROM table_29202276_2 WHERE destination = "Mumbai" | What is the origin when the destination is Mumbai? | CREATE TABLE table_29202276_2 (origin VARCHAR, destination VARCHAR) |
SELECT COUNT(against) FROM table_name_96 WHERE points > 31 AND drawn > 6 | How many Againsts have Points larger than 31 and a Drawn larger than 6? | CREATE TABLE table_name_96 (against VARCHAR, points VARCHAR, drawn VARCHAR) |
SELECT COUNT(time) FROM table_name_4 WHERE nationality = "great britain" | What was Great Britain's total time? | CREATE TABLE table_name_4 (time VARCHAR, nationality VARCHAR) |
SELECT district FROM table_2668336_17 WHERE incumbent = "Charles Fisher" | In what district is the incumbent Charles Fisher? | CREATE TABLE table_2668336_17 (district VARCHAR, incumbent VARCHAR) |
SELECT record FROM table_name_8 WHERE method = "submission (armbar)" AND round < 3 | what is the record when the method is submission (armbar) and the round is less than 3? | CREATE TABLE table_name_8 (record VARCHAR, method VARCHAR, round VARCHAR) |
SELECT SUM(year) FROM table_name_39 WHERE attendance = "95,000" AND runner_up = "dresdner sc" | What is the sum of the years where the attendance was 95,000 and the runner-up was dresdner sc? | CREATE TABLE table_name_39 (year INTEGER, attendance VARCHAR, runner_up VARCHAR) |
SELECT opponent FROM table_name_55 WHERE score = "0-3" | Which opponent has the score of 0-3? | CREATE TABLE table_name_55 (opponent VARCHAR, score VARCHAR) |
SELECT height__ft_ FROM table_25461827_2 WHERE country = "Paraguay" | What is the height associated with Paraguay? | CREATE TABLE table_25461827_2 (height__ft_ VARCHAR, country VARCHAR) |
SELECT MAX(disposable_usd_growth) FROM table_24486462_1 WHERE country = "Australia" | What is Australia's Disposable USD growth? | CREATE TABLE table_24486462_1 (disposable_usd_growth INTEGER, country VARCHAR) |
SELECT surface FROM table_name_35 WHERE partner = "tiya rolle" | What was the surface for the game that was played with partner Tiya Rolle? | CREATE TABLE table_name_35 (surface VARCHAR, partner VARCHAR) |
SELECT T2.Episode FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T1.series_name = "Sky Radio" | List the Episode of all TV series showed on TV Channel with series name "Sky Radio". | CREATE TABLE TV_Channel (id VARCHAR, series_name VARCHAR); CREATE TABLE TV_series (Episode VARCHAR, Channel VARCHAR) |
SELECT format_name FROM table_name_44 WHERE video_coding = "dv" AND color_sampling = "4:1:1" | What format name has dv as video coding and 4:1:1 as the color sampling? | CREATE TABLE table_name_44 (format_name VARCHAR, video_coding VARCHAR, color_sampling VARCHAR) |
SELECT 2001 FROM table_name_83 WHERE 2005 = "4r" | What is the 2001 tournament with a 2005 4r? | CREATE TABLE table_name_83 (Id VARCHAR) |
SELECT £1_fraction FROM table_1682865_1 WHERE reverse = "Hare" | What is the £1 fraction when the reverse is hare? | CREATE TABLE table_1682865_1 (£1_fraction VARCHAR, reverse VARCHAR) |
SELECT COUNT(viewers__millions_) FROM table_11253290_2 WHERE rank__night_ = 11 | How many times was the rank (night) 11? | CREATE TABLE table_11253290_2 (viewers__millions_ VARCHAR, rank__night_ VARCHAR) |
SELECT first_name, last_name, salary FROM employees WHERE salary < 6000 | List the full name (first and last name), and salary for those employees who earn below 6000. | CREATE TABLE employees (first_name VARCHAR, last_name VARCHAR, salary INTEGER) |
SELECT MAX(year) FROM table_name_90 WHERE points > 0 | Name the highest year with points more than 0 | CREATE TABLE table_name_90 (year INTEGER, points INTEGER) |
SELECT attendance FROM table_name_8 WHERE tie_no = "16" | When there was a tie of 16 what was the attendance? | CREATE TABLE table_name_8 (attendance VARCHAR, tie_no VARCHAR) |
SELECT COUNT(points) FROM table_name_69 WHERE year > 1966 | How many points have a Year larger than 1966? | CREATE TABLE table_name_69 (points VARCHAR, year INTEGER) |
SELECT COUNT(director) FROM table_20345624_2 WHERE no = 6 | Name the total number of directors for number 6 | CREATE TABLE table_20345624_2 (director VARCHAR, no VARCHAR) |
SELECT record FROM table_name_82 WHERE opponent = "detroit pistons" AND date = "march 7" | What is the record for the Detroit Pistons on March 7? | CREATE TABLE table_name_82 (record VARCHAR, opponent VARCHAR, date VARCHAR) |
SELECT nationality FROM table_name_28 WHERE player = "pat garrity" | What was the nationality of the player Pat Garrity? | CREATE TABLE table_name_28 (nationality VARCHAR, player VARCHAR) |
SELECT us_viewers__millions_ FROM table_12159115_3 WHERE directed_by = "Tawnia McKiernan" | How many viewers, in millions, were for the episode directed by Tawnia McKiernan? | CREATE TABLE table_12159115_3 (us_viewers__millions_ VARCHAR, directed_by VARCHAR) |
SELECT mixed_doubles FROM table_name_68 WHERE year = 2010 | Who all played mixed doubles in 2010? | CREATE TABLE table_name_68 (mixed_doubles VARCHAR, year VARCHAR) |
SELECT series_premiere FROM table_29799700_2 WHERE tv_network_s_ = "TV3" | What was the date of the series premiere whose TV network was TV3? | CREATE TABLE table_29799700_2 (series_premiere VARCHAR, tv_network_s_ VARCHAR) |
SELECT MIN(stumped) FROM table_19870086_24 WHERE dismissals = 13 | what is the least number of stumps in a game with 13 dismissals | CREATE TABLE table_19870086_24 (stumped INTEGER, dismissals VARCHAR) |
SELECT game FROM table_22801331_1 WHERE record = "6-3" | What game was held against a team with a 6-3 record against the Cowboys? | CREATE TABLE table_22801331_1 (game VARCHAR, record VARCHAR) |
SELECT COUNT(wins) FROM table_name_67 WHERE top_25 = 10 AND events < 26 | Name the total number of wins with top-25 of 10 and events less than 26 | CREATE TABLE table_name_67 (wins VARCHAR, top_25 VARCHAR, events VARCHAR) |
SELECT year FROM table_name_78 WHERE award = "tv adicto golden awards" AND category = "female revelation" | In what year was there an award for TV Adicto Golden Awards and the category Female Revelation? | CREATE TABLE table_name_78 (year VARCHAR, award VARCHAR, category VARCHAR) |
SELECT COUNT(full_professors) FROM table_name_72 WHERE head = "hartmut kliemt" AND lecturers > 0 | How many full professors work under Hartmut Kliemt with more than 0 lecturers? | CREATE TABLE table_name_72 (full_professors VARCHAR, head VARCHAR, lecturers VARCHAR) |
SELECT place FROM table_name_17 WHERE to_par = "+1" AND player = "adam scott" | In what place did Adam Scott, who had a to par score of +1, finish? | CREATE TABLE table_name_17 (place VARCHAR, to_par VARCHAR, player VARCHAR) |
SELECT imed_avicenna_listed FROM table_name_31 WHERE regional_offshore = "offshore" AND country_territory = "saint kitts and nevis" AND degree = "md" AND established < 2000 | What is the imed/avicenna listed for a medical school offshore in saint kitts and nevis which was established before 2000 and will give you an MD? | CREATE TABLE table_name_31 (imed_avicenna_listed VARCHAR, established VARCHAR, degree VARCHAR, regional_offshore VARCHAR, country_territory VARCHAR) |
SELECT provider FROM table_14465871_2 WHERE version = "2008" | Which providers use version 2008? | CREATE TABLE table_14465871_2 (provider VARCHAR, version VARCHAR) |
SELECT index__year_ FROM table_19948664_1 WHERE author___editor___source = "United Nations (UNDP)" AND ranking_la__2_ = "2nd" | What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking? | CREATE TABLE table_19948664_1 (index__year_ VARCHAR, author___editor___source VARCHAR, ranking_la__2_ VARCHAR) |
SELECT role FROM table_name_4 WHERE pick__number = 18 | What is Pick #18's Role? | CREATE TABLE table_name_4 (role VARCHAR, pick__number VARCHAR) |
SELECT result FROM table_name_5 WHERE round = "second round" | What was the result of the second round? | CREATE TABLE table_name_5 (result VARCHAR, round VARCHAR) |
SELECT SUM(lost) FROM table_name_35 WHERE played > 42 | What's the total Lost that has a Played that's larger than 42? | CREATE TABLE table_name_35 (lost INTEGER, played INTEGER) |
SELECT SUM(gold) FROM table_name_34 WHERE bronze = 0 AND total > 1 AND nation = "chad" AND silver > 0 | How many golds have a Bronze of 0, a Total larger than 1, a Nation of chad, and a Silver larger than 0? | CREATE TABLE table_name_34 (gold INTEGER, silver VARCHAR, nation VARCHAR, bronze VARCHAR, total VARCHAR) |
SELECT acronym FROM table_1160660_1 WHERE website = "ul.edu.lb" | What is the acronym for the school whose website is ul.edu.lb | CREATE TABLE table_1160660_1 (acronym VARCHAR, website VARCHAR) |
SELECT SUM(t1.graduate) FROM discipline_enrollments AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t1.year = 2004 AND t2.campus = "San Francisco State University" | What is the number of graduates in "San Francisco State University" in year 2004? | CREATE TABLE discipline_enrollments (graduate INTEGER, campus VARCHAR, year VARCHAR); CREATE TABLE campuses (id VARCHAR, campus VARCHAR) |
SELECT power__kw_ FROM table_19215259_1 WHERE location = "Cebu" | What is the power at the cebu station? | CREATE TABLE table_19215259_1 (power__kw_ VARCHAR, location VARCHAR) |
SELECT COUNT(place) FROM table_name_21 WHERE artist = "big hit" AND votes < 2934 | How many places did the artist Big Hit have with less than 2934 votes? | CREATE TABLE table_name_21 (place VARCHAR, artist VARCHAR, votes VARCHAR) |
SELECT 2009 FROM table_name_94 WHERE 2007 = "a" AND tournament = "us open" | What is the 2009 entry for the row that has a 2007 entry of A and a tournament entry of US Open? | CREATE TABLE table_name_94 (tournament VARCHAR) |
SELECT death_date FROM table_name_65 WHERE rank < 49 AND age__as_of_1_february_2014_ = "112 years, 172 days" | Which Death date has a Rank smaller than 49, and an Age (as of 1 February 2014) of 112 years, 172 days? | CREATE TABLE table_name_65 (death_date VARCHAR, rank VARCHAR, age__as_of_1_february_2014_ VARCHAR) |
SELECT years_in_orlando FROM table_name_53 WHERE school_club_team = "clemson" | What year did Orlando have a School/Club team in Clemson? | CREATE TABLE table_name_53 (years_in_orlando VARCHAR, school_club_team VARCHAR) |
SELECT engine FROM table_name_77 WHERE entrant = "dr ing f porsche kg" AND chassis = "porsche rsk (f2)" | Which engine did dr ing f porsche kg use with the porsche rsk (f2) chassis? | CREATE TABLE table_name_77 (engine VARCHAR, entrant VARCHAR, chassis VARCHAR) |
SELECT district FROM table_1341522_41 WHERE first_elected = 1982 | What district had someone first elected in 1982? | CREATE TABLE table_1341522_41 (district VARCHAR, first_elected VARCHAR) |
SELECT SUM(gold) FROM table_name_36 WHERE nation = "total" | Nation of total has what sum of gold? | CREATE TABLE table_name_36 (gold INTEGER, nation VARCHAR) |
SELECT COUNT(lost) FROM table_name_57 WHERE opposition = "rajasthan royals" AND tied > 0 | What is the total number of losses against the Rajasthan Royals with more than 0 ties? | CREATE TABLE table_name_57 (lost VARCHAR, opposition VARCHAR, tied VARCHAR) |
SELECT 2011 FROM table_name_5 WHERE 2008 = "1r" AND tournament = "paris masters" | What is the 2011 value for the paris masters tournament with 1r in 2008? | CREATE TABLE table_name_5 (tournament VARCHAR) |
SELECT opponent FROM table_name_67 WHERE record = "71-78" | Who was the opponent at the game when the record was 71-78? | CREATE TABLE table_name_67 (opponent VARCHAR, record VARCHAR) |
SELECT high_assists FROM table_17325937_5 WHERE date = "November 14" | What was the high assists on November 14? | CREATE TABLE table_17325937_5 (high_assists VARCHAR, date VARCHAR) |
SELECT team_2 FROM table_name_87 WHERE captain_1 = "final" | Which Team 2 has a Captain 1 of final? | CREATE TABLE table_name_87 (team_2 VARCHAR, captain_1 VARCHAR) |
SELECT manuals FROM table_name_31 WHERE opus = "135" | What manuals have the opus of 135? | CREATE TABLE table_name_31 (manuals VARCHAR, opus VARCHAR) |
SELECT result FROM table_25505246_7 WHERE against = "Austria" | What were the round results when Hanne Skak Jensen faced Austria? | CREATE TABLE table_25505246_7 (result VARCHAR, against VARCHAR) |
SELECT home_team FROM table_name_62 WHERE away_team = "carlton" | Who played against Carlton as the home team? | CREATE TABLE table_name_62 (home_team VARCHAR, away_team VARCHAR) |
SELECT COUNT(televote_points) FROM table_21378339_5 WHERE song = "Cry on my shoulders" | Name the total number of televote points for cry on my shoulders | CREATE TABLE table_21378339_5 (televote_points VARCHAR, song VARCHAR) |
SELECT MIN(round) FROM table_name_86 WHERE college = "clark" | What is the earliest round Clark was in? | CREATE TABLE table_name_86 (round INTEGER, college VARCHAR) |
SELECT score FROM table_name_95 WHERE record = "81-54" | What's the score of the game they played against a team with a record of 81-54? | CREATE TABLE table_name_95 (score VARCHAR, record VARCHAR) |
SELECT attendance FROM table_name_31 WHERE date = "march 4" | How many people were in attendance on March 4? | CREATE TABLE table_name_31 (attendance VARCHAR, date VARCHAR) |
SELECT DISTINCT main_industry FROM company | Show all main industry for all companies. | CREATE TABLE company (main_industry VARCHAR) |
SELECT MAX(population__stanthorpe_) FROM table_12584173_1 | What is the maximum population size in the town of Stanthorpe? | CREATE TABLE table_12584173_1 (population__stanthorpe_ INTEGER) |
SELECT AVG(year) FROM table_name_66 WHERE nominee = "angélica rivera" | In which year was Angélica Rivera a nominee? | CREATE TABLE table_name_66 (year INTEGER, nominee VARCHAR) |
SELECT 2005 AS _2006_team FROM table_name_89 WHERE name = "phil kessel" | What is the 2005-2006 team for player Phil Kessel? | CREATE TABLE table_name_89 (name VARCHAR) |
SELECT AVG(extra_points) FROM table_name_35 WHERE touchdowns < 2 AND player = "herrnstein" AND field_goals < 0 | How many extra points are there that Herrnstein had with less than 2 touchdowns and less than 0 field goals? | CREATE TABLE table_name_35 (extra_points INTEGER, field_goals VARCHAR, touchdowns VARCHAR, player VARCHAR) |
SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = "Aruba" ORDER BY Percentage DESC LIMIT 1 | Which language is the most popular in Aruba? | CREATE TABLE country (Code VARCHAR, Name VARCHAR); CREATE TABLE countrylanguage (Language VARCHAR, CountryCode VARCHAR) |
SELECT venue FROM table_name_62 WHERE race = "carfax 250" | What is the venue of teh carfax 250 race? | CREATE TABLE table_name_62 (venue VARCHAR, race VARCHAR) |
SELECT AVG(rank) FROM table_name_73 WHERE bronze > 0 AND gold > 1 AND nation = "japan" AND silver < 0 | What is the rank when bronze was more than 0, gold more than 1, Nation is japan, and silver less than 0? | CREATE TABLE table_name_73 (rank INTEGER, silver VARCHAR, nation VARCHAR, bronze VARCHAR, gold VARCHAR) |
SELECT country FROM table_name_94 WHERE player = "david toms" | what country hosted david toms | CREATE TABLE table_name_94 (country VARCHAR, player VARCHAR) |
SELECT T1.task_details, T1.task_id, T2.project_id FROM Tasks AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id WHERE T2.project_details = 'omnis' UNION SELECT T1.task_details, T1.task_id, T2.project_id FROM Tasks AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id JOIN Project_outcomes AS T3 ON T2.proje... | What are the task details, task id and project id for the projects which are detailed as 'omnis' or have more than 2 outcomes? | CREATE TABLE Projects (project_id VARCHAR, project_details VARCHAR); CREATE TABLE Project_outcomes (project_id VARCHAR); CREATE TABLE Tasks (task_details VARCHAR, task_id VARCHAR, project_id VARCHAR) |
SELECT MIN(area__km²_) FROM table_166346_1 WHERE production___bbl__day_ = "3,200,000 (12th)" | What was the minimum area in square kilometers that produced 3,200,000 (12th) bbl/day? | CREATE TABLE table_166346_1 (area__km²_ INTEGER, production___bbl__day_ VARCHAR) |
SELECT years FROM table_name_1 WHERE jersey_number_s_ < 3 | What years was the jersey number(s) smaller than 3? | CREATE TABLE table_name_1 (years VARCHAR, jersey_number_s_ INTEGER) |
SELECT interview FROM table_name_53 WHERE preliminary_average = "8.529 (6)" | what is the interview score when the preliminary average is 8.529 (6)? | CREATE TABLE table_name_53 (interview VARCHAR, preliminary_average VARCHAR) |
SELECT result FROM table_name_78 WHERE kickoff_[a_] = "4:00" AND record = "4-8" | What's the result when the kickoff was 4:00 and the record was 4-8? | CREATE TABLE table_name_78 (result VARCHAR, record VARCHAR, kickoff_ VARCHAR, a_ VARCHAR) |
SELECT result FROM table_26375386_23 WHERE total = 12 | What was the result for the total of 12? | CREATE TABLE table_26375386_23 (result VARCHAR, total VARCHAR) |
SELECT MAX(time) FROM table_name_31 WHERE year = 1995 AND event = "200 metres" | What's the highest time for the 1995 200 metres event? | CREATE TABLE table_name_31 (time INTEGER, year VARCHAR, event VARCHAR) |
SELECT years_of_participation FROM table_17429402_7 WHERE school = "Pickerington North" | What are the years of participation for pickerington north? | CREATE TABLE table_17429402_7 (years_of_participation VARCHAR, school VARCHAR) |
SELECT _number FROM table_1014206_2 WHERE commissioned = "September 30, 1967" | List the # for ships commissioned on september 30, 1967. | CREATE TABLE table_1014206_2 (_number VARCHAR, commissioned VARCHAR) |
SELECT team FROM table_27722408_6 WHERE game = 11 | What was the other team in game 11? | CREATE TABLE table_27722408_6 (team VARCHAR, game VARCHAR) |
SELECT notes FROM table_name_89 WHERE app_l_c_e_ = "13 (7/2/4)" | What is Notes, when App(L/C/E) is 13 (7/2/4)? | CREATE TABLE table_name_89 (notes VARCHAR, app_l_c_e_ VARCHAR) |
SELECT COUNT(lane) FROM table_name_8 WHERE mark = 7.93 AND react < 0.145 | What is the total number of Lane, when Mark is "7.93", and when React is less than 0.145? | CREATE TABLE table_name_8 (lane VARCHAR, mark VARCHAR, react VARCHAR) |
SELECT COUNT(floors) FROM table_name_1 WHERE street_address = "207 w. hastings st." | How many floors have 207 w. hastings st. as the address? | CREATE TABLE table_name_1 (floors VARCHAR, street_address VARCHAR) |
SELECT SUM(money_requested__) AS £_ FROM table_name_87 WHERE first_aired = "4 september 2011" | how much money was requested on the show which aired on 4 september 2011? | CREATE TABLE table_name_87 (money_requested__ INTEGER, first_aired VARCHAR) |
SELECT AVG(against) FROM table_name_15 WHERE byes < 2 | How many Against has Byes smaller than 2? | CREATE TABLE table_name_15 (against INTEGER, byes INTEGER) |
SELECT location FROM table_name_88 WHERE year = 1971 AND city = "tokyo" | What location had a year of 1971 and a city of Tokyo? | CREATE TABLE table_name_88 (location VARCHAR, year VARCHAR, city VARCHAR) |
SELECT height FROM table_25058562_2 WHERE player = "Asko Esna" | Name the height for asko esna | CREATE TABLE table_25058562_2 (height VARCHAR, player VARCHAR) |
SELECT total FROM table_name_2 WHERE gold = 2 AND nation = "brazil (bra)" | What is the medal total when there is 2 gold medals, and Brazil (BRA) is the nation? | CREATE TABLE table_name_2 (total VARCHAR, gold VARCHAR, nation VARCHAR) |
SELECT overall FROM table_13110459_2 WHERE viewers__m_ = "2.61" | what are all the overall with viewers (m) being 2.61 | CREATE TABLE table_13110459_2 (overall VARCHAR, viewers__m_ VARCHAR) |
SELECT class FROM table_name_12 WHERE frequency_mhz > 91.5 AND city_of_license = "hyannis, nebraska" | Which Class has a Frequency MHz larger than 91.5, and a City of license of hyannis, nebraska? | CREATE TABLE table_name_12 (class VARCHAR, frequency_mhz VARCHAR, city_of_license VARCHAR) |
SELECT score FROM table_name_50 WHERE outcome = "winner" AND partnering = "nicole sewell" AND opponent_in_final = "victoria davies / kate warne-holland" | What is Score, when Outcome is "winner", when Partnering is "Nicole Sewell", and when Opponent in Final is "Victoria Davies / Kate Warne-Holland"? | CREATE TABLE table_name_50 (score VARCHAR, opponent_in_final VARCHAR, outcome VARCHAR, partnering VARCHAR) |
SELECT surname FROM table_name_64 WHERE throws = "r" AND position = "p" AND dob = "26 april 1989" | Which Surname has Throws of r, and a Position of p, and a DOB of 26 april 1989? | CREATE TABLE table_name_64 (surname VARCHAR, dob VARCHAR, throws VARCHAR, position VARCHAR) |
SELECT Restaurant.ResName, SUM(Visits_Restaurant.Spent) FROM Visits_Restaurant JOIN Restaurant ON Visits_Restaurant.ResID = Restaurant.ResID GROUP BY Restaurant.ResID ORDER BY SUM(Visits_Restaurant.Spent) LIMIT 1 | At which restaurant did the students spend the least amount of time? List restaurant and the time students spent on in total. | CREATE TABLE Visits_Restaurant (Id VARCHAR); CREATE TABLE Restaurant (Id VARCHAR) |
SELECT directed_by FROM table_28194879_1 WHERE production_code = "PABF05" | Who directed the episode whose production code is pabf05? | CREATE TABLE table_28194879_1 (directed_by VARCHAR, production_code VARCHAR) |
SELECT opponent FROM table_name_46 WHERE record = "66-69" | What is the name of the opponent that has a record of 66-69? | CREATE TABLE table_name_46 (opponent VARCHAR, record VARCHAR) |
SELECT country FROM table_name_24 WHERE place = "t3" AND score = 67 - 70 = 137 | What is Country, when Place is "T3", and when Score is "67-70=137"? | CREATE TABLE table_name_24 (country VARCHAR, place VARCHAR, score VARCHAR) |
SELECT design FROM table_name_46 WHERE serial_format = "ab-12-34" | Which design has a serial format of AB-12-34? | CREATE TABLE table_name_46 (design VARCHAR, serial_format VARCHAR) |
SELECT tie_no FROM table_name_44 WHERE away_team = "tranmere rovers" | Which tie number had an away team of the Tranmere Rovers? | CREATE TABLE table_name_44 (tie_no VARCHAR, away_team VARCHAR) |
SELECT away_team AS score FROM table_name_24 WHERE away_team = "north melbourne" | What is the Away Team score of North Melbourne? | CREATE TABLE table_name_24 (away_team VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.