Advertisements
Advertisements
Question
Write an SQL command to remove the Primary Key constraint from a table, named MOBILE. M_ID is the primary key of the table.
One Line Answer
Solution
ALTER TABLE MOBILE DROP PRIMARY KEY;
shaalaa.com
Is there an error in this question or solution?