In this notebook, we will work on chinook database (includes tables for artists, albums, media tracks, invoices ,and customers).
The outline is as follows:
- Chinook database Description
- About SQLite Browser
- Working on Database using Notebook
- Using the sqlite3 module
- Using Magic SQL
- Working with Chinook Database
- Create, Drop, Select
- Where
- Insert, Update, Delete
- Like
- Order by
- Group by
- Aggregate Functions
- Having
- Joint (Inner and Outer)