Answers

Question and Answer:

  Home  Oracle Database

⟩ What Are DDL Statements in Oracle?

DDL (Data Definition Language) statements are statements to create and manage data objects in the database. The are 3 primary DDL statements:

* CREATE - Creating a new database object.

* ALTER - Altering the definition of an existing data object.

* DROP - Dropping an existing data object.

 213 views

More Questions for you: