SQL applications

SQL is used as a client server language which links front end to back end and as a result client server architecture is supported.

SQL applications
SQL applications

APPLICATIONS OF SQL

  1. SQL is used as a client server language which links front end to back end and as a result client server architecture is supported.
  2. The language is also used to protect a database against being misused and from corruption by playing the role of a Data Control Language.
  3. Once the language is implemented into a certain system, it can be used to maintain data in a database by means of modification or editing. The language therefore, by performing these functions acts as a Data Manipulation Language.
  4. Creation of a database with well-defined structures is possible using the language meaning it can serve the purpose of a Data Definition Language.
  5. Web pages are able to extract data from the SQL databases.