Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables? A. Data Manipulation Language(DML) B. Data Definition Language(DDL) C. Both of above D. None Answer Workspace Report Discuss Answer with explanation Answer: Option B Explanation The Data Definition Language (DDL) is used to manage the table and index structure. CREATE, ALTER, RENAME, DROP and TRUNCATE statements are the names of few data definition elements. Workspace
Discuss about the question