From 7e49c40e3ff1ae14e3c855479a0876279b559d2f Mon Sep 17 00:00:00 2001 From: michaelkremmel <74347398+michaelkremmel@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:33:04 +0200 Subject: [PATCH] Update README.md with a link to the book SQL-99 Complete, Really Added the book "SQL-99 Complete, Really" which is openly available at https://cratedb.com/docs/sql-99/en/latest/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fb8db8..8317c0e 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Please submit a pull request if there is any material that you think should be i - [Architecture of a Database System](https://dsf.berkeley.edu/papers/fntdb07-architecture.pdf) - [Relational Database Index Design and the Optimizers](https://www.amazon.com/Relational-Optimizers-Lahdenmaki-published-Wiley-Blackwell/dp/B00EKYLFSI) - [Transactional Information Systems: Theory, Algorithms, and the Practice of Concurrency Control](https://www.sciencedirect.com/book/9781558605084/transactional-information-systems) +- [SQL-99 Complete, Really](https://cratedb.com/docs/sql-99/en/latest/) ### Talks