4
An ALTER statement modifies the definition (structure) of a table inside Drizzle.
5
The types of objects that can be altered depends on which RDBMS is being used.
7
The ALTER TABLE statement is used to change a table definition by:
9
1) Adding, dropping, modifying table columns
10
2) Adding and dropping constraints
11
3) Enabling and Disabling constraints