question
stringlengths
19
162
table_info
stringlengths
39
951
sql_query
stringlengths
24
181
what is the average score for s ren kjeldsen?
CREATE TABLE table_name_71 ( score INTEGER, player VARCHAR )
SELECT AVG(score) FROM table_name_71 WHERE player LIKE "%søren kjeldsen%"
What was the result of the game played in front of 65,473?
CREATE TABLE table_name_19 ( result VARCHAR, attendance VARCHAR )
SELECT result FROM table_name_19 WHERE attendance LIKE "%65,473%"
What competition listed is dated November 17, 2003?
CREATE TABLE table_name_32 ( competition VARCHAR, date VARCHAR )
SELECT competition FROM table_name_32 WHERE date LIKE "%november 17, 2003%"
Which player is a centre?
CREATE TABLE table_name_50 ( player VARCHAR, position VARCHAR )
SELECT player FROM table_name_50 WHERE position LIKE "%centre%"
Name the total number of result for mississippi 4?
CREATE TABLE table_1342393_23 ( result VARCHAR, district VARCHAR )
SELECT COUNT(result) FROM table_1342393_23 WHERE district LIKE "%mississippi 4%"
What is the margin for the Masters Tournament (2) championship?
CREATE TABLE table_name_34 ( margin VARCHAR, championship VARCHAR )
SELECT margin FROM table_name_34 WHERE championship LIKE "%masters tournament (2)%"
WHAT COUNTRY HAS A SCORE OF 68-70=138?
CREATE TABLE table_name_58 ( country VARCHAR, score VARCHAR )
SELECT country FROM table_name_58 WHERE score = '-2'
What is the last season the Worcester Wolves played?
CREATE TABLE table_55109 ( "Team" text, "City/Area" text, "Arena" text, "Capacity" text, "Last season" text )
SELECT "Last season" FROM table_55109 WHERE "Team" LIKE '%worcester wolves%'
What is the amount of renewable electricity without hydrogen power when the percentage of renewable energy is 83.4?
CREATE TABLE table_25244412_1 ( renewable_electricity_w_o_hydro__gw•h_ VARCHAR, _percentage_renewable VARCHAR )
SELECT renewable_electricity_w_o_hydro__gw•h_ FROM table_25244412_1 WHERE _percentage_renewable LIKE "%83.4%"
Where was the game played where North Melbourne was the away team?
CREATE TABLE table_name_40 ( venue VARCHAR, away_team VARCHAR )
SELECT venue FROM table_name_40 WHERE away_team LIKE "%north melbourne%"
What is the number for R Bacon in Passaic County?
CREATE TABLE table_61426 ( "County" text, "Precincts" text, "C. Abate" text, "R. Bacon" text, "D. Shulman" text )
SELECT "R. Bacon" FROM table_61426 WHERE "County" LIKE '%passaic%'
What's the margin of victory during the Pocono Northeast Classic?
CREATE TABLE table_name_55 ( margin_of_victory VARCHAR, tournament VARCHAR )
SELECT margin_of_victory FROM table_name_55 WHERE tournament LIKE "%pocono northeast classic%"
What day did Chris Maddocks compete in the 35000 m?
CREATE TABLE table_name_83 ( date VARCHAR, athlete VARCHAR, event VARCHAR )
SELECT date FROM table_name_83 WHERE athlete LIKE "%chris maddocks%" AND event LIKE "%35000 m%"
How many rounds were there in the 2006 davis cup europe/africa group I?
CREATE TABLE table_22853654_10 ( round VARCHAR, edition VARCHAR )
SELECT COUNT(round) FROM table_22853654_10 WHERE edition LIKE "%2006 davis cup europe/africa group i%"
What is the class of the Charlotte Camel gt 500 race?
CREATE TABLE table_5128 ( "Race" text, "Length" text, "Class" text, "Circuit" text, "Date" text )
SELECT "Class" FROM table_5128 WHERE "Race" LIKE '%charlotte camel gt 500%'
What channel has an operator of ivptc?
CREATE TABLE table_32483 ( "Band Ch." real, "Call" text, "City" text, "Owner" text, "Operator" text, "Virt. Ch." real, "Nickname" text, "Programming" text )
SELECT "Programming" FROM table_32483 WHERE "Operator" LIKE '%ivptc%'
What is the sum of the value Top-10 that has a Cuts value of 2 and a Wins value smaller than 0?
CREATE TABLE table_name_26 ( top_10 INTEGER, cuts_made VARCHAR, wins VARCHAR )
SELECT SUM(top_10) FROM table_name_26 WHERE cuts_made LIKE '%2%' AND wins < 0
Opponent of at san francisco 49ers had what lowest week?
CREATE TABLE table_name_43 ( week INTEGER, opponent VARCHAR )
SELECT MIN(week) FROM table_name_43 WHERE opponent LIKE "%at san francisco 49ers%"
What is the result for the king and I after 2006?
CREATE TABLE table_name_58 ( result VARCHAR, year VARCHAR, nominated_work VARCHAR )
SELECT result FROM table_name_58 WHERE year > '2006' AND nominated_work LIKE '%the king and i%'
On which date did the shock at latitude 08.909 s occur?
CREATE TABLE table_25675509_1 ( date__yyyy_mm_dd_ VARCHAR, latitude VARCHAR )
SELECT date__yyyy_mm_dd_ FROM table_25675509_1 WHERE latitude LIKE '%08.909° s%'
Name the winner for jan 24
CREATE TABLE table_25938117_1 ( winner VARCHAR, date VARCHAR )
SELECT winner FROM table_25938117_1 WHERE date LIKE "%jan 24%"
Which Car # has a Make of toyota, and a Pos of 7?
CREATE TABLE table_38902 ( "Pos." real, "Car #" real, "Driver" text, "Make" text, "Team" text )
SELECT MAX("Car #") FROM table_38902 WHERE "Make" LIKE '%toyota%' AND "Pos." = 7
Which episode number saw 1.312 million U.S. Wviewers?
CREATE TABLE table_29085880_1 ( no VARCHAR, us_viewers__million_ VARCHAR )
SELECT no FROM table_29085880_1 WHERE us_viewers__million_ LIKE "%1.312%"
What is the score on 2 October 2011?
CREATE TABLE table_name_72 ( score VARCHAR, date VARCHAR )
SELECT score FROM table_name_72 WHERE date LIKE "%2 october 2011%"
At which venue did an away team play with a score of 15.13 (103)?
CREATE TABLE table_10451 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Venue" text, "Crowd" real, "Date" text )
SELECT "Venue" FROM table_10451 WHERE "Away team score" LIKE '%15.13 (103)%'
Who was the team that lost but had 10 points?
CREATE TABLE table_43187 ( "Team" text, "Match" text, "Points" text, "Draw" text, "Lost" text )
SELECT "Lost" FROM table_43187 WHERE "Points" LIKE '%10%'
The player who had 5 touchdowns had how many extra points?
CREATE TABLE table_3365 ( "Player" text, "Touchdowns" real, "Extra points" real, "Field goals" real, "Safeties" real, "Points" real )
SELECT "Extra points" FROM table_3365 WHERE "Touchdowns" = 5
What is the total number of bronze medals, and 4 silver medals, and 2 gold medals?
CREATE TABLE table_43316 ( "Rank" real, "Nation" text, "Gold" real, "Silver" real, "Bronze" real, "Total" real )
SELECT COUNT("Bronze") FROM table_43316 WHERE "Silver" = 4 AND "Gold" > 2
What is the venue of the game where Geelong was the away team?
CREATE TABLE table_name_61 ( venue VARCHAR, away_team VARCHAR )
SELECT venue FROM table_name_61 WHERE away_team LIKE "%geelong%"
Who is Team Suzuki's rider and ranks higher than 6?
CREATE TABLE table_name_44 ( rider VARCHAR, rank VARCHAR, team VARCHAR )
SELECT rider FROM table_name_44 WHERE CAST(rank AS INTEGER) > 6 AND team LIKE '%suzuki%'
Who had the high rebounds for game 12?
CREATE TABLE table_43828 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "Location Attendance" text, "Record" text )
SELECT "High rebounds" FROM table_43828 WHERE "Game" = 12
What was the position in 1997?
CREATE TABLE table_name_35 ( pos VARCHAR, year VARCHAR )
SELECT pos FROM table_name_35 WHERE year LIKE '%1997%'
Which method had a time of 0:46?
CREATE TABLE table_name_85 ( method VARCHAR, time VARCHAR )
SELECT method FROM table_name_85 WHERE time LIKE "%0:46%"
Which date has serial of 11c?
CREATE TABLE table_name_28 ( date VARCHAR, serial VARCHAR )
SELECT date FROM table_name_28 WHERE serial LIKE "%11c%"
What was the earliest year with rank 20 and less than 60 floors?
CREATE TABLE table_name_65 ( year INTEGER, rank VARCHAR, floors VARCHAR )
SELECT MIN(year) FROM table_name_65 WHERE rank LIKE '%20%' AND floors < 60
What were the highest losses for a byes larger than 2?
CREATE TABLE table_name_99 ( losses INTEGER, byes INTEGER )
SELECT MAX(losses) FROM table_name_99 WHERE byes > 2
December smaller than 21, and a Opponent of buffalo sabres had what score?
CREATE TABLE table_name_68 ( score VARCHAR, december VARCHAR, opponent VARCHAR )
SELECT score FROM table_name_68 WHERE CAST(december AS INTEGER) < 21 AND opponent LIKE '%buffalo sabres%'
Tell me the championship game for big eight
CREATE TABLE table_name_29 ( championship_game VARCHAR, conference VARCHAR )
SELECT championship_game FROM table_name_29 WHERE conference LIKE "%big eight%"
Who had the highest assists in game 75?
CREATE TABLE table_27733909_10 ( high_assists VARCHAR, game VARCHAR )
SELECT high_assists FROM table_27733909_10 WHERE game LIKE '%75%'
What premieres had a finale on May 25, 2004?
CREATE TABLE table_175980_2 ( premiere VARCHAR, finale VARCHAR )
SELECT premiere FROM table_175980_2 WHERE finale LIKE '%may 25, 2004%'
Flap of 0, and a Race smaller than 2, and a Season of 1989, and a Pole smaller than 0 had what average podium?
CREATE TABLE table_name_10 ( podium INTEGER, pole VARCHAR, season VARCHAR, flap VARCHAR, race VARCHAR )
SELECT AVG(podium) FROM table_name_10 WHERE flap LIKE '%0%' AND race < 2 AND season LIKE '%1989%' AND pole < 0
What was the engine when the chassis was a porsche 718??
CREATE TABLE table_name_87 ( engine VARCHAR, chassis VARCHAR )
SELECT engine FROM table_name_87 WHERE chassis LIKE "%porsche 718%"
What is the position of the player with a pick less than 3 from team san diego?
CREATE TABLE table_66564 ( "Pick" real, "Team" text, "Player" text, "Position" text, "College" text )
SELECT "Position" FROM table_66564 WHERE "Pick" < 3 AND "Team" LIKE '%san diego%'
Which club was originally named hapoel katamon jerusalem f.c.?
CREATE TABLE table_26218124_1 ( original_club VARCHAR, name VARCHAR )
SELECT original_club FROM table_26218124_1 WHERE name LIKE "%hapoel katamon jerusalem f.c.%"
What bowl game was played on Dec. 26, 2007?
CREATE TABLE table_name_79 ( bowl_game VARCHAR, date VARCHAR )
SELECT bowl_game FROM table_name_79 WHERE date LIKE "%dec. 26, 2007%"
Is Blonanserin MHRA approved?
CREATE TABLE table_79291 ( "Generic Name" text, "Trade Name" text, "FDA approved" text, "TGA approved" text, "EMA approved" text, "MHRA approved" text )
SELECT "MHRA approved" FROM table_79291 WHERE "Generic Name" LIKE '%blonanserin%'
male or female 18 _ 65 years of age;
CREATE TABLE table_train_205 ( "id" int, "anemia" bool, "gender" string, "renal_disease" bool, "hematocrit_hct" float, "creatinine_gfr" int, "fasting_plasma_triglyceride" int, "thiazolidinediones" bool, "age" float, "NOUSE" float )
SELECT * FROM table_train_205 WHERE (gender LIKE '%male%' OR gender LIKE '%female%') AND (age >= 18 AND age <= 65)
What is the record for the St. Louis team?
CREATE TABLE table_77379 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "Location Attendance" text, "Record" text )
SELECT "Record" FROM table_77379 WHERE "Team" LIKE '%st. louis%'
What is the location before game 44, and a 20-16 record?
CREATE TABLE table_name_10 ( location VARCHAR, game VARCHAR, record VARCHAR )
SELECT location FROM table_name_10 WHERE CAST(game AS INTEGER) < 44 AND record LIKE '%20-16%'
When 2010 is the year what is the game?
CREATE TABLE table_29743928_4 ( games VARCHAR, years VARCHAR )
SELECT games FROM table_29743928_4 WHERE years LIKE "%2010%"
WHAT YEAR HAS A BRONZE OF VALENTIN NOVIKOV?
CREATE TABLE table_name_88 ( year INTEGER, bronze VARCHAR )
SELECT AVG(year) FROM table_name_88 WHERE LOWER(bronze) LIKE '%valentin novikov%'
What player's hometown is Roebuck, South Carolina?
CREATE TABLE table_11677691_3 ( player VARCHAR, hometown VARCHAR )
SELECT player FROM table_11677691_3 WHERE LOWER(hometown) LIKE "%roebuck, south carolina%"
How many countries earned 177.2 points?
CREATE TABLE table_1059743_2 ( member_association VARCHAR, points VARCHAR )
SELECT COUNT(member_association) FROM table_1059743_2 WHERE points LIKE "%177.2%"
What final round had a weight of 245?
CREATE TABLE table_name_61 ( final_round VARCHAR, weight VARCHAR )
SELECT final_round FROM table_name_61 WHERE weight LIKE '%245%'
Name the circuit for round 18
CREATE TABLE table_name_25 ( circuit VARCHAR, round VARCHAR )
SELECT circuit FROM table_name_25 WHERE round LIKE '%18%'
Tell me the venue of 29 april 2007
CREATE TABLE table_31576 ( "Date" text, "Venue" text, "Score" text, "Result" text, "Competition" text )
SELECT "Venue" FROM table_31576 WHERE "Date" LIKE '%29 april 2007%'
Show all information on the airport that has the largest number of international passengers.
CREATE TABLE airport ( International_Passengers VARCHAR )
SELECT * FROM airport ORDER BY International_Passengers DESC LIMIT 1
What is Date, when Game is '8'?
CREATE TABLE table_name_48 ( date VARCHAR, game VARCHAR )
SELECT date FROM table_name_48 WHERE game LIKE '%8%'
What is the average of seasons for 10th place finishes?
CREATE TABLE table_name_95 ( season INTEGER, position VARCHAR )
SELECT AVG(season) FROM table_name_95 WHERE position LIKE "%10th%"
When grand prix de sar la princesse lalla meryem is the tournament what is the town?
CREATE TABLE table_2803662_3 ( town VARCHAR, tournament VARCHAR )
SELECT town FROM table_2803662_3 WHERE tournament LIKE "%grand prix de sar la princesse lalla meryem%"
What is the format for Catalog CL 2372?
CREATE TABLE table_64155 ( "Date" text, "Label" text, "Format" text, "Country" text, "Catalog" text )
SELECT "Format" FROM table_64155 WHERE "Catalog" LIKE '%cl 2372%'
How many locations have a median household income in 2011 of $71,479?
CREATE TABLE table_19283806_4 ( location VARCHAR, median_household_income__2011_ VARCHAR )
SELECT COUNT(location) FROM table_19283806_4 WHERE median_household_income__2011_ LIKE "%$71,479%"
Name the number of teams for 11th position september 10
CREATE TABLE table_27596 ( "Team" text, "Outgoing manager" text, "Manner of departure" text, "Date of vacancy" text, "Position in table" text, "Replaced by" text, "Date of appointment" text )
SELECT COUNT("Team") FROM table_27596 WHERE "Position in table" LIKE '%11th%' AND "Date of appointment" LIKE '%september 10%'
Date of 8 july 1994 involves which performer 1?
CREATE TABLE table_name_31 ( performer_1 VARCHAR, date VARCHAR )
SELECT performer_1 FROM table_name_31 WHERE date LIKE "%8 july 1994%"
How many top division titles does Club Guadalajara have, with more than 42 seasons in Liga MX?
CREATE TABLE table_61365 ( "Club" text, "First season in top division" text, "Number of seasons in top division" real, "First season of current spell in top division" text, "Number of seasons in Liga MX" real, "Top division titles" real )
SELECT SUM("Top division titles") FROM table_61365 WHERE "Number of seasons in Liga MX" > 42 AND "Club" LIKE '%guadalajara%'
In what season is Victoria the Opponent?
CREATE TABLE table_name_97 ( season VARCHAR, opponent VARCHAR )
SELECT season FROM table_name_97 WHERE opponent LIKE "%victoria%"
How many votes did Wales cast when Northern England cast 6?
CREATE TABLE table_10128185_2 ( wales INTEGER, northern_england VARCHAR )
SELECT MIN(wales) FROM table_10128185_2 WHERE northern_england LIKE '%6%'
What was the result of the Australian Championships?
CREATE TABLE table_2139023_2 ( outcome VARCHAR, championship VARCHAR )
SELECT outcome FROM table_2139023_2 WHERE championship LIKE '%australian championships%'
What is the greatest area when the Poor Law Union is Skibbereen and the Civil Parish is Tullagh?
CREATE TABLE table_30121082_1 ( area__acres__ INTEGER, poor_law_union VARCHAR, civil_parish VARCHAR )
SELECT MAX(area__acres__) FROM table_30121082_1 WHERE poor_law_union LIKE "%skibbereen%" AND civil_parish LIKE "%tullagh%"
Which team played on April 1?
CREATE TABLE table_13619053_9 ( team VARCHAR, date VARCHAR )
SELECT team FROM table_13619053_9 WHERE date LIKE '%april 1%'
What types of stations are located in Cebu?
CREATE TABLE table_28794440_1 ( station_type VARCHAR, location VARCHAR )
SELECT station_type FROM table_28794440_1 WHERE location LIKE '%cebu%'
What was the result of the bodil award winning film from before 2005 in the best actress category?
CREATE TABLE table_name_37 ( result VARCHAR, year VARCHAR, award VARCHAR, category VARCHAR )
SELECT result FROM table_name_37 WHERE award LIKE "%bodil award%" AND category LIKE "%best actress%" AND year = "2005"
What is the total number of points of the team with less than 4 drawn and an against of 34?
CREATE TABLE table_name_24 ( points VARCHAR, drawn VARCHAR, against VARCHAR )
SELECT COUNT(points) FROM table_name_24 WHERE drawn < '4' AND against LIKE '%34%'
Who wrote season 10
CREATE TABLE table_1675 ( "Series #" real, "Season #" real, "Title" text, "Directed by" text, "Written by" text, "Original air date" text )
SELECT "Written by" FROM table_1675 WHERE "Season #" = 10
Jos verstappen jeroen bleekemolen is on Imp2 winning team where all are rnd.
CREATE TABLE table_14154271_2 ( rnd VARCHAR, lmp2_winning_team VARCHAR )
SELECT rnd FROM table_14154271_2 WHERE lmp2_winning_team LIKE "%jos verstappen jeroen bleekemolen%"
What time was the acc team #17 wake forest?
CREATE TABLE table_21330550_2 ( time VARCHAR, acc_team VARCHAR )
SELECT time FROM table_21330550_2 WHERE acc_team LIKE '%#17 wake forest%'
What is the high school of the player number 5?
CREATE TABLE table_24055352_1 ( high_school VARCHAR, number VARCHAR )
SELECT high_school FROM table_24055352_1 WHERE number LIKE '%5%'
What is listed for Vistor that has a Game # that is smaller than 67 and has a Home listed as Buffalo?
CREATE TABLE table_name_20 ( visitor VARCHAR, game__number VARCHAR, home VARCHAR )
SELECT visitor FROM table_name_20 WHERE CAST(game__number AS INTEGER) < 67 AND home LIKE '%buffalo%'
What week had attendance of 48,667?
CREATE TABLE table_name_59 ( week VARCHAR, attendance VARCHAR )
SELECT COUNT(week) FROM table_name_59 WHERE attendance LIKE '%48%' LIMIT 1 OFFSET 667
What are the average goals for with a drawn higher than 7 and goals against less than 86, as well as more than 11 losses and more than 42 games played?
CREATE TABLE table_45229 ( "Position" real, "Team" text, "Played" real, "Drawn" real, "Lost" real, "Goals For" real, "Goals Against" real, "Goal Difference" text, "Points 1" real )
SELECT AVG("Goals For") FROM table_45229 WHERE "Drawn" > 7 AND "Goals Against" < 86 AND "Lost" > 11 AND "Played" > 42
Who won the Northumberland Senior Benevolent Bowl, when the Northumberland Women's Cup was won by Blyth Spartans Ladies?
CREATE TABLE table_67003 ( "Season" text, "Northumberland Senior Cup" text, "Northumberland Senior Benevolent Bowl" text, "Northumberland Minor Cup" text, "Northumberland Women's Cup" text )
SELECT "Northumberland Senior Benevolent Bowl" FROM table_67003 WHERE "Northumberland Women's Cup" LIKE '%blyth spartans ladies%'
Which Silver is the lowest one that has a Bronze smaller than 1, and a Gold larger than 0?
CREATE TABLE table_name_56 ( silver INTEGER, bronze VARCHAR, gold VARCHAR )
SELECT MIN(silver) FROM table_name_56 WHERE bronze < '1' AND gold > '0'
Name the week when the result was l 38-17
CREATE TABLE table_name_61 ( week VARCHAR, result VARCHAR )
SELECT week FROM table_name_61 WHERE result LIKE '%l 38-17%'
Which Hanzi has a Regional Population of 4,591,972 in 2010?
CREATE TABLE table_name_92 ( hanzi VARCHAR, regional_population_2010_ VARCHAR )
SELECT hanzi FROM table_name_92 WHERE regional_population_2010_ LIKE "%4,591,972%"
What was the tie no when Oxford city was the away team?
CREATE TABLE table_45197 ( "Tie no" text, "Home team" text, "Score" text, "Away team" text, "Date" text )
SELECT "Tie no" FROM table_45197 WHERE "Away team" LIKE '%oxford city%'
Which opponent was present on March 28?
CREATE TABLE table_name_40 ( opponent VARCHAR, march VARCHAR )
SELECT opponent FROM table_name_40 WHERE march LIKE '%28%'
What is the coverage when power kw is 25kw?
CREATE TABLE table_23915973_1 ( coverage VARCHAR, power_kw VARCHAR )
SELECT coverage FROM table_23915973_1 WHERE power_kw LIKE "%25kw%"
What is the Outcome when All England Open is the Opponent in the final?
CREATE TABLE table_name_67 ( outcome VARCHAR, opponent_in_the_final VARCHAR )
SELECT outcome FROM table_name_67 WHERE opponent_in_the_final LIKE "%all england open%"
What is the H/A when Cork City is the opponent?
CREATE TABLE table_48783 ( "Date" text, "Opponents" text, "H / A" text, "Result F \u2013 A" text, "Attendance" real )
SELECT "H / A" FROM table_48783 WHERE "Opponents" LIKE '%cork city%'
What is the location and attendance on October 18?
CREATE TABLE table_29783 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Record" text )
SELECT "Location Attendance" FROM table_29783 WHERE "Date" LIKE '%october 18%'
What is the total goals scored with more than 11 points, 18 goals conceded, and played fewer than 18 times?
CREATE TABLE table_13534 ( "Place" real, "Team" text, "Played" real, "Draw" real, "Lost" real, "Goals Scored" real, "Goals Conceded" real, "Points" real )
SELECT COUNT("Goals Scored") FROM table_13534 WHERE "Points" > 11 AND "Goals Conceded" = 18 AND "Played" < 18
What week did Cleveland Browns played?
CREATE TABLE table_name_31 ( week INTEGER, opponent VARCHAR )
SELECT AVG(week) FROM table_name_31 WHERE opponent LIKE "%cleveland browns%"
Name the date for l 92 103 (ot)
CREATE TABLE table_1663 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Record" text )
SELECT "Date" FROM table_1663 WHERE "Score" LIKE '%l 92–103 (ot)%'
How many writers were for season #1?
CREATE TABLE table_25800134_3 ( writer_s_ VARCHAR, season__number VARCHAR )
SELECT COUNT(writer_s_) FROM table_25800134_3 WHERE season__number LIKE '%1%'
What date was the opponent in the final Virginie Pichet?
CREATE TABLE table_name_46 ( date VARCHAR, opponent_in_final VARCHAR )
SELECT date FROM table_name_46 WHERE opponent_in_final LIKE "%virginie pichet%"
how many afghan in banglash is hungarian
CREATE TABLE table_27116 ( "Afghan" text, "Albanian" text, "Arabic" text, "Bangladeshi" text, "Bosnian" text, "Chinese" text, "Colombian" text, "Cook Islands" text )
SELECT "Afghan" FROM table_27116 WHERE "Bangladeshi" LIKE '%hungarian%'
Name the 2001 with 2007 of sf
CREATE TABLE table_name_2 ( Id VARCHAR )
SELECT 2001 FROM table_name_2 WHERE 2007 LIKE "%sf%"
What is the Open 1st VIII for the 2012 crew?
CREATE TABLE table_name_76 ( open_1st_viii VARCHAR, crew VARCHAR )
SELECT open_1st_viii FROM table_name_76 WHERE crew LIKE '%2012%'
Whic teams scored l 97 107 (ot)
CREATE TABLE table_17323092_5 ( team VARCHAR, score VARCHAR )
SELECT team FROM table_17323092_5 WHERE score LIKE "%l 97–107 (ot)%"
What drama role does she play in 1973?
CREATE TABLE table_name_57 ( role VARCHAR, genre VARCHAR, year VARCHAR )
SELECT role FROM table_name_57 WHERE genre LIKE "%drama%" AND year LIKE "%1973%"