CBSE Class 12 Computer Science Question 76 of 79

Table Creation and Data Manipulation Commands — Question 22

Back to all questions
22
Question

Question 22

Drop the column CustomerIncomeGroup from table Customer.

Answer
ALTER TABLE Customer
DROP COLUMN CustomerIncomeGroup ;