OBJECTIVE: Use SQL inside Python to pull simple sales info (like total quantity sold, total revenue), and display it using basic print statements and a simple bar chart. TOOLS: Python (with sqlite3, ...