Structured Query Language (SQL) is the standard language used to interact with relational databases.
- Mainly used to manage data. Whether you want to create, delete, update or read data, SQL provides commands to perform these operations.
- Widely supported across various database systems like MySQL, Oracle, PostgreSQL, SQL Server and many others.
- Mainly works with Relational Databases (data is stored in the form of tables)
URL: https://www.geeksforgeeks.org/sql/sql-tutorial/
https://www.w3schools.com/sql/
https://en.wikipedia.org/wiki/SQL