1.

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 MentionedThis question was addressed to me in class test.This interesting question is from Structured Query Language in division SQL Basics of Oracle

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions