answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT COUNT(model) FROM table_2326823_2 WHERE max_power_output = "162kW (220 PS) at 6,300 rpm"
How many models have maximum power output is 162kw (220 ps) at 6,300 rpm?
CREATE TABLE table_2326823_2 (model VARCHAR, max_power_output VARCHAR)
SELECT date FROM table_name_69 WHERE location = "the pyramid"
What date was the pyramid location?
CREATE TABLE table_name_69 (date VARCHAR, location VARCHAR)
SELECT years_of_participation FROM table_17429402_7 WHERE school = "Central Crossing"
What are the years of participation for central crossing school?
CREATE TABLE table_17429402_7 (years_of_participation VARCHAR, school VARCHAR)
SELECT COUNT(name_of_the_nature_reserve) FROM table_26013618_1 WHERE nsg_nr = 54
How many names does nature reserve 54 have?
CREATE TABLE table_26013618_1 (name_of_the_nature_reserve VARCHAR, nsg_nr VARCHAR)
SELECT lengths_behind FROM table_name_63 WHERE jockey = "ramon a. dominguez"
What's the lengths behind of Jockey Ramon A. Dominguez?
CREATE TABLE table_name_63 (lengths_behind VARCHAR, jockey VARCHAR)
SELECT surface FROM table_name_9 WHERE opponent = "ilija bozoljac"
On what Surface was the match against Ilija Bozoljac played?
CREATE TABLE table_name_9 (surface VARCHAR, opponent VARCHAR)
SELECT leading_man FROM table_name_1 WHERE year < 1932 AND director = "archie mayo"
What leading man earlier than 1932 was directed by archie mayo?
CREATE TABLE table_name_1 (leading_man VARCHAR, year VARCHAR, director VARCHAR)
SELECT type FROM table_name_87 WHERE location = "stanley"
What type of Bridge is in Stanley?
CREATE TABLE table_name_87 (type VARCHAR, location VARCHAR)
SELECT team_nickname FROM table_name_21 WHERE enrollment > 42 OFFSET 326
Name the team nickname for enrollment more than 42,326
CREATE TABLE table_name_21 (team_nickname VARCHAR, enrollment INTEGER)
SELECT townland FROM table_30120619_1 WHERE area__acres__ = 165
Which townland has an area of 165 acres?
CREATE TABLE table_30120619_1 (townland VARCHAR, area__acres__ VARCHAR)
SELECT location FROM table_name_35 WHERE school = "terre haute north"
Where is Terre Haute North located?
CREATE TABLE table_name_35 (location VARCHAR, school VARCHAR)
SELECT verb FROM table_name_43 WHERE proto_polynesian = "*mohe"
What is the verb for the Proto-Polynesian word *mohe?
CREATE TABLE table_name_43 (verb VARCHAR, proto_polynesian VARCHAR)
SELECT COUNT(round) FROM table_name_21 WHERE pick > 303 AND position = "end"
What is the total number of rounds of the end player with a pick number greater than 303?
CREATE TABLE table_name_21 (round VARCHAR, pick VARCHAR, position VARCHAR)
SELECT COUNT(grid) FROM table_name_85 WHERE driver = "david coulthard" AND laps > 45
What is the grid total for david coulthard with over 45 laps?
CREATE TABLE table_name_85 (grid VARCHAR, driver VARCHAR, laps VARCHAR)
SELECT player FROM table_name_10 WHERE rank = 2 AND seasons = "1982–83, 1983–84, 1984–85"
What player is ranked 2 and played in the seasons of 1982–83, 1983–84, 1984–85?
CREATE TABLE table_name_10 (player VARCHAR, rank VARCHAR, seasons VARCHAR)
SELECT pole_position FROM table_16099880_5 WHERE race = "Chicagoland"
Who was on the pole at Chicagoland?
CREATE TABLE table_16099880_5 (pole_position VARCHAR, race VARCHAR)
SELECT Country_name, Capital FROM country
Show the country name and capital of all countries.
CREATE TABLE country (Country_name VARCHAR, Capital VARCHAR)
SELECT time_retired FROM table_name_22 WHERE laps = "77" AND grid = "11"
Who retired at lap 77 and was grid 11?
CREATE TABLE table_name_22 (time_retired VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT champion FROM table_name_3 WHERE name = "philips open" AND runner_up = "javier sánchez"
Who was the champion of the Philips Open with a runner-up of Javier Sánchez?
CREATE TABLE table_name_3 (champion VARCHAR, name VARCHAR, runner_up VARCHAR)
SELECT SUM(money___) AS $__ FROM table_name_23 WHERE score = 70 - 71 - 77 - 76 = 294
How much was paid to the player whose score was 70-71-77-76=294?
CREATE TABLE table_name_23 (money___ INTEGER, score VARCHAR)
SELECT partner FROM table_name_86 WHERE year > 2007 AND score_in_the_final = "2–6, 3–6"
Who was the partner where the score was 2–6, 3–6 and happened after 2007?
CREATE TABLE table_name_86 (partner VARCHAR, year VARCHAR, score_in_the_final VARCHAR)
SELECT 2009 FROM table_name_19 WHERE 2007 = "1r"
What is the value in 2009 when 1R is in 2007?
CREATE TABLE table_name_19 (Id VARCHAR)
SELECT high_rebounds FROM table_17001658_7 WHERE game = 46
Who got the game high rebounds in game 46?
CREATE TABLE table_17001658_7 (high_rebounds VARCHAR, game VARCHAR)
SELECT termination_of_mission FROM table_name_34 WHERE title = "ambassador extraordinary and plenipotentiary" AND representative = "marsha e. barnes"
What is the Termination of Mission date for Marsha E. Barnes, the Ambassador Extraordinary and Plenipotentiary?
CREATE TABLE table_name_34 (termination_of_mission VARCHAR, title VARCHAR, representative VARCHAR)
SELECT album FROM table_name_20 WHERE remixed_by = "royal garden sound" AND version = "royal g's club mix"
Which album is the royal g's club mix version, which is remixed by royal garden sound, from?
CREATE TABLE table_name_20 (album VARCHAR, remixed_by VARCHAR, version VARCHAR)
SELECT home_team FROM table_name_85 WHERE game = "game 5"
Which Home team has a Game of game 5?
CREATE TABLE table_name_85 (home_team VARCHAR, game VARCHAR)
SELECT nssdc_id FROM table_2150068_1 WHERE satellite = "Echo 1"
What is the nssdc id for Echo 1?
CREATE TABLE table_2150068_1 (nssdc_id VARCHAR, satellite VARCHAR)
SELECT margin_of_victory FROM table_name_67 WHERE winning_score = −12(66 - 67 - 64 - 71 = 268)
What was the margin of victory when the winning score was −12 (66-67-64-71=268)?
CREATE TABLE table_name_67 (margin_of_victory VARCHAR, winning_score VARCHAR)
SELECT local_authority, services FROM station
list the local authorities and services provided by all stations.
CREATE TABLE station (local_authority VARCHAR, services VARCHAR)
SELECT team FROM table_name_90 WHERE fin_pos = "8"
Which team had a finish position of 8?
CREATE TABLE table_name_90 (team VARCHAR, fin_pos VARCHAR)
SELECT peletier FROM table_260938_1 WHERE systematics = "Million 1"
Name the peletier for systematics being million 1
CREATE TABLE table_260938_1 (peletier VARCHAR, systematics VARCHAR)
SELECT audition_venue FROM table_27615445_1 WHERE guest_fourth_judge = "Peninha"
Where was the audition venue where Peninha was the guest fourth judge?
CREATE TABLE table_27615445_1 (audition_venue VARCHAR, guest_fourth_judge VARCHAR)
SELECT AVG(total) FROM table_name_59 WHERE rank = "17" AND gold > 0
Which Total has a Rank of 17, and a Gold larger than 0?
CREATE TABLE table_name_59 (total INTEGER, rank VARCHAR, gold VARCHAR)
SELECT AVG(to_par) FROM table_name_20 WHERE player = "billy casper"
What is the average To Par, when Player is "Billy Casper"?
CREATE TABLE table_name_20 (to_par INTEGER, player VARCHAR)
SELECT original_airdate FROM table_20345624_2 WHERE director = "Guy Verney"
Name the original airdate for guy verney
CREATE TABLE table_20345624_2 (original_airdate VARCHAR, director VARCHAR)
SELECT location FROM table_name_77 WHERE callsign = "dwrj-fm"
Where is the place that has a Callsign of DWRJ-FM?
CREATE TABLE table_name_77 (location VARCHAR, callsign VARCHAR)
SELECT resolution FROM table_name_65 WHERE active_pixels = "6726 x 5040" AND model = "afi 7"
What is the resolution of the camera that has 6726 x 5040 pixels and a model of afi 7?
CREATE TABLE table_name_65 (resolution VARCHAR, active_pixels VARCHAR, model VARCHAR)
SELECT date FROM table_name_72 WHERE opponent = "evie dominikovic"
When is an Opponent of evie dominikovic?
CREATE TABLE table_name_72 (date VARCHAR, opponent VARCHAR)
SELECT test_career FROM table_name_98 WHERE player = "mushfiqur rahim"
When was Mushfiqur Rahim's test career?
CREATE TABLE table_name_98 (test_career VARCHAR, player VARCHAR)
SELECT MIN(election) FROM table_name_29 WHERE president = "leonardo marras" AND inhabitants < 227 OFFSET 063
What was the lowest election result for President Leonardo Marras with an area smaller than 227,063 people?
CREATE TABLE table_name_29 (election INTEGER, president VARCHAR, inhabitants VARCHAR)
SELECT time FROM table_name_55 WHERE writer_s_ = "aaron schroeder and wally gold"
What is the time of songs that have the writer Aaron Schroeder and Wally Gold?
CREATE TABLE table_name_55 (time VARCHAR, writer_s_ VARCHAR)
SELECT competition FROM table_name_56 WHERE season = "2010/11"
Which competition has a Season of 2010/11?
CREATE TABLE table_name_56 (competition VARCHAR, season VARCHAR)
SELECT version FROM table_2263152_1 WHERE features = "Service release" AND distribution_mechanism = "Windows NT 4.0 Option Pack Microsoft Office 97"
If the distribution mechanism is windows nt 4.0 option pack Microsoft office 97 and the features is service release, what is the version?
CREATE TABLE table_2263152_1 (version VARCHAR, features VARCHAR, distribution_mechanism VARCHAR)
SELECT rally_hq FROM table_name_62 WHERE rally_name = "adac rally deutschland"
Where was adac rally deutschland's rally HQ?
CREATE TABLE table_name_62 (rally_hq VARCHAR, rally_name VARCHAR)
SELECT MAX(total__kg_) FROM table_name_82 WHERE bodyweight > 136.16
Of weightlifters who weighed more than 136.16, who had the highest Total?
CREATE TABLE table_name_82 (total__kg_ INTEGER, bodyweight INTEGER)
SELECT rank__number FROM table_name_90 WHERE attendance = "68,586"
What rank were the Buckeyes when there were 68,586 in attendance?
CREATE TABLE table_name_90 (rank__number VARCHAR, attendance VARCHAR)
SELECT MAX(average) FROM table_2472711_32 WHERE total = 221902
What is the maximum average associated with a total of 221902?
CREATE TABLE table_2472711_32 (average INTEGER, total VARCHAR)
SELECT COUNT(road_record) FROM table_22825679_1 WHERE team = "Ole Miss"
Name the number of road record for team ole miss
CREATE TABLE table_22825679_1 (road_record VARCHAR, team VARCHAR)
SELECT date FROM table_name_84 WHERE score = "121-113"
On what date was the score 121-113?
CREATE TABLE table_name_84 (date VARCHAR, score VARCHAR)
SELECT year FROM table_name_81 WHERE opening = "e34 nimzo-indian defence"
Which year had e34 Nimzo-Indian defence is the opening?
CREATE TABLE table_name_81 (year VARCHAR, opening VARCHAR)
SELECT SUM(year) FROM table_name_4 WHERE team = "scuderia ferrari" AND engine = "ferrari 106 2.5 l4" AND points > 12
What is the total year with a Team of scuderia ferrari, an Engine of ferrari 106 2.5 l4, and more than 12 points?
CREATE TABLE table_name_4 (year INTEGER, points VARCHAR, team VARCHAR, engine VARCHAR)
SELECT actor_actress FROM table_25831483_1 WHERE last_appearance = "1 January 2010" AND total = 20 AND character = "Vanessa 'Nessa' Jenkins"
Who was the actor/actress with a last appearance of 1 january 2010 and total is 20 and character is vanessa 'nessa' jenkins?
CREATE TABLE table_25831483_1 (actor_actress VARCHAR, character VARCHAR, last_appearance VARCHAR, total VARCHAR)
SELECT floors FROM table_name_43 WHERE location = "aston"
How many floors did the tallest building in Aston have?
CREATE TABLE table_name_43 (floors VARCHAR, location VARCHAR)
SELECT region_s_ FROM table_21530474_1 WHERE chassis_code = "USF45"
Name the regions for usf45
CREATE TABLE table_21530474_1 (region_s_ VARCHAR, chassis_code VARCHAR)
SELECT railway FROM table_name_52 WHERE location = "shildon" AND objectnumber = "1978-7006"
Which Railway has a Location of shildon, and an ObjectNumber of 1978-7006?
CREATE TABLE table_name_52 (railway VARCHAR, location VARCHAR, objectnumber VARCHAR)
SELECT COUNT(mintage) FROM table_name_68 WHERE theme = "85th anniversary of vimy ridge" AND year > 2002
What was the total mintage for years after 2002 that had a 85th Anniversary of Vimy Ridge theme?
CREATE TABLE table_name_68 (mintage VARCHAR, theme VARCHAR, year VARCHAR)
SELECT apt_type_code, MAX(room_count), MIN(room_count) FROM Apartments GROUP BY apt_type_code
Show each apartment type code, and the maximum and minimum number of rooms for each type.
CREATE TABLE Apartments (apt_type_code VARCHAR, room_count INTEGER)
SELECT 1990 FROM table_name_78 WHERE 1992 = "3r"
Which 1990s 1992 was 3r?
CREATE TABLE table_name_78 (Id VARCHAR)
SELECT lap_by_lap FROM table_11691212_2 WHERE viewers = "13.4 million"
Who narrated the lap-by-lap to a 13.4 million audience?
CREATE TABLE table_11691212_2 (lap_by_lap VARCHAR, viewers VARCHAR)
SELECT AVG(date) FROM table_name_26 WHERE sport = "athletics" AND medal = "bronze"
what is the date when the medal is bronze for athletics?
CREATE TABLE table_name_26 (date INTEGER, sport VARCHAR, medal VARCHAR)
SELECT median_family_income FROM table_name_14 WHERE per_capita_income = "$18,296"
What is the median income for a family whose per capita income is $18,296?
CREATE TABLE table_name_14 (median_family_income VARCHAR, per_capita_income VARCHAR)
SELECT reactor_type FROM table_name_25 WHERE commercial_operation = "—" AND unit = "tianwan-7"
What reactor type that has a commercial operation of —, and a tianwan-7 unit?
CREATE TABLE table_name_25 (reactor_type VARCHAR, commercial_operation VARCHAR, unit VARCHAR)
SELECT opponent FROM table_name_21 WHERE points < 18 AND november > 11
Which opponent has points less than 18, and a november greater than 11?
CREATE TABLE table_name_21 (opponent VARCHAR, points VARCHAR, november VARCHAR)
SELECT lead FROM table_name_66 WHERE second = "marc kennedy" AND season = "2012–13"
What is the Lead when the Second was marc kennedy, in the 2012–13 season?
CREATE TABLE table_name_66 (lead VARCHAR, second VARCHAR, season VARCHAR)
SELECT date FROM table_name_85 WHERE venue = "princes park"
When was the game that was held at the Princes Park?
CREATE TABLE table_name_85 (date VARCHAR, venue VARCHAR)
SELECT AVG(stroke_count) FROM table_name_88 WHERE radical__variants_ = "皿" AND frequency < 129
WHAT IS THE STROKE COUNT WITH RADICAL 皿 FREQUENCY SMALLER THAN 129?
CREATE TABLE table_name_88 (stroke_count INTEGER, radical__variants_ VARCHAR, frequency VARCHAR)
SELECT rushing_yards FROM table_26108103_2 WHERE opponent = "Indiana" AND passing_yards = 503
How many rushing yards where there when the opponent was Indiana and there was 503 passing yards?
CREATE TABLE table_26108103_2 (rushing_yards VARCHAR, opponent VARCHAR, passing_yards VARCHAR)
SELECT date FROM table_name_66 WHERE circuit = "daytona international speedway" AND race = "paul revere 250"
What is the date of the Paul Revere 250 race in the Daytona International Speedway circuit?
CREATE TABLE table_name_66 (date VARCHAR, circuit VARCHAR, race VARCHAR)
SELECT league_apps FROM table_name_38 WHERE flt_apps = "1" AND total_goals > 0 AND league_goals > 1
What league apps with 1 flt apps, 0 goals, and more than 1 league goals?
CREATE TABLE table_name_38 (league_apps VARCHAR, league_goals VARCHAR, flt_apps VARCHAR, total_goals VARCHAR)
SELECT MIN(year) FROM table_name_85 WHERE notes = "1500 m" AND competition = "world junior championships"
What is the earliest year the world junior championships has 1500 m notes?
CREATE TABLE table_name_85 (year INTEGER, notes VARCHAR, competition VARCHAR)
SELECT AVG(races) FROM table_name_56 WHERE podiums < 2 AND position = "19th" AND season < 2009
How many races have less than 2 podiums and 19th position before 2009?
CREATE TABLE table_name_56 (races INTEGER, season VARCHAR, podiums VARCHAR, position VARCHAR)
SELECT school FROM table_name_94 WHERE hometown = "little rock, arkansas"
What's the school of the player with a hometown of little rock, arkansas?
CREATE TABLE table_name_94 (school VARCHAR, hometown VARCHAR)
SELECT AVG(year) FROM table_name_55 WHERE mixed_doubles = "mika heinonen susanna dahlberg"
When did mika heinonen susanna dahlberg win mixed doubles?
CREATE TABLE table_name_55 (year INTEGER, mixed_doubles VARCHAR)
SELECT salmonella FROM table_10321124_1 WHERE escherichia = "EspD"
what's the salmonella with escherichia being espd
CREATE TABLE table_10321124_1 (salmonella VARCHAR, escherichia VARCHAR)
SELECT country_territory FROM table_1889619_5 WHERE story_no = "032" AND missing_episodes_with_recovered_footage = "Episode 4"
When episode 4 is the missing episode with recovered footage and the 032 is the story number what is the country/territory?
CREATE TABLE table_1889619_5 (country_territory VARCHAR, story_no VARCHAR, missing_episodes_with_recovered_footage VARCHAR)
SELECT t2.claim_status_name FROM claims_processing AS t1 JOIN claims_processing_stages AS t2 ON t1.claim_stage_id = t2.claim_stage_id GROUP BY t1.claim_stage_id ORDER BY COUNT(*) DESC LIMIT 1
What is the name of the claim processing stage that most of the claims are on?
CREATE TABLE claims_processing (claim_stage_id VARCHAR); CREATE TABLE claims_processing_stages (claim_status_name VARCHAR, claim_stage_id VARCHAR)
SELECT № FROM table_27905664_1 WHERE us_viewers__million_ = "4.87"
What episode number had US viewership of 4.87 million?
CREATE TABLE table_27905664_1 (№ VARCHAR, us_viewers__million_ VARCHAR)
SELECT teaching_language FROM table_12591022_2 WHERE focus = "Auditing"
what is teaching language where the focus is auditing?
CREATE TABLE table_12591022_2 (teaching_language VARCHAR, focus VARCHAR)
SELECT score FROM table_name_28 WHERE opponent = "phillies" AND date = "may 24"
What was the score against the phillies on may 24?
CREATE TABLE table_name_28 (score VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT COUNT(*) FROM artist
How many artists do we have?
CREATE TABLE artist (Id VARCHAR)
SELECT tyre FROM table_name_87 WHERE entrant = "sa alfa romeo" AND driver = "luigi fagioli"
What is the tyre when the entrant is sa alfa romeo and the driver is luigi fagioli?
CREATE TABLE table_name_87 (tyre VARCHAR, entrant VARCHAR, driver VARCHAR)
SELECT main_contestant FROM table_name_33 WHERE co_contestant__yaar_vs_pyaar_ = "shalini chandran"
Who is the main contestant when the co-contestant (yaar vs. pyaar) is Shalini Chandran?
CREATE TABLE table_name_33 (main_contestant VARCHAR, co_contestant__yaar_vs_pyaar_ VARCHAR)
SELECT away_team AS score FROM table_name_94 WHERE home_team = "carlton"
What was the away team score when the home team was Carlton?
CREATE TABLE table_name_94 (away_team VARCHAR, home_team VARCHAR)
SELECT undisclosed FROM table_23835213_2 WHERE wycombe_wanderers = "Unattached"
What is the undisclosed when Wycombe Wanderers is unattached?
CREATE TABLE table_23835213_2 (undisclosed VARCHAR, wycombe_wanderers VARCHAR)
SELECT 2 AS nd_member FROM table_name_37 WHERE assembled = "3 november 1529"
Who was the 2nd member of the parliament that was assembled on 3 november 1529?
CREATE TABLE table_name_37 (assembled VARCHAR)
SELECT total_itv_viewers__millions_ FROM table_27319183_7 WHERE official_itv_hd_rating__millions_ = "1.12"
How many total itv viewers were there for the episode with official itv hd ratings of 1.12 million?
CREATE TABLE table_27319183_7 (total_itv_viewers__millions_ VARCHAR, official_itv_hd_rating__millions_ VARCHAR)
SELECT COUNT(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "CHRISSY" AND T1.lastname = "NABOZNY"
How many teachers does the student named CHRISSY NABOZNY have?
CREATE TABLE teachers (classroom VARCHAR); CREATE TABLE list (classroom VARCHAR, firstname VARCHAR, lastname VARCHAR)
SELECT venue FROM table_name_7 WHERE result = "0-5"
Where was a 0-5 game played?
CREATE TABLE table_name_7 (venue VARCHAR, result VARCHAR)
SELECT MAX(drawn) FROM table_name_27 WHERE points > 15 AND against = 19 AND lost < 3
What is the highest number of draws with more than 15 points, an against of 19, and less than 3 losses?
CREATE TABLE table_name_27 (drawn INTEGER, lost VARCHAR, points VARCHAR, against VARCHAR)
SELECT month FROM table_name_76 WHERE us__2013_ = "ruby"
Which month in 2013 did the U.S. use the ruby birthstone?
CREATE TABLE table_name_76 (month VARCHAR, us__2013_ VARCHAR)
SELECT opponent FROM table_name_96 WHERE week = 5
Who is the opponent for week 5?
CREATE TABLE table_name_96 (opponent VARCHAR, week VARCHAR)
SELECT event FROM table_name_60 WHERE year < 1913 AND position = "2nd"
what is the event for the year less than 1913 with the position of 2nd?
CREATE TABLE table_name_60 (event VARCHAR, year VARCHAR, position VARCHAR)
SELECT drg_number_s_ FROM table_name_32 WHERE railway_number_s_ = "xxx"
Which DRG number has xxx railway number?
CREATE TABLE table_name_32 (drg_number_s_ VARCHAR, railway_number_s_ VARCHAR)
SELECT away_team AS score FROM table_14312471_3 WHERE away_team = "Richmond"
Name the away team score for richmond
CREATE TABLE table_14312471_3 (away_team VARCHAR)
SELECT gross_revenue__1979_ FROM table_name_83 WHERE venue = "lyceum theatre"
What is the Gross Revenue (1979) of the Venue, lyceum theatre?
CREATE TABLE table_name_83 (gross_revenue__1979_ VARCHAR, venue VARCHAR)
SELECT COUNT(draw) FROM table_name_65 WHERE rank < 10 AND dance_styles = "rumba/cha-cha/jazz dance"
How many draws has lower than rank 10 in rumba/cha-cha/jazz dance?
CREATE TABLE table_name_65 (draw VARCHAR, rank VARCHAR, dance_styles VARCHAR)
SELECT competition FROM table_name_63 WHERE goal = 41
What competition has 41 goals?
CREATE TABLE table_name_63 (competition VARCHAR, goal VARCHAR)
SELECT result FROM table_name_86 WHERE date = "october 14, 1967"
What Result has a Date of october 14, 1967?
CREATE TABLE table_name_86 (result VARCHAR, date VARCHAR)
SELECT team FROM table_name_62 WHERE rebounds = 48
Which team has 48 rebounds?
CREATE TABLE table_name_62 (team VARCHAR, rebounds VARCHAR)
SELECT result FROM table_name_68 WHERE date = "july 16, 2000"
Tell me the result of july 16, 2000
CREATE TABLE table_name_68 (result VARCHAR, date VARCHAR)