- Intro to data bases and SQLiteStudio
- advanced SQL queries in SQLiteStudio
- SQLite from the command line, SQL from Python
-
pre-class reading (high level - databases and SQL)
-
in-class
-
discuss pre-class material
-
install SQLiteStudio (if not already installed)
-
download Rexon_Metals.db
-
tour of UI
-
simple queries and views
-
SELECT
-
FROM
-
WHERE
-
simple calculation on columns in a view
-
-
saving views and query results
-
- BETWEEN
- AND, OR, and IN
- WHERE on text - LIKE and wildcards ( _ and %)
- WHERE on booleans and the NOT keyword
- GROUP BY
- ORDER BY
- CASE
- JOIN
The SQLite3 package / API.