Multiple choice

DDL, in Oracle, is known as

  1. Data Definition Language

  2. Direct Definition Language

  3. Data Defined Language

  4. Daily Definition Language

Reveal answer Fill a bubble to check yourself
A Correct answer
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.