explain what is ddlddl - data definition language


Explain what is DDL?

DDL - Data Definition Language: statements used to define the database structure or schema. Some examples:
CREATE - to create objects in the database
ALTER - alters the structure of the database
DROP - delete objects from the database
TRUNCATE - remove all records from a table, including all spaces allocated for the records are removed
COMMENT - add comments to the data dictionary
RENAME - rename an object

Request for Solution File

Ask an Expert for Answer!!
Database Management System: explain what is ddlddl - data definition language
Reference No:- TGS0282711

Expected delivery within 24 Hours