Write an SQL command to make the column M_ID the Primary Key of an already existing table, named MOBILE.
ALTER TABLE MOBILE ADD PRIMARY KEY (M_ID);