UPDATE is a Data Manipulation Language (DML) command that modifies existing data in database tables. DML includes INSERT, UPDATE, DELETE, and SELECT operations that manipulate data. DDL includes CREATE, ALTER, DROP commands that define database structure.