Database Management
10 May 2026
Not including a semicolon after the query
Confusing a SQLite dot command for a SQL query
sqlite>$ to % to > to othersMistakes in case: remember that SQL keywords are case insensitive but table and column names are not
Incorrect punctuation: missing commas, unclosed quotes, mismatched parentheses
Order of operations: SELECT, FROM, JOIN, WHERE, GROUP BY, HAVING, ORDER BY
.databases.tablespragma table_info(Books);.schema.dump to see the SQL that created the current databaseThis slideshow was produced using quarto
Fonts are Roboto, Roboto Light, and Victor Mono Nerd Font