ALTER is a Data Definition Language (DDL) statement. Whereas UPDATE is a Data Manipulation Language(DML) statement.
ALTER will be used to update the structure of the table (add/remove field/index etc). Whereas UPDATE will be used to update data.
Want to become an expert in SQL? Join the SQL course fast!
Watch the below SQL video tutorial to gain more knowledge on SQL...