Changes the data type of a table’s column. Example: In the ‘users’ table, make the column ‘incept_date’ into a ‘datetime’ type. ALTER TABLE users ALTER COLUMN incept_date datetime;