Computer Science, asked by Nagabunny, 10 months ago

What is ddl? explain ddl operationswith examples?​

Answers

Answered by mailtoaditee
4

Answer:

DDL is Data Definition Language : it is used to define data structures.

For example, with SQL, it would be instructions such as create table , alter table,etc....

Similar questions