Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
5 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 5

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Data Manipulation Language

Data Manipulation Language (DML): is a family of computer languages used by computer programs or database users to retrieve, insert, delete and update data in a Database.

The currently most popular Data manipulation language is that of SQL, which is used to retrieve and manipulate Data in a Relational database. Other forms of DML are those used by Information Management System/DL1, CODASYL databases (such as IDMS), and others.

Data manipulation languages were initially only used by computer programs, but (with the advent of SQL) have come to be used by people, as well.

Data manipulation languages have their functional capability organized by the initial word in a statement, which is almost always a verb. In the case of SQL, these verbs are select (SQL) , insert (SQL) , update (SQL) , and delete (SQL) . This makes the nature of the language into a set of Grammatical mood#Imperative mood (commands) to the database.

Data manipulation languages tend to have many different flavors and capabilities between database vendors. There has been a standard established for SQL by ANSI, but vendors still exceed the standard and provide their own extensions.