Re: A Good Beginner's Book

From: Miles Elam <miles(dot)elam(at)productops(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: A Good Beginner's Book
Date: 2023-08-12 22:22:57
Message-ID: CAALojA_Jh-O0NR8zqMMtWg3BOOtDokHZvBCTH8uMyEmi16hHAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On 8/12/23 9:02 a.m., Amn Ojee Uw wrote:
>
> Is there a book to be recommended for PostgreSQL beginners?

If you are new to relational databases and SQL in general, I recommend
the basics of SQL (not Postgres-specific) to start off. The SQL Murder
Mystery is a good first experience.

https://mystery.knightlab.com/

If you are not an SQL beginner but looking more for Postgres-specific
knowledge, it depends on what area you're looking for: administration,
performance, customization, etc. Here is the list provided from the
Postgres web site with a range of areas and experience level for
study. Some can be downloaded for free while others would be
purchased.

https://www.postgresql.org/docs/books/

I myself started with "PostgreSQL: Introduction and Concepts" many
years ago and loved it. It's pretty long in the tooth now (20+ years
old?!), but still good for SQL beginners in general and available free
online. (Thanks again, Bruce Momjian!)

The first one on the web page looks pretty good for SQL beginners too.
"POSTGRES: The First Experience"

Best wishes on your journey!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anthony DeBarros 2023-08-12 22:59:36 Re: A Good Beginner's Book
Previous Message Adrian Klaver 2023-08-12 20:31:28 Re: Dynamically accessing columns from a row type in a trigger