The Dev Shelf
How can we delete primary key from a table?Using DROP CONSTRAINT we can do the same.ALTER TABLE <Table Name>
DROP CONSTRAINT <Primary Key Constraint Name>
No comments:
Post a Comment