What is SQL and how is it used?
SQL is Structured Query LanguageSQL is used to communicate with a database.
SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.
Document