SQL stands for Structured Query Language ,it is used to communicate with database.According to ANSI it is the standard language for relational database management systems.Some relational database management systems that used SQL are MySQL ,ORACLE,Sybase etc.The standard SQL commands "SELECT","CREATE","UPDATE","DELETE" are used by the most of the database systems .
SQL can create stored procedures in...
