#2,264 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Foundations of Databases: The Logical Level

Sentiment score: 1
Reddit mentions: 2

We found 2 Reddit mentions of Foundations of Databases: The Logical Level. Here are the top ones.

Foundations of Databases: The Logical Level
Buying options
View on Amazon.com
or
Specs:
Height9 Inches
Length1.5 Inches
Number of items1
Weight0.220462262 Pounds
Width6.3 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 2 comments on Foundations of Databases: The Logical Level:

u/Korollary ยท 2 pointsr/compsci

For the theory aspects:
Foundations of Databases: The Logical Level by Serge Abiteboul, Richard Hull, and Victor Vianu
(quite heavy).

A lighter alternative would be A Guided Tour of Relational Databases and Beyond by Mark Levene and George Loizou.

If you can tolerate his endless ranting, CJ Date's books are also good.

u/arnimar_ ยท 2 pointsr/Database

I'm no expert in database certification so I won't comment on them, but they sound expensive. I'm sure you could go a long way in improving your skills by working through some free resources and classic texts.

A nice tutorial on fundamentals is:
http://philip.greenspun.com/sql/

A classic introductory to intermediate text is the following. It can get you amazingly far because even advanced topics are explained well:
http://pages.cs.wisc.edu/~dbbook/

Don't get thrown off by the publication year. The fundamentals of relational databases have barely changed for decades.

An excellent in-depth look at database theory is presented in:
http://www.amazon.com/Foundations-Databases-The-Logical-Level/dp/0201537710

For data warehousing and analytical querying (beyond Ramakrishnan et al) this is a great resource:
http://www.amazon.com/The-Data-Warehouse-Toolkit-Dimensional/dp/0471200247

Source: I'm a graduate student in databases.