From 250b032c244bc409fb033492d4ee9f77d7ae95b3 Mon Sep 17 00:00:00 2001 From: Dzmitry Lahoda Date: Tue, 5 Apr 2016 15:52:21 +0300 Subject: [PATCH] database books --- free-programming-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index d919ce9b..8f18534f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -329,11 +329,14 @@ #### Database * [Big Data Now: Current Perspectives from O'Reilly Radar](http://shop.oreilly.com/product/0636920022640.do) +* [Database Explorations](http://www.dcs.warwick.ac.uk/~hugh/TTM/Database-Explorations-revision-2.pdf) * [Database Fundamentals](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf) (PDF) +* [Databases, Types, and The Relational Model: The Third Manifesto](http://www.dcs.warwick.ac.uk/~hugh/TTM/DTATRM.pdf) * [Foundations of Databases](http://webdam.inria.fr/Alice/) * [Readings in Database Systems, 5th Ed.](http://www.redbook.io) * [Temporal Database Management](http://people.cs.aau.dk/~csj/Thesis/) - Christian S. Jensen * [The Theory of Relational Databases](http://web.cecs.pdx.edu/~maier/TheoryBook/TRD.html) +* [What is Database Design, Anyway?](http://www.oreilly.com/data/free/what-is-database-design-anyway.csp) #### Datamining -- GitLab