Subject Primary key or unique index
Author Christian Kaufmann
Hi,

I'm just wondering, if there is a difference regarding speed and size,
if I declary a primary key on a table or if I have no primary key, but a
unique index on one column.

the unique column is always of type integer.

I'm using Firebird 1.5

cu Christian