What Are DDL Statements in Oracle?
Submitted by: AdministratorDDL (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.
Submitted by: Administrator
* CREATE - Creating a new database object.
* ALTER - Altering the definition of an existing data object.
* DROP - Dropping an existing data object.
Submitted by: Administrator
Read Online Oracle Database Job Interview Questions And Answers
Top Oracle Database Questions
☺ | How To Run SQL*Plus Commands in SQL Developer? |
☺ | How Run SQL*Plus Commands That Are Stored in a Local File? |
☺ | What Is Input Buffer in SQL*Plus? |
☺ | What Happens to Indexes If You Drop a Table? |
☺ | How To Call a Stored Function in Oracle? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |