Could you explain to me how I can change the PK from one column to another, without deleting the column? I made a mistake in the column when assigning the PK and I have to change it
Loading
Could you explain to me how I can change the PK from one column to another, without deleting the column? I made a mistake in the column when assigning the PK and I have to change it
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Oct 9, 2022, 3:38 PM
Rajanikant HawaldarPosted Oct 9, 2022, 7:05 AM
PK puts a contraint. You can drop the constraint and create the new one.