Structured Query Language (SQL)

SQL is a programming language for storing and processing information in a relational database. A relational database stores information in tabular form, with rows and columns representing different data attributes and the various relationships between the data values.

SQL meets ideal DB language requirements:

  1. SQL coverage fits into 2 categories
    • Data Definition - Creates the DB and its table structure
    • Data Manipulation - uses a set of cpmmands to SELECT, DELETE & UPDATE data within the DB tables
  2. SQL is relatively easy to learn
  3. ANSI prescribes a standard SQL

Comments

Popular posts from this blog

The Network Layer

The Transport Layer