asked 12.6k views
2 votes
DDL statement for adding a column to an existing table is

1 Answer

5 votes

Answer:to add a column to existing table.

to rename any existing column.

to change datatype of any column or to modify its size.

to drop a column from the table.

Step-by-step explanation:

hope this help

answered
User Broschb
by
8.2k points