Re: Postgresql database - Mailing list pgsql-sql

From silly sad
Subject Re: Postgresql database
Date
Msg-id 4BED1459.3080405@bankir.ru
Whole thread Raw
In response to Postgresql database  (Trinath Somanchi <trinath.somanchi@gmail.com>)
Responses Re: Postgresql database  (Trinath Somanchi <trinath.somanchi@gmail.com>)
List pgsql-sql
On 05/14/10 12:42, Trinath Somanchi wrote:
> Hi All,
>
> I have Tree structured database to maintain.
>
> Its as follows.
>
> Vehicles

u r talking about a single entity vehicles
it is very common to represent a single entity with a single table

and IF u also have to have an entity "class of vehicles"
u r free to declare the second table named "class"

and IF u also have to represent a reference of manfacturers, another one 
table u have to create then.

that's trivial case


pgsql-sql by date:

Previous
From: Trinath Somanchi
Date:
Subject: Postgresql database
Next
From: Trinath Somanchi
Date:
Subject: Re: Postgresql database