what is ddl and dml? give example
Answers
Answered by
2
Answer:
DDL is Data Definition Language which is used to define data structures. For example: create table, alter table are instructions in SQL. DML: DML is Data Manipulation Language which is used to manipulate data itself. For example: insert, update, delete are instructions in SQL.
Answered by
3
Answer:
DDL :-
•It stands for Data Definition Language.
•It is used to create database schema and can be used to define some constraints as well.
DML:-
• It stands for Data Manipulation Language
• It is used to add, retrieve or update the data.
For example: insert, update, delete are instructions in SQL.
Explanation:
I hope it's helpful for you.
Hello how r u ??
Similar questions