Curated Tech Reading Map

Find your next tech book to read

Goal

The path to "やさしいデータベース設計"

Here is the reading path leading up to this book, derived from its dependencies and ordered from the fundamentals.

The path so far (1 books)

  1. SQL 第2版

    Why read this first: After learning basic SQL operations such as SELECT and JOIN, the natural next step is the upstream question of how to design the tables themselves. This book (やさしいデータベース設計) walks through requirements definition, logical design, physical design, and operations in one pass, giving concrete guidance at each stage where a reader new to DB design tends to stumble.