|
|
|
|
alter-table-statement :
ALTER
TABLE
table-name
{
ADD
add-column-set [ DROP
drop-column-set ]
| DROP
drop-column-set
}