Re: Postgresql database

Поиск
Список
Период
Сортировка
От silly sad
Тема Re: Postgresql database
Дата
Msg-id 4BED1459.3080405@bankir.ru
обсуждение исходный текст
Ответ на Postgresql database  (Trinath Somanchi <trinath.somanchi@gmail.com>)
Ответы Re: Postgresql database  (Trinath Somanchi <trinath.somanchi@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Trinath Somanchi
Дата:
Сообщение: Postgresql database
Следующее
От: Trinath Somanchi
Дата:
Сообщение: Re: Postgresql database