Advertisements
Advertisements
Question
What is DDL (Data Definition language)?
Answer in Brief
Solution
DDL statements or commands are used to define and modify the database structure of your tables or schema. When you execute a DDL statement, it takes effect immediately
Some examples of DDL commands are CREATE, ALTER and DROP
shaalaa.com
Data Definition Language (DDL) Commands
Is there an error in this question or solution?