What is SQL
SQL (Structured Query Language) is a standard language used to manage and manipulate relational databases. It is used to write queries to retrieve, insert, update, and delete data in a database. SQL provides a way to interact with databases using a common set of commands.