Hello,
the name PK_ is only a help for you, that you know, that this is a PK ... you can create Primary Key with the suffix pk_ but they are still primary key. Anyway ... naming a primary key with th suffix PK_ is a good idea.
So, the best way to create table with primary keys is
1) create table
2) create primary key (perhaps in the CREATE TABLE statement)
and after that
3) inserting datas.
Hope that helps ?
Manfred Peter
(Alligator Company GmbH)
http://www.alligatorsql.com