English

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.

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?
Chapter 10: Structure Query Language - EXERCISE [Page 197]

APPEARS IN

CBSE Computer Science with Python [English] Class 12
Chapter 10 Structure Query Language
EXERCISE | Q 11. | Page 197
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×