compound key

Поиск
Список
Период
Сортировка
От MESZAROS Attila
Тема compound key
Дата
Msg-id Pine.LNX.3.96.990319214553.24189A-100000@chiara.csoma.elte.hu
обсуждение исходный текст
Ответы Re: [SQL] compound key  ("Brett W. McCoy" <bmccoy@lan2wan.com>)
Список pgsql-sql
Hi,

I have seen the following stucture in AdabasD:
create table AttributeNames (
   id           integer not null,
   name         varchar(200),
   classId      integer not null
);
alter table AttributeNames add primary key (id,classId);

I know, I can't create "compound key" using "alter table", but is there
any way to create one ?

thanx,
Attila


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

Предыдущее
От: David Martinez Cuevas
Дата:
Сообщение: Re: [SQL] Re: Stuck on SQL - Any Takers?
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: [SQL] compound key