Databases


Database Internals: A deep-dive into how distributed data systems work
Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement
Designing Data-Intensive Applications
SQL Performance Explained
SQL Antipatterns: Avoiding the Pitfalls of Database Programming (Pragmatic Programmers)
Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design
An Introduction to Database Systems
Database System Concepts
Graph Databases
Learning SQL
SQL and Relational Theory: How to Write Accurate SQL Code
NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence
MongoDB: The Definitive Guide
Refactoring Databases: Evolutionary Database Design
Practical SQL: A Beginner's Guide to Storytelling with Data
Database Management Systems by Gehrke RamakrishnanBeginning Database Design Solutions by Rod StephensDatabase Systems by Carlos M. CoronelSQL QuickStart Guide by Walter ShieldsDatabase Systems by Hector Garcia-Molina
Open Syllabus SQL Books
89 books — 3 voters

The Golden Rule: No update operation must ever assign to any database a value that causes its database predicate to evaluate to FALSE.
C.J. Date, An Introduction to Database Systems

...note that relational systems require only that the database be perceived by the user as tables. Tables are the logical structure in a relational system, not the physical structure. At the physical level, in fact, the system is free to store the data any way it likes—using sequential files, indexing, hashing, pointer chains, compression, and so on—provided only that it can map that stored representation to tables at the logical level. Another way of saying the same thing is that tables represe ...more
C.J. Date, An Introduction to Database Systems

More quotes...