Language

06 | What is DDL | Data Definition Language Commands & Statements | Oracle PL/SQL Programming



Suman Das

In this video the DDL Commands have been described.
The DDL commands in Oracle are
CREATE
ALTER
DROP
TRUNCATE
RENAME
Basically, any SQL statement which refers to the information or structures or more precisely Metadata of the Database falls under the category of DDL.
The SQL DDL provides commands for defining relation schemas, deleting relations and modifying relation schema.

06 | What is DDL | Data Definition Language Commands & Statements | Oracle PL/SQL Programming

#DDL #Data_Definition_Language #Oracle_SQL