Computer Science, asked by suhas3484, 1 year ago

What is DDL? Write any two examples of DDL.

Answers

Answered by harshbaesla
3

DDL is data derinition language ....

Answered by satnoor19
2

DDL is short name of Data Definition Language, which deals with database schemas and descriptions, of how the data should reside in the database.

CREATE – is used to create the database or its objects (like table, index, function, views, store procedure and triggers). DROP – is used to delete objects from the database. ALTER-is used to alter the structure of the database.

Similar questions