In SQL, which of the following is not a data definition language commands?(a) RENAME(b) REVOKE(c) GRANT(d) UPDATE
Right answer is (a) RENAMEExplanation: With RENAME statement you can rename a table.RENAME, REVOKE and GRANT are DDL commands and UPDATE is DML command.