compound key

Поиск
Список
Период
Сортировка
От MESZAROS Attila
Тема compound key
Дата
Msg-id Pine.LNX.3.96.990319214553.24189A-100000@chiara.csoma.elte.hu
обсуждение исходный текст
Ответы Re: [SQL] compound key
Список 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 по дате отправления: