Subject Does the primary key constraint create an index ?
Author robertz82
Hello,

I just wondered about the Firebird PK constraint. Will my PK column(s)
be indexed automatically when I create it?
(alter table xyz add constraint PKNAME primary key)
Or do I have to create an additional unique index, in order to speed up
querys asking for the PK column(s) ?

Greetings,

Robert