0 votes
in Oracle by

In SQL, which of the following is not a data definition language commands?

(a) RENAME

(b) REVOKE

(c) GRANT

(d) UPDATE

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Nov 24, 2021 in Oracle by DavidAnderson
0 votes
asked Nov 24, 2021 in Oracle by DavidAnderson
...