SQL ...........

SQL :
 

       SQL stands for structured Query Language.

SQL is used to access and manipulate databases.

SQL statements end with a semicolon ( ; )

SQL statements are not case sensitive.

The Basic SQL Commands are:

1) select

2) update

3) insert

4) delete