I need to reorder the primary key of a table. Say,
Primary Key (field1, field2)
changed to:
Primary Key (field2, field1)
Would like to know if this creates any problem to the
database?
Primary Key (field1, field2)
changed to:
Primary Key (field2, field1)
Would like to know if this creates any problem to the
database?
Comment