Geography, asked by rcpathak057gmailcom, 11 months ago

plzzzzzzzz answer soon..........

what is the definition of DML and DDL
for long answer type questions​


rcpathak057gmailcom: thanking you so much
kunaljoshi1017: hello

Answers

Answered by ishita2665
1

DML statements are SQL statements that manipulate data. DML stands for Data Manipulation Language. The SQL statements that are in the DML class are INSERT, UPDATE and DELETE. Some people also lump the SELECT statement in the DML classification.

Data Definition Languages (DDL) are used to define the database structure. Any CREATE, DROP and ALTER commands are examples of DDL SQL statements. Hope it helps you.

Answered by saloni3115
1

A data manipulation language (DML) is a computer programming language used for adding (inserting), deleting, and modifying (updating) data in a database. ... A popular data manipulation language is that of Structured Query Language (SQL), which is used to retrieve and manipulate data in a relational database.

Data Definition Language (DDL) is a standard for commands that define the different structures in a database. DDL statements create, modify, and remove database objects such as tables, indexes, and users. Common DDL statements are CREATE, ALTER, and DROP.


rcpathak057gmailcom: thanks
saloni3115: ur wlcm
rcpathak057gmailcom: can I be yours friend
saloni3115: yess.....why not
Similar questions