Which of the following is not a DDL command in SQL?
DROP
CREATE
UPDATE
ALTER
Explanation:
Update is a data manipulation command that changes a table's data.