MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SQL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
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
Both a and b
D
None
Explanation: 

Detailed explanation-1: -1. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables? 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.

There is 1 question to complete.