English

Write SQL query to add a column totalprice with data type numeric and size 10, 2 in a table product.

Advertisements
Advertisements

Question

Write SQL query to add a column totalprice with data type numeric and size 10, 2 in a table product.

Code Writing
Advertisements

Solution

ALTER TABLE product
ADD totalprice NUMERIC(10, 2);
shaalaa.com
  Is there an error in this question or solution?
Chapter 10: Structure Query Language - EXERCISE [Page 196]

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×