question
stringlengths 12
244
| context
stringlengths 27
489
| answer
stringlengths 18
557
|
---|---|---|
What chassis did Jolly Club Spa used after 1985? | CREATE TABLE table_name_22 (chassis VARCHAR, year VARCHAR, entrant VARCHAR) | SELECT chassis FROM table_name_22 WHERE year > 1985 AND entrant = "jolly club spa" |
What is every value for rushing yards per game if sacks if 25? | CREATE TABLE table_27487336_1 (rushing_yards_per_game VARCHAR, sacks VARCHAR) | SELECT rushing_yards_per_game FROM table_27487336_1 WHERE sacks = "25" |
What is the Korean dialect in the daegu capital? | CREATE TABLE table_name_71 (korean_dialect VARCHAR, capital VARCHAR) | SELECT korean_dialect FROM table_name_71 WHERE capital = "daegu" |
Which Margin of victory has a Runner(s)-up of betty burfeindt, and a Tournament of pompano beach classic? | CREATE TABLE table_name_4 (margin_of_victory VARCHAR, runner_s__up VARCHAR, tournament VARCHAR) | SELECT margin_of_victory FROM table_name_4 WHERE runner_s__up = "betty burfeindt" AND tournament = "pompano beach classic" |
For how many years combined were Frank Gifford and Dan Dierdorf color commentators? | CREATE TABLE table_name_61 (year VARCHAR, color_commentator_s_ VARCHAR) | SELECT COUNT(year) FROM table_name_61 WHERE color_commentator_s_ = "frank gifford and dan dierdorf" |
Which player is from Sweden? | CREATE TABLE table_name_3 (player VARCHAR, country VARCHAR) | SELECT player FROM table_name_3 WHERE country = "sweden" |
What is the high Population (total) from 1976 with a (Barcaldine) smaller than 1,780? | CREATE TABLE table_name_96 (population__total_ INTEGER, year VARCHAR, _barcaldine_ VARCHAR) | SELECT MAX(population__total_) FROM table_name_96 WHERE year = 1976 AND _barcaldine_ < 1 OFFSET 780 |
What alumni were in rw: cancun as their original season? | CREATE TABLE table_26419467_1 (alumni VARCHAR, original_season VARCHAR) | SELECT alumni FROM table_26419467_1 WHERE original_season = "RW: Cancun" |
What lane was Emily Seebohm in? | CREATE TABLE table_name_2 (lane VARCHAR, name VARCHAR) | SELECT COUNT(lane) FROM table_name_2 WHERE name = "emily seebohm" |
Name the Israel Bowl for march 30, 2012 | CREATE TABLE table_name_65 (israel_bowl VARCHAR, date VARCHAR) | SELECT israel_bowl FROM table_name_65 WHERE date = "march 30, 2012" |
What is the province with a contestant of tatiana vargas rosales? | CREATE TABLE table_name_43 (province VARCHAR, _community VARCHAR, contestant VARCHAR) | SELECT province, _community FROM table_name_43 WHERE contestant = "tatiana vargas rosales" |
For what tournament was Bubba Watson the runner-up? | CREATE TABLE table_name_29 (tournament VARCHAR, runner_s__up VARCHAR) | SELECT tournament FROM table_name_29 WHERE runner_s__up = "bubba watson" |
What round has mathieu garon as the player? | CREATE TABLE table_name_29 (round VARCHAR, player VARCHAR) | SELECT round FROM table_name_29 WHERE player = "mathieu garon" |
Which Mongolian has a Tamil தமிழ் of pūrāṭam பூராடம்? | CREATE TABLE table_name_78 (mongolian VARCHAR, tamil_தமிழ் VARCHAR) | SELECT mongolian FROM table_name_78 WHERE tamil_தமிழ் = "pūrāṭam பூராடம்" |
What is the power in KW of the transmitter situated in Borongan? | CREATE TABLE table_24673888_1 (power_kw VARCHAR, location__transmitter_site_ VARCHAR) | SELECT power_kw FROM table_24673888_1 WHERE location__transmitter_site_ = "Borongan" |
What is Quantity Made, when Manufacturer is "Baldwin"? | CREATE TABLE table_name_3 (quantity_made VARCHAR, manufacturer VARCHAR) | SELECT quantity_made FROM table_name_3 WHERE manufacturer = "baldwin" |
What was the location of the club where the home ground is wilfred taylor reserve? | CREATE TABLE table_name_80 (location VARCHAR, home_ground VARCHAR) | SELECT location FROM table_name_80 WHERE home_ground = "wilfred taylor reserve" |
What frame size has pcm 4 ch/16 bit/48khz as audio coding and dvcam as the format name and 4:1:1 as the color sampling? | CREATE TABLE table_name_44 (frame_size VARCHAR, color_sampling VARCHAR, audio_coding VARCHAR, format_name VARCHAR) | SELECT frame_size FROM table_name_44 WHERE audio_coding = "pcm 4 ch/16 bit/48khz" AND format_name = "dvcam" AND color_sampling = "4:1:1" |
What doctor published on June 2003? | CREATE TABLE table_name_40 (doctor VARCHAR, published VARCHAR) | SELECT doctor FROM table_name_40 WHERE published = "june 2003" |
Which nationality's distance was 500m before 2012, when the record was 1:37.071s? | CREATE TABLE table_name_26 (nationality VARCHAR, record VARCHAR, distance VARCHAR, year VARCHAR) | SELECT nationality FROM table_name_26 WHERE distance = "500m" AND year < 2012 AND record = "1:37.071s" |
How many items appear in the dividend per share when the turnover is 0.42? | CREATE TABLE table_2856898_1 (dividend_per_share__p_ VARCHAR, turnover__£m_ VARCHAR) | SELECT COUNT(dividend_per_share__p_) FROM table_2856898_1 WHERE turnover__£m_ = "0.42" |
If the latitude is 71°18′n, what is the longitude? | CREATE TABLE table_name_98 (longitude VARCHAR, latitude VARCHAR) | SELECT longitude FROM table_name_98 WHERE latitude = "71°18′n" |
how many height m ( ft ) with notes being via wccv; formerly w236aj | CREATE TABLE table_13998897_1 (height_m___ft__ VARCHAR, notes VARCHAR) | SELECT COUNT(height_m___ft__) FROM table_13998897_1 WHERE notes = "via WCCV; formerly W236AJ" |
What's the venue of the 1995 Southeast Asian Games? | CREATE TABLE table_name_97 (venue VARCHAR, competition VARCHAR) | SELECT venue FROM table_name_97 WHERE competition = "1995 southeast asian games" |
Who was the player in 1976? | CREATE TABLE table_name_9 (player VARCHAR, year VARCHAR) | SELECT player FROM table_name_9 WHERE year = 1976 |
Name the administrative division for 95391 | CREATE TABLE table_14986292_1 (administrative_division VARCHAR, population__2010_census_ VARCHAR) | SELECT administrative_division FROM table_14986292_1 WHERE population__2010_census_ = 95391 |
Which match had more than 1,490 people in attendance to watch FCR 2001 Duisburg have a result of 0:3 (0:2)? | CREATE TABLE table_name_91 (match INTEGER, attnd VARCHAR, result VARCHAR, opponent VARCHAR) | SELECT SUM(match) FROM table_name_91 WHERE result = "0:3 (0:2)" AND opponent = "fcr 2001 duisburg" AND attnd > 1 OFFSET 490 |
What is the highest rank for the react of 0.198, and the time more than 20.42? | CREATE TABLE table_name_4 (rank INTEGER, react VARCHAR, time VARCHAR) | SELECT MAX(rank) FROM table_name_4 WHERE react = 0.198 AND time > 20.42 |
Show different teams in eliminations and the number of eliminations from each team. | CREATE TABLE elimination (Team VARCHAR) | SELECT Team, COUNT(*) FROM elimination GROUP BY Team |
What place did the Nashville Metros place in the 1994/95 Season? | CREATE TABLE table_name_64 (regular_season VARCHAR, year VARCHAR) | SELECT regular_season FROM table_name_64 WHERE year = "1994/95" |
What is the attendance of the match with kochi university as the away team? | CREATE TABLE table_name_23 (attendance VARCHAR, away_team VARCHAR) | SELECT attendance FROM table_name_23 WHERE away_team = "kochi university" |
How tall is the building ranked #13? | CREATE TABLE table_name_5 (height_ft__m_ VARCHAR, rank VARCHAR) | SELECT height_ft__m_ FROM table_name_5 WHERE rank = "13" |
Which location has a Score of 3–2, and a Record of 3–2–3? | CREATE TABLE table_name_31 (location VARCHAR, score VARCHAR, record VARCHAR) | SELECT location FROM table_name_31 WHERE score = "3–2" AND record = "3–2–3" |
Which employee has showed up in most circulation history documents. List the employee's name and the number of drafts and copies. | CREATE TABLE Circulation_History (Id VARCHAR); CREATE TABLE Employees (Id VARCHAR) | SELECT Employees.employee_name, COUNT(*) FROM Employees JOIN Circulation_History ON Circulation_History.employee_id = Employees.employee_id GROUP BY Circulation_History.document_id, Circulation_History.draft_number, Circulation_History.copy_number ORDER BY COUNT(*) DESC LIMIT 1 |
How many different titles are there of episodes that have been seen by 7.84 million people in the US/ | CREATE TABLE table_23242933_2 (title VARCHAR, us_viewers__millions_ VARCHAR) | SELECT COUNT(title) FROM table_23242933_2 WHERE us_viewers__millions_ = "7.84" |
Which districts have at least two addresses? | CREATE TABLE address (district VARCHAR) | SELECT district FROM address GROUP BY district HAVING COUNT(*) >= 2 |
Tell me the score when there was a Tie number of 6? | CREATE TABLE table_name_30 (score VARCHAR, tie_no VARCHAR) | SELECT score FROM table_name_30 WHERE tie_no = "6" |
Name the least episode number for anne brooksbank and vicki madden | CREATE TABLE table_25764073_3 (episode__number INTEGER, writer_s_ VARCHAR) | SELECT MIN(episode__number) FROM table_25764073_3 WHERE writer_s_ = "Anne Brooksbank and Vicki Madden" |
Who is the "CTO" of club "Hopkins Student Enterprises"? Show the first name and last name. | CREATE TABLE club (clubid VARCHAR, clubname VARCHAR); CREATE TABLE student (fname VARCHAR, lname VARCHAR, stuid VARCHAR); CREATE TABLE member_of_club (clubid VARCHAR, stuid VARCHAR, position VARCHAR) | SELECT t3.fname, t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" AND t2.position = "CTO" |
What is the average Silver, when Rank is 5, and when Bronze is less than 1? | CREATE TABLE table_name_87 (silver INTEGER, rank VARCHAR, bronze VARCHAR) | SELECT AVG(silver) FROM table_name_87 WHERE rank = 5 AND bronze < 1 |
What place did Jimmy Reece start from when he ranked 12? | CREATE TABLE table_name_83 (start VARCHAR, rank VARCHAR) | SELECT start FROM table_name_83 WHERE rank = "12" |
When was series premiere on the pilot episode | CREATE TABLE table_15823956_1 (series VARCHAR) | SELECT series AS premiere FROM table_15823956_1 WHERE series = "Pilot" |
What is the synchronisation for the controlnet fieldbus? | CREATE TABLE table_name_70 (synchronisation VARCHAR, fieldbus VARCHAR) | SELECT synchronisation FROM table_name_70 WHERE fieldbus = "controlnet" |
What are the average ratings for プリマダム? | CREATE TABLE table_name_24 (average_ratings VARCHAR, japanese_title VARCHAR) | SELECT average_ratings FROM table_name_24 WHERE japanese_title = "プリマダム" |
What was the episode number veiwed by 7.43 million viewers? | CREATE TABLE table_27987623_1 (series_episode INTEGER, us_viewers__in_million_ VARCHAR) | SELECT MAX(series_episode) FROM table_27987623_1 WHERE us_viewers__in_million_ = "7.43" |
What is the quarterfinal week for Austin Anderson? | CREATE TABLE table_27529608_21 (qtr_final__week_ INTEGER, name_name_of_act VARCHAR) | SELECT MIN(qtr_final__week_) FROM table_27529608_21 WHERE name_name_of_act = "Austin Anderson" |
Which Venue has a Against smaller than 7? | CREATE TABLE table_name_31 (venue VARCHAR, against INTEGER) | SELECT venue FROM table_name_31 WHERE against < 7 |
Which 2008 has a 2009 of A, and a 2010 of A, and a 2012 of 1r, and a Tournament of cincinnati masters? | CREATE TABLE table_name_2 (tournament VARCHAR) | SELECT 2008 FROM table_name_2 WHERE 2009 = "a" AND 2010 = "a" AND 2012 = "1r" AND tournament = "cincinnati masters" |
What is the 4wi when the economy is 7.82? | CREATE TABLE table_27268238_5 (economy VARCHAR) | SELECT 4 AS wi FROM table_27268238_5 WHERE economy = "7.82" |
What are the racing teams for which the average finish is 23.3? | CREATE TABLE table_2190919_1 (team_s_ VARCHAR, avg_finish VARCHAR) | SELECT team_s_ FROM table_2190919_1 WHERE avg_finish = "23.3" |
What is the Location when the Opponent shows vs. #23 south carolina? | CREATE TABLE table_name_83 (location VARCHAR, opponent VARCHAR) | SELECT location FROM table_name_83 WHERE opponent = "vs. #23 south carolina" |
What WPct has wins of wins? | CREATE TABLE table_name_7 (wpct VARCHAR) | SELECT wpct FROM table_name_7 WHERE "wins" = "wins" |
When 27 gp h-e bombs the capacity of the bomb what is the cause of loss? | CREATE TABLE table_18933037_3 (cause_of_loss VARCHAR, bomb_capacity VARCHAR) | SELECT cause_of_loss FROM table_18933037_3 WHERE bomb_capacity = "27 GP H-E bombs" |
What percentage of people were opposed to the candidate based on the WNBC/Marist poll that showed 8% of people were unsure? | CREATE TABLE table_name_47 (oppose VARCHAR, unsure VARCHAR, poll_source VARCHAR) | SELECT oppose FROM table_name_47 WHERE unsure = "8%" AND poll_source = "wnbc/marist poll" |
Which IHSAA Football Class has a School of whitko? | CREATE TABLE table_name_99 (ihsaa_football_class VARCHAR, school VARCHAR) | SELECT ihsaa_football_class FROM table_name_99 WHERE school = "whitko" |
Which season was 2nd position? | CREATE TABLE table_name_84 (season VARCHAR, position VARCHAR) | SELECT season FROM table_name_84 WHERE position = "2nd" |
What date was the record 11-67? | CREATE TABLE table_22879323_10 (date VARCHAR, record VARCHAR) | SELECT date FROM table_22879323_10 WHERE record = "11-67" |
Which item has a score of 5-1? | CREATE TABLE table_name_6 (score VARCHAR, result VARCHAR) | SELECT score FROM table_name_6 WHERE result = "5-1" |
What is Teleplay, when Director is "George McCowan", when Season is less than 1.1400000000000001, and when First Broadcast is April 3, 1981? | CREATE TABLE table_name_24 (teleplay VARCHAR, first_broadcast VARCHAR, director VARCHAR, season VARCHAR) | SELECT teleplay FROM table_name_24 WHERE director = "george mccowan" AND season < 1.1400000000000001 AND first_broadcast = "april 3, 1981" |
What is the score on october 7? | CREATE TABLE table_name_95 (score VARCHAR, date VARCHAR) | SELECT score FROM table_name_95 WHERE date = "october 7" |
Which Political Party has a Name of mehdi bej frashëri (2nd time)? | CREATE TABLE table_name_72 (political_party VARCHAR, name VARCHAR) | SELECT political_party FROM table_name_72 WHERE name = "mehdi bej frashëri (2nd time)" |
What was the attendance of the game that ended with L 31-0 | CREATE TABLE table_name_67 (attendance VARCHAR, result VARCHAR) | SELECT attendance FROM table_name_67 WHERE result = "l 31-0" |
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 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 |
What is the highest number killed in incident #14? | CREATE TABLE table_name_48 (killed INTEGER, incident_no VARCHAR) | SELECT MAX(killed) FROM table_name_48 WHERE incident_no = "14" |
After 1996, what is the average position? | CREATE TABLE table_name_96 (position INTEGER, year INTEGER) | SELECT AVG(position) FROM table_name_96 WHERE year > 1996 |
What nation has a total more than 3, with more than 5 for bronze, and less than 4 for the silver? | CREATE TABLE table_name_29 (nation VARCHAR, silver VARCHAR, total VARCHAR, bronze VARCHAR) | SELECT nation FROM table_name_29 WHERE total > 3 AND bronze > 5 AND silver < 4 |
What's the callsign in Tacloban? | CREATE TABLE table_name_22 (callsign VARCHAR, location VARCHAR) | SELECT callsign FROM table_name_22 WHERE location = "tacloban" |
What values of HDTV correspond to n° of 862? | CREATE TABLE table_15887683_16 (hdtv VARCHAR, n° VARCHAR) | SELECT hdtv FROM table_15887683_16 WHERE n° = 862 |
Round larger than 6, and a Pick # smaller than 25, and a College of southern Illinois has what position? | CREATE TABLE table_name_48 (position VARCHAR, college VARCHAR, round VARCHAR, pick__number VARCHAR) | SELECT position FROM table_name_48 WHERE round > 6 AND pick__number < 25 AND college = "southern illinois" |
How many had a length of 455? | CREATE TABLE table_16654785_2 (name VARCHAR, length__m_ VARCHAR) | SELECT COUNT(name) FROM table_16654785_2 WHERE length__m_ = 455 |
Find the name of all the clubs at "AKW". | CREATE TABLE club (clubname VARCHAR, clublocation VARCHAR) | SELECT clubname FROM club WHERE clublocation = "AKW" |
What school is the team from that has the colors blue and gold? | CREATE TABLE table_name_29 (school VARCHAR, colors VARCHAR) | SELECT school FROM table_name_29 WHERE colors = "blue and gold" |
Which Opponents in the final has a Partnering of tomás carbonell on march 28, 1995? | CREATE TABLE table_name_18 (opponents_in_the_final VARCHAR, partnering VARCHAR, date VARCHAR) | SELECT opponents_in_the_final FROM table_name_18 WHERE partnering = "tomás carbonell" AND date = "march 28, 1995" |
What is the number of finishes having a start of 15? | CREATE TABLE table_name_78 (finish VARCHAR, start VARCHAR) | SELECT COUNT(finish) FROM table_name_78 WHERE start = 15 |
What is the title of the episode directed by Romeo Tirone? | CREATE TABLE table_26961951_6 (title VARCHAR, directed_by VARCHAR) | SELECT title FROM table_26961951_6 WHERE directed_by = "Romeo Tirone" |
What was Head Coach Jim Morris's best finish? | CREATE TABLE table_name_25 (cws_best_finish VARCHAR, head_coach VARCHAR) | SELECT cws_best_finish FROM table_name_25 WHERE head_coach = "jim morris" |
Who was the director for Tango Bar? | CREATE TABLE table_27423508_1 (director VARCHAR, spanish_title VARCHAR) | SELECT director FROM table_27423508_1 WHERE spanish_title = "Tango Bar" |
Who was the host team on December 19? | CREATE TABLE table_name_4 (host_team VARCHAR, date VARCHAR) | SELECT host_team FROM table_name_4 WHERE date = "december 19" |
Name the total number of episodes written by david cantor | CREATE TABLE table_17641206_6 (episode VARCHAR, written_by VARCHAR) | SELECT COUNT(episode) FROM table_17641206_6 WHERE written_by = "David Cantor" |
Which result has a Date of november 2, 2007? | CREATE TABLE table_name_86 (result VARCHAR, date VARCHAR) | SELECT result FROM table_name_86 WHERE date = "november 2, 2007" |
What is the highest Goals Against, when Points is greater than 25, when Club is "SD Indautxu", and when Position is greater than 3? | CREATE TABLE table_name_21 (goals_against INTEGER, position VARCHAR, points VARCHAR, club VARCHAR) | SELECT MAX(goals_against) FROM table_name_21 WHERE points > 25 AND club = "sd indautxu" AND position > 3 |
Who was a defensive end at California? | CREATE TABLE table_name_93 (player_name VARCHAR, position VARCHAR, college VARCHAR) | SELECT player_name FROM table_name_93 WHERE position = "defensive end" AND college = "california" |
Which country is dated October 20, 1976? | CREATE TABLE table_name_83 (country VARCHAR, date VARCHAR) | SELECT country FROM table_name_83 WHERE date = "october 20, 1976" |
Can you tell me the lowest Cap Number that has the Date of 8 february 2009, and the Shirt Number larger than 19? | CREATE TABLE table_name_96 (cap_number INTEGER, date VARCHAR, shirt_number VARCHAR) | SELECT MIN(cap_number) FROM table_name_96 WHERE date = "8 february 2009" AND shirt_number > 19 |
Name the number of three pointers for 67 | CREATE TABLE table_23184448_4 (three_pointers VARCHAR, points VARCHAR) | SELECT COUNT(three_pointers) FROM table_23184448_4 WHERE points = 67 |
Who had the high assists on March 26? | CREATE TABLE table_27704187_10 (high_assists VARCHAR, date VARCHAR) | SELECT high_assists FROM table_27704187_10 WHERE date = "March 26" |
When is the first season there were 14.57 million U.S viewers? | CREATE TABLE table_11664625_2 (no_in_season INTEGER, us_viewers__millions_ VARCHAR) | SELECT MIN(no_in_season) FROM table_11664625_2 WHERE us_viewers__millions_ = "14.57" |
Which Points have a Drawn smaller than 2, and a Lost of 12, and a Name of ev bad wörishofen? | CREATE TABLE table_name_24 (points INTEGER, name VARCHAR, drawn VARCHAR, lost VARCHAR) | SELECT MAX(points) FROM table_name_24 WHERE drawn < 2 AND lost = 12 AND name = "ev bad wörishofen" |
When cancelled is the fastest qualifying where is the location? | CREATE TABLE table_26358264_2 (location VARCHAR, fastest_qualifying VARCHAR) | SELECT location FROM table_26358264_2 WHERE fastest_qualifying = "Cancelled" |
What is the name of the speaker if the chief minister is M.G. Ramachandran? | CREATE TABLE table_23512864_4 (speaker VARCHAR, chief_minister VARCHAR) | SELECT speaker FROM table_23512864_4 WHERE chief_minister = "M.G. Ramachandran" |
Who sang for the movie Amar Deep? | CREATE TABLE table_2528382_5 (singer VARCHAR, movie_album VARCHAR) | SELECT singer FROM table_2528382_5 WHERE movie_album = "Amar Deep" |
Tell me the winner of the comfort classic | CREATE TABLE table_name_97 (winner VARCHAR, tournament VARCHAR) | SELECT winner FROM table_name_97 WHERE tournament = "comfort classic" |
What is the sum of every heat for the nationality of Macedonia with a rank less than 114? | CREATE TABLE table_name_13 (heat INTEGER, nationality VARCHAR, rank VARCHAR) | SELECT SUM(heat) FROM table_name_13 WHERE nationality = "macedonia" AND rank < 114 |
What is the smallest number of extra points? | CREATE TABLE table_25517718_3 (extra_points INTEGER) | SELECT MIN(extra_points) FROM table_25517718_3 |
How many points did Judd v8 has in 1989? | CREATE TABLE table_name_71 (points VARCHAR, engine VARCHAR, year VARCHAR) | SELECT COUNT(points) FROM table_name_71 WHERE engine = "judd v8" AND year = 1989 |
What was the mintage when the theme was Santa Claus? | CREATE TABLE table_name_15 (mintage VARCHAR, theme VARCHAR) | SELECT mintage FROM table_name_15 WHERE theme = "santa claus" |
What is the t o par for Ralph Guldahl? | CREATE TABLE table_name_89 (to_par VARCHAR, player VARCHAR) | SELECT to_par FROM table_name_89 WHERE player = "ralph guldahl" |
Which Country has a number of Wins larger than 2? | CREATE TABLE table_name_71 (country VARCHAR, wins INTEGER) | SELECT country FROM table_name_71 WHERE wins > 2 |
What is the value in 1988 when it is 2R in 1997 and SF in 1993? | CREATE TABLE table_name_41 (Id VARCHAR) | SELECT 1988 FROM table_name_41 WHERE 1997 = "2r" AND 1993 = "sf" |
How many copies of scouting for girls were sold? | CREATE TABLE table_name_31 (sales VARCHAR, album_title VARCHAR) | SELECT COUNT(sales) FROM table_name_31 WHERE album_title = "scouting for girls" |