If you haven't already, install the following tools:
- DBeaver, SQlite Viewer - VSCode Extension or any other SQL client of your choice.
- (Optional) SQLite if you want to practice using the command line.
Read/watch through this list of content before you come to the session:
- Database Design - Phase 1 - Analysis
- Database Design - Phase 2 - Design
- Database Design - Phase 3 - Implementation - Don't implement the database, just read through the example.
- What is a foreign key?
- Databases resources from Foundation