Get nba player from bootcamp.nba_player_seasons table with age 25 and name is Aaron McKie
Get nba player from bootcamp.nba\_player\_seasons table with age 25 and name is Aaron McKie. Just testing if this breaks anything else.
These are the tables to query for this question:
bootcamp.nba_player_seasonsYour answer should include these columns:
- player_name varchar
- age integer
- height varchar
- weight integer
- college varchar
- country varchar
- draft_year varchar
- draft_round varchar
- draft_number varchar
- gp double
- pts double
- reb double
- ast double
- netrtg double
- oreb_pct double
- dreb_pct double
- usg_pct double
- ts_pct double
- ast_pct double
- season integer
Querying is only for logged in users!
Sign In