Analyze nba data with sqlite3
Intermediate
+3 pts
In this Bite you are going to use sqlite3! We loaded some NBA data into a players DB table: 
Complete the 4 functions after the you code comment, following their docstrings. You need to use different SQL queries to get the results.
Good luck and keep calm and code in Python!
Topics