Discussion Forum : Oracle Sql Basics
Question - In SQL, which of the following is not a data definition language commands?
Options:
A .  RENAME
B .  REVOKE
C .  GRANT
D .  UPDATE
Answer: Option A


With RENAME statement you can rename a table.RENAME, REVOKE and GRANT are DDL commands and UPDATE is DML command.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *