Re: Thoughts on "Love Your Database" - Mailing list pgsql-general

From Guyren Howe
Subject Re: Thoughts on "Love Your Database"
Date
Msg-id 3DB43A81-56BB-46B2-AC44-999160B98ABF@gmail.com
Whole thread Raw
In response to Re: Thoughts on "Love Your Database"  (Paul Jungwirth <pj@illuminatedcomputing.com>)
List pgsql-general
On May 4, 2016, at 11:59 , Paul Jungwirth <pj@illuminatedcomputing.com> wrote:
>
> I think teaching this is a different thing than just teaching SQL syntax. I haven't seen it written about a lot. It
mustbe somewhere, but any book encouraging "outsiders" to use more SQL could benefit from giving them direction like
that.

I've never seen relational databases explained properly for beginners.

I did a pretty successful boot camp two-week database course where it was heavily built around set operations. I
startedwith a simple query on a table, then we went into all the cool things you could do to combine queries using
UNION,INTERSECT and EXCEPT. To this day, I hardly ever see set operations used in SQL, and oftentimes when you have a
hardquery to write, set operations are the natural expression. Anyhow. 

pgsql-general by date:

Previous
From: Szymon Lipiński
Date:
Subject: Re: Debugging code on server?
Next
From: Will McCormick
Date:
Subject: Re: Thoughts on "Love Your Database"