Home » Interview » Technology

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

Correct Answer: Data Definition Language(DDL)

Explanation:

The Data Definition Language (DDL) is used to manage table and index structure.


CREATE,


ALTER,


RENAME,


DROP and


TRUNCATE


statements are the names of few data definition elements.


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion