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.

Related questions

+1 vote
asked Jan 14, 2022 in Sql by GeorgeBell
0 votes
asked May 13, 2020 in Oracle by AdilsonLima
...