Write an SQL command to remove the Primary Key constraint from a table, named MOBILE. M_ID is the primary key of the table.
ALTER TABLE MOBILE DROP PRIMARY KEY;