Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers PDF
What Are DDL Statements in Oracle?
Answer:
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 - Creating a new database object.
* ALTER - Altering the definition of an existing data object.
* DROP - Dropping an existing data object.
Download Oracle Database Interview Questions And Answers
PDF
Previous Question | Next Question |
How To Use Regular Expression in Pattern Match Conditions in Oracle? | How To Create a New Table in Oracle? |