Re: brain-teaser with CONSTRAINT - any SQL experts?

Поиск
Список
Период
Сортировка
От Miles Keaton
Тема Re: brain-teaser with CONSTRAINT - any SQL experts?
Дата
Msg-id 59b2d39b0510092021p776e120bubce1f591a599f0bd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: brain-teaser with CONSTRAINT - any SQL experts?  ("Uwe C. Schroeder" <uwe@oss4u.com>)
Список pgsql-general
Uwe said:
> how about using 2 tables with according unique/primary key constraints and a
> view to actually access the data (mixing the 2 tables into one) ?

Oliver said:
> Create a separate table with the two columns name and isbn which are
> that table's primary key; on the main table, create a foreign key to the
> new table

But my original email said:
> > I know it's tempting to say, "just link a separate table for the book
> > and don't store the book name" but let's just pretend that's not an
> > option


For reasons not worth going into, creating a separate table for the
code and name is not an option.  It has to be a self-contained
restriction inside this table.

Perhaps there's another way, using triggers or something?

Any other ideas?

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

Предыдущее
От: CSN
Дата:
Сообщение: Re: Oracle buys Innobase
Следующее
От: Miles Keaton
Дата:
Сообщение: Re: brain-teaser with CONSTRAINT - any SQL experts?