Computer Science, asked by dakshisj8786, 1 year ago

Write short notes on DML Statement

Answers

Answered by omshirke
0

computer programming language used for adding (inserting), deleting, and modifying (updating) data in a database. A DML is often a sublanguage of a broader database language such as SQL, with the DML comprising some of the operators in the language.[1] Read-only selecting of data is sometimes distinguished as being part of a separate data query language (DQL), but it is closely related and sometimes also considered a component of a DML; some operators may perform both selecting (reading) and writing.

Answered by pathanaijaj
2

DML

DML refers to the tools used to add to and update the data within a database, including things like artists, albums, and so on in our music database example. DML is a categorization of existing SQL commands. ... DML commands include SELECT, INSERT, UPDATE, and DELETE.

Similar questions