Subject Re: [firebird-support] Adding a Primary Key
Author Ann W. Harrison
Jon Aldrich wrote:
> If I use ALTER TABLE to ADD a primary key too an existing table (with
> data), is the index just created or is created and filled? If it's not
> filled how do I "reindex" ?

The index is created and filled automatically. Same with foreign key
declarations (index on referencing fields) and unique declarations.


Regards,


Ann