Search More:-

Sunday 20 November 2011

Data Manipulation Language (DML)


  • Data Manipulation Language is a language for accessing and manipulate the data organized by the apposite data model.
  • DML also known as query language.

Two classes of languages:-
  1. Procedural – user specify what data is required and how to get those data
  2. Declarative (nonprocedural) – user specifies what data is required without specify how to get those data

SQL is the most broadly used query languages

No comments:

Post a Comment