हिंदी

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

Advertisements
Advertisements

प्रश्न

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

कोड लेखन
Advertisements

उत्तर

ALTER TABLE product
ADD totalprice NUMERIC(10, 2);
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 10: Structure Query Language - EXERCISE [पृष्ठ १९६]

APPEARS IN

सीबीएसई Computer Science with Python [English] Class 12
अध्याय 10 Structure Query Language
EXERCISE | Q 3. | पृष्ठ १९६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×