question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
What is the number listed in home games when the team is Seattle Seahawks?
CREATE TABLE table_28884858_1 (home_games VARCHAR, team VARCHAR)
SELECT home_games FROM table_28884858_1 WHERE team = "Seattle Seahawks"
Who is the captain for the manufacturer Pony, and the manager Harry Redknapp?
CREATE TABLE table_name_59 (captain VARCHAR, kit_manufacturer VARCHAR, manager VARCHAR)
SELECT captain FROM table_name_59 WHERE kit_manufacturer = "pony" AND manager = "harry redknapp"
What player from New Mexico plays the WR position?
CREATE TABLE table_name_21 (player VARCHAR, position VARCHAR, school_club_team VARCHAR)
SELECT player FROM table_name_21 WHERE position = "wr" AND school_club_team = "new mexico"
What is the Rank of the Nation with more than 1 Gold and a more than 4 Total medals?
CREATE TABLE table_name_65 (rank INTEGER, gold VARCHAR, total VARCHAR)
SELECT SUM(rank) FROM table_name_65 WHERE gold > 1 AND total > 4
What was the playing surface for the Tournament of Great Britain F16?
CREATE TABLE table_name_44 (surface VARCHAR, tournament VARCHAR)
SELECT surface FROM table_name_44 WHERE tournament = "great britain f16"
What was the score of game 36?
CREATE TABLE table_name_97 (score VARCHAR, game VARCHAR)
SELECT score FROM table_name_97 WHERE game = 36
How many schools won their last occ championship in 2006?
CREATE TABLE table_17429402_7 (school VARCHAR, last_occ_championship VARCHAR)
SELECT COUNT(school) FROM table_17429402_7 WHERE last_occ_championship = "2006"
Which countries have more than two members?
CREATE TABLE member (Country VARCHAR)
SELECT Country FROM member GROUP BY Country HAVING COUNT(*) > 2
What is the price of 60 mbps downstream?
CREATE TABLE table_name_22 (price VARCHAR, downstream VARCHAR)
SELECT price FROM table_name_22 WHERE downstream = "60 mbps"
Which Class has a Weight of 203?
CREATE TABLE table_name_57 (class VARCHAR, weight VARCHAR)
SELECT class FROM table_name_57 WHERE weight = 203
What is the name of the race that has the pergusa Circuit?
CREATE TABLE table_name_50 (race_name VARCHAR, circuit VARCHAR)
SELECT race_name FROM table_name_50 WHERE circuit = "pergusa"
What was the 08-09 i/o best of the player with 1386 points?
CREATE TABLE table_24990183_5 (ws_points VARCHAR)
SELECT 08 AS _09_i_o_best FROM table_24990183_5 WHERE ws_points = 1386
Which Pinyin has a Chinese of 臺南?
CREATE TABLE table_name_89 (pinyin VARCHAR, chinese VARCHAR)
SELECT pinyin FROM table_name_89 WHERE chinese = "臺南"
What is the Player with a Date with 12-03-2003?
CREATE TABLE table_name_31 (player VARCHAR, date VARCHAR)
SELECT player FROM table_name_31 WHERE date = "12-03-2003"
Which team has a second qualification time of 1:01.936?
CREATE TABLE table_name_40 (team VARCHAR, qual_2 VARCHAR)
SELECT team FROM table_name_40 WHERE qual_2 = "1:01.936"
What is the average cap number in scotland in 1986–1998 leass than 69?
CREATE TABLE table_name_6 (average VARCHAR, caps VARCHAR, scotland_career VARCHAR)
SELECT COUNT(average) FROM table_name_6 WHERE caps < 69 AND scotland_career = "1986–1998"
what is the sum of bronze when the rank is 5, the nation is poland and gold is less than 0?
CREATE TABLE table_name_89 (bronze INTEGER, gold VARCHAR, rank VARCHAR, nation VARCHAR)
SELECT SUM(bronze) FROM table_name_89 WHERE rank = 5 AND nation = "poland" AND gold < 0
Which tournament happened on september 25, 2006?
CREATE TABLE table_name_78 (tournament VARCHAR, date VARCHAR)
SELECT tournament FROM table_name_78 WHERE date = "september 25, 2006"
Find the name and account balance of the customer whose name includes the letter ‘a’.
CREATE TABLE customer (cust_name VARCHAR, acc_bal VARCHAR)
SELECT cust_name, acc_bal FROM customer WHERE cust_name LIKE '%a%'
What grid features 6 laps?
CREATE TABLE table_name_53 (grid VARCHAR, laps VARCHAR)
SELECT grid FROM table_name_53 WHERE laps = 6
What is the east with ev landsberg as the west?
CREATE TABLE table_name_83 (east VARCHAR, west VARCHAR)
SELECT east FROM table_name_83 WHERE west = "ev landsberg"
What is the gross revenue in 2011 with a gross revenue in 1982 of $1,988,047?
CREATE TABLE table_name_28 (gross_revenue__2011_ VARCHAR, gross_revenue__1982_ VARCHAR)
SELECT gross_revenue__2011_ FROM table_name_28 WHERE gross_revenue__1982_ = "$1,988,047"
What is the result week 1?
CREATE TABLE table_name_2 (result VARCHAR, week VARCHAR)
SELECT result FROM table_name_2 WHERE week = 1
Tell me the year built for number built of 10
CREATE TABLE table_name_14 (year_built__converted VARCHAR, _ VARCHAR, no_built__converted VARCHAR)
SELECT year_built__converted * _ FROM table_name_14 WHERE no_built__converted * _ = "10"
What is the average number of losses when there are more than 4 wins, and the against matches is more than 1728?
CREATE TABLE table_name_44 (losses INTEGER, wins VARCHAR, against VARCHAR)
SELECT AVG(losses) FROM table_name_44 WHERE wins < 4 AND against > 1728
What are the first name and last name of the professionals who have done treatment with cost below average?
CREATE TABLE Treatments (cost_of_treatment INTEGER); CREATE TABLE Professionals (first_name VARCHAR, last_name VARCHAR); CREATE TABLE Treatments (Id VARCHAR)
SELECT DISTINCT T1.first_name, T1.last_name FROM Professionals AS T1 JOIN Treatments AS T2 WHERE cost_of_treatment < (SELECT AVG(cost_of_treatment) FROM Treatments)
How many laps did mike spence complete grids above 12?
CREATE TABLE table_name_85 (laps VARCHAR, driver VARCHAR, grid VARCHAR)
SELECT COUNT(laps) FROM table_name_85 WHERE driver = "mike spence" AND grid > 12
What numbered game featured a High rebounds of radoslav nesterović (8), and a High assists of josé calderón (9)?
CREATE TABLE table_name_12 (game VARCHAR, high_rebounds VARCHAR, high_assists VARCHAR)
SELECT COUNT(game) FROM table_name_12 WHERE high_rebounds = "radoslav nesterović (8)" AND high_assists = "josé calderón (9)"
What is the average total for 0 bronze?
CREATE TABLE table_name_98 (total INTEGER, bronze INTEGER)
SELECT AVG(total) FROM table_name_98 WHERE bronze < 0
What is the end (UTC) for spacecraft STS-114 Eva 3?
CREATE TABLE table_22385461_6 (end__utc_ VARCHAR, spacecraft VARCHAR)
SELECT end__utc_ FROM table_22385461_6 WHERE spacecraft = "STS-114 EVA 3"
What type of surface was used for the carthage tournament on august 14, 1994?
CREATE TABLE table_name_97 (surface VARCHAR, tournament VARCHAR, date VARCHAR)
SELECT surface FROM table_name_97 WHERE tournament = "carthage" AND date = "august 14, 1994"
Name the numbers for the player with a height in ft of 6-7 for the guard
CREATE TABLE table_name_4 (no_s_ VARCHAR, height_in_ft VARCHAR, position VARCHAR)
SELECT no_s_ FROM table_name_4 WHERE height_in_ft = "6-7" AND position = "guard"
What is the school of the player who went to the college of michigan and originally comes from Wheaton, Illinois?
CREATE TABLE table_name_2 (school VARCHAR, college VARCHAR, hometown VARCHAR)
SELECT school FROM table_name_2 WHERE college = "michigan" AND hometown = "wheaton, illinois"
What is the sum of the capacities for Carrigh wind warm that has a size of 0.85 MW and more than 3 turbines?
CREATE TABLE table_name_31 (capacity__mw_ INTEGER, turbines VARCHAR, size__mw_ VARCHAR, wind_farm VARCHAR)
SELECT SUM(capacity__mw_) FROM table_name_31 WHERE size__mw_ = "0.85" AND wind_farm = "carrigh" AND turbines > 3
What is the Outcome of the Melbourne Tournament?
CREATE TABLE table_name_48 (outcome VARCHAR, tournament VARCHAR)
SELECT outcome FROM table_name_48 WHERE tournament = "melbourne"
What was the result of the 4:27 fight?
CREATE TABLE table_name_51 (res VARCHAR, time VARCHAR)
SELECT res FROM table_name_51 WHERE time = "4:27"
What was the location and attendance when the record was 19-17?
CREATE TABLE table_name_69 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_name_69 WHERE record = "19-17"
What is the total number of silver medals of the team ranked 7 with more than 1 total medal?
CREATE TABLE table_name_59 (silver VARCHAR, rank VARCHAR, total VARCHAR)
SELECT COUNT(silver) FROM table_name_59 WHERE rank = "7" AND total > 1
What is the position of the player who went to college of notre dame?
CREATE TABLE table_name_78 (position VARCHAR, college VARCHAR)
SELECT position FROM table_name_78 WHERE college = "notre dame"
How many laps did riccardo patrese do when he had a time/retird of + 1 lap?
CREATE TABLE table_name_96 (laps VARCHAR, time_retired VARCHAR, driver VARCHAR)
SELECT COUNT(laps) FROM table_name_96 WHERE time_retired = "+ 1 lap" AND driver = "riccardo patrese"
on week of february 12, in the west division, what is the position?
CREATE TABLE table_name_16 (position VARCHAR, division VARCHAR, week VARCHAR)
SELECT position FROM table_name_16 WHERE division = "west" AND week = "february 12"
Who was the opponent with the record of 4-0-0?
CREATE TABLE table_name_46 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_46 WHERE record = "4-0-0"
What year did the team who played at the Scottrade Center leave the city?
CREATE TABLE table_21564794_3 (left_st_louis INTEGER, venue VARCHAR)
SELECT MIN(left_st_louis) FROM table_21564794_3 WHERE venue = "Scottrade Center"
What number(s) in the series was written by bo crese?
CREATE TABLE table_26565936_2 (no_in_series VARCHAR, written_by VARCHAR)
SELECT no_in_series FROM table_26565936_2 WHERE written_by = "Bo Crese"
How many points did the Cowboys have when they had a 7-0 record?
CREATE TABLE table_21197135_1 (cowboys_points VARCHAR, record VARCHAR)
SELECT cowboys_points FROM table_21197135_1 WHERE record = "7-0"
What's Blanco Encalada's main artillery?
CREATE TABLE table_23614702_1 (main_artillery VARCHAR, warship VARCHAR)
SELECT main_artillery FROM table_23614702_1 WHERE warship = "Blanco Encalada"
How many seasons was the opponent Vamos Idaliou Krka Novo Mesto SV Neulengbach?
CREATE TABLE table_27654988_1 (season VARCHAR, opponent VARCHAR)
SELECT COUNT(season) FROM table_27654988_1 WHERE opponent = "Vamos Idaliou Krka Novo Mesto SV Neulengbach"
What is the score when november 15 is the date?
CREATE TABLE table_name_86 (score VARCHAR, date VARCHAR)
SELECT score FROM table_name_86 WHERE date = "november 15"
What is the position of the player with a round less than 20 from the school/club Washington?
CREATE TABLE table_name_17 (position VARCHAR, round VARCHAR, school_club_team VARCHAR)
SELECT position FROM table_name_17 WHERE round < 20 AND school_club_team = "washington"
What did they do against Villanova?
CREATE TABLE table_21058823_1 (result VARCHAR, opponent VARCHAR)
SELECT result FROM table_21058823_1 WHERE opponent = "Villanova"
What is the preliminaries of the contestant from Massachusetts with an evening gown higher than 8.631, an average less than 8.791, and an interview higher than 8.608?
CREATE TABLE table_name_97 (preliminaries VARCHAR, interview VARCHAR, state VARCHAR, evening_gown VARCHAR, average VARCHAR)
SELECT COUNT(preliminaries) FROM table_name_97 WHERE evening_gown > 8.631 AND average < 8.791 AND state = "massachusetts" AND interview > 8.608
Name the incumbent for first elected 1958
CREATE TABLE table_1341577_22 (incumbent VARCHAR, first_elected VARCHAR)
SELECT incumbent FROM table_1341577_22 WHERE first_elected = 1958
What day is south melbourne at home?
CREATE TABLE table_name_35 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_35 WHERE home_team = "south melbourne"
Find the number of distinct name of losers.
CREATE TABLE matches (loser_name VARCHAR)
SELECT COUNT(DISTINCT loser_name) FROM matches
what is the competition in paris for the parallel bars with a position of 1st?
CREATE TABLE table_name_8 (competition VARCHAR, event VARCHAR, venue VARCHAR, position VARCHAR)
SELECT competition FROM table_name_8 WHERE venue = "paris" AND position = "1st" AND event = "parallel bars"
What was Hawthorn's score as the away team?
CREATE TABLE table_name_96 (away_team VARCHAR)
SELECT away_team AS score FROM table_name_96 WHERE away_team = "hawthorn"
Which Adelaide has Perth no, Gold Coast no, and Sydney yes?
CREATE TABLE table_name_13 (adelaide VARCHAR, sydney VARCHAR, perth VARCHAR, gold_coast VARCHAR)
SELECT adelaide FROM table_name_13 WHERE perth = "no" AND gold_coast = "yes" AND sydney = "yes"
When Paul Whiting won the mixed veteran, who won the mixed restricted?
CREATE TABLE table_28211674_3 (mixed_restricted VARCHAR, mixed_veteran VARCHAR)
SELECT mixed_restricted FROM table_28211674_3 WHERE mixed_veteran = "Paul Whiting"
What is the population density of the Capital Region of Denmark?
CREATE TABLE table_16278602_1 (pop_density__per_km²_ VARCHAR, english_name VARCHAR)
SELECT pop_density__per_km²_ FROM table_16278602_1 WHERE english_name = "Capital Region of Denmark"
What year has a genre the platform game?
CREATE TABLE table_name_18 (year VARCHAR, genre VARCHAR)
SELECT year FROM table_name_18 WHERE genre = "platform game"
What driver has less than 18 laps and a grid number under 16?
CREATE TABLE table_name_14 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT driver FROM table_name_14 WHERE laps < 18 AND grid < 16
Which Score has a Date of 28 february 1953, and a Tie no of 3?
CREATE TABLE table_name_14 (score VARCHAR, date VARCHAR, tie_no VARCHAR)
SELECT score FROM table_name_14 WHERE date = "28 february 1953" AND tie_no = "3"
what is siena 2002 when the president is andrew jackson?
CREATE TABLE table_name_96 (siena_2002 VARCHAR, president VARCHAR)
SELECT siena_2002 FROM table_name_96 WHERE president = "andrew jackson"
What Winning team has 22 July as a Date?
CREATE TABLE table_name_79 (winning_team VARCHAR, date VARCHAR)
SELECT winning_team FROM table_name_79 WHERE date = "22 july"
Which average Opened has a Manufacturer of vekoma?
CREATE TABLE table_name_19 (opened INTEGER, manufacturer VARCHAR)
SELECT AVG(opened) FROM table_name_19 WHERE manufacturer = "vekoma"
What is the Record on april 13?
CREATE TABLE table_name_32 (record VARCHAR, date VARCHAR)
SELECT record FROM table_name_32 WHERE date = "april 13"
How many times is the voting percentage 10.7%
CREATE TABLE table_26375386_20 (rank VARCHAR, vote_percentage VARCHAR)
SELECT COUNT(rank) FROM table_26375386_20 WHERE vote_percentage = "10.7%"
Which Played has a PD per game larger than 6.28, and a Loss smaller than 4?
CREATE TABLE table_name_97 (played INTEGER, pd_per_game VARCHAR, loss VARCHAR)
SELECT MIN(played) FROM table_name_97 WHERE pd_per_game > 6.28 AND loss < 4
Who wrote episode number 11?
CREATE TABLE table_29273243_1 (written_by VARCHAR, no_in_season VARCHAR)
SELECT written_by FROM table_29273243_1 WHERE no_in_season = 11
Which team won the game on January 12?
CREATE TABLE table_name_83 (decision VARCHAR, date VARCHAR)
SELECT decision FROM table_name_83 WHERE date = "january 12"
What is the smallest round to have a record of 4-0?
CREATE TABLE table_name_95 (round INTEGER, record VARCHAR)
SELECT MIN(round) FROM table_name_95 WHERE record = "4-0"
What airport is in Vietnam?
CREATE TABLE table_name_77 (airport VARCHAR, country VARCHAR)
SELECT airport FROM table_name_77 WHERE country = "vietnam"
Who was the Team that was played against on February 24 and a game after game 55?
CREATE TABLE table_name_61 (team VARCHAR, game VARCHAR, date VARCHAR)
SELECT team FROM table_name_61 WHERE game > 55 AND date = "february 24"
Name the average Lead Margin on november 13-november 19, 2007?
CREATE TABLE table_name_86 (lead_margin INTEGER, dates_administered VARCHAR)
SELECT AVG(lead_margin) FROM table_name_86 WHERE dates_administered = "november 13-november 19, 2007"
Which venue had a city of Manchester in 2003?
CREATE TABLE table_name_85 (venue VARCHAR, city VARCHAR, year VARCHAR)
SELECT venue FROM table_name_85 WHERE city = "manchester" AND year = 2003
what is the preliminary average score when the evening gown score is 8.774 (6)?
CREATE TABLE table_name_58 (preliminary_average VARCHAR, evening_gown VARCHAR)
SELECT preliminary_average FROM table_name_58 WHERE evening_gown = "8.774 (6)"
What is the Pick # with an Overall of 19?
CREATE TABLE table_name_22 (pick__number INTEGER, overall VARCHAR)
SELECT MAX(pick__number) FROM table_name_22 WHERE overall = 19
On which date was Raymond Felton (6) the high assists and Jason Richardson (42) the high points?
CREATE TABLE table_name_32 (date VARCHAR, high_assists VARCHAR, high_points VARCHAR)
SELECT date FROM table_name_32 WHERE high_assists = "raymond felton (6)" AND high_points = "jason richardson (42)"
What's the highest time for the 1995 200 metres event?
CREATE TABLE table_name_31 (time INTEGER, year VARCHAR, event VARCHAR)
SELECT MAX(time) FROM table_name_31 WHERE year = 1995 AND event = "200 metres"
What is the highest bronze for San Marino with less than 82 total and less than 3 golds?
CREATE TABLE table_name_53 (bronze INTEGER, gold VARCHAR, total VARCHAR, nation VARCHAR)
SELECT MAX(bronze) FROM table_name_53 WHERE total < 82 AND nation = "san marino" AND gold < 3
Who was president Year of 2002-2003, second semester?
CREATE TABLE table_name_89 (president VARCHAR, year VARCHAR)
SELECT president FROM table_name_89 WHERE year = "2002-2003, second semester"
Which Season has Ties smaller than 1, and a Team of vancouver grizzlies, and Wins smaller than 1?
CREATE TABLE table_name_42 (season INTEGER, wins VARCHAR, ties VARCHAR, team VARCHAR)
SELECT SUM(season) FROM table_name_42 WHERE ties < 1 AND team = "vancouver grizzlies" AND wins < 1
What Playoffs were held during the years of 2007-08?
CREATE TABLE table_name_70 (playoffs VARCHAR, year VARCHAR)
SELECT playoffs FROM table_name_70 WHERE year = "2007-08"
Show the school name and driver name for all school buses.
CREATE TABLE school (school VARCHAR, school_id VARCHAR); CREATE TABLE school_bus (school_id VARCHAR, driver_id VARCHAR); CREATE TABLE driver (name VARCHAR, driver_id VARCHAR)
SELECT T2.school, T3.name FROM school_bus AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id JOIN driver AS T3 ON T1.driver_id = T3.driver_id
Which Home team has a Score of 0–1, and an Away team of tottenham hotspur?
CREATE TABLE table_name_77 (home_team VARCHAR, score VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_77 WHERE score = "0–1" AND away_team = "tottenham hotspur"
What is the lowest goal difference a club with more than 13 wins, less than 8 losses, and less than 11 draws has?
CREATE TABLE table_name_81 (goal_difference INTEGER, draws VARCHAR, wins VARCHAR, losses VARCHAR)
SELECT MIN(goal_difference) FROM table_name_81 WHERE wins > 13 AND losses < 8 AND draws < 11
Which state has a Name of diamond lake, and a GNIS Feature ID of 1579127?
CREATE TABLE table_name_91 (state VARCHAR, name VARCHAR, gnis_feature_id VARCHAR)
SELECT state FROM table_name_91 WHERE name = "diamond lake" AND gnis_feature_id = 1579127
Which co drivers are 3rd in Joest racing?
CREATE TABLE table_name_23 (co_drivers VARCHAR, pos VARCHAR, team VARCHAR)
SELECT co_drivers FROM table_name_23 WHERE pos = "3rd" AND team = "joest racing"
Name the first for countries of trinidad and tobago for hutchinson for years before 2004
CREATE TABLE table_name_39 (first VARCHAR, year VARCHAR, country VARCHAR, last VARCHAR)
SELECT first FROM table_name_39 WHERE country = "trinidad and tobago" AND last = "hutchinson" AND year < 2004
What round has a method of submission?
CREATE TABLE table_name_64 (round VARCHAR, method VARCHAR)
SELECT round FROM table_name_64 WHERE method = "submission"
Who are the scorers on 1 August 2008, where the ground was A?
CREATE TABLE table_name_34 (scorers VARCHAR, ground VARCHAR, date VARCHAR)
SELECT scorers FROM table_name_34 WHERE ground = "a" AND date = "1 august 2008"
How many pommel Horses have Rings of 37.461, and a Total smaller than 229.507?
CREATE TABLE table_name_16 (pommel_horse VARCHAR, rings VARCHAR, total VARCHAR)
SELECT COUNT(pommel_horse) FROM table_name_16 WHERE rings = 37.461 AND total < 229.507
What is the nationality of the player with 2 years of NBA experience for the previously played for the Los Angeles Lakers?
CREATE TABLE table_name_23 (nationality VARCHAR, previous_team VARCHAR, years_of_nba_experience_ VARCHAR, a_ VARCHAR)
SELECT nationality FROM table_name_23 WHERE years_of_nba_experience_[a_] = 2 AND previous_team = "los angeles lakers"
what is the integrated in which the holding allied-unrelated is many?
CREATE TABLE table_11944282_1 (holding VARCHAR, allied_unrelated VARCHAR)
SELECT holding FROM table_11944282_1 WHERE allied_unrelated = "Many"
When did the staff member with first name as Janessa and last name as Sawayn leave the company?
CREATE TABLE Staff (date_left_staff VARCHAR, first_name VARCHAR, last_name VARCHAR)
SELECT date_left_staff FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"
What is the car number driven by Darren Manning?
CREATE TABLE table_17256857_1 (car_no VARCHAR, driver VARCHAR)
SELECT car_no FROM table_17256857_1 WHERE driver = "Darren Manning"
Name the total number of rank for 348cc petty manx
CREATE TABLE table_name_54 (rank VARCHAR, team VARCHAR)
SELECT COUNT(rank) FROM table_name_54 WHERE team = "348cc petty manx"
What is the average population of the township having land of 35.666sqmi and GEO ID over 3807364500?
CREATE TABLE table_name_36 (pop__2010_ INTEGER, land___sqmi__ VARCHAR, geo_id VARCHAR)
SELECT AVG(pop__2010_) FROM table_name_36 WHERE land___sqmi__ = 35.666 AND geo_id > 3807364500
How many episodes were listed as number 29 in the series?
CREATE TABLE table_22265225_1 (no_in_season VARCHAR, no_in_series VARCHAR)
SELECT COUNT(no_in_season) FROM table_22265225_1 WHERE no_in_series = "29"
How many bronze medals are there when there are fewer than 3 silver medals and 7 medals total?
CREATE TABLE table_name_69 (bronze VARCHAR, silver VARCHAR, total VARCHAR)
SELECT bronze FROM table_name_69 WHERE silver < 3 AND total = 7