Re: Employee modeling question - Mailing list pgsql-general

From Rich Shepard
Subject Re: Employee modeling question
Date
Msg-id alpine.LNX.2.11.1409050935270.13049@localhost
Whole thread Raw
In response to Re: Employee modeling question  (John McKown <john.archie.mckown@gmail.com>)
Responses Re: Employee modeling question  (Nelson Green <nelsongreen84@gmail.com>)
List pgsql-general
On Fri, 5 Sep 2014, John McKown wrote:

> They are excellent. They are _not_ for beginners. The "For Smarties"
> portion is not just a play against the "For Dummies" series. Joe does some
> high powered SQL.

   I read Joe Celko's columns in Database Advisor and a couple of other
magazines in the '80s, and have read most of his books.

   For the purpose of developing an employee schema with departments for
some, his "SQL For Smarties" provides very sound advice on how to proceed.
Having separate company, department, and employee tables is a given. But,
you might need many-to-many tables to keep track of the complex
relationships. This is all covered in the chapters on DDL (Data Definition
Language) and is separate from the chapters on DML (Data Manipulation
Language).

Good luck,

Rich


pgsql-general by date:

Previous
From: David G Johnston
Date:
Subject: Re: [ADMIN] Cannot retrieve images inserted through VB and odbc, after a table reorganization.
Next
From: Eildert Groeneveld
Date:
Subject: count on cascading deletes