TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

8 点作者 whitepoplar超过 3 年前

3 条评论

gregjor超过 3 年前
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-ragnar超过 3 年前
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>
dyeje超过 3 年前
SQL Antipatterns is a good one for general design decisions. Use the Index, Luke is a good one for understanding indexes.