Advertisements
Advertisements
Question
While creating table 'customer', Rahul forgot to add column 'price'. Which command is used to add new column in the table. Write the command to implement the same.
Code Writing
Advertisements
Solution
ALTER TABLE customer
ADD price NUMERIC(10, 2);shaalaa.com
Is there an error in this question or solution?
