Tuesday 28 August 2012

Structured Query Language

The Structured Query Language (SQL) has emerged as one of the most commonly used relational database language.

SQL consists of three main components:
  • A Data Definition Language (DDL) for defining the database structure.
  • A Data Control Language (DCL) for controlling access to the data.
  • A Data Manipulation Language (DML) for retrieving and updating the data in a database.

No comments:

Post a Comment