0 votes
in Onsen UI 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) DML and DDL

(d) None of the Mentioned

1 Answer

0 votes
by

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

The best explanation: The DDL is used to manage table and index structure.CREATE, ALTER, RENAME, DROP and TRUNCATE statements are the names of few data definition elements.

...