0 votes
in Oracle by

Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?

(a) Data Definition Language(DDL)

(b) Data Manipulation Language(DML)

(c) DDL and DML

(d) None of the Mentioned

1 Answer

0 votes
by

The correct option is (a) Data Definition Language(DDL)

Explanation: The Data Definition Language is used to manage table and index structure.CREATE, ALTER, RENAME, DROP and TRUNCATE statements are the names of few data definition elements.

...