Skip to content

Neo-Hao/grokking-relational-database-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grokking Relational Database Design

A friendly illustrated guide to designing and implementing your first database.

A well-constructed database is easy to understand, query, manage, and scale when your app needs to grow. In Grokking Relational Database Design you’ll learn the basics of relational database design including how to name fields and tables, which data to store where, how to eliminate repetition, good practices for data collection and hygiene, and much more. You won’t need a computer science degree or in-depth knowledge of programming—the book’s practical examples and down-to-earth definitions are beginner-friendly.

In Grokking Relational Database Design, you’ll learn how to:

  • Query and create databases using Structured Query Language (SQL)
  • Design databases from scratch
  • Implement and optimize database designs
  • Take advantage of generative AI when designing databases

Table of contents (for this code repo)

This book is currently in the Manning Early Access Program (MEAP). Via MEAP, you can read chapters as they are written, and get the finished version as soon as it’s ready, and receive the print book long before it's in bookstores.

There are currently 8 chapters planned for this book. The following table of contents lists the chapters that are currently available in the MEAP, and the chapters that are planned for the final book.

  • Chapter 1 - Introduction to Database and SQL (code)
  • Chapter 2 - Related Tables and More SQL (code)
  • Chapter 3 - Overview of Database Design (No code)
  • Chapter 4 - Entities and Attributes (code)
  • Chapter 5 - Relationships (code)
  • Chapter 6 - Normalization (code to be added soon)
  • Chapter 7 - Optimization (code to be added soon)
  • Chapter 8 - Database Design in the Age of Generative AI (code to be added soon)

Interested? You can check out this book on Manning directly, and start reading now.

Authors

Qiang Hao (@Neo-Hao) and Michail Tsikerdekis (@tsikerdekis)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published