What is ddl? explain ddl operationswith examples?
Answers
Answered by
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