Best relational databases books according to Reddit

Reddit mentions of Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design (2nd Edition)

Sentiment score: 3
Reddit mentions: 4

We found 4 Reddit mentions of Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design (2nd Edition). Here are the top ones.

#1 Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design (2nd Edition) #3
    Features:
  • Relational Database Design
  • Disign Objectives
  • Terminology
  • Establishing Table Structures
  • Anaylyzing the current database
Specs:
Height9 Inches
Length7.25 Inches
Number of items1
Weight2.535316013 Pounds
Width1.25 Inches
#2 of 20

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

Shuffle: random products popular on Reddit

Found 4 comments on Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design (2nd Edition):

u/Rodeopants · 6 pointsr/learnpython

Hug looks really interesting, I hadn't heard of it before. My recommendation however is that you use something like Flask or Django with Django-rest-framework. Hug doesn't really have the documentation, tutorials, or blog posts that can be helpful for beginners with web APIs (if you're not a beginner apologies, but that's the impression I got from your post.) The core idea around Hug seems solid, but you're going to be figuring a lot out on your own, which will inevitably lead to first-timer mistakes.

As far as databases go, before coding anything, read Database Design for Mere Mortals. You're not going to become a DBA overnight, but you'll avoid many of the common beginner mistakes.

u/sirtheguy · 6 pointsr/learnprogramming

Database Design for Mere Mortals is an excellent book that simply explains how databases work, what normalization is and why it's important, and how to create good, well-designed databases.

As far as learning SQL, MSDN has a lot of good documentation on it. I also recommend SQL Server Central, as they have some tests that will help you figure it out.

And, as always, almighty Google should have some excellent information.

I hope this helps you!

u/doublenns · 2 pointsr/Database

https://www.amazon.com/Database-Design-Mere-Mortals-Hands/dp/0201752840

I read that book back in college for my Databases class and thought it was a pretty easy read. It's long, but can also surprisingly be a quick read, esp if you just go thru it w/ a highlighter and don't take much notes beyond that.

There's also a newer version of the book available.

Are there any specific questions you have about databases tho, or any specific topics that confuse you? What database software are you guys working with? MySQL? MariaDB? Microsoft Access? PostgreSQL? MongoDB?

u/quintios · 2 pointsr/learnprogramming

This is a FANTASTIC book. If I had three thumbs they would all be, ahem, up. ;)

It is platform-agnostic. It's not about learning how to use SQL Server, or Access. It teaches you database design without confusing you with textbook-type instruction.