May I have an assistance on CREATE TABLE Command

Поиск
Список
Период
Сортировка
От James Kitambara
Тема May I have an assistance on CREATE TABLE Command
Дата
Msg-id 792455.42335.qm@web27908.mail.ukl.yahoo.com
обсуждение исходный текст
Ответы Re: May I have an assistance on CREATE TABLE Command  ("Bart Degryse" <Bart.Degryse@indicator.be>)
Список pgsql-sql
 
Hello Mambers of PGSQL-SQL,
 
I have two tables namely:
 
    REGION (region_id, region_name)
    DISTRICT (dist_id, dist_name, region_id (FK))
 
I would like to have the CREATE TABLE Command which will create these tables in such a way that when REGION table is UPDATED automatical the FOREGN KEY in DISTRICT  table is also updated.
 
I will appriciate for your assistance !

Regards
 
James Kitambara
 

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

Предыдущее
От: Michael Toews
Дата:
Сообщение: Re: Insert a space between each character
Следующее
От: "Bart Degryse"
Дата:
Сообщение: Re: May I have an assistance on CREATE TABLE Command