SQL

Updated:

|

Published:

SQL stands for Structured Query Language. It is the standard language used to communicate with a relational database. SQL statements are used to store, update, remove, search and retrieve information from a database.

How is SQL Pronounced?

Most experienced users pronounce SQL as “sequel”, but it is also sometimes pronounced as the letters S-Q-L.

What is the Difference Between SQL and MySQL

Structured Query Language (SQL) is a language for database creation and manipulation while MySQL is a relational database program that uses SQL queries.

Top