CBSE Class 12 Computer Science Question 30 of 44

Solved 2025 Sample Question Paper CBSE Class 12 Computer Science (083) — Question 9

Back to all questions
9
Question

Question 27-II(b)

Write an SQL command to make the column M_ID the Primary Key of an already existing table, named MOBILE.

Answer
ALTER TABLE MOBILE 
ADD PRIMARY KEY (M_ID);