Hi,

It is advisable (but not essential) to have a primary key on the table but as fro other indexes it really depends on how you intend to use and access the data.

You need to review the types of access you are likely to incur and then review your index stratergy. If you are only indending to access data by a primary key value this index alone will be sufficent.

Regards