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
Get step-by-step solutions from verified subject matter experts
