What Are DDL Statements in Oracle

Q

What Are DDL Statements in Oracle?

✍: FYIcenter.com

A

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.

 

Create a New Table in Oracle

Understanding SQL DDL Statements for Oracle

Understanding SQL DDL Statements for Oracle

⇑⇑ Oracle Database Tutorials

2020-02-29, 1579🔥, 0💬