ALTER command is used to modify the structure of table. By using alter we can add, modify & delete columns. to change the data type or decrease the size of a column the column must be empty. For ALTER a table we need ALTER, INSERT & CREATE privileges.
Ex: ALTER table