Categorize the following SQL commands into DDL and DML:
CREATE, UPDATE, INSERT, DROP
DDL Commands: CREATE, DROP
DML Commands: INSERT, UPDATE