SQL stands for Structured Query Language SQL lets you access and manipulate databases Structured Query Language is a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS)
What You Can Do with SQL
There are lot more things you can do with SQL: You can create a database. You can create tables in a database. You can query or request information from a database. You can insert records in a database. You can update or modify records in a database. You can delete records from the database. You can set permissions or access control within the database for data security.