CBSE Class 12 Computer Science Question 74 of 79

Table Creation and Data Manipulation Commands — Question 20

Back to all questions
20
Question

Question 20

Add one more column CustomerIncomeGroup of datatype VARCHAR(10).

Answer
ALTER TABLE Customer
ADD (CustomerIncomeGroup VARCHAR(10));