Re: Postgresql database

From: silly sad <sad(at)bankir(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Postgresql database
Date: 2010-05-14 09:14:01
Message-ID: 4BED1459.3080405@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Trinath Somanchi 2010-05-14 09:28:03 Re: Postgresql database
Previous Message Trinath Somanchi 2010-05-14 08:42:17 Postgresql database