Question: To add a column to table INV use which command which one? MODIFY TABLE INV ADD column datatype ALTER TABLE INV ADD column datatype MODIFY

To add a column to table INV use which command

which one?

MODIFY TABLE INV ADD column datatype

ALTER TABLE INV ADD column datatype

MODIFY TABLE INV INSERT column datatype

ALTER TABLE INV INSERT column datatype

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!