1.

In SQL, which of the following is not a data definition language commands?(a) RENAME(b) REVOKE(c) GRANT(d) UPDATEThe question was posed to me in exam.I'd like to ask this question from DDL Command in chapter SQL Basics of Oracle

Answer»

Right ANSWER is (a) RENAME

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



Discussion

No Comment Found

Related InterviewSolutions