Q:

How to drop Primary key(PK) using Alter command

0

How to drop Primary key(PK) using Alter command

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

ALTER TABLE tblstudent
DROP CONSTRAINT PK__tblstudentid

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 SQL server queries Interview questions

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Write a query to add new column in tblstudent... >>
<< How to set Primary key(PK) using Alter command...