Differentiate between DDL and DML Commands With example..
Class 10..
Unit 5. Data base and development..
Answer it fast..
Don't spam..
Answers
Answer:
DDL commands
- DDL stands for data definition language.
- It is used for changing definition of the data.
- DDL commands are create, alter, drop
DML commands
- DML stands for data manipulation language.
- It is used for manipulation or modifying the data.
- DML commands are delete, update and insert
hope you are having
Answer:The differences between DDL and DML statements are-
Explanation:
DDL___
* stands for data definition language.
* It is used to create or define the database schema.
* DDL can not be further classified.
* some ex. are- CREATE, ALTER, COMMENT, RENAME etc. Also add-
It is used to create the table.
DML
* It is used to fill or modify the rights and security of database.
* DML is further classified into -- procedural and nonprocedural DMLs.
* some of ex of DML command are - SELECT, INSERT , UPDATE, DELETE etc. Also add--
It is used to modify table created by DDL.
Hope u like the answer
Its my first an. on brainly