Please provide more info. The purpose of a PK is to uniquely identify a record in a table. It is something that should not be changed generally.
please tell us the exceptional circumstances that require you to change a PK.
Code:
In the world of databases, the primary key of a relational table uniquely identifies each record in the table.
Databases use keys to compare, sort, and store records, and to create relationships between records.
Choosing the primary key in a database is one of the most important steps in the process.