.. avmetadata::
   :author: Noha
   :satisfies: Introduction To SQL
   :topic: Introduction To SQL

Introduction To SQL
===================

SQL Definition:
_______________

SQL stands for structured query language, is a standard language, that is used to store, manipulate and retrieve data in relational databases.


SQL Functions
_____________

1- Accessing and manipulating databases.

2- Create relational databases.

3- Insert (Store) records in a database.

4- Select (retrieve) data from a database.

5- Update database records in database tables.

6- Delete unwanted records from database.

