you list a set of actions that you want to apply to the table. An action can be anything such as adding a new column, adding primary key,
renaming table, etc. The ALTER TABLE statement allows you to apply multiple actions in a single ALTER TABLE statement, each action is separated by a comma (,).