Address Table

Поиск
Список
Период
Сортировка
От Rudi Starcevic
Тема Address Table
Дата
Msg-id 3EFB7CDD.30306@oasis.net.au
обсуждение исходный текст
Ответы Re: Address Table  (Nabil Sayegh <postgresql@e-trolley.de>)
Re: Address Table  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-novice
Hi,

This one's any easy one I think.

Say I have a table of Parks - parks_table.

Each Parks has an address.

If each Parks has *one and one only* address
is it better to store the address in the parks_table
or build another table just for Parks addresses - parks_address ?

If I have two tables would you put the parks_table primary key in the
parks_address table or the other way round ie. the parks_address primary
key in the parks_table ?

Thanks
Regards Rudi.


В списке pgsql-novice по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Greater than a value
Следующее
От: Nabil Sayegh
Дата:
Сообщение: Re: Address Table