ADO 2.7 Glossary

DML (Data Manipulation Language)

Those statements in SQL that manipulate, as opposed to define, data. The values in a database are selected and modified with DML. For example, INSERT, UPDATE, DELETE, and SELECT are SQL DML statements.

© 1998-2001 Microsoft Corporation. All rights reserved.