answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT suffix FROM table_name_17 WHERE prefix = "isothiocyanato- (-ncs)"
Which suffix has the prefix of isothiocyanato- (-ncs)?
CREATE TABLE table_name_17 (suffix VARCHAR, prefix VARCHAR)
SELECT 2 AS nd_leg FROM table_14219514_1 WHERE home__1st_leg_ = "Boca Juniors"
Who was in 2nd leg when Boca Juniors was in home (1st leg)?
CREATE TABLE table_14219514_1 (home__1st_leg_ VARCHAR)
SELECT subject FROM table_name_35 WHERE year = "2007"
Who was the subject for the year of 2007?
CREATE TABLE table_name_35 (subject VARCHAR, year VARCHAR)
SELECT status FROM table_name_95 WHERE name = "ins ranvir"
What is the status of the ship INS Ranvir?
CREATE TABLE table_name_95 (status VARCHAR, name VARCHAR)
SELECT type_of_record FROM table_21436373_12 WHERE result_games = "10 games (29,606 avg.)"
what type of record was made where result/games is 10 games (29,606 avg.)
CREATE TABLE table_21436373_12 (type_of_record VARCHAR, result_games VARCHAR)
SELECT college FROM table_28059992_6 WHERE position = "RB"
What college did the player whose position was RB go to?
CREATE TABLE table_28059992_6 (college VARCHAR, position VARCHAR)
SELECT winner FROM table_name_30 WHERE surface = "hard" AND week = "november 13"
Who was the winner on a hard surface on the week of November 13?
CREATE TABLE table_name_30 (winner VARCHAR, surface VARCHAR, week VARCHAR)
SELECT to_par FROM table_name_67 WHERE player = "vijay singh"
What is the To par has the presence of Vijay Singh?
CREATE TABLE table_name_67 (to_par VARCHAR, player VARCHAR)
SELECT date FROM table_name_25 WHERE age_group = "90-94" AND pool = "lc" AND time = "1:25.91"
What date did the 90-94 year old have a tie of 1:25.91 at the LC pool?
CREATE TABLE table_name_25 (date VARCHAR, time VARCHAR, age_group VARCHAR, pool VARCHAR)
SELECT performer_1 FROM table_name_55 WHERE performer_2 = "compilation 1"
Performer 2 of compilation 1 had what performer 1?
CREATE TABLE table_name_55 (performer_1 VARCHAR, performer_2 VARCHAR)
SELECT score FROM table_name_63 WHERE competition = "continental qualifier" AND date = "february 23, 2003"
What was the score in the Continental Qualifier on February 23, 2003?
CREATE TABLE table_name_63 (score VARCHAR, competition VARCHAR, date VARCHAR)
SELECT score FROM table_name_3 WHERE opponent = "holy cross" AND result = "push"
Tell me the score for opponent of holy cross and result of push
CREATE TABLE table_name_3 (score VARCHAR, opponent VARCHAR, result VARCHAR)
SELECT COUNT(poles) FROM table_25538763_1 WHERE season = 2012 AND points = "252"
How many pole data were given on season 2012 with 252 points?
CREATE TABLE table_25538763_1 (poles VARCHAR, season VARCHAR, points VARCHAR)
SELECT record FROM table_name_16 WHERE method = "ko"
What was the record when the method of resolution was KO?
CREATE TABLE table_name_16 (record VARCHAR, method VARCHAR)
SELECT car_no FROM table_name_43 WHERE time_retired = "+0.3844"
What car number had a race time of +0.3844?
CREATE TABLE table_name_43 (car_no VARCHAR, time_retired VARCHAR)
SELECT team FROM table_17968274_2 WHERE points = 122
What was the team that scored 122 points?
CREATE TABLE table_17968274_2 (team VARCHAR, points VARCHAR)
SELECT COUNT(title) FROM table_26150013_1 WHERE original_air_date = "April 3, 2012"
How many titles are there for the original air date April 3, 2012?
CREATE TABLE table_26150013_1 (title VARCHAR, original_air_date VARCHAR)
SELECT settlement FROM table_2562572_44 WHERE cyrillic_name_other_names = "Локве (Romanian: Locve)"
Which settlement has the cyrillic and other name of локве (romanian: locve)?
CREATE TABLE table_2562572_44 (settlement VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT country FROM table_name_70 WHERE iata = "gzt"
Which country has an IATA of gzt?
CREATE TABLE table_name_70 (country VARCHAR, iata VARCHAR)
SELECT position FROM table_22603701_1 WHERE college = "Menlo college"
What are the positions for Menlo College?
CREATE TABLE table_22603701_1 (position VARCHAR, college VARCHAR)
SELECT opponent FROM table_name_53 WHERE date = "november 14"
Who is the opponent on November 14?
CREATE TABLE table_name_53 (opponent VARCHAR, date VARCHAR)
SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id WHERE T2.rating < 5
Find the titles of items that received any rating below 5.
CREATE TABLE item (title VARCHAR, i_id VARCHAR); CREATE TABLE review (i_id VARCHAR, rating INTEGER)
SELECT english_title FROM table_name_20 WHERE original_title = "fanny och alexander"
What's the English Title of Fanny Och Alexander?
CREATE TABLE table_name_20 (english_title VARCHAR, original_title VARCHAR)
SELECT party FROM table_name_9 WHERE first_elected = "1898"
when first elected was 1898 what was the party?
CREATE TABLE table_name_9 (party VARCHAR, first_elected VARCHAR)
SELECT date FROM table_name_38 WHERE away_team = "collingwood"
What was the date of the Collingwood away game?
CREATE TABLE table_name_38 (date VARCHAR, away_team VARCHAR)
SELECT date FROM table_name_63 WHERE away_team = "st kilda"
When was a game played where the away team is St Kilda?
CREATE TABLE table_name_63 (date VARCHAR, away_team VARCHAR)
SELECT 1 AS st_leg FROM table_name_8 WHERE agg = "52-70"
What 1st leg has 52-70 as the agg.?
CREATE TABLE table_name_8 (agg VARCHAR)
SELECT first_aired FROM table_name_86 WHERE money_requested__£_ > 85 OFFSET 000
Name the first aired with money requested more than 85,000
CREATE TABLE table_name_86 (first_aired VARCHAR, money_requested__£_ INTEGER)
SELECT surface FROM table_name_5 WHERE date = "20 march 2007"
Name the surface for 20 march 2007
CREATE TABLE table_name_5 (surface VARCHAR, date VARCHAR)
SELECT oberliga_hessen FROM table_14242137_4 WHERE oberliga_baden_württemberg = "SV Sandhausen" AND oberliga_südwest = "FSV Salmrohr"
Name the oberliga hessen for sv sandhausen and fsv salmrohr
CREATE TABLE table_14242137_4 (oberliga_hessen VARCHAR, oberliga_baden_württemberg VARCHAR, oberliga_südwest VARCHAR)
SELECT jury_votes FROM table_19763199_4 WHERE televotes = 7
How many jury votes for the televote of 7?
CREATE TABLE table_19763199_4 (jury_votes VARCHAR, televotes VARCHAR)
SELECT COUNT(mens_doubles) FROM table_28138035_20 WHERE womens_singles = "Guo Yue"
How many people are shown for mens doubles when guo yue played womens singles?
CREATE TABLE table_28138035_20 (mens_doubles VARCHAR, womens_singles VARCHAR)
SELECT outcome FROM table_name_32 WHERE score = "0–3 (11–21, 14–21)"
Score of 0–3 (11–21, 14–21) had what outcome?
CREATE TABLE table_name_32 (outcome VARCHAR, score VARCHAR)
SELECT COUNT(ppv) FROM table_15887683_5 WHERE television_service = "Sky Cinema 1"
How many PPV values are listed for when television service Sky Cinema 1?
CREATE TABLE table_15887683_5 (ppv VARCHAR, television_service VARCHAR)
SELECT date FROM table_name_48 WHERE visitor = "bulls"
What's the date of the game that has the Bulls as a visiting team?
CREATE TABLE table_name_48 (date VARCHAR, visitor VARCHAR)
SELECT AVG(pts) FROM table_name_44 WHERE engine = "alfa romeo v12" AND year > 1983
What is the average pots of Alfa Romeo v12 after 1983?
CREATE TABLE table_name_44 (pts INTEGER, engine VARCHAR, year VARCHAR)
SELECT SUM(geo_id) FROM table_name_21 WHERE land___sqmi__ < 36.112 AND latitude > 47.536618 AND township = "west bay" AND water__sqmi_ > 0.209
what is the geo id when the land (sqmi) is less than 36.112, the latitude is more than 47.536618, the township is west bay and water (sqmi) is more than 0.209?
CREATE TABLE table_name_21 (geo_id INTEGER, water__sqmi_ VARCHAR, township VARCHAR, land___sqmi__ VARCHAR, latitude VARCHAR)
SELECT commercial_operation FROM table_name_95 WHERE gross_capacity = "1,126 mw" AND unit = "tianwan-4"
What commercial operation that has a gross capacity of 1,126 mw, and a unit of tianwan-4?
CREATE TABLE table_name_95 (commercial_operation VARCHAR, gross_capacity VARCHAR, unit VARCHAR)
SELECT country FROM table_name_16 WHERE olympics = "2008 summer olympics" AND name = "vadim devyatovskiy"
Which country in the 2008 summer olympics is vadim devyatovskiy from?
CREATE TABLE table_name_16 (country VARCHAR, olympics VARCHAR, name VARCHAR)
SELECT COUNT(party) FROM table_2668378_5 WHERE district = "Kentucky 1"
Name the number of party for kentucky 1
CREATE TABLE table_2668378_5 (party VARCHAR, district VARCHAR)
SELECT wins FROM table_name_97 WHERE top_25 < 4 AND top_5 > 0
What is Wins, when Top-25 is less than 4, and when Top-5 is greater than 0?
CREATE TABLE table_name_97 (wins VARCHAR, top_25 VARCHAR, top_5 VARCHAR)
SELECT tie_no FROM table_name_63 WHERE away_team = "middlesbrough"
Which Tie number had Middlesbrough as the away team?
CREATE TABLE table_name_63 (tie_no VARCHAR, away_team VARCHAR)
SELECT high_points FROM table_23285849_10 WHERE high_assists = "Chauncey Billups (4)"
When chauncey billups (4) has the highest amount of assists who has the highest amount of points?
CREATE TABLE table_23285849_10 (high_points VARCHAR, high_assists VARCHAR)
SELECT time_elapsed FROM table_name_11 WHERE closest_approach = "14 february 2011"
What Time elapsed has 14 February 2011 as the Closest approach?
CREATE TABLE table_name_11 (time_elapsed VARCHAR, closest_approach VARCHAR)
SELECT qual_1 FROM table_name_32 WHERE team = "newman/haas racing" AND name = "sébastien bourdais"
Sébastien Bourdais of the team Newman/Haas Racing has what qual 1?
CREATE TABLE table_name_32 (qual_1 VARCHAR, team VARCHAR, name VARCHAR)
SELECT T2.Name, T3.Festival_Name FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID
For each nomination, show the name of the artwork and name of the festival where it is nominated.
CREATE TABLE artwork (Name VARCHAR, Artwork_ID VARCHAR); CREATE TABLE nomination (Artwork_ID VARCHAR, Festival_ID VARCHAR); CREATE TABLE festival_detail (Festival_Name VARCHAR, Festival_ID VARCHAR)
SELECT constituency FROM table_name_93 WHERE conservative = "darren millar"
What constituency does the Conservative Darren Millar belong to?
CREATE TABLE table_name_93 (constituency VARCHAR, conservative VARCHAR)
SELECT MAX(goals) FROM table_name_4 WHERE points = 13 AND assists = 10 AND club = "eisbären berlin"
What is the highest number of goals Eisbären Berlin had along with 13 points and 10 assists?
CREATE TABLE table_name_4 (goals INTEGER, club VARCHAR, points VARCHAR, assists VARCHAR)
SELECT specification FROM table_13555999_1 WHERE senior_high_school__15_18_yrs_ = "25mm"
What is the specification where senior high school is 25mm?
CREATE TABLE table_13555999_1 (specification VARCHAR, senior_high_school__15_18_yrs_ VARCHAR)
SELECT term_in_office FROM table_name_9 WHERE member = "hon ralph hunt"
What term did hon ralph hunt serve in office?
CREATE TABLE table_name_9 (term_in_office VARCHAR, member VARCHAR)
SELECT AVG(draws) FROM table_name_97 WHERE goal_difference > -3 AND goals_against = 30 AND points > 45
What is the average Draws, when Goal Difference is greater than -3, when Goals Against is 30, and when Points is greater than 45?
CREATE TABLE table_name_97 (draws INTEGER, points VARCHAR, goal_difference VARCHAR, goals_against VARCHAR)
SELECT firefox FROM table_name_66 WHERE safari = "15.40%"
What percentage of users were using Firefox according to the source that reported 15.40% used Safari?
CREATE TABLE table_name_66 (firefox VARCHAR, safari VARCHAR)
SELECT score FROM table_name_37 WHERE date = "11 february 1996"
Which score happened on 11 february 1996?
CREATE TABLE table_name_37 (score VARCHAR, date VARCHAR)
SELECT sat_28_aug FROM table_26986076_1 WHERE wed_25_aug = "20' 09.25 112.324mph"
If the time on Wed aug 25 was 20' 09.25 112.324mph, what was the time on sat Aug 28?
CREATE TABLE table_26986076_1 (sat_28_aug VARCHAR, wed_25_aug VARCHAR)
SELECT transaction_type_code, AVG(amount_of_transaction) FROM TRANSACTIONS GROUP BY transaction_type_code
Show the average transaction amount for different transaction types.
CREATE TABLE TRANSACTIONS (transaction_type_code VARCHAR, amount_of_transaction INTEGER)
SELECT COUNT(week) FROM table_name_2 WHERE date = "october 29, 2000"
What week was October 29, 2000?
CREATE TABLE table_name_2 (week VARCHAR, date VARCHAR)
SELECT album FROM table_18442691_2 WHERE no = 35
When 35 is the number what is the album?
CREATE TABLE table_18442691_2 (album VARCHAR, no VARCHAR)
SELECT fastest_lap FROM table_13512105_3 WHERE most_laps_led = "Scott Dixon" AND pole_position = "Graham Rahal"
who else along with scott dixon and graham rahal drove with the most speed
CREATE TABLE table_13512105_3 (fastest_lap VARCHAR, most_laps_led VARCHAR, pole_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"
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 position FROM table_14650162_1 WHERE college = "Western Kentucky"
What is the position of the player whose college is Western Kentucky?
CREATE TABLE table_14650162_1 (position VARCHAR, college VARCHAR)
SELECT name, followers FROM user_profiles ORDER BY followers DESC
List the name and number of followers for each user, and sort the results by the number of followers in descending order.
CREATE TABLE user_profiles (name VARCHAR, followers VARCHAR)
SELECT written_by FROM table_12033013_1 WHERE production_code = "1ADK-03"
WHO WROTE THE STORY WITH THE PRODUCTION CODE OF 1ADK-03
CREATE TABLE table_12033013_1 (written_by VARCHAR, production_code VARCHAR)
SELECT package_version FROM table_name_74 WHERE carrier = "telus mobility"
WHAT IS THE PACKAGE VERSION WITH TELUS MOBILITY?
CREATE TABLE table_name_74 (package_version VARCHAR, carrier VARCHAR)
SELECT record FROM table_name_12 WHERE time = "24.521"
Who holds the record time of 24.521 and where was it made?
CREATE TABLE table_name_12 (record VARCHAR, time VARCHAR)
SELECT MAX(roll) FROM table_name_85 WHERE decile > 2 AND area = "te puna"
What is the highest roll number of the school in Te puna with a decile larger than 2?
CREATE TABLE table_name_85 (roll INTEGER, decile VARCHAR, area VARCHAR)
SELECT score FROM table_name_29 WHERE surface = "hard" AND opponent_in_the_final = "yi jingqian"
When playing against Yi Jingqian in the final on a hard surface what was the score?
CREATE TABLE table_name_29 (score VARCHAR, surface VARCHAR, opponent_in_the_final VARCHAR)
SELECT date FROM table_name_91 WHERE margin_of_victory = "2 strokes"
What date had a margin victory of 2 strokes?
CREATE TABLE table_name_91 (date VARCHAR, margin_of_victory VARCHAR)
SELECT SUM(matches) FROM table_name_58 WHERE goalkeeper = "carlos kameni" AND average > 1.27
How many matches did Carlos Kameni play in, who had an average larger than 1.27?
CREATE TABLE table_name_58 (matches INTEGER, goalkeeper VARCHAR, average VARCHAR)
SELECT high_rebounds FROM table_27723526_17 WHERE game = 5
Who is the high rebound where game is 5?
CREATE TABLE table_27723526_17 (high_rebounds VARCHAR, game VARCHAR)
SELECT rank FROM table_name_15 WHERE country = "italy"
What is Italy's rank?
CREATE TABLE table_name_15 (rank VARCHAR, country VARCHAR)
SELECT district FROM table_1341884_19 WHERE incumbent = "Frank Chelf"
What district is incumbent frank chelf from?
CREATE TABLE table_1341884_19 (district VARCHAR, incumbent VARCHAR)
SELECT chassis FROM table_name_51 WHERE drivers = "ross davis"
What chassis doe Ross Davis use?
CREATE TABLE table_name_51 (chassis VARCHAR, drivers VARCHAR)
SELECT episode FROM table_23122988_1 WHERE location = "Belfast Waterfront Hall"
What episode took place in Belfast Waterfront Hall?
CREATE TABLE table_23122988_1 (episode VARCHAR, location VARCHAR)
SELECT source FROM table_name_45 WHERE norris = "7%"
What is the Source with a Norris that is 7%?
CREATE TABLE table_name_45 (source VARCHAR, norris VARCHAR)
SELECT MIN(game) FROM table_27902171_7 WHERE score = "W 95-85"
Which game had a score of w 95-85?
CREATE TABLE table_27902171_7 (game INTEGER, score VARCHAR)
SELECT obama__number FROM table_20424014_1 WHERE county = "Carson City"
what is the obama # in carson city
CREATE TABLE table_20424014_1 (obama__number VARCHAR, county VARCHAR)
SELECT MAX(founded) FROM table_1973729_2
What is the latest founded year?
CREATE TABLE table_1973729_2 (founded INTEGER)
SELECT silver FROM table_name_48 WHERE nation = "finland"
How many silvers for finland?
CREATE TABLE table_name_48 (silver VARCHAR, nation VARCHAR)
SELECT country FROM table_28634206_1 WHERE miss_universe = "6"
Which country has had 6 miss universe's?
CREATE TABLE table_28634206_1 (country VARCHAR, miss_universe VARCHAR)
SELECT nfl_team FROM table_name_23 WHERE pick__number < 200 AND player = "travis davis"
Which NFL team has a pick# less than 200 for Travis Davis?
CREATE TABLE table_name_23 (nfl_team VARCHAR, pick__number VARCHAR, player VARCHAR)
SELECT stadium FROM table_name_3 WHERE club = "north east stars"
Which stadium was used for the North East Stars club?
CREATE TABLE table_name_3 (stadium VARCHAR, club VARCHAR)
SELECT result FROM table_name_56 WHERE nationality___opponent = "new zealand"
Name the Result of new zealand Nationality / Opponent?
CREATE TABLE table_name_56 (result VARCHAR, nationality___opponent VARCHAR)
SELECT wade_giles FROM table_name_44 WHERE pinyin = "xīn rú yuánhóu"
What is the Wade-Giles translation of the Pinyin xīn rú yuánhóu?
CREATE TABLE table_name_44 (wade_giles VARCHAR, pinyin VARCHAR)
SELECT championship FROM table_name_9 WHERE winning_score = 69 - 71 - 67 - 68 = 275
What Championship had a winning score of 69-71-67-68=275?
CREATE TABLE table_name_9 (championship VARCHAR, winning_score VARCHAR)
SELECT MAX(second_place) FROM table_2876467_3 WHERE region_represented = "Tajikistan"
What is the maximum number of 2nd places for Tajikistan?
CREATE TABLE table_2876467_3 (second_place INTEGER, region_represented VARCHAR)
SELECT region_2 FROM table_2113721_7 WHERE dvd_name = "Season Three"
When was Season Three premiered in region 2?
CREATE TABLE table_2113721_7 (region_2 VARCHAR, dvd_name VARCHAR)
SELECT points_for FROM table_name_7 WHERE try_diff = "+23"
What is points when try diff is +23?
CREATE TABLE table_name_7 (points_for VARCHAR, try_diff VARCHAR)
SELECT date FROM table_name_70 WHERE away_team = "fitzroy"
When did Fitzroy play as the away team?
CREATE TABLE table_name_70 (date VARCHAR, away_team VARCHAR)
SELECT POSITION FROM player GROUP BY name HAVING AVG(Points) >= 20
List the position of players with average number of points scored by players of that position bigger than 20.
CREATE TABLE player (POSITION VARCHAR, name VARCHAR, Points INTEGER)
SELECT MIN(assists) FROM table_name_24 WHERE games_played > 5
What is the lowest amount of assists for more than 5 games?
CREATE TABLE table_name_24 (assists INTEGER, games_played INTEGER)
SELECT result FROM table_name_9 WHERE location = "murcia (esp)" AND year < 1999 AND competition = "europe/africa group i, round robin"
What is the result of the europe/africa group i, round robin game in Murcia (esp) before 1999?
CREATE TABLE table_name_9 (result VARCHAR, competition VARCHAR, location VARCHAR, year VARCHAR)
SELECT record FROM table_14984078_1 WHERE game_site = "Cleveland Municipal Stadium"
What was the record when the game was played at Cleveland Municipal Stadium?
CREATE TABLE table_14984078_1 (record VARCHAR, game_site VARCHAR)
SELECT main_location_s_ FROM table_name_77 WHERE _percentage_of_national = "2.05%"
What is listed for the Main Location(s) that has a % of National of 2.05%?
CREATE TABLE table_name_77 (main_location_s_ VARCHAR, _percentage_of_national VARCHAR)
SELECT country FROM table_name_52 WHERE place = "t3" AND score = 70 - 65 = 135
What country placed t3 with a score of 70-65=135?
CREATE TABLE table_name_52 (country VARCHAR, place VARCHAR, score VARCHAR)
SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID WHERE Year_of_Founded > 2008
Please show the name of the conductor that has conducted orchestras founded after 2008.
CREATE TABLE orchestra (Conductor_ID VARCHAR); CREATE TABLE conductor (Name VARCHAR, Conductor_ID VARCHAR)
SELECT MAX(goals_against) FROM table_name_96 WHERE club = "dallas burn" AND ga_average > 1.46
What is the highest goals against the goalkeeper of Dallas Burn, who had a GA average larger than 1.46, had?
CREATE TABLE table_name_96 (goals_against INTEGER, club VARCHAR, ga_average VARCHAR)
SELECT COUNT(rank) FROM table_name_88 WHERE total < 2 AND silver > 0
What is the total rank with more than 0 silver and less than 2 medals total?
CREATE TABLE table_name_88 (rank VARCHAR, total VARCHAR, silver VARCHAR)
SELECT high_assists FROM table_20010140_9 WHERE team = "Iowa"
For the game against Iowa, who had the most assists?
CREATE TABLE table_20010140_9 (high_assists VARCHAR, team VARCHAR)
SELECT score FROM table_name_50 WHERE result = "win" AND location = "helsinki" AND competition = "friendly"
What was the score when the result was win, in Helsinki, competition was friendly?
CREATE TABLE table_name_50 (score VARCHAR, competition VARCHAR, result VARCHAR, location VARCHAR)
SELECT recopa_sudamericana_1996 FROM table_name_10 WHERE copa_conmebol_1996 = "did not qualify" AND team = "flamengo"
What is the recoupa sudaamericana 1996 result of team flamengo, which did not qualify for the copa conmebol 1996?
CREATE TABLE table_name_10 (recopa_sudamericana_1996 VARCHAR, copa_conmebol_1996 VARCHAR, team VARCHAR)