This project demonstrates how to use SQL magic commands inside a Jupyter Notebook to interact with a SQLite database directly from notebook cells. Instead of writing full Python database boilerplate ...
# MAGIC **Setup complete.** Exercise tables are in `db_code.spark_sql_joins` schema. # MAGIC Base tables (orders, customers, products, order_items) are in `db_code.elt` schema. # MAGIC Each exercise ...