MCQs>IT & Programming>PostgreSQL MCQs>There is a table t upon which a primary key constraint by the name pk is applied. What will be the correct syntax to drop the constraint?
PostgreSQL MCQs
There is a table t upon which a primary key constraint by the name pk is applied. What will be the correct syntax to drop the constraint?
Answer
Correct Answer: Alter table t drop constraint pk
Explanation:
Note: This Question is unanswered, help us to find answer for this one