🎴 Flashcard Mode

Computer Aptitude

Card1 / 15
Mastered0
Review0
QuestionClick to flip

DDL, in Oracle, is known as

AnswerClick to flip back
A
Data Definition Language
💡 Explanation:

This is correct because DDL, in oracle, is known as Data Definition Language and it is also used in Oracle to create and remove database objects. It is a SQL plus command and it has an online commands interpreter. The main example of Data Definition Language (DDL) are - CREATE, ALTER, DROP. 

Change Mode