Advertisements
Advertisements
Question
Write an SQL command to make the column M_ID the Primary Key of an already existing table, named MOBILE.
One Line Answer
Solution
ALTER TABLE MOBILE ADD PRIMARY KEY (M_ID);
shaalaa.com
Is there an error in this question or solution?