TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are the best books on relational database modeling in SQL?

8 pointsby whitepoplarover 3 years ago

3 comments

gregjorover 3 years ago
Data modeling has little to nothing to do with SQL. What are you trying to accomplish? Designing relational data models?<p>I suggest Introduction to Database Systems and Database in Depth, both by Chris Date.
jarl-ragnarover 3 years ago
I found The Art of PostgreSQL a good resource<p><a href="https:&#x2F;&#x2F;postgresql.thinkific.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;postgresql.thinkific.com&#x2F;</a>
dyejeover 3 years ago
SQL Antipatterns is a good one for general design decisions. Use the Index, Luke is a good one for understanding indexes.