Saved Bookmarks
| 1. |
Define Manuplating languages. |
|
Answer» A data manipulation LANGUAGE (DML) is a 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. |
|